@charset "UTF-8";
/*---------------------------------------------------------
Theme Name: note272
Description: note272
Author: ondo, Inc.
Author URI: http://ondo.me
Version: 1.0
---------------------------------------------------------*/

/* reset */
body,article,aside,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,input,legend,main,section,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{*font-size:100%}legend{color:#000}
main, article, aside, header, canvas, details, figcaption, figure, footer, nav, section, summary {
	display: block;
}

body {
  background-color: #fff;
  color: #000;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Helvetica Neue",Helvetica,Arial,Roboto,"Droid Sans",sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
a {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
}
a:focus {
	outline: none;
}
a:active,
a:hover {
	-moz-opacity: 0.7;
	opacity: 0.7;
}
a:hover img {
	-moz-opacity: 0.7;
	opacity: 0.7;
}
b,strong {
	font-weight: bold;
}
img, video, object {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
	display: block;
}
img.size-full, img.size-large {
	margin-bottom: 10px;
	height: auto;
	max-width: 100%;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
	padding-bottom: 20px;
}

/*----------------------------------------------------------------
 basic setting
-----------------------------------------------------------------*/
#wrapper {
	position: relative;
}

/*----------------------------------------------------------------
 contents frame
-----------------------------------------------------------------*/
.header-inner,
.breadcrumbs,
.container,
.footer-inner {
  margin: 0 auto;
  max-width: 1024px;
}
.header {
  border-bottom: 1px solid #ccc;
  box-shadow: 0 0 8px rgba(0,0,0,0.15);
  width: 100%;
  z-index: 100;
}
.breadcrumbs-frame {
  width: 100%;
}
.container {
  clear: both;
  overflow: hidden;
  width: 100%;
}
.main {
  float: left;
  margin-top: 20px;
  margin-right: 20px;
  width: 680px;
}
.sidebar {
  float: left;
  margin-top: 20px;
  width: 300px;
}
.footer {
  background-color: #fff;
  clear: both;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .main {
    width: 66%;  
  }
}
@media screen and (max-width: 979px) {
  .main {
    width: 57%;  
  }
  .sidebar {
    width: 300px;  
  }
  .footer-inner {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .header {
    margin-bottom: 0;
  }
  .main {
    float: none;
    margin: 0;
    padding: 0;
    width: 100%;  
  }
  .sidebar {
    float: none;
    width: 100%;  
  }
}
@media screen and (max-width: 479px) {
}

/*----------------------------------------------------------------
 header
-----------------------------------------------------------------*/
/* basic frame */
.header-inner {
  overflow: hidden;
}
.header-banner {
  float: left;
  margin-top: 20px;
  width: 300px;
}
.header-search-box {
  float: right;
  padding: 25px 0;
  width: 260px;
}

/* logo */
.logo {
  background-image: url("./images/logo.png");
  background-repeat: no-repeat;
  background-size: 300px 60px;
  height: 60px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 300px;
}
.logo a {
  color: #212121;
  display: block;
  font-size: 16px;
  padding: 20px 0;
}
.logo a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
}
.logo-title {
}
.logo-author {
  font-size: 28px;
}

/* header search box */
#search-form {
  display: table;
}
.search-form-text-box,
.search-form-submit-box {
  display: table-cell;
  line-height: 0;
  vertical-align: middle;
}
#s {
  border: 1px solid #666666;
  font-size: 14px;
  line-height: 1.5;
  padding: 2px 10px;
  width: 180px;
}
#s:focus {
  outline: 0;
  border: 1px solid #000;
}
#search-form-submit {
  background: transparent none repeat scroll 0 center;
  border: 0;
  cursor: pointer;
  width: 45px;
}
#search-form-submit:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
}

/* header navigation */
.header-nav ul {
  display: table;
  table-layout: fixed;
  text-align: center;
  width: 100%;
}
.header-nav li {
  display: table-cell;
}
.header-nav li a {
  color: #222;
  display: block;
  padding: 5px 0;
}
.header-nav a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
}

