@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 400;
  src: url("./font/NotoSerifCJKjp-Regular.woff2") format("woff2"), url("./font/NotoSerifCJKjp-Regular.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);
  -ms-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);
  -ms-transform: scale(1);
  transform: scale(1);
}

.slidein {
  opacity: 0;
  -webkit-transform: translateX(-300px);
      -ms-transform: translateX(-300px);
          transform: translateX(-300px);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.slidein.effect {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-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.1s;
  transition: all 0.1s;
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  position: relative;
}
.fade-list.effect > *:nth-child(1) {
  -webkit-animation: fadeUp 1s 0.1s 1 ease normal forwards;
          animation: fadeUp 1s 0.1s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(2) {
  -webkit-animation: fadeUp 1s 0.2s 1 ease normal forwards;
          animation: fadeUp 1s 0.2s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(3) {
  -webkit-animation: fadeUp 1s 0.3s 1 ease normal forwards;
          animation: fadeUp 1s 0.3s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(4) {
  -webkit-animation: fadeUp 1s 0.4s 1 ease normal forwards;
          animation: fadeUp 1s 0.4s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(5) {
  -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(6) {
  -webkit-animation: fadeUp 1s 0.6s 1 ease normal forwards;
          animation: fadeUp 1s 0.6s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(7) {
  -webkit-animation: fadeUp 1s 0.7s 1 ease normal forwards;
          animation: fadeUp 1s 0.7s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(8) {
  -webkit-animation: fadeUp 1s 0.8s 1 ease normal forwards;
          animation: fadeUp 1s 0.8s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(9) {
  -webkit-animation: fadeUp 1s 0.9s 1 ease normal forwards;
          animation: fadeUp 1s 0.9s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(10) {
  -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(11) {
  -webkit-animation: fadeUp 1s 1.1s 1 ease normal forwards;
          animation: fadeUp 1s 1.1s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(12) {
  -webkit-animation: fadeUp 1s 1.2s 1 ease normal forwards;
          animation: fadeUp 1s 1.2s 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;
      -ms-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: scaleX(1);
      -ms-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);
      -ms-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);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
.blur.effect {
  -webkit-transform: scale(1);
  -ms-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);
  -ms-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);
  -ms-transform: translate(-50%, -50%) scale(1) rotateZ(0);
  transform: translate(-50%, -50%) scale(1) rotateZ(0);
}


/*共通------------------------------------------*/
/*=============================================================================*/
/*ページ内コンテンツ===============================================================*/
/*=============================================================================*/
.small {
  font-size: 14px;
}

.wd10 {
  width: 10%;
}

.wd30 {
  width: 30%;
}

.wd60 {
  width: 60%;
}

.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);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}

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

#page_head {
  position: relative;
  width: 90%;
  margin: 0 auto;
  height: 300px;
  border-top: 1px solid #ccc;
  padding: 100px 6%;
}
@media screen and (max-width: 560px ) {
  #page_head {
    height: 200px;
  }
}
#page_head .page_title {
  padding-top: 80px;
}
@media screen and (max-width: 560px ) {
  #page_head .page_title {
    padding-top: 20px;
  }
}
#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: center;
  color: #2D3B93;
}

.breadcrumbs ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  padding: 0 5%;
  margin-bottom: 1em;
}
.breadcrumbs ul li {
  padding: 0 0.5em;
  color: #666;
}
.breadcrumbs ul li:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f105";
  padding-left: 0.3em;
  color: #666;
}
.breadcrumbs ul li:last-of-type:after {
  content: "";
}
.breadcrumbs ul li a {
  text-decoration: underline;
  color: #666;
}
.breadcrumbs ul li a:hover {
  text-decoration: none;
}

