@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/NotoSerifJP-Bold.woff2") format("woff2"), url("../fonts/NotoSerifJP-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSerifJP-Light.woff2") format("woff2"), url("../fonts/NotoSerifJP-Light.woff") format("woff");
  font-display: swap;
}
/*ベースフォント設定*/
/*Font Awesome5---------------------------------------------*/
@media screen and (min-width: 981px ) { /*PC*/ }
@media screen and (max-width: 560px ) { /*SP*/ }
@media screen and (max-width: 980px ) and (min-width: 561px ) { /*TB*/ }
@media screen and (max-width: 560px ) { /*SP*/
  body {
    -webkit-text-size-adjust: 100%;
    font-size: 75%;
  }
}
@-webkit-keyframes buruburu {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes buruburu {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@-webkit-keyframes buruburu2 {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes buruburu2 {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 70%;
  }
  70% {
    opacity: 50%;
  }
  100% {
    opacity: 100%;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 70%;
  }
  70% {
    opacity: 50%;
  }
  100% {
    opacity: 100%;
  }
}
@-webkit-keyframes gradAnimeTime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradAnimeTime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.fade {
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.fade.effect {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.slidein {
  opacity: 0;
  -webkit-transform: translateX(-300px);
          transform: translateX(-300px);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.slidein.effect {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.slidein2 {
  opacity: 0;
  -webkit-transform: translateX(300px);
          transform: translateX(300px);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.slidein2.effect {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fade-list > * {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  position: relative;
}
.fade-list.effect > *:nth-child(1) {
  -webkit-animation: fadeUp 1s 0.5s 1 ease normal forwards;
          animation: fadeUp 1s 0.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(2) {
  -webkit-animation: fadeUp 1s 1s 1 ease normal forwards;
          animation: fadeUp 1s 1s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(3) {
  -webkit-animation: fadeUp 1s 1.5s 1 ease normal forwards;
          animation: fadeUp 1s 1.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(4) {
  -webkit-animation: fadeUp 1s 2s 1 ease normal forwards;
          animation: fadeUp 1s 2s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(5) {
  -webkit-animation: fadeUp 1s 2.5s 1 ease normal forwards;
          animation: fadeUp 1s 2.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(6) {
  -webkit-animation: fadeUp 1s 3s 1 ease normal forwards;
          animation: fadeUp 1s 3s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(7) {
  -webkit-animation: fadeUp 1s 3.5s 1 ease normal forwards;
          animation: fadeUp 1s 3.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(8) {
  -webkit-animation: fadeUp 1s 4s 1 ease normal forwards;
          animation: fadeUp 1s 4s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(9) {
  -webkit-animation: fadeUp 1s 4.5s 1 ease normal forwards;
          animation: fadeUp 1s 4.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(10) {
  -webkit-animation: fadeUp 1s 5s 1 ease normal forwards;
          animation: fadeUp 1s 5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(11) {
  -webkit-animation: fadeUp 1s 5.5s 1 ease normal forwards;
          animation: fadeUp 1s 5.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(12) {
  -webkit-animation: fadeUp 1s 6s 1 ease normal forwards;
          animation: fadeUp 1s 6s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.move-img {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.move-img:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #fff;
  z-index: 1;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
}
.move-img img {
  position: relative;
  width: 100%;
  height: auto;
  opacity: 0;
  left: -100%;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.move-img.effect img {
  opacity: 1;
  left: 0;
}
.move-img.effect:before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  width: 100%;
}

.blur {
  -ms-filter: blur(6px);
  -webkit-filter: blur(6px);
          filter: blur(6px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
.blur.effect {
  -webkit-transform: scale(1);
  transform: scale(1);
  -ms-filter: blur(0);
  -webkit-filter: blur(0);
          filter: blur(0);
}

.focus-img {
  position: relative;
}
.focus-img img {
  display: block;
  min-width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.5) rotateZ(0);
  transform: translate(-50%, -50%) scale(1.5) rotateZ(0);
  -webkit-transition: all 3s;
  transition: all 3s;
}
.focus-img.effect img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1) rotateZ(0);
  transform: translate(-50%, -50%) scale(1) rotateZ(0);
}


/*共通------------------------------------------*/
/*=============================================================================*/
/*ページ内コンテンツ===============================================================*/
/*=============================================================================*/
.fade {
  opacity: 0;
  -webkit-transition: 1s cubic-bezier(0, 0.28, 1, 0.88);
  transition: 1s cubic-bezier(0, 0.28, 1, 0.88);
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.fade.effect {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.cale {
  overflow-x: scroll;
}

#page_head {
  position: relative;
  width: 90%;
  margin: 0 auto;
  height: 300px;
  border-top: 1px solid #ccc;
  padding: 100px 6%;
}
#page_head .page_title {
  padding-top: 80px;
}
#page_head .page_title p {
  font-size: 1.2em;
  letter-spacing: 1px;
  color: #7FC76B;
  margin-bottom: 0.8em;
  text-align: left;
  font-weight: 400;
}
#page_head .page_title h1 {
  font-size: 220%;
  letter-spacing: 2px;
  line-height: 100%;
  margin-bottom: 0;
  text-align: left;
}

.breadcrumbs {
  text-align: right;
  padding: 0.8em 0;
  margin: 0;
  width: 90%;
}

p + figure.wp-block-image img {
  margin: 5em auto;
}

#page_cnt, #cat_cont {
  padding: 6%;
  margin-bottom: 6%;
  background: #F8FCF8;
  width: 100%;
}
#page_cnt #page_inner, #cat_cont #page_inner {
  max-width: 1240px;
  margin: 0 auto;
  background: #fff;
  padding: 5% 10% 10%;
}
@media screen and (max-width: 560px ) {
  #page_cnt #page_inner, #cat_cont #page_inner {
    padding: 5%;
  }
}
#page_cnt p:not(.btn, .btn_contact), #cat_cont p:not(.btn, .btn_contact) {
  margin: 1em 0;
  line-height: 1.75;
}
#page_cnt h2:not([class]), #page_cnt h2.wp-block-heading, #cat_cont h2:not([class]), #cat_cont h2.wp-block-heading {
  font-size: 190%;
  position: relative;
  z-index: 5;
  text-align: center;
  color: #5FBA47;
  padding: 3em 0 1em;
  letter-spacing: 0.08em;
}
#page_cnt h2:not([class]):not(:first-child), #page_cnt h2.wp-block-heading:not(:first-child), #cat_cont h2:not([class]):not(:first-child), #cat_cont h2.wp-block-heading:not(:first-child) {
  margin-top: 3em;
}
#page_cnt h2:not([class]):before, #page_cnt h2.wp-block-heading:before, #cat_cont h2:not([class]):before, #cat_cont h2.wp-block-heading:before {
  content: "";
  background: #5FBA47;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
  top: 0;
  height: 1.5em;
  width: 1.5em;
  border-radius: 50%;
  z-index: 10;
}
#page_cnt h2:not([class]):after, #page_cnt h2.wp-block-heading:after, #cat_cont h2:not([class]):after, #cat_cont h2.wp-block-heading:after {
  content: "";
  background: #b4dfa8;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
  top: 1.4em;
  height: 0.8em;
  width: 0.8em;
  border-radius: 50%;
  z-index: 4;
}
#page_cnt h3, #cat_cont h3 {
  font-size: 150%;
  font-weight: 500;
  position: relative;
  z-index: 10;
  background: #5FBA47;
  padding: 1em;
  color: #fefefe;
  letter-spacing: 0.1em;
  margin-bottom: 1.5em;
  border-radius: 5px;
}
#page_cnt h3:first-child, #cat_cont h3:first-child {
  margin-top: 1em;
}
#page_cnt h3:not(:first-child), #cat_cont h3:not(:first-child) {
  margin-top: 2em;
}
#page_cnt h4:not([class]), #page_cnt h4.wp-block-heading, #cat_cont h4:not([class]), #cat_cont h4.wp-block-heading {
  font-size: 125%;
  line-height: 1.8;
  position: relative;
  color: #5FBA47;
}
#page_cnt h4:not([class]):not(:first-child), #page_cnt h4.wp-block-heading:not(:first-child), #cat_cont h4:not([class]):not(:first-child), #cat_cont h4.wp-block-heading:not(:first-child) {
  padding: 1em 1.25em;
}
#page_cnt h4:not([class]):before, #page_cnt h4.wp-block-heading:before, #cat_cont h4:not([class]):before, #cat_cont h4.wp-block-heading:before {
  display: inline-block;
  border-radius: 100%;
  content: "";
  width: 3em;
  height: 3em;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
#page_cnt h4:not([class]):nth-of-type(3n+1):before, #page_cnt h4.wp-block-heading:nth-of-type(3n+1):before, #cat_cont h4:not([class]):nth-of-type(3n+1):before, #cat_cont h4.wp-block-heading:nth-of-type(3n+1):before {
  background: #e2f3dd;
}
#page_cnt h4:not([class]):nth-of-type(3n+2):before, #page_cnt h4.wp-block-heading:nth-of-type(3n+2):before, #cat_cont h4:not([class]):nth-of-type(3n+2):before, #cat_cont h4.wp-block-heading:nth-of-type(3n+2):before {
  background: #dff5ff;
}
#page_cnt h4:not([class]):nth-of-type(3n+3):before, #page_cnt h4.wp-block-heading:nth-of-type(3n+3):before, #cat_cont h4:not([class]):nth-of-type(3n+3):before, #cat_cont h4.wp-block-heading:nth-of-type(3n+3):before {
  background: #ffe4d4;
}
#page_cnt h4:not([class]) + p, #page_cnt h4.wp-block-heading + p, #cat_cont h4:not([class]) + p, #cat_cont h4.wp-block-heading + p {
  padding-left: 1.25em;
}
#page_cnt div p, #cat_cont div p {
  padding-left: 1em;
}
@media screen and (max-width: 560px ) {
  #page_cnt div p, #cat_cont div p {
    padding: 0;
  }
}
#page_cnt .point, #cat_cont .point {
  color: #5fba47;
  background: #f2ffef;
  padding: 1em 1.5em;
}
#page_cnt .note, #cat_cont .note {
  padding: 1em 2em;
  border: 8px solid #ffcd62;
  border-radius: 8px;
  margin-top: 2em;
  background: #fff7e5;
}
#page_cnt .note2, #cat_cont .note2 {
  padding: 1em 2em;
  background: url(../img/bg_note.jpg) repeat left top;
  border: 8px solid #f7f7f7;
  margin-top: 2em;
  width: 100%;
}
#page_cnt .normal, #cat_cont .normal {
  font-weight: normal;
}
#page_cnt .ank_list, #cat_cont .ank_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 100px;
  position: relative;
  margin-top: 3em;
}
@media screen and (max-width: 560px ) {
  #page_cnt .ank_list, #cat_cont .ank_list {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#page_cnt .ank_list:before, #cat_cont .ank_list:before {
  content: "- INDEX -";
  font-family: Century;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
  top: -1em;
  font-size: 88%;
  color: #ff9b00;
  letter-spacing: 0.15em;
}
#page_cnt .ank_list li, #cat_cont .ank_list li {
  letter-spacing: 0.15em;
  padding: 0.5em 1em;
  color: #ff9b00;
  font-size: 100%;
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 1em;
  text-align: center;
  min-width: 100px;
  margin-top: 1.5em;
}
#page_cnt .ank_list li:before, #cat_cont .ank_list li:before {
  display: none;
}
@media screen and (max-width: 560px ) {
  #page_cnt .ank_list li, #cat_cont .ank_list li {
    padding: 0;
  }
}
#page_cnt .ank_list2, #cat_cont .ank_list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 100px;
  position: relative;
  padding-top: 3em;
}
@media screen and (max-width: 560px ) {
  #page_cnt .ank_list2, #cat_cont .ank_list2 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#page_cnt .ank_list2:before, #cat_cont .ank_list2:before {
  content: "- INDEX -";
  font-family: Century;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
  top: -1em;
  font-size: 88%;
  color: #ff9b00;
  letter-spacing: 0.15em;
  border-bottom: 1px solid #ff9b00;
  padding-bottom: 1rem;
  display: block;
  width: 100%;
  text-align: center;
}
#page_cnt .ank_list2 li, #cat_cont .ank_list2 li {
  display: inline-block;
  width: 32%;
  margin-right: 1%;
  margin-top: 1em;
  font-size: clamp(0.8rem, 2.5vw, 0.9rem);
  font-weight: bold;
  position: relative;
}
#page_cnt .ank_list2 li:before, #cat_cont .ank_list2 li:before {
  display: none;
}
#page_cnt .ank_list2 li:hover, #cat_cont .ank_list2 li:hover {
  opacity: 0.8;
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media screen and (max-width: 560px ) {
  #page_cnt .ank_list2 li, #cat_cont .ank_list2 li {
    width: 45%;
  }
}
#page_cnt .ank_list2 li a, #cat_cont .ank_list2 li a {
  padding: 1rem 10% 1rem 2%;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fbf2e2;
  border: 2px solid #ff8c00;
  color: #ff8c00;
  text-decoration: none;
}
#page_cnt .ank_list2 li a:hover, #cat_cont .ank_list2 li a:hover {
  background: #ffd893;
}
#page_cnt .ank_list2 li a:after, #cat_cont .ank_list2 li a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f105";
  color: #ff8c00;
  font-weight: 600;
  position: absolute;
  top: 35%;
  right: 5%;
}
#page_cnt .btn a, #cat_cont .btn a {
  display: inline-block;
  max-width: 100%;
  background: #5fba47;
  padding: 1.2rem 2.5rem;
  border-radius: 8px;
  font-weight: bold;
  font-size: 115%;
  color: #fff;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  text-decoration: none;
}
#page_cnt ul:not([class], #p-sitemap) li, #page_cnt ul.wp-block-list:not(.ank_list2) li, #cat_cont ul:not([class], #p-sitemap) li, #cat_cont ul.wp-block-list:not(.ank_list2) li {
  line-height: 1.6;
  position: relative;
  padding-left: 1em;
  margin: 1.5em 0;
  text-align: left;
  font-weight: 600;
}
#page_cnt ul:not([class], #p-sitemap) li:before, #page_cnt ul.wp-block-list:not(.ank_list2) li:before, #cat_cont ul:not([class], #p-sitemap) li:before, #cat_cont ul.wp-block-list:not(.ank_list2) li:before {
  content: "●";
  color: #5fba47;
  font-size: 100%;
  margin-right: 0.6em;
}
#page_cnt ul:not([class], #p-sitemap) li .normal, #page_cnt ul.wp-block-list:not(.ank_list2) li .normal, #cat_cont ul:not([class], #p-sitemap) li .normal, #cat_cont ul.wp-block-list:not(.ank_list2) li .normal {
  padding-left: 2em;
}
#page_cnt ul.wp-block-list.follow-up-list li, #cat_cont ul.wp-block-list.follow-up-list li {
  text-align: center;
}
#page_cnt ol:not([class]), #page_cnt ol.wp-block-list, #cat_cont ol:not([class]), #cat_cont ol.wp-block-list {
  line-height: 1.8;
  margin: 1.5em 0;
  padding-left: 0;
  list-style-type: none;
  counter-reset: numlist;
}
#page_cnt ol:not([class]) li, #page_cnt ol.wp-block-list li, #cat_cont ol:not([class]) li, #cat_cont ol.wp-block-list li {
  position: relative;
  margin-top: 1em;
  font-weight: 600;
  padding-left: 1em;
}
#page_cnt ol:not([class]) li:before, #page_cnt ol.wp-block-list li:before, #cat_cont ol:not([class]) li:before, #cat_cont ol.wp-block-list li:before {
  counter-increment: numlist;
  content: counter(numlist) ".";
  font-weight: bold;
  color: #5fba47;
  display: inline-block;
  margin-right: 0.5em;
  position: static;
}
#page_cnt table, #page_cnt table.has-fixed-layout, #page_cnt .wp-block-flexible-table-block-table > table, #cat_cont table, #cat_cont table.has-fixed-layout, #cat_cont .wp-block-flexible-table-block-table > table {
  table-layout: fixed;
  border: 3px solid #4c893d;
  margin-top: 1em;
  width: 100%;
}
#page_cnt table tr:not(:last-child) th, #page_cnt table.has-fixed-layout tr:not(:last-child) th, #page_cnt .wp-block-flexible-table-block-table > table tr:not(:last-child) th, #cat_cont table tr:not(:last-child) th, #cat_cont table.has-fixed-layout tr:not(:last-child) th, #cat_cont .wp-block-flexible-table-block-table > table tr:not(:last-child) th {
  border-bottom: 1px solid #ccc;
}
#page_cnt table tr:not(:last-child) td, #page_cnt table.has-fixed-layout tr:not(:last-child) td, #page_cnt .wp-block-flexible-table-block-table > table tr:not(:last-child) td, #cat_cont table tr:not(:last-child) td, #cat_cont table.has-fixed-layout tr:not(:last-child) td, #cat_cont .wp-block-flexible-table-block-table > table tr:not(:last-child) td {
  border-bottom: 1px solid #ccc;
}
#page_cnt table tr th, #page_cnt table tr td, #page_cnt table.has-fixed-layout tr th, #page_cnt table.has-fixed-layout tr td, #page_cnt .wp-block-flexible-table-block-table > table tr th, #page_cnt .wp-block-flexible-table-block-table > table tr td, #cat_cont table tr th, #cat_cont table tr td, #cat_cont table.has-fixed-layout tr th, #cat_cont table.has-fixed-layout tr td, #cat_cont .wp-block-flexible-table-block-table > table tr th, #cat_cont .wp-block-flexible-table-block-table > table tr td {
  vertical-align: middle;
  padding: 10px 15px;
  word-wrap: break-word;
  border: none;
}
#page_cnt table tr th, #page_cnt table.has-fixed-layout tr th, #page_cnt .wp-block-flexible-table-block-table > table tr th, #cat_cont table tr th, #cat_cont table.has-fixed-layout tr th, #cat_cont .wp-block-flexible-table-block-table > table tr th {
  font-size: 105%;
  font-weight: normal;
  text-align: left;
  background: #4c893d;
  color: #fff;
}
#page_cnt table tr th:not(:last-child), #page_cnt table.has-fixed-layout tr th:not(:last-child), #page_cnt .wp-block-flexible-table-block-table > table tr th:not(:last-child), #cat_cont table tr th:not(:last-child), #cat_cont table.has-fixed-layout tr th:not(:last-child), #cat_cont .wp-block-flexible-table-block-table > table tr th:not(:last-child) {
  border-right: 1px dotted #ccc;
}
#page_cnt table tr td, #page_cnt table.has-fixed-layout tr td, #page_cnt .wp-block-flexible-table-block-table > table tr td, #cat_cont table tr td, #cat_cont table.has-fixed-layout tr td, #cat_cont .wp-block-flexible-table-block-table > table tr td {
  background: #fff;
}
#page_cnt table tr td:not(:last-child), #page_cnt table.has-fixed-layout tr td:not(:last-child), #page_cnt .wp-block-flexible-table-block-table > table tr td:not(:last-child), #cat_cont table tr td:not(:last-child), #cat_cont table.has-fixed-layout tr td:not(:last-child), #cat_cont .wp-block-flexible-table-block-table > table tr td:not(:last-child) {
  border-right: 1px dotted #ccc;
}