/* メニューボタン (スマホのみ表示) */
.header-menu-box a {
  color: #000;
  display: block;
  line-height: 1;
  padding: 6px 12px;
  text-align: right;
}
.header-menu-box i {
  font-size: 24px;
  line-height: 1;
  padding: 0 8px;
  text-align: center;
}
.header-menu-box p {
  font-size: 10px;
  line-height: 1.4;
  text-align: center;
}
/* メニューボタンの中身 (スマホのみ表示) */
#header-menu-btn {
  display: none;
}
.header-menu-box {
  display: none;
}
#header-fn-btn {
  float: right;
  display: table;
}
#header-close-btn {
  display: none;
}
@media screen and (max-width: 767px) {
/* headerの構造 */
  .header-banner {
    display: table;
    float: none;
    margin: 0;
    table-layout: fixed;
    width: 100%;
  }
  .logo {
    display: table-cell;
    background-image: url("./images/logo-sp.png");
    background-size: 170px 60px;
    height: 60px;
    text-align: center;
    vertical-align: middle;
    width: 170px;
  }
  .header-menu-box {
    display: table-cell;
    vertical-align: middle;
    width: 35px;
  }
  .header-search-box {
    display: none;
  }

/* 右側のメニューの中に関するもの */
  #header-menu-btn .header-icon-box {
    display: block;
  }
  #header-fn-btn {
    background-color: #fff;
    height: 100%;
    margin-left: 0px;
    margin-right: -260px;
    position: fixed;
      top: 0px;
      right: 0px;
      bottom: 0px;
    width: 260px;
    z-index: 3000;
  }
  
  .header-menu-search {
    width: 180px;
  }
  .header-menu-search form {
    padding: 10px;
  }
  .header-icon-frame {
    border-top: 1px solid #ccc;
  }
  #header-fn-btn .header-icon-box {
    border-bottom: 1px solid #ccc;
    display: block;
    position: relative;
  }
  #header-fn-btn .header-icon-box a {
    color: #333;
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding: 10px;
  }
  #header-fn-btn .header-icon-box a:after {
    border-right: 2px solid #ccc;
    border-top: 2px solid #ccc;
    content: "";
    display: block;
    height: 8px;
    margin-top: -5px;
    position: absolute;
      right: 15px;
      top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 8px;
  }

/* 閉じるボタン */
  #header-close-btn {
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    display: block;
    font-size: 10px;
    padding: 10px 0;
    text-align: center;
  }
  #header-close-btn a {
    color: #333;
    display: block;
    padding: 10px 5px;
  }

}
@media screen and (max-width: 479px) {
}

/*----------------------------------------------------------------
 top page (home.php, index.php)
-----------------------------------------------------------------*/





/*----------------------------------------------------------------
 title images
-----------------------------------------------------------------*/
.title-image {
  background-repeat: no-repeat;
  background-size: 300px 50px;
  height: 50px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 300px;
}
.top-column-title {
  background-image: url("./images/top-title-01.png");
  margin: 30px auto 30px;
}
.top-seminar-title {
  background-image: url("./images/top-title-02.png");
  margin: 50px auto 30px;
}
.top-books-title {
  background-image: url("./images/top-title-03.png");
  margin: 50px auto 30px;
}
.sidebar-title {
  background-image: url("./images/sidebar-title.png");
  margin: 50px auto 30px;
}
.sidebar-title-02 {
  background-image: url("./images/sidebar-title-02.png");
  margin: 50px auto 0;
}
.entry-related-title {
  background-image: url("./images/entry-related-title.png");
  margin: 50px auto 30px;
}


/*----------------------------------------------------------------
 top page pagination
-----------------------------------------------------------------*/
.pagination {
	clear: both;
  margin: 20px auto;
	padding: 0 0 10px;
  width: 300px;
}
/* page count */
.pagination-count {
  color: #999;
	font-size: 14px;
  margin-top: 5px;
  text-align: center;
  width: 100%;
}
.pagination-count p {
	padding: 5px;
}
.pagination-count span {
  color: #000;
  font-weight: bold;
}
/* page navigation */
.pagination-content ul {
  border-collapse: separate;
  border-spacing: 5px 0;
  display: table;
	font-size: 10px;
  table-layout: fixed;
  text-align: center;
  width: 100%;
}
.pagination-content li {
  display: table-cell;
  font-size: 12px;
	text-decoration: none;
}
.pagination-prev a:first-child {
}
.pagination-next a:last-child {
}
.pagination-content a {
	background-color: #000;
  border-right: 1px solid #fff;
	color: #fff;
  display: block;
  padding: 8px 0;
}
.pagination-content a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.pagination-current {
	background-color: #ccc;
	color: #fff;
  display: block;
  padding: 8px 0;
}

