@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
/* 共通 */
* {
  min-width: 0;
  min-height: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

/* 共通 */
body {
  margin: 0 0 0px 0;
  padding: 0;
}
@media (max-width: 768px) {
  body {
    margin: 0 0 70px 0;
  }
}

.widecolumn {
  padding-top: 149px;
}
@media (max-width: 768px) {
  .widecolumn {
    padding-top: 75px;
  }
}

p,
h1,
h2,
h3,
h4,
h5,
ul,
li,
a,
div {
  color: #333333;
  letter-spacing: 26;
  line-height: 1.5rem;
  font-family: "Noto Sans JP", Noto Sans CJK JP, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, Yu Gothic, "メイリオ", Meiryo, "MS ゴシック", sans-serif;
  font-size: 15px;
  letter-spacing: 1.2px;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
a {
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
  display: block;
}
a:hover {
  opacity: 0.8;
  transition: 0.3s;
  text-decoration: none;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

div img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: top;
}

.sp {
  display: none;
}
@media (max-width: 768px) {
  .sp {
    display: block;
  }
}

@media (max-width: 768px) {
  .tab {
    display: none;
  }
}

.sp-none {
  display: inline-block;
}
@media (max-width: 768px) {
  .sp-none {
    display: none;
  }
}

.margin-top {
  margin-top: 20px;
}

.margin-bottom {
  margin-bottom: 20px;
}

.subscribe-btn a {
  display: inline-block;
  width: 290px;
  text-align: center;
  background-color: #f67100;
  color: #fff;
  font-size: 20px;
  font-weight: medium;
  padding: 20px 0;
  border-radius: 6px;
}
.subscribe-btn a span img {
  height: 20px;
  width: auto;
  margin-left: 10px;
  position: relative;
  top: 4px;
}

.tm-pages .tm-row-left {
  width: calc(75% - 60px);
  margin-right: 60px;
}
@media (max-width: 1100px) {
  .tm-pages .tm-row-left {
    width: calc(75% - 20px);
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .tm-pages .tm-row-left {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }
}
.tm-pages .inner {
  max-width: 1000px;
  margin: 60px auto;
}
@media (max-width: 1100px) {
  .tm-pages .inner {
    max-width: 95%;
    width: 95%;
  }
}
.tm-pages .tm-row-right {
  width: 25%;
}
@media (max-width: 768px) {
  .tm-pages .tm-row-right {
    width: 95%;
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .tm-pages .tm-row-right .sns-icon .flex {
    justify-content: center;
  }
}

/* header */
#header {
  position: fixed;
  z-index: 10;
  width: 100%;
  background-color: #fff;
}

.header-wrap {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  z-index: 1;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .header-wrap {
    padding: 10px;
  }
}
.header-wrap .header-logo {
  width: 20%;
}
.header-wrap .header-logo a {
  font-size: 24px;
}
.header-wrap .header-logo a span {
  display: block;
  font-size: 12px;
}
.header-wrap .header-logo a img {
  height: 55px;
  width: auto;
}
@media (max-width: 768px) {
  .header-wrap .header-logo {
    width: 40%;
  }
}
.header-wrap .header-menu {
  width: 80%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .header-wrap .header-menu {
    width: 60%;
  }
}
.header-wrap .header-menu ul {
  justify-content: space-between;
  align-items: center;
}
.header-wrap .header-menu ul li div {
  width: 275px;
  position: relative;
}
@media (max-width: 768px) {
  .header-wrap .header-menu ul li div {
    width: 200px;
  }
}
.header-wrap .header-menu ul li div #searchsubmit {
  position: absolute;
  top: 15px;
  right: 5px;
  border: none;
  background: #fff;
}
.header-wrap .header-menu ul li div .fa-search::before {
  font-size: 17px;
}
.header-wrap .header-menu ul li input {
  width: 275px;
  padding: 12px;
  box-sizing: border-box;
  font-size: 15px;
}
@media (max-width: 768px) {
  .header-wrap .header-menu ul li input {
    width: 200px;
  }
}
@media (max-width: 600px) {
  .header-wrap .header-menu ul li:first-child {
    display: none;
  }
}
.header-wrap .header-menu ul .contact a {
  display: block;
  padding: 10px 20px;
  box-sizing: border-box;
  background-color: #222;
  color: #fff;
  border-radius: 40px;
}
.header-wrap .header-menu ul .mousukomi-btn a {
  display: inline-block;
  width: 230px;
  text-align: center;
  padding: 15px 0;
  box-sizing: border-box;
  color: #fff;
  font-size: 15px;
  background-color: #f67100;
  border-radius: 6px;
  margin-left: 20px;
  font-weight: 700;
  position: relative;
}
@media (max-width: 768px) {
  .header-wrap .header-menu ul .mousukomi-btn a {
    padding: 10px 0;
    width: 110px;
  }
}
.header-wrap .header-menu ul .mousukomi-btn a img {
  height: 15px;
  width: auto;
  position: relative;
  top: 5px;
  margin-left: 10px;
}
@media (max-width: 768px) {
  .header-wrap .header-menu ul .mousukomi-btn a img {
    margin-left: 5px;
  }
}

.header-bottom {
  background-color: #305141;
}
@media (max-width: 768px) {
  .header-bottom {
    display: none;
  }
}
.header-bottom .header-bottom-wrap {
  justify-content: center;
}
.header-bottom .header-bottom-wrap .header-bottom-inner .header-bottom-li {
  padding: 15px 0;
  box-sizing: border-box;
}
.header-bottom .header-bottom-wrap .header-bottom-inner li a {
  color: #fff;
  margin-right: 40px;
  font-size: 15px;
}
.header-bottom .header-bottom-wrap .header-bottom-inner li:last-child a {
  margin-right: 0;
}

/* 追従 */
.scroll-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  background-color: transparent;
  transition: opacity 0.3s ease-in-out;
  border: none;
  z-index: 100;
}
.scroll-btn img {
  height: 120px;
  width: auto;
}

.scroll-btn.show {
  opacity: 1;
}
@media (max-width: 768px) {
  .scroll-btn.show {
    display: none;
  }
}

/*ハンバーガーメニュー*/
/* footer */
.footer {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .footer {
    margin-top: 50px;
  }
}
.footer .footer-inner {
  max-width: 1000px;
  margin: 0 auto;
}
.footer .footer-inner .footer-logo {
  text-align: center;
}
.footer .footer-inner .footer-logo img {
  height: 60px;
  width: auto;
  margin-bottom: 10px;
}
.footer .footer-inner .footer-text {
  text-align: center;
  margin-bottom: 20px;
}
.footer .footer-inner .footer-text p {
  font-size: 13px;
  color: #305141;
  line-height: 1;
}
.footer .footer-inner .footer-text p a {
  font-size: 13px;
  color: #305141;
}
.footer .footer-inner .footer-menu {
  margin: 30px 0;
}
@media (max-width: 768px) {
  .footer .footer-inner .footer-menu {
    margin: 30px 0 0 0;
  }
}
.footer .footer-inner .footer-menu ul li {
  width: 25%;
  text-align: center;
  border: solid 1px #305141;
  margin-right: -1px;
  margin-bottom: -1px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .footer .footer-inner .footer-menu ul li {
    width: 50%;
    border-top: 1px solid #305141;
    border-left: none;
    border-right: none;
  }
}
@media (max-width: 768px) {
  .footer .footer-inner .footer-menu ul li:nth-child(2n) {
    border-left: 1px solid #305141;
  }
}
.footer .footer-inner .footer-menu ul li a {
  font-size: 13px;
  color: #305141;
  padding: 10px 0;
  box-sizing: border-box;
  margin-bottom: -1px;
  width: 100%;
  display: inline-block;
  /*周りに1pxの線を引く重なる場合も1px*/
}
@media (max-width: 768px) {
  .footer .footer-inner .footer-menu ul li a {
    font-size: 11px;
    letter-spacing: 0.1em;
  }
}
.footer .footer-inner .merumaga-wrap #mailpoet_form_2 .mailpoet_form {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  max-width: 60%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .footer .footer-inner .merumaga-wrap #mailpoet_form_2 .mailpoet_form {
    max-width: 90%;
  }
}
.footer .footer-inner .merumaga-wrap #mailpoet_form_2 .mailpoet_form .form-btn {
  width: calc(100% - 230px);
  margin: 0 20px 0 0;
}
@media (max-width: 768px) {
  .footer .footer-inner .merumaga-wrap #mailpoet_form_2 .mailpoet_form .form-btn {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.footer .footer-inner .merumaga-wrap #mailpoet_form_2 .mailpoet_form .register-btn {
  width: 210px;
  position: relative;
}
@media (max-width: 768px) {
  .footer .footer-inner .merumaga-wrap #mailpoet_form_2 .mailpoet_form .register-btn {
    width: 100%;
  }
}
.footer .footer-inner .merumaga-wrap #mailpoet_form_2 .mailpoet_form .register-btn::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(/wp-content/uploads/2023/06/tm-arrow-btn@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.footer .footer-inner .merumaga-wrap #mailpoet_form_2 .mailpoet_form .register-btn input {
  height: 100%;
  cursor: pointer;
}
.footer .footercopy {
  background-color: #305141;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  font-size: 14px;
}