#p-sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1170px;
}
@media screen and (max-width: 560px ) {
  #p-sitemap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#p-sitemap > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 10px;
}
@media screen and (max-width: 560px ) {
  #p-sitemap > li {
    margin-bottom: 3em;
  }
}
#p-sitemap > li:before {
  padding-top: 0.9em;
  margin-right: 0.4em;
  display: inline-block;
}
#p-sitemap > li dl {
  font-size: 1.2rem;
}
#p-sitemap > li dl dt {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  position: relative;
  font-weight: bold;
  color: #5FBA47;
}
#p-sitemap > li dl dt:hover {
  color: inherit;
}
#p-sitemap > li dl dt a {
  text-decoration: none;
  min-width: 100px;
}
#p-sitemap > li dl dd {
  border-top: 1px solid #ccc;
  padding-top: 8px;
}
#p-sitemap > li dl dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#p-sitemap > li dl dd ul li {
  line-height: 2;
}
#p-sitemap > li dl dd ul li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f105";
  color: #5FBA47;
  font-weight: 600;
}
#p-sitemap > li dl dd ul li a {
  cursor: pointer;
  display: inline-block;
  padding-left: 12px;
  position: relative;
}

.access_map {
  max-width: 1112px;
}

.inq-icon {
  display: inline-block;
  font-size: 80%;
  font-weight: normal;
  border: 1px solid transparent;
  padding: 3px 10px;
  margin-right: 10px;
}
.inq-icon.required {
  background: #d74848;
  color: #fff;
  border-color: #d74848;
  margin-left: 1em;
}