/* go to first page, last page */
.pagination-nav {
  display: table;
	font-size: 12px;
  margin-top: 15px;
  width: 100%;
}
.pagination-nav a {
	background-color: #000;
  border-radius: 5px;
	color: #fff;
  font-weight: bold;
	padding: 6px 9px 5px 9px;
}
.pagination-first {
  display: table-cell;
}
.pagination-last {
  display: table-cell;
  text-align: right;
}
.pagination-nav a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}


/*----------------------------------------------------------------
 card style
-----------------------------------------------------------------*/
.card-frame {
  font-size: 0;
}
.card-box {
  border-bottom: 1px solid #9C9C9C;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  font-size: 16px;
  margin-bottom: 5px;
  padding: 0 1%;
  width: 100%;
  vertical-align: top;
}
.card-img {
  position: relative;
}
.card-badge {
  background-color: #3c6aff;
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
  position: absolute;
  top: 0;
  left: 0;
}
.card-img img {
  width: 100%;
}
.card-text {
  background-color: rgba(255,255,255,0.75);
  padding: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.card-title {
  color: #212121;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  margin: 5px;
}
.card-cat {
  background-color: #474747;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  line-height: 1;
  margin-right: 10px;
  padding: 5px;
}
.card-cat-ul {
  display: inline-block;
}
.card-cat-ul li:last-child {
  display: none;
}
.card-date {
  color: #474747;
  font-size: 12px;
  margin: 0 10px;
}
.card-excerpt {
  font-size: 12px;
  padding: 15px 5px;
}
.card-excerpt a {
  color: #aaa;
  display: block;
  font-size: 15px;
  padding: 5px 10px;
  text-align: right;
  text-decoration: underline;
}

.card-img-none {
  background-color: #dcdcdc;
  display: table-cell;
  max-height: 180px;
  margin-top: 5px;
  padding: 50px 10px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  width: 280px;
}
.card-img-none p {
  color: #b5b5b5;
  font-size: 36px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .card-cat-ul {
    display: inline-block;
  }
  .card-cat-ul li {
    background-color: #474747;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    line-height: 1;
    margin-right: 10px;
    padding: 5px;
  }
  .card-cat-ul li:last-child {
    display: none;
  }
}
@media screen and (max-width: 479px) {
  .card-title {
    font-size: 14px;
  }
}
/*----------------------------------------------------------------
 list
-----------------------------------------------------------------*/
.list-frame {
}
.list-box {
  background-image: url("./images/top-list-arrow.png");
  background-position: right;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  border-bottom: 1px solid #9C9C9C;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  margin: 5px 0;
  padding: 0 25px 5px 0;
  width: 100%;
}
.list-box a {
  display: block;
}
.list-box a:hover {
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.list-img,
.list-text {
  display: table-cell;
  vertical-align: middle;
}
.list-img {
  width: 130px;
  max-height: 100px;
  overflow: hidden;
}
.list-img img {
  width: 120px;
}
.list-cat {
  display: inline-block;
}
.list-cat a {
  color: #fff;
  display: block;
  font-size: 10px;
  line-height: 1;
  padding: 5px;
}
.post-categories li {
  background-color: #474747;
  display: inline-block;
  margin-right: 5px;
}

.list-cat-ul {
  display: inline-block;
}
.entry-related .list-cat {
  display: inline-block;
  font-size: 10px;
  line-height: 1;
  padding: 5px;
}
.entry-related .list-cat:last-child {
  display: none;
}
.list-cat-text {
  background-color: #474747;
  color: #fff;
  display: block;
  font-size: 10px;
  line-height: 1;
  padding: 5px;
}

.list-date {
  color: #474747;
  margin-right: 10px;
  font-size: 12px;
}
.list-title {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  margin: 5px 0;
}
.list-excerpt {
  color: #474747;
  font-size: 12px;
}
.list-excerpt a {
  color: #aaa;
  font-size: 15px;
  text-align: right;
  text-decoration: underline;
}
.list-img-none {
  background-color: #dcdcdc;
  display: table-cell;
  padding: 20px 10px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  width: 120px;
}
.list-img-none p {
  color: #b5b5b5;
  font-size: 36px;
  font-weight: bold;
}

/* リストの下に表示させるボタン */
.list-btn a {
  background-color: #ececec;
  background-image: url("./images/top-list-arrow.png");
  background-position: right 5px top 15px;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  border: 1px solid #9c9c9c;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  display: block;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  margin: 15px auto;
  padding: 20px;
  text-align: center;
  width: 100%  
}
@media screen and (max-width: 767px) {
  .list-box {
    background-image: none;
    border-spacing: 5px 0;
    margin: 10px 0;
    padding: 0 5px 10px 0;
  }
  .list-btn a {
    width: 90%  
  }

  /* モバイルビューのカテゴリ表示 */
  .list-cat-ul {
    display: inline-block;
  }
  .list-cat-ul li {
    background-color: #474747;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    line-height: 1;
    margin-right: 10px;
    padding: 5px;
  }
  .list-cat-ul li:last-child {
    display: none;
  }
  
  .entry-related .list-cat {
    background-color: #fff;
    padding: 0;
  }
}

/*----------------------------------------------------------------
 breadcrumbs
-----------------------------------------------------------------*/
.breadcrumbs {
  font-size: 12px;
}
.breadcrumbs div {
  display:inline-block;
  margin-right: 5px;
}
.breadcrumbs a {
  background-color: #474747;
  color: #fff;
  display:inline-block;
  font-size: 12px;
  padding: 1px 5px;
  margin: 10px 5px;
}
.breadcrumbs div:after {
  color: #888;
  content: ">";
  margin: 0 0 0 10px;
}
.breadcrumbs div:last-child:after {
  content: none;
}
.breadcrumbs-current {
  color: #888;
}

/*----------------------------------------------------------------
 entry setting
-----------------------------------------------------------------*/
/* 余白の設定 */
.entry-header,
.entry-title,
.entry-header-meta,
.entry-content,
.entry-content h2,
.entry-content h3,
.entry-content p,
.entry-content ul,
.entry-content ol {
  padding-right: 10px;
  padding-left: 10px;
}
/* entry-header */
.entry-title {
  border-bottom: 1px solid #9c9c9c;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.2;
  margin: 15px 0 5px;
  padding: 0 5px 10px;
}
.entry-title-underline {
}
.entry-header-meta {
  margin-bottom: 5px;
}
.entry-eyecatch {
  margin-bottom: 30px;
  max-height: 360px;
  overflow: hidden;
}
.entry-eyecatch img {
  margin: 0 auto;
  width: 640px;
}
.entry-date {
  color: #999;
  font-size: 12px;
}
.entry-content h2 {
  background-color: #f0f0f0;
  color: #000;
  font-weight: bold;
  font-size: 20px;
  margin: 60px 0 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
}
.entry-content h3 {
  border-left: 4px solid #000;
  font-weight: bold;
  font-size: 20px;
  margin: 60px 0 20px;
}
.entry-content h4 {
  border-left: 2px solid #000;
  font-size: 16px;
  font-weight: bold;
  margin: 40px 10px 10px;
  padding: 0 0 0 10px;
}
.entry-content p {
  font-size: 16px;
  line-height: 2;
  margin: 0 0 30px;
}
.entry-content a {
  text-decoration: underline;
}
.entry-content ul,
.entry-content ol {
  font-size: 14px;
}
.entry-content ul {
  list-style: disc;
  margin-left: 15px;
}
.entry-content ol {
  list-style: decimal;
  margin-left: 20px;
}
.entry-content li {
  margin-bottom: 15px;
}
.entry-content blockquote {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  position: relative;
  padding: 24px 0;
  margin: 10px 10px 40px;
}
.entry-content blockquote p {
  margin: 0;
}
.entry-content blockquote:before {
  color: #ccc;
  content: "\f10d";
  font-family: fontawesome;
  position: absolute;
  top: 5px;
  left: 10px;
}
.entry-content blockquote:after {
  color: #ccc;
  content: "\f10e";
  font-family: fontawesome;
  position: absolute;
  bottom: 5px;
  right: 10px;
}

@media screen and (max-width: 767px) {
}
@media screen and (max-width: 479px) {
}

/*----------------------------------------------------------------
 entry related
-----------------------------------------------------------------*/
.entry-related {
  border-top: 1px solid #9c9c9c;
  margin: 20px 0 30px;
}

/*----------------------------------------------------------------
 sns btn
-----------------------------------------------------------------*/
.sns-btn {
  border-collapse: separate;
  border-spacing: 4px 0;
  display: table;
  table-layout: fixed;
  margin: 0 auto 30px;
  max-width: 648px;
  min-height: 44px;
  width: 100%;
}
.sns-btn a img {
  margin: 0 auto;
}
.sns-btn a {
  color: #fff;
  display: table-cell;
  font-size: 18px;
  padding: 3px 0;
  overflow: hidden;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
}
.sns-btn a:hover {
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.sns-btn-text {
  font-size: 12px;
  padding: 0 0 5px 10px;
}

/* SNS color */
.sns-btn-twitter {background-color: #00b0ed;}
.sns-btn-facebook {background-color: #3b5998;}
.sns-btn-googleplus {background-color: #df4a32;}
.sns-btn-hatebu {background-color: #008fde;}
.sns-btn-line {background-color: #2cbf13;}
.sns-btn-pocket {background-color: #eb4654;}
.sns-btn-rss {background-color: #ff9900;}
.sns-btn-feedly {background-color: #2bb24c;}

.icon-twitter a:hover {color: #00b0ed;}
.icon-facebook a:hover {color: #3b5998;}
.icon-google-plus a:hover {color: #df4a32;}
.icon-youtube a:hover {color: #bb0000;}
.icon-instagram a:hover {color: #517fa4;}
.icon-vine a:hover {color: #00bf8f;}
.icon-rss a:hover {color: #ff9900;}
.icon-feedly a:hover {color: #2bb24c;}
.icon-line a:hover {color: #00C300;}
/* Feedly, Pocket, Hatebu ( http://douraku.sw2x.com/web/3868/ ) */
@font-face {
  font-family: "iconvault";
  src: url("fonts/iconvault.eot");
  src: url("fonts/iconvault.eot?#iefix") format("embedded-opentype"),
       url("fonts/iconvault.woff") format("woff"),
       url("fonts/iconvault.ttf") format("truetype"),
       url("fonts/iconvault.svg#iconvault") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon-pocket:before {
  content: "\f101";
  font-family: "iconvault";
}
.icon-feedly a:before {
  font-family: "iconvault";
  content: '\f102';
}
.icon-hatebu:before {
  content: "\f103";
  font-family: "iconvault";
}

/* sns-top */
#sns-top-sp {
}
#sns-top-pc {
}

/* sns-bottom */
#sns-bottom-sp {
}
#sns-bottom-pc {
}

/*----------------------------------------------------------------
 entry footer pagination
-----------------------------------------------------------------*/
.entry-pagination {
  border-top: 1px solid #9c9c9c;
  border-bottom: 1px solid #9c9c9c;
  display: table;
  font-size: 14px;
  margin-bottom: 30px;
  width: 100%;
}
.entry-pagination a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
}
.entry-pagination-prev,
.entry-pagination-next {
  display: table-cell;
  overflow: hidden;
  width: 50%;
}
.entry-pagination-prev a,
.entry-pagination-next a {
  display: block;
  padding: 5px 10px;
}
.entry-pagination-prev {
  border-right: 1px solid #9c9c9c;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.entry-pagination-img img {
  width: 80px;
}
.entry-pagination-nav {
  color: #222;
  font-weight: bold;
}
.entry-pagination-title {
  color: #222;
}
/* prev page */
.entry-pagination-prev .entry-pagination-img {
  float: left;
  margin-right: 5px;
}
/* next page */
.entry-pagination-next .entry-pagination-nav {
  text-align: right;
}
.entry-pagination-next .entry-pagination-img {
  float: right;
  margin-left: 5px;
}

/*----------------------------------------------------------------
 sidebar
-----------------------------------------------------------------*/
.top-sidebar {
  margin-top: 60px;
}
.sidebar-banner {
  margin: 0 auto;
  text-align: center;
}
.sidebar-banner li {
  display: inline-block;
  margin: 0 0 15px;
}
.sidebar-banner img {
  height: auto;
  width: 300px;
}

/* サイドバーのカテゴリ */
.sidebar-cat-ul {
}
.sidebar-cat-ul li {
  border-bottom: 1px solid #eee;
  position: relative;
}
.sidebar-cat-ul a {
  display: block;
  padding: 10px;
}
.sidebar-cat-ul li a:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #9c9c9c;
  border-right: 2px solid #9c9c9c;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -5px;
}
/*----------------------------------------------------------------
 footer
-----------------------------------------------------------------*/
/* go home btn - page top btn */
#gohome-btn {
  clear: both;
  width: 300px;
  margin: 20px auto;
  padding: 5px 0;
}
#gohome-btn ul {
  display: table;
  width: 100%;
  text-align: center;
}
#gohome-btn li {
  display: table-cell;
}
#gohome-btn li a {
  color: #212121;
  display: block;
  font-size: 20px;
}
#gohome-btn p {
  font-size: 12px;
  margin-top: 3px;
}

/* footer 3column */
.footer-contents-frame {
  margin: 50px 0;
}
.footer-sns ul {
  display: table;
  margin: 10px auto;
  table-layout: fixed;
  text-align: center;
  width: 280px;
}
.footer-sns li {
  display: table-cell;
  text-align: center;
  width: 80px;
}
.footer-sns li a:before {
  font-size: 24px;
}
.footer-sns p {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Helvetica Neue",Helvetica,Arial,Roboto,"Droid Sans",sans-serif;
  font-size: 10px;
  line-height: 2;
}
.footer-sns li a {
  display: block;
  font-size: 14px;
  padding: 5px;
}

/* fixed btn */
#page-top {
	position: fixed;
	z-index: 9999;
	bottom: 0;
	right: 0;
	font-size: 12px;
}
#page-top a {
	background: #665e53;
	text-decoration: none;
	color: #fff;
	padding: 5px 15px;
	text-align: center;
	display: block;
	-moz-opacity: 0.3;
	opacity: 0.3;
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
	color: #fff;
}

/* copy right */
.footer-copy {
  margin: 30px;
}
.copy {
  clear: both;
  color: #000;
  font-size: 14px;
  padding: 10px 0;
  text-align: center;
}


/*----------------------------------------------------------------
 Contact Form 7
-----------------------------------------------------------------*/
.contact-form-text {
  margin-top: 20px;
}
.contact-form-frame {
  margin: 10px 20px;
}
.contact-form {
  display: block;
  margin: 10px 0 30px;
}
.contact-form-label {
  color: #3d3536;
  display: block;
  font-weight: bold;
  margin: 40px 10px 20px;
  vertical-align: top;
  width: 90%;
}
.contact-form-input {
  display: block;
  vertical-align: top;
}

/* placeholderの色を変更 */
::-webkit-input-placeholder {
  color: #ccc;
}
::-moz-placeholder {
  color: #ccc; opacity: 1;
}
:-ms-input-placeholder {
  color: #ccc;
}

/* 必須か任意か */
.contact-form-status-required {
  background-color: #cc0000;
  border-radius: 12px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  margin-left: 8px;
  padding: 3px 6px;
  vertical-align: middle;
}
.contact-form-status-optional {
  background-color: #aaa;
  border-radius: 12px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  margin-left: 8px;
  padding: 3px 6px;
  vertical-align: middle;
}

/* 入力欄 */
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form input[type=tel],
.contact-form input[type=date],
.contact-form textarea {
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 1px rgba(0,0,0,0.2);
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.2);
  color: #666;
  font-size: 14px;
  padding: 10px 10px;
  vertical-align: bottom;
  width: 90%;

  -webkit-appearance: none;
}
.contact-form input[type=date] {
  margin-right: 5px;
  width: 140px;
}

/* 送信ボタン */
.contact-submit img {
  display: inline;
}
.wpcf7 img.ajax-loader {
  width: 16px;
}
.contact-submit-empty {
  display: table-cell;
  vertical-align: top;
  width: 240px;
}
.contact-form input[type=submit] {
  background-color: #A59971;
  border: 1px solid #A59971;
  border-radius: 5px;
  color:#ffffff;
  cursor: pointer;
  display: table-cell;
  font-size:16px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 20px;
  padding: 15px 10px 13px;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
  width: 220px;
}

/* チェックボックス */
.wpcf7-list-item {
  display: inline-block;
}


/* 注釈 */
.contact-form-caution {
  font-size: 14px;
  padding: 5px 0 0;
}

/* 送信後のメッセージ */
.wpcf7-response-output {
  margin: 2em 0.5em 4em;
}
.wpcf7-mail-sent-ok {
  background-color: #fff;
  border: 4px solid #009b40;
  padding: 15px;
}
.wpcf7-validation-errors {
  background-color: #fff;
  border: 4px solid #cc0000;
  padding: 15px;
}

@media screen and (max-width: 767px) {
  .contact-form-frame {
    margin: 10px 0;
  }
  .contact-form {
    margin-left: 10px;
  }
  .contact-form-label,
  .contact-form-input,
  .contact-submit-empty,
  .contact-form input[type=submit] {
    display: block;
  }
  .contact-form-label {
    line-height: 1.5;
    margin-bottom: 8px;
  }
  .contact-form-pc {
    display: none;
  }
}
@media screen and (max-width: 479px) {
  .contact-form input[type=date] {
      width: 120px;
  }
  .contact-submit {
    margin: 0 auto;
  }
}



@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 979px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 479px) {
}