.footer-sp {
  position: fixed;
  bottom: 0;
  width: 100%;
  right: 0;
  color: #848484;
  background-color: #fff;
  z-index: 15;
}

.footer-sp .footer-menu {
  display: flex;
  justify-content: space-around;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-sp .footer-menu li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 10px;
  color: #848484;
  text-decoration: none;
  font-size: 12px;
  line-height: 1;
}
.footer-sp .footer-menu li a span {
  margin-top: 5px;
}

@media (min-width: 768px) {
  .footer-sp .footer-menu li a span {
    display: block;
  }
}
.footer-sp .footer-icon img {
  height: 22px;
  width: auto;
}

/* 投稿 */
.newpost, .attention-post {
  display: none;
}

.fullscreen-menu {
  display: none; /* 最初は非表示にする */
  position: fixed; /* 位置を固定する */
  top: 0;
  left: 0;
  width: 100%; /* 全画面に広がるようにする */
  height: calc(100% - 59px);
  margin-bottom: 59px;
  background: rgb(255, 255, 255); /* 背景を半透明にする */
  z-index: 200; /* 他の要素より前面に表示する */
  color: #333333; /* テキストの色を白にする */
  text-align: center; /* テキストを中央に配置する */
  overflow-y: auto; /* 追加 */
  z-index: 10;
}
.fullscreen-menu .fullscreen-menu-title {
  width: 100%;
  background-color: #eaeaea;
  padding: 10px;
  box-sizing: border-box;
  text-align: left;
  font-size: 15px;
  color: #656565;
}
.fullscreen-menu .footer-menu-spcategory {
  margin-bottom: 0px;
  border-bottom: 1px solid #d6d6d6;
}
.fullscreen-menu ul {
  margin-bottom: 20px;
}
.fullscreen-menu ul li {
  width: 50%;
  text-align: left;
  box-sizing: border-box;
  padding: 10px;
  position: relative;
  border-bottom: 1px solid #d6d6d6;
}
.fullscreen-menu ul li a {
  position: relative;
}
.fullscreen-menu ul li a:after {
  content: "";
  position: absolute;
  background: url(/wp-content/uploads/2023/06/sp-menu-icon2@2x.png) no-repeat;
  background-size: contain;
  top: 43%;
  right: 10px;
  width: 4px;
  height: 7px;
  display: inline-block;
}
.fullscreen-menu .footersp-menu-btn {
  padding: 0 15px;
  box-sizing: border-box;
  margin: 30px 0 60px 0;
}
.fullscreen-menu .footersp-menu-btn li {
  width: calc(50% - 5px);
  margin-right: 10px;
  border-bottom: none;
  padding: 0px;
}
.fullscreen-menu .footersp-menu-btn li a {
  display: inline-block;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  color: #fff;
  border-radius: 5px;
  margin-bottom: 10px;
  position: relative;
}
.fullscreen-menu .footersp-menu-btn li a:after {
  content: "";
  position: absolute;
  background: url(/wp-content/uploads/2023/06/sp-menu-icon3@2x.png) no-repeat;
  background-size: contain;
  top: 43%;
  right: 10px;
  width: 4px;
  height: 7px;
  display: inline-block;
}
.fullscreen-menu .footersp-menu-btn li .teikikouoku {
  background-color: #f67100;
}
.fullscreen-menu .footersp-menu-btn li .event {
  background-color: #b2be1c;
}
.fullscreen-menu .footersp-menu-btn li .contact {
  background-color: #305141;
  margin-bottom: 0px;
}
.fullscreen-menu .footersp-menu-btn li .faq {
  background-color: #676f67;
  margin-bottom: 0px;
}
.fullscreen-menu .footersp-menu-btn li:nth-child(2n) {
  margin-right: 0;
}
.fullscreen-menu .footer-menu-color a {
  color: #137e45;
}

