@charset "UTF-8";
/* @end */
/*最薄緑（背景用）*/
/*線*/
/*==================================================================
pagenavi
===================================================================*/
.wp-pagenavi {
  margin: 30px;
  text-align: center;
}
.wp-pagenavi span,
.wp-pagenavi a {
  display: inline-block;
  padding: 4px 6px;
  color: #009C53;
  margin: 8px;
}
.wp-pagenavi span:hover,
.wp-pagenavi a:hover {
  color: #ffeb3b;
}
.wp-pagenavi span:visited,
.wp-pagenavi a:visited {
  color: #A3CCAC;
}
.wp-pagenavi span.nextpostslink,
.wp-pagenavi a.nextpostslink {
  width: 30px;
  height: 30px;
  background: #009C53 url("../img/cmn/icon-tri-wh.svg") center 11px no-repeat;
  border-radius: 5px;
  transform: scale(-1, 1);
}
.wp-pagenavi span.previouspostslink,
.wp-pagenavi a.previouspostslink {
  width: 30px;
  height: 30px;
  background: #009C53 url("../img/cmn/icon-tri-wh.svg") center 11px no-repeat;
  border-radius: 5px;
}
.wp-pagenavi span.current {
  color: #009C53;
}
.wp-pagenavi span.pages {
  display: none;
}

