@charset "UTF-8";
/*----------------------------------------------------
  WordPress
----------------------------------------------------*/
.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) {
  .row::before, .row::after {
    content: "";
    display: inherit;
  }
  .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;
}
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}
/*-- ポストナビ --*/
.post-navi {
  margin: 0 0 30px;
  padding: 12px 20px 1px;
  border: 1px solid #ddd;
  font-size: 1.5rem;
  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 {
  content: "\f0d9";
  color: #f30;
  font-family: "Font Awesome 5 Free";
  font-size: 1.6rem;
  font-weight: 900;
  padding-right: 8px;
}
.post-navi span.next {
  float: right;
  margin: 0 0 10px;
  padding: 0;
}
.post-navi span.next:after {
  content: "\f0da";
  color: #f30;
  font-family: "Font Awesome 5 Free";
  font-size: 1.6rem;
  font-weight: 900;
  padding-left: 8px;
}
/*-- キャプション --*/
.wp-caption {
  margin: auto;
  text-align: left;
  max-width: 100%;
}
.wp-caption-text {
  display: inline-block;
  text-align: left;
  color: #666;
  margin: 0 0 10px;
  font-size: 1.4rem !important;
}
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%;
  }
}
/*----------------------------------------------------
  自動アイコン
----------------------------------------------------*/
.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 0 0 2.0rem;
  padding: 3px 0 0 2em;
}
.icon a[href$=".xls"] {
  background-image: url("../images/common/ico_xls.gif");
}
* html .icon a.xls {
  background: rgba(0, 0, 0, 0) url("../images/common/ico_xls.gif") no-repeat scroll 5px 50%;
  padding: 3px 0 0 2em;
}
.icon a[href$=".xlsx"] {
  background-image: url("../images/common/ico_xls.gif");
}
* html .icon a.xlsx {
  background: rgba(0, 0, 0, 0) url("../images/common/ico_xls.gif") no-repeat scroll 5px 50%;
  padding: 3px 0 0 2em;
}
.icon a[href$=".doc"] {
  background-image: url("../images/common/ico_doc.gif");
}
* html .icon a.doc {
  background: rgba(0, 0, 0, 0) url("../images/common/ico_doc.gif") no-repeat scroll 5px 50%;
  padding: 3px 0 0 2em;
}
.icon a[href$=".docx"] {
  background-image: url("../images/common/ico_doc.gif");
}
* html .icon a.docx {
  background: rgba(0, 0, 0, 0) url("../images/common/ico_doc.gif") no-repeat scroll 5px 50%;
  padding: 3px 0 0 2em;
}
.icon a[href$=".ppt"] {
  background-image: url("../images/common/ico_doc.gif");
}
* html .icon a.ppt {
  background: rgba(0, 0, 0, 0) url("../images/common/ico_doc.gif") no-repeat scroll 5px 50%;
  padding: 3px 0 0 2em;
}
.icon a[href$=".pptx"] {
  background-image: url("../images/common/ico_doc.gif");
}
* html .icon a.pptx {
  background: rgba(0, 0, 0, 0) url("../images/common/ico_doc.gif") no-repeat scroll 5px 50%;
  padding: 3px 0 0 2em;
}
.icon a[href$=".pdf"] {
  background-image: url("../images/common/ico_pdf.gif");
}
* html .icon a.pdf {
  background: rgba(0, 0, 0, 0) url("../images/common/ico_pdf.gif") no-repeat scroll 5px 50%;
  padding: 3px 0 0 2em;
}
* html .icon a {
}
/*----------------------------------------------------
  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;
  border-bottom: 1px dotted #ddd;
  display: block;
  color: #333;
  font-size: 1.6em;
  line-height: 1.6;
  margin: 0;
  padding: 12px 10px 12px 30px;
}
.notfound ul li a:before {
  content: "";
  position: absolute;
  top: 22px;
  left: 14px;
  margin: auto;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-top: 1px solid #f30;
  border-right: 1px solid #f30;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.notfound ul li a:hover {
  background: #f3f3f3;
  text-decoration: none;
}