.footer-menu-top {
  border-bottom: 1px solid #d6d6d6;
}
.footer-menu-top li:last-child {
  border-bottom: none;
}

.fullscreen-menu ul {
  list-style: none;
}

.fullscreen-menu ul li {
  font-size: 14px;
}
.fullscreen-menu ul li:last-child {
  border-bottom: none;
}

.fullscreen-menu ul li a {
  color: #333333;
  text-decoration: none;
}

.footer-sp .footer-menu li a .footer-icon {
  margin-top: 0px;
}
.footer-sp .footer-menu li a .footer-icon .fas {
  font-size: 22px;
}

.home #menu-button.open .footer-icon:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00d";
  font-size: 22px;
}

#fullscreen-search {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #ffffff;
  z-index: 10;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  display: flex;
  height: calc(100% - 59px);
  margin-bottom: 59px;
}

#searchform {
  margin: auto;
}

.footer-sp {
  height: 59px;
}
.footer-sp #search-button a {
  /*背景グラデーション左から137e45右に3f966790度で丸い背景*/
  background: linear-gradient(90deg, #137e45 0%, #3f9667 90%);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  z-index: 100;
  /* アイコンと文字を真ん中に */
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  bottom: 10px;
  z-index: 11;
  /* absolute中央寄せ */
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  cursor: pointer;
  /* 余白 */
}