#page_cnt {
  padding: 6%;
  margin-bottom: 6%;
  background: #f8f8fc;
  width: 100%;
  /*caption {
  	caption-side: top;
  }*/
}
#page_cnt #page_inner {
  max-width: 1240px;
  margin: 0 auto;
  background: #fff;
}
@media screen and (max-width: 560px ) {
  #page_cnt #page_inner {
    padding: 5%;
  }
}
#page_cnt #page_inner section {
  padding: 5% 15%;
}
@media screen and (max-width: 980px ) and (min-width: 561px ) {
  #page_cnt #page_inner section {
    padding: 10% 5% 5%;
  }
}
@media screen and (max-width: 560px ) {
  #page_cnt #page_inner section {
    padding: 10% 0;
  }
}
#page_cnt #page_inner section h2, #page_cnt #page_inner section h3, #page_cnt #page_inner section h4, #page_cnt #page_inner section h5, #page_cnt #page_inner section p.p-img, #page_cnt #page_inner section .join-kaihi {
  text-align: center;
}
#page_cnt #page_inner section * {
  text-align: left;
}
#page_cnt #page_inner img {
  max-width: 100%;
  height: auto;
}
#page_cnt > section {
  max-width: 1240px;
  margin: 0 auto;
}
#page_cnt > section dl.faq-box {
  background: #fff;
  padding: 2em;
  margin-bottom: 2em;
  border-radius: 5px;
}
#page_cnt > section dl.faq-box dt, #page_cnt > section dl.faq-box dd {
  position: relative;
}
#page_cnt > section dl.faq-box dt {
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 0.8em;
  padding-left: 3em;
}
#page_cnt > section dl.faq-box dt:before {
  content: "";
  width: 50px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/faq-q.png) no-repeat center left;
}
#page_cnt > section dl.faq-box dd {
  padding-left: 3.75em;
}
#page_cnt > section dl.faq-box dd:before {
  content: "";
  width: 50px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/faq-a.png) no-repeat center left;
}
#page_cnt > section dl.faq-box dd .p-img {
  padding: 1em 0;
  width: 100%;
  max-width: 300px;
}
#page_cnt .join-kaihi {
  font-size: 200%;
  font-weight: 900;
  text-align: center;
  margin: 1rem 0;
}
#page_cnt .join-sub {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1rem auto;
}
#page_cnt .join-taisyo-table {
  width: 100%;
}
#page_cnt .join-taisyo-table th {
  width: 30%;
}
#page_cnt ~ caption {
  font-size: 0.8em;
}
#page_cnt p:not(.btn, .btn_contact, .join-kaihi, .join-sub) {
  margin: 1em 0;
  line-height: 1.75;
}
#page_cnt h2:not([class]) {
  font-size: 190%;
  position: relative;
  z-index: 5;
  text-align: center;
  color: #2d3b93;
  padding: 3em 0 0;
  margin-bottom: 1.5em;
  letter-spacing: 0.08em;
}
#page_cnt h2:not([class]):not(:first-child) {
  margin-top: 3em;
}
#page_cnt h2:not([class]):before {
  content: "";
  background: #2d3b93;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(1);
      -ms-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 {
  content: "";
  background: #7f86b1;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(1);
      -ms-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 {
  font-size: 150%;
  font-weight: 500;
  position: relative;
  z-index: 10;
  background: #2d3b93;
  padding: 1em;
  color: #fefefe;
  letter-spacing: 0.1em;
  margin-bottom: 1.5em;
  border-radius: 5px;
}
#page_cnt h3:first-child {
  margin-top: 1em;
}
#page_cnt h3:not(:first-child) {
  margin-top: 2em;
}
#page_cnt h4:not([class]) {
  font-size: 125%;
  line-height: 1.8;
  position: relative;
  color: #2d3b93;
}
#page_cnt h4:not([class]):not(:first-child) {
  padding: 1em 1.25em;
}
#page_cnt h4:not([class]):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 {
  background: #e2f3dd;
}
#page_cnt h4:not([class]):nth-of-type(3n+2):before {
  background: #dff5ff;
}
#page_cnt h4:not([class]):nth-of-type(3n+3):before {
  background: #ffe4d4;
}
#page_cnt div p {
  padding-left: 1em;
}
#page_cnt .point {
  color: #5fba47;
  background: #f2ffef;
  padding: 1em 1.5em;
}
#page_cnt .note {
  padding: 1em 2em;
  border: 8px solid #ffcd62;
  border-radius: 8px;
  margin-top: 2em;
  background: #fff7e5;
}
#page_cnt .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 {
  font-weight: normal;
}
#page_cnt .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: 3em auto;
  max-width: 1240px;
}
@media screen and (max-width: 560px ) {
  #page_cnt .ank_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#page_cnt .ank_list:before {
  content: "- INDEX -";
  font-family: Century;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(1);
      -ms-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
  top: -1em;
  font-size: 88%;
  color: #FEB733;
  letter-spacing: 0.15em;
}
#page_cnt .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;
  margin-top: 1.5em;
}
#page_cnt .ank_list li:before {
  display: none;
}
@media screen and (max-width: 560px ) {
  #page_cnt .ank_list li {
    padding: 0;
  }
}
#page_cnt .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 {
    -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;
  }
}
#page_cnt .ank_list2:before {
  content: "- INDEX -";
  font-family: Century;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(1);
      -ms-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 {
  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 {
  display: none;
}
#page_cnt .ank_list2 li:hover {
  opacity: 0.8;
  -webkit-transition: all 1s;
  transition: all 1s;
}
#page_cnt .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 {
  background: #ffd893;
}
#page_cnt .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 {
  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 {
  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 {
  content: "●";
  color: #5fba47;
  font-size: 100%;
  margin-right: 0.6em;
}
#page_cnt ul:not([class], #p-sitemap) li .normal {
  padding-left: 2em;
}
#page_cnt ol:not([class]) {
  margin: 1.5em 0;
  padding-left: 0;
  list-style-type: none;
  counter-reset: numlist;
}
#page_cnt ol:not([class]) li {
  position: relative;
  font-weight: 600;
  padding-left: 1em;
}
#page_cnt ol:not([class]) 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 {
  table-layout: fixed;
  border: 3px solid #7f86b1;
  margin-top: 3em;
  width: 100%;
}
#page_cnt table tr:not(:last-child) th {
  border-bottom: 1px solid #ccc;
}
#page_cnt table tr:not(:last-child) td {
  border-bottom: 1px solid #ccc;
}
#page_cnt table tr th, #page_cnt table tr td {
  vertical-align: middle;
  padding: 10px 15px;
  word-wrap: break-word;
}
#page_cnt table tr th {
  font-size: 105%;
  font-weight: normal;
  text-align: left;
  background: #7f86b1;
  color: #fff;
}
#page_cnt table tr th:not(:last-child) {
  border-right: 1px dotted #ccc;
}
#page_cnt table tr td {
  background: #fff;
}
#page_cnt 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;
}