/* ----------------------------------------------------------------------
 WordPress プリセットスタイル
---------------------------------------------------------------------- */
.news_detail {
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  line-height: 1.7;
  font-weight: 300;
  /* alignment */
  /* text and headline */
  /* image */
  /* list */
  /* table */
  /* block quote */
  /* captions */
  /* gallery */
  /* etc */
}
.news_detail .alignright {
  float: right;
}
.news_detail .alignleft {
  float: left;
}
.news_detail .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7px;
}
.news_detail blockquote.alignleft,
.news_detail img.alignleft {
  margin: 7px 24px 7px 0;
}
.news_detail .wp-caption.alignleft {
  margin: 7px 14px 7px 0;
}
.news_detail blockquote.alignright,
.news_detail img.alignright {
  margin: 7px 0 7px 24px;
}
.news_detail .wp-caption.alignright {
  margin: 7px 0 7px 14px;
}
.news_detail blockquote.aligncenter,
.news_detail img.aligncenter,
.news_detail .wp-caption.aligncenter {
  margin-top: 7px;
  margin-bottom: 7px;
}
.news_detail p {
  font-size: 1.4rem;
  line-height: 1.7;
  margin: 0 0 2em 0;
}
.news_detail h1,
.news_detail h2,
.news_detail h3,
.news_detail h4,
.news_detail h5,
.news_detail h6 {
  clear: both;
  line-height: 1.5;
  font-weight: 500;
  margin: 0 0 10px 0;
  padding: 10px 0 0 0;
}
.news_detail h1 {
  font-size: 150%;
  text-align: left;
}
.news_detail h2 {
  color: #009C53;
  font-size: 140%;
  text-align: left;
}
.news_detail h3 {
  color: #000;
  font-size: 130%;
  padding: 5px 0px 5px 10px;
  border-left: #D1E5D5 solid 5px;
}
.news_detail h4 {
  font-size: 120%;
}
.news_detail h5 {
  font-size: 110%;
  padding: 5px 0;
  border-top: #D1E5D5 solid 1px;
  border-bottom: #D1E5D5 solid 1px;
}
.news_detail h6 {
  font-size: 100%;
}
.news_detail img[class*=align], .news_detail img[class*=wp-image-], .news_detail img[class*=attachment-], .news_detail img.size-full, .news_detail img.size-large {
  height: auto;
  max-width: 100%;
}
.news_detail .wp-post-image,
.news_detail img {
  height: auto;
  max-width: 100%;
  margin: 10px;
}
.news_detail li,
.news_detail dt,
.news_detail dd {
  line-height: 1.7;
}
.news_detail li {
  margin-bottom: 8px;
}
.news_detail li a {
  color: #009C53;
}
.news_detail ul,
.news_detail ol,
.news_detail dl {
  margin-bottom: 24px;
}
.news_detail ol {
  list-style: decimal outside none;
  margin-left: 1.5em;
}
.news_detail ul {
  list-style: disc outside none;
  margin-left: 1.3em;
}
.news_detail li > ul,
.news_detail li > ol {
  margin-bottom: 0;
}
.news_detail dt {
  font-weight: bold;
}
.news_detail dd {
  margin-bottom: 1em;
}
.news_detail table {
  width: 100%;
  border-top: 1px solid #EFEFEF;
}
.news_detail table th,
.news_detail table td {
  border-bottom: 1px solid #EFEFEF;
  padding: 20px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.news_detail table th {
  background-color: #F1F9F5;
  white-space: nowrap;
}
.news_detail table td {
  font-weight: 300;
}
@media screen and (max-width: 640px) {
  .news_detail table {
    width: 100%;
    border-top: 1px solid #EFEFEF;
  }
  .news_detail table th,
  .news_detail table td {
    border-bottom: 1px solid #EFEFEF;
    padding: 10px;
    font-size: 1.6rem;
    line-height: 1.5;
    display: block;
  }
  .news_detail table th {
    background-color: #F1F9F5;
    white-space: nowrap;
  }
  .news_detail table td {
    font-weight: 300;
    padding-bottom: 20px;
  }
}
.news_detail blockquote {
  margin-top: 30px;
  margin-bottom: 30px;
  background: #F1F9F5;
  position: relative;
  padding: 30px;
  font-size: 1.6rem;
  line-height: 1.75;
}
.news_detail blockquote a {
  color: #009C53;
}
.news_detail blockquote:before {
  content: "";
  width: 36px;
  height: 28px;
  background: url("../../../../../img/about/quotation-l.svg") center center no-repeat;
  display: block;
  position: absolute;
  top: -10px;
  left: 15px;
}
.news_detail blockquote:after {
  content: "";
  width: 36px;
  height: 28px;
  background: url("../../../../../img/about/quotation-r.svg") center center no-repeat;
  display: block;
  position: absolute;
  bottom: -10px;
  right: 15px;
}
.news_detail blockquote cite {
  border-top: 1px dotted #aaa;
  display: block;
  padding: 20px 0 0 0;
  font-style: italic;
  text-align: right;
  font-size: 90%;
}
.news_detail .wp-caption {
  margin: 30px 0;
  background: #fff;
  border: 1px solid #EFEFEF;
  padding: 5px;
  max-width: 100%;
  box-sizing: border-box;
}
.news_detail .wp-caption-text {
  text-align: left;
  font-size: 12px;
  line-height: 1.5;
  margin: 9px auto;
}
.news_detail .wp-caption img[class*=wp-image-] {
  display: block;
  margin: 0 auto;
}
.news_detail .gallery {
  margin-bottom: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.news_detail .gallery a img {
  border: 0 !important;
}
.news_detail .gallery-item {
  margin-bottom: 0px;
  overflow: hidden;
  position: relative;
}
.news_detail .gallery-columns-1 .gallery-item {
  max-width: 100%;
}
.news_detail .gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.news_detail .gallery-columns-3 .gallery-item {
  max-width: 33.3%;
}
.news_detail .gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.news_detail .gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.news_detail .gallery-columns-6 .gallery-item {
  max-width: 16.7%;
}
.news_detail .gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.news_detail .gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.news_detail .gallery-columns-9 .gallery-item {
  max-width: 11.1%;
}
.news_detail .gallery-columns-10 .gallery-item {
  max-width: 10%;
}
@media screen and (max-width: 640px) {
  .news_detail .gallery-columns-1 .gallery-item,
  .news_detail .gallery-columns-2 .gallery-item,
  .news_detail .gallery-columns-3 .gallery-item {
    width: 100%;
    max-width: 100%;
  }
  .news_detail .gallery-columns-1 .gallery-item img,
  .news_detail .gallery-columns-2 .gallery-item img,
  .news_detail .gallery-columns-3 .gallery-item img {
    width: 100%;
  }
  .news_detail .gallery-columns-4 .gallery-item,
  .news_detail .gallery-columns-5 .gallery-item,
  .news_detail .gallery-columns-6 .gallery-item,
  .news_detail .gallery-columns-7 .gallery-item,
  .news_detail .gallery-columns-8 .gallery-item,
  .news_detail .gallery-columns-9 .gallery-item,
  .news_detail .gallery-columns-10 .gallery-item {
    width: calc((100% - 20px) / 2);
    max-width: 50%;
  }
  .news_detail .gallery-columns-4 .gallery-item img,
  .news_detail .gallery-columns-5 .gallery-item img,
  .news_detail .gallery-columns-6 .gallery-item img,
  .news_detail .gallery-columns-7 .gallery-item img,
  .news_detail .gallery-columns-8 .gallery-item img,
  .news_detail .gallery-columns-9 .gallery-item img,
  .news_detail .gallery-columns-10 .gallery-item img {
    width: 100%;
  }
}
.news_detail .gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%;
}
.news_detail .gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.news_detail .gallery-item:hover .gallery-caption {
  opacity: 1;
}
.news_detail .gallery-columns-7 .gallery-caption,
.news_detail .gallery-columns-8 .gallery-caption,
.news_detail .gallery-columns-9 .gallery-caption,
.news_detail .gallery-columns-10 .gallery-caption {
  display: none;
}
.news_detail .wp-smiley {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.news_detail address {
  margin: 0 0 24px 0;
  line-height: 2.2;
}
.news_detail pre {
  border-left: 5px solid #7fc120;
  font-size: 12px;
  margin: 0 0 27px 0;
  line-height: 25px;
  background: url(img/common/pre.gif) repeat left top;
  padding: 0 17px;
  overflow: auto;
}
.news_detail .mejs-container {
  margin: 12px 0 25px;
}

hr {
  height: 1px;
  background: #D1E5D5;
  border: none;
}/*# sourceMappingURL=mytheme.css.map */