.sidebar-newpost {
  margin-top: 40px;
}
.sidebar-newpost .title {
  display: flex;
  padding-bottom: 10px;
  border-bottom: 1px solid #137e45;
  flex-wrap: wrap;
}
.sidebar-newpost .title div {
  width: 50%;
}
.sidebar-newpost .title div h3 {
  font-weight: bold;
  font-size: 17px;
  text-align: left;
}
.sidebar-newpost .title div a {
  font-size: 15px;
  color: #137e45;
}
.sidebar-newpost .title div a span {
  width: 15px;
  height: 15px;
}
.sidebar-newpost .title div a span img {
  width: 15px;
  height: 15px;
  position: relative;
  top: 5px;
  margin-left: 10px;
}
.sidebar-newpost .title div:nth-child(2) {
  justify-content: flex-end;
  display: flex;
}

/* 投稿リスト */
.post-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.post-list .post-item {
  width: 50%;
  padding-right: 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .post-list .post-item {
    width: 100%;
    padding-right: 0px;
  }
}
.post-list .post-item:nth-child(2n) {
  padding-right: 0;
  padding-left: 20px;
  border-left: 1px solid #e6e6e6;
}
@media (max-width: 768px) {
  .post-list .post-item:nth-child(2n) {
    padding-left: 0;
    border-left: none;
  }
}
.post-list .post-item .post-inner {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .post-list .post-item .post-inner {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.post-list .post-item:last-child .post-inner {
  border-bottom: none;
}
.post-list .post-item:nth-child(9) .post-inner {
  border-bottom: none;
}
.post-list .post-thumbnail {
  width: 25%;
  height: 80px;
  -o-object-fit: cover;
  object-fit: cover;
}
.post-list .post-thumbnail img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
  object-fit: cover;
}
.post-list .post-sub-right {
  width: calc(75% - 25px);
  margin-left: 10px;
}
.post-list .post-sub-right h2 a {
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.2em;
  font-size: 14px;
}
.post-list .post-sub-right .post-meta {
  font-size: 10px;
  line-height: 0.8rem;
}
.post-list .post-sub-right .post-meta .post-date {
  color: #999999;
  margin-right: 10px;
}
.post-list .post-sub-right .post-meta .post-categories {
  line-height: 1;
}
.post-list .post-sub-right .post-meta .post-categories a {
  display: inline-block;
  line-height: 1;
  color: #137e45;
  font-size: 10px;
  margin-right: 6px;
}

.post-list-small {
  width: 100%;
}
.post-list-small .post-item {
  width: 100%;
  padding: 10px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #bbbbbb;
}
.post-list-small .post-item:last-child {
  border-bottom: none;
}
.post-list-small .post-item .post-inner {
  width: 100%;
  display: flex;
  align-items: center;
}
.post-list-small .post-item .post-inner .post-thumbnail {
  width: 63px;
  height: 63px;
  -o-object-fit: cover;
  object-fit: cover;
}
.post-list-small .post-item .post-inner .post-thumbnail img {
  width: 63px;
  height: 63px;
  -o-object-fit: cover;
  object-fit: cover;
}
.post-list-small .post-item .post-inner .post-sub-right {
  width: calc(75% - 10px);
  margin-left: 10px;
  text-align: left;
}
.post-list-small .post-item .post-inner .post-sub-right h2 a {
  font-weight: bold;
  font-size: 13px;
  line-height: 1.3;
}
@media (max-width: 1000px) {
  .post-list-small .post-item .post-inner .post-sub-right h2 a {
    font-size: 11px;
  }
}
.post-list-small .post-item .post-inner .post-sub-right .post-meta .post-date {
  font-size: 10px;
  color: #999999;
  margin-top: 10px;
}
.post-list-small .post-item .post-inner .post-sub-right .post-meta .post-categories {
  display: none;
}

.post-list-horizontal {
  display: flex;
  width: 100%;
}
@media (max-width: 768px) {
  .post-list-horizontal {
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }
}
.post-list-horizontal .post-item {
  width: calc(20% - 16px);
  margin-right: 20px;
}
@media (max-width: 768px) {
  .post-list-horizontal .post-item {
    width: 200px;
    margin: 0 2.5% 0 0;
    flex: 0 0 auto;
  }
}
.post-list-horizontal .post-item:last-child {
  margin-right: 0;
}
.post-list-horizontal .post-item .post-inner img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 202px;
  border-radius: 5px;
  margin-bottom: 10px;
}
@media (max-width: 1000px) {
  .post-list-horizontal .post-item .post-inner img {
    height: 150px;
  }
}
@media (max-width: 768px) {
  .post-list-horizontal .post-item .post-inner img {
    height: 202px;
  }
}
.post-list-horizontal .post-item .post-inner .post-categories {
  display: none;
}
.post-list-horizontal .post-item .post-inner .post-date {
  margin-top: 10px;
  color: #999999;
  font-size: 12px;
  display: inline-block;
}
@media (max-width: 768px) {
  .post-list-horizontal .post-item h2 {
    word-break: break-all;
    white-space: normal;
  }
}
@media (max-width: 768px) {
  .post-list-horizontal .post-item h2 a {
    word-break: break-all;
    white-space: normal;
    font-weight: bold;
  }
}

