@charset "UTF-8";
/*----------------------------------------------------
  WordPress
----------------------------------------------------*/
/*-- 見出し --*/
.post h1 {
  margin-bottom: 20px;
  padding: 12px 20px 10px;
  background: #f1f8fe;
  border: 2px solid #069;
  border-radius: 4px;
  color: #069;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
}
.post h2 {
  margin-bottom: 20px;
  padding: 12px 20px 10px;
  background: #069;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.2;
}
.post h3 {
  margin-bottom: 20px;
  padding: 6px 14px 5px;
  border-left: 5px solid #069;
  border-bottom: 1px solid #ccc;
  font-size: 1.8rem;
  line-height: 1.2;
  text-shadow: 0 0 0.5px #333;
}
.post h4 {
  margin-bottom: 5px;
  padding: 2px 0 0 8px;
  border-left: 5px solid #069;
  font-size: 1.8rem;
  line-height: 1.0;
  text-shadow: 0 0 0.5px #333;
}
.post ul {
  margin-bottom: 20px;
  padding-left: 1.8rem;
  font-size: 1.6rem;
  line-height: 1.6;
}
.post ol {
  margin-bottom: 20px;
  padding-left: 3.8rem;
  font-size: 1.6rem;
  line-height: 1.6;
}
blockquote {
  margin: 10px 10px 30px;
  padding: 15px 20px;
  border-left: 5px solid #b6b6b6;
  background: #f7ecd7;
  quotes: none;
}
/*-- 右寄せ・左寄せ --*/
.alignnone {
  margin: 5px 20px 20px 0;
}
.alignright {
  float: right;
  margin: 5px 0 20px 10px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.aligncenter {
  display: block;
  margin: 5px auto 20px;
}
@media only screen and (max-width: 767px) {
  .alignright {
    display: block;
    float: none;
    margin: 5px auto 20px;
  }
  .alignleft {
    display: block;
    float: none;
    margin: 5px auto 20px;
  }
  .aligncenter {
    margin: 5px auto 20px;
  }
}
a img.alignright {
  float: right;
  margin: 0 0 10px 18px;
}
a img.alignnone {
  margin: 0 18px 10px 0;
}
a img.alignleft {
  float: left;
  margin: 0 18px 10px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .row::before, .row::after {
    content: "";
    display: inherit;
  }
}
/*-- イメージ --*/
.post-content img {
  max-width: 100%;
  height: auto;
}
img[class*="wp-image-"],
img[class*="attachment-"] {
  max-width: 100%;
  height: auto;
}
/*-- キャプション --*/
.wp-caption.alignnone {
  margin: 0 18px 18px 0;
}
.wp-caption.alignleft {
  margin: 0 18px 18px 0;
}
.wp-caption.alignright {
  margin: 0 0 18px 18px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
}
.wp-caption p.wp-caption-text {
  font-size: 0.8em;
  line-height: 1.3;
  margin: 0;
  padding: 5px 0;
}
@media (max-width: 767px) {
  .wp-caption {
    display: block;
    float: none;
    margin: 5px auto 10px;
  }
  wp-caption.alignnone {
    margin: 0 auto 18px;
  }
  .wp-caption.alignleft {
    margin: 0 auto 18px;
  }
  .wp-caption.alignright {
    margin: 0 auto 18px;
  }
}
figure {
  display: inline-block;
  text-align: center;
}
figure img {
  display: block;
  margin: auto;
  width: 100%;
}
figcaption {
  display: inline-block;
  text-align: left;
  color: #666;
  margin: 0 0 10px;
  font-size: 1.2rem !important;
}
/*-- ギャラリー --*/
.gallery { 
  width: 100%;
  margin-bottom: 20px !important;
  overflow: hidden;
}
.gallery br {
  display: none;
}
.gallery-item {
  float: left;
  margin-bottom: 0 !important;
}
.gallery-icon {
  text-align: center;
}
.gallery-icon img {
  width: 100%;
  height: auto;
  margin-bottom: 10px !important;
}
dd.gallery-caption {
  width: 100%;
  color: #666;
  font-size: 1.4rem;
  margin: 0 0 10px;
  padding: 0px 0px 8px 0px;
  text-align: center;
}
dd.gallery-caption::before {
  content: "";
}
.gallery-columns-1 .gallery-item { /** カラムなし **/
  width: 100%;
  margin-right: 0;
}
.gallery-columns-2 .gallery-item { /** 2カラム **/
  clear: none;
  width: 48%;
  margin: 0 1%;
}
.gallery-columns-3 .gallery-item { /** 3カラム **/
  clear: none;
  width: 31.33333%;
  margin: 0 1%;
}
.gallery-columns-4 .gallery-item { /** 4カラム **/
  clear: none;
  width: 23%;
  margin: 0 1%;
}
.gallery-columns-5 .gallery-item { /** 5カラム **/
  clear: none;
  width: 18%;
  margin: 0 1%;
}
@media screen and (max-width: 640px) {
  .gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item {
    width: 48%;
    margin: 0 1%;
  }
  .gallery-columns-5 .gallery-item {
    width: 31.33333%;
    margin: 0 1%;
  }
}
/*----------------------------------------------------
  パギネーション	
----------------------------------------------------*/
.pagination {
  clear: both;
  margin: 30px;
}
.pagination .tablenav {
  margin: 20px auto 0;
  color: #666;
  font-size: 1.6rem;
  line-height: 2.0;
  text-align: center;
}
.pagination a.page-numbers {
  padding: 10px;
  background: #fff;
  border: 1px solid #ddd;
  color: #666;
  text-decoration: none;
}
.pagination .tablenav .current {
  padding: 10px;
  background: #945da4;
  color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-decoration: none;
}
.pagination a.page-numbers:hover {
  padding: 10px;
  background: #945da4;
  color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-decoration: none;
}
.pagination .tablenav .next,
.pagination .tablenav .prev {
  padding: 10px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #666;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .pagination .page-numbers {
    display: none;
  }
  .pagination .tablenav .next,
  .pagination .tablenav .prev {
    display: inline;
  }
}
/*----------------------------------------------------
  ポストナビ
----------------------------------------------------*/
.post-navi {
  margin: 0;
  padding: 12px 20px 1px;
  border: 1px solid #ddd;
  font-size: 1.4rem;
  line-height: 1.2;
  border-radius: 4px;
}
.post-navi:after {
  content: "";
  display: block;
  clear: both;
}
.post-navi span.prev {
  float: left;
  margin: 0 0 10px;
  padding: 0;
}
.post-navi span.prev:before {
  margin-top: 2px;
  padding-right: 8px;
  content: "\f0d9 ";
  color: #069;
  font-family: "FontAwesome";
  font-size: 1.6rem;
  font-weight: 300;
}
.post-navi span.next {
  float: right;
  margin: 0 0 10px;
  padding: 0;
}
.post-navi span.next:after {
  margin-top: 2px;
  padding-left: 8px;
  content: "\f0da";
  color: #069;
  font-family: "FontAwesome";
  font-size: 1.6rem;
  font-weight: 300;
}
/*----------------------------------------------------
  自動アイコン
----------------------------------------------------*/
.icon a[href$=".xls"], .icon a[href$=".xlsx"], .icon a[href$=".doc"], .icon a[href$=".docx"], .icon a[href$=".ppt"], .icon a[href$=".pptx"], .icon a[href$=".pdf"] {
  background: rgba(0, 0, 0, 0) none no-repeat scroll 5px 50%;
  margin: 0;
  padding: 3px 0 0 2em;
}
.icon a[href$=".xls"] {
  background-image: url("../images/common/ico_xls.png");
}
* html .icon a.xls {
  background: rgba(0, 0, 0, 0) url("../images/common/ico_xls.png") no-repeat scroll 5px 50%;
  padding: 3px 0 0 2em;
}
.icon a[href$=".xlsx"] {
  background-image: url("../images/common/ico_xls.png");
}
* html .icon a.xlsx {
  background: rgba(0, 0, 0, 0) url("../images/common/ico_xls.png") no-repeat scroll 5px 50%;
  padding: 3px 0 0 2em;
}
.icon a[href$=".doc"] {
  background-image: url("../images/common/ico_doc.png");
}
* html .icon a.doc {
  background: rgba(0, 0, 0, 0) url("../images/common/ico_doc.png") no-repeat scroll 5px 50%;
  padding: 3px 0 0 2em;
}
.icon a[href$=".docx"] {
  background-image: url("../images/common/ico_doc.png");
}
* html .icon a.docx {
  background: rgba(0, 0, 0, 0) url("../images/common/ico_doc.png") no-repeat scroll 5px 50%;
  padding: 3px 0 0 2em;
}
.icon a[href$=".ppt"] {
  background-image: url("../images/common/ico_doc.png");
}
* html .icon a.ppt {
  background: rgba(0, 0, 0, 0) url("../images/common/ico_doc.png") no-repeat scroll 5px 50%;
  padding: 3px 0 0 2em;
}
.icon a[href$=".pptx"] {
  background-image: url("../images/common/ico_doc.png");
}
* html .icon a.pptx {
  background: rgba(0, 0, 0, 0) url("../images/common/ico_doc.png") no-repeat scroll 5px 50%;
  padding: 3px 0 0 2em;
}
.icon a[href$=".pdf"] {
  background-image: url("../images/common/ico_pdf.png");
}
* html .icon a.pdf {
  background: rgba(0, 0, 0, 0) url("../images/common/ico_pdf.png") no-repeat scroll 5px 50%;
  padding: 3px 0 0 2em;
}
/*----------------------------------------------------
  404
----------------------------------------------------*/
.notfound p {
  font-size: 1.4em;
  line-height: 2;
  margin: 10px 10px 20px;
}
.notfound ul {
  border-top: 1px dotted #ddd;
  list-style: outside none none;
  margin: 0 0 10px;
  padding: 0;
}
.notfound ul li {
  padding: 0;
}
.notfound ul li a {
  position: relative;
  display: block;
  border-bottom: 1px dotted #ddd;
  color: #333;
  font-size: 1.4em;
  line-height: 1.2;
  margin: 0;
  padding: 12px 10px 12px 32px;
}
.notfound ul li a:before {
  position: absolute;
  z-index: 0;
  top: 11px;
  left: 20px;
  content: "\f0da";
  font-family: FontAwesome;
  color: #069;
  line-height: 1.2;
}
.notfound ul li a:hover {
  background: #f3f3f3;
  text-decoration: none;
}