table.inq th {
  width: 30%;
}
table.inq td {
  width: 70%;
}
table.inq td input {
  padding: 5px;
  max-width: 100%;
  height: 2em;
  background: #b1d9a8;
  border: none;
  border-radius: 5px;
}
table.inq td input[type=radio] {
  accent-color: #4c893d;
}
table.inq td textarea {
  padding: 5px;
  max-width: 100%;
  height: 10em;
  background: #b1d9a8;
  border: none;
  border-radius: 5px;
}

#event_title tr td p span.wpcf7-list-item > .wpcf7-list-item-label {
  display: initial;
}
#event_title + p {
  padding-top: 1.2em;
}
#event_title + p + p span:not(:last-child) {
  display: block;
  width: 100%;
}
#event_title + p + p span:last-child {
  width: 100%;
}
#event_title + p + p .wpcf7-acceptance label {
  display: block;
  width: 100%;
  background: #b1d9a8;
  padding: 1.2em;
  text-align: center;
  cursor: pointer;
}
#event_title + p + p .wpcf7-acceptance label:hover {
  opacity: 0.8;
  -webkit-transition: all 1s;
  transition: all 1s;
}

input[type=submit] {
  background: #FFAE00;
  border: none;
  cursor: pointer;
  display: block;
  width: 50%;
  padding: 1rem 3%;
  margin: 0 auto;
  font-size: 120%;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  margin-top: 8%;
  letter-spacing: 0.5em;
  border-radius: 5px;
}
input[type=submit]:hover {
  opacity: 0.8;
}