.post-item.post-popular .post-inner {
  align-items: stretch;
}
.post-item.post-popular .post-inner .ranking_num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  background: transparent;
  color: #305141;
  text-align: center;
  margin-right: 5px;
}
.post-item.post-popular .post-inner .rank-1 {
  background: #305141;
  color: #fff;
}
.post-item.post-popular .post-inner .rank-2 {
  background: #7b90a7;
  color: #fff;
}
.post-item.post-popular .post-inner .rank-3 {
  background: #a57460;
  color: #fff;
}

.sidebar-baner-wrap {
  margin-top: 40px;
}
.sidebar-baner-wrap li {
  margin-bottom: 10px;
}
.sidebar-baner-wrap li:last-child {
  margin-bottom: 30px;
}
.sidebar-baner-wrap .event-btn a {
  background-color: #305141;
  display: inline-block;
  text-align: center;
  padding: 25px 0;
  box-sizing: border-box;
  font-size: 18px;
  width: 100%;
  color: #fff;
  border-radius: 6px;
}
.sidebar-baner-wrap .event-btn a span {
  height: 15px;
  width: 15px;
}
.sidebar-baner-wrap .event-btn a span img {
  height: 15px;
  width: 15px;
  position: relative;
  top: 5px;
  margin-left: 10px;
}

.btn-medium a {
  background-color: #305141;
  display: inline-block;
  text-align: center;
  padding: 25px 0;
  box-sizing: border-box;
  font-size: 18px;
  width: 100%;
  color: #fff;
  border-radius: 6px;
}
.btn-medium a span {
  height: 15px;
  width: 15px;
}
.btn-medium a span img {
  height: 15px;
  width: 15px;
  position: relative;
  top: 5px;
  margin-left: 10px;
}

.btn-small a {
  background-color: #305141;
  display: inline-block;
  text-align: center;
  padding: 15px 0;
  box-sizing: border-box;
  font-size: 16px;
  width: 100%;
  color: #fff;
  border-radius: 6px;
}
.btn-small a span {
  height: 15px;
  width: 15px;
}
.btn-small a span img {
  height: 15px;
  width: 15px;
  position: relative;
  top: 5px;
  margin-left: 10px;
}

.sidebar-sns .title {
  margin-bottom: 20px !important;
  padding-left: 0px !important;
  border-left: none !important;
  height: auto !important;
  line-height: 1 !important;
}
.sidebar-sns .sns-icon ul li a img {
  height: 40px;
  width: auto;
  margin-right: 10px;
}
.sidebar-sns .sns-icon ul li:last-child img {
  margin-right: 0;
}

.single-sns-icon {
  height: 40px;
}

.single-post .single-post-inner .entry .wp-caption {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.5;
  color: #737373;
  background-color: #eeeeee;
  box-sizing: border-box;
  padding: 10px;
  margin: 0 20px 10px 0;
  float: left;
}
@media (max-width: 768px) {
  .single-post .single-post-inner .entry .wp-caption {
    float: none;
    margin: 0 0px 20px 0;
  }
}
.single-post .single-post-inner .entry .wp-caption p {
  text-indent: 0;
  margin-bottom: 0;
}
.single-post .single-post-inner .entry .alignright {
  float: right;
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.5;
  color: #737373;
  background-color: #eeeeee;
  box-sizing: border-box;
  padding: 10px;
  margin: 0 20px 10px 0;
  width: auto;
}
@media (max-width: 768px) {
  .single-post .single-post-inner .entry .alignright {
    float: none;
    margin: 0 0px 20px 0;
  }
}
.single-post .single-post-inner .entry p {
  margin-bottom: 20px;
  text-indent: 1em;
}
.single-post .post-title-row {
  position: relative;
  margin-bottom: 20px;
}
.single-post .post-title-row h2 {
  font-size: 28px;
  display: inline-block;
  margin-bottom: 20px;
  line-height: 2.2rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .single-post .post-title-row h2 {
    font-size: 22px;
  }
}
.single-post .post-title-row small {
  font-size: 15px;
  color: #999999;
}
.single-post .post-title-row .post-categories a {
  display: inline-block;
  color: #137e45;
  margin-right: 5px;
  font-size: 13px;
}
.single-post .post-title-row .sns-icon {
  width: inherit;
}
@media (max-width: 768px) {
  .single-post .post-title-row .sns-icon {
    position: relative;
    width: 100%;
    margin-top: 10px;
  }
}
.single-post .post-title-row .sns-icon li a img {
  height: 40px;
  width: auto;
  margin-right: 10px;
}
.single-post .post-title-row .sns-icon li:last-child img {
  margin-right: 0;
}
.single-post .thumbnail-container {
  width: 310px;
  float: left;
  background-color: #eeeeee;
  box-sizing: border-box;
  padding: 10px 10px 15px 10px;
  margin: 0 20px 20px 0;
}
.single-post .thumbnail-container img {
  margin-bottom: 10px;
}
.single-post .thumbnail-container .thumbnail-caption {
  font-size: 12px;
  line-height: 1.5;
  color: #737373;
}

.single-sns-icon .sns-icon .flex {
  justify-content: right;
}
.single-sns-icon .sns-icon.is-fixed {
  position: fixed;
  top: 185px;
  right: auto;
  max-width: 1000px;
  width: calc(1000px - 25%);
}

.post-bottom-wrap {
  margin-top: 60px;
  width: 100%;
  display: inline-block;
  overflow: hidden;
}
@media (max-width: 1000px) {
  .post-bottom-wrap {
    margin-top: 40px;
  }
}

.post-bottom h3 {
  font-size: 30px;
  margin-bottom: 30px;
  padding-left: 15px;
  border-left: 6px solid #305141;
  height: 30px;
  line-height: 1.5rem;
  font-weight: bold;
}

.post-list-vertical .post {
  width: 100%;
  margin-bottom: 20px;
}
.post-list-vertical .post:last-child {
  margin-bottom: 0;
}
.post-list-vertical .post-inner {
  display: flex;
  align-items: center;
  background-color: #fff;
  box-shadow: 0px 0px 3px rgba(238, 238, 238, 0.75);
  width: 100%;
}
@media (max-width: 768px) {
  .post-list-vertical .post-inner {
    border-radius: 5px;
  }
}
.post-list-vertical .post-inner .post-thumbnail {
  width: 110px;
  height: 110px;
}
@media (max-width: 768px) {
  .post-list-vertical .post-inner .post-thumbnail {
    width: 120px;
    height: 120px;
  }
}
.post-list-vertical .post-inner .post-thumbnail img {
  border-radius: 5px 0 0 5px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 110px;
  width: 110px;
}
@media (max-width: 768px) {
  .post-list-vertical .post-inner .post-thumbnail img {
    height: 120px;
    width: 120px;
  }
}
.post-list-vertical .post-inner .post-sub-right {
  padding: 15px;
  box-sizing: border-box;
  width: calc(100% - 110px);
}
@media (max-width: 768px) {
  .post-list-vertical .post-inner .post-sub-right {
    padding: 10px;
    width: calc(100% - 120px);
  }
}
.post-list-vertical .post-inner .post-sub-right h2 a {
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 1000px) {
  .post-list-vertical .post-inner .post-sub-right h2 a {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .post-list-vertical .post-inner .post-sub-right h2 a {
    line-height: 1.2rem;
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .special-postwrap {
    width: 95%;
    margin: 0 auto;
  }
}
.special-postwrap .post-inner {
  box-shadow: none;
}
.special-postwrap .post-inner .post-thumbnail {
  display: none;
}
.special-postwrap .post-inner .post-sub-right {
  padding-left: 0px;
  width: 100%;
}
.special-postwrap .post-inner .post-sub-right h2 {
  border-bottom: 1px solid #bbbbbb;
  box-sizing: border-box;
  padding-bottom: 15px;
  padding-left: 25px;
  position: relative;
}
.special-postwrap .post-inner .post-sub-right h2:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-image: url(/wp-content/uploads/2023/06/sidebar-baner-image2@2x.png);
  background-size: 15px 15px;
  background-repeat: no-repeat;
  position: absolute;
  top: 5px;
  left: 0;
  transition: all 0.3s ease;
}
.special-postwrap .post-inner .post-sub-right h2 a {
  display: inline-block;
  font-weight: bold;
  color: #008b56;
}

.special-post .attention-back .post {
  width: 100%;
}

@media (max-width: 768px) {
  .attention-back {
    background-color: #e7f5ed;
    padding: 30px 2.5%;
    box-sizing: border-box;
  }
}
.attention-back .banner {
  width: 90%;
  margin: 0 auto 30px auto;
}

.post-meta {
  display: inline-block;
  line-height: 1;
}
.post-meta .post-date {
  color: #999999;
  font-size: 10px;
  display: inline-block;
  line-height: 1;
}
@media (max-width: 768px) {
  .post-meta .post-date {
    line-height: 1;
  }
}
.post-meta .post-categories {
  line-height: 1;
  display: inline-block;
}
@media (max-width: 768px) {
  .post-meta .post-categories {
    line-height: 1;
  }
}
.post-meta .post-categories a {
  display: inline-block;
  color: #137e45;
  font-size: 10px;
  margin-right: 10px;
  line-height: 1.2rem;
}
.post-meta .post-categories a:last-child {
  margin-right: 0;
}
@media (max-width: 768px) {
  .post-meta .post-categories a {
    margin-left: 0px;
    line-height: 1;
  }
}
.post-meta .post-categories span {
  margin-right: 7px;
}
.post-meta .post-categories span:last-child {
  margin-right: 0;
}

.post-inner h2 a, .post h2 a {
  font-size: 14px;
  line-height: 1.2rem;
}

.submenu-parent {
  position: relative;
  cursor: pointer;
}
.submenu-parent .arrow {
  position: relative;
}

.submenu {
  display: none;
  position: absolute;
  bottom: -570px;
  left: 0;
  padding: 0;
  z-index: 100;
  border-top: 20px solid transparent;
}
.submenu ul {
  background-color: #fff;
  width: 375px;
  border: 1px solid #d6d6d6;
}

.submenu-parent:hover .submenu {
  display: block;
}
.submenu-parent:hover .submenu::after {
  border-top: solid 13px #305141;
  border-bottom: 0;
  border-left: solid 13px transparent;
  border-right: solid 13px transparent;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  left: 20px;
  top: -24px;
  opacity: 1;
}

.submenu li {
  display: block;
  width: 50%;
  position: relative;
}
.submenu li:after {
  content: "";
  display: block;
  width: 4px;
  height: 8px;
  background-image: url(/wp-content/uploads/2023/06/sp-menu-icon2@2x.png);
  background-size: 4px 8px;
  background-repeat: no-repeat;
  position: absolute;
  top: 42%;
  right: 20px;
  transition: all 0.3s ease;
}

.submenu li a {
  padding: 15px;
  color: #137e45 !important;
  box-sizing: border-box;
  width: 100%;
  border-bottom: 1px solid #d6d6d6;
}

.submenu li:hover {
  background-color: #f0f0f0;
}

.pagination-list {
  margin: 20px auto 0 auto;
}
.pagination-list .page-numbers {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #305141;
  margin-right: 5px;
}
.pagination-list .page-numbers:last-child {
  margin-right: 0;
}
.pagination-list .page-numbers.current {
  background-color: #305141;
  color: #fff;
}

.page-header h2 {
  font-size: 28px;
  display: inline-block;
  margin-bottom: 20px;
  line-height: 2.2rem;
  font-weight: bold;
}

.faq-link {
  margin-bottom: 60px;
}
.faq-link a {
  font-weight: bold;
  color: #008b56;
  transition: 0.3s;
}
.faq-link a:hover {
  text-decoration: underline;
}
.faq-link a span img {
  height: 15px;
  width: auto;
  position: relative;
  top: 5px;
  margin-right: 8px;
}

.contact-form-wrap input {
  border-width: 0;
  border: 1px solid #305141;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  outline: 0;
}
.contact-form-wrap .wpcf7-form-control-wrap {
  margin: 10px 0 15px 0;
  display: inline-block;
  width: 100%;
}
.contact-form-wrap .wpcf7-select {
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #305141;
  width: 60%;
  color: #305141;
}
@media (max-width: 768px) {
  .contact-form-wrap .wpcf7-select {
    width: 100%;
  }
}
.contact-form-wrap .wpcf7-select option:first-child {
  color: #999999;
}
.contact-form-wrap .wpcf7-radio input {
  width: auto;
}
.contact-form-wrap .contact-width input {
  width: 60%;
}
@media (max-width: 768px) {
  .contact-form-wrap .contact-width input {
    width: 100%;
  }
}
.contact-form-wrap textarea {
  width: 100%;
  outline: 0;
  border: 1px solid #305141;
  box-sizing: border-box;
  padding: 10px;
}
.contact-form-wrap .your-privacy {
  text-align: center;
}
.contact-form-wrap .your-privacy .wpcf7-form-control-wrap {
  margin: 0;
  width: auto;
}
.contact-form-wrap .your-privacy .wpcf7-form-control-wrap .wpcf7-list-item {
  margin: 0;
}
.contact-form-wrap .your-privacy .wpcf7-form-control-wrap .wpcf7-list-item input {
  margin: 0;
  position: relative;
  top: 1px;
}
.contact-form-wrap .your-privacy .wpcf7-form-control-wrap .wpcf7-list-item label input {
  display: inline-block;
  width: auto;
}
.contact-form-wrap .your-privacy a {
  display: inline-block;
  margin-left: 10px;
  color: #008b56;
}
.contact-form-wrap .your-privacy a:hover {
  text-decoration: underline;
}
.contact-form-wrap .contact-btn {
  margin-top: 20px;
  text-align: center;
}
.contact-form-wrap .contact-btn input {
  border: 0 !important;
  background-color: #305141 !important;
  padding: 20px !important;
  color: #fff !important;
  width: 450px;
  border-radius: 6px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .contact-form-wrap .contact-btn input {
    width: 100%;
  }
}
.contact-form-wrap .contact-btn .wpcf7-spinner {
  display: block;
}
.contact-form-wrap label .red {
  color: #f63c39;
}/*# sourceMappingURL=common.css.map */