@charset "UTF-8";
/*------------------------------------------------------------*/
/*カラー設定追加*/
/*------------------------------------------------------------*/
@font-face {
  font-family: "NSJP";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NSJP-Regular.woff2") format("woff2"), url("../font/NSJP-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NSJP";
  font-style: normal;
  font-weight: bold;
  src: url("../font/NSJP-Bold.woff2") format("woff2"), url("../font/NSJP-Bold.woff") format("woff");
  font-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: 1201px ) { /*PC*/ }
@media screen and (max-width: 560px ) { /*SP*/ }
@media screen and (max-width: 1200px ) 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);
}

@-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);
}
/*共通------------------------------------------*/
.p_head {
  padding: 8em 3% 13em;
  background: url("../img/page_bg.jpg") no-repeat center 5%;
  background-size: 110% auto;
}
@media screen and (max-width: 560px ) {
  .p_head { /*SP*/
    padding: 3em 3% 8em;
  }
}
@media screen and (max-width: 1200px ) and (min-width: 561px ) {
  .p_head {
    background-size: 140% auto;
  }
}
@media screen and (max-width: 560px ) {
  .p_head {
    background-size: 170% auto;
  }
}
.p_head h1 {
  font-size: 200%;
  text-align: center;
  letter-spacing: 2px;
  text-shadow: #fff 0px 0 10px, #fff 0px 0 5px, #fff 0px 0 3px;
}
.p_head h1 .sup {
  display: block;
  font-size: 50%;
  padding: 10px 0;
}

.p_body {
  background: #fff;
  padding: 1em;
  position: relative;
  margin-top: -5em;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
.p_body > .cont {
  width: 80%;
  padding: 0 3% 3em;
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
          order: 2;
}
.p_body #side {
  min-width: 20%;
  max-width: 320px;
  margin: 0 auto;
  padding-bottom: 2em;
}
@media screen and (max-width: 1080px ) {
  .p_body { /*SP*/
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
            align-items: stretch;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  .p_body > .cont, .p_body #side {
    width: 100%;
  }
  .p_body > .cont {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
}

#side_menu dl.page-list {
  margin-bottom: 2em;
}
#side_menu dl.page-list dt a, #side_menu dl.page-list dt span, #side_menu dl.page-list dd a, #side_menu dl.page-list dd span {
  display: block;
  text-decoration: none;
}
#side_menu dl.page-list dt a, #side_menu dl.page-list dd a {
  position: relative;
  padding-right: 2em !important;
}
#side_menu dl.page-list dt a:after, #side_menu dl.page-list dd a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f105";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  right: 0.5em;
}
#side_menu dl.page-list dt {
  margin-bottom: 10px;
}
#side_menu dl.page-list dt a, #side_menu dl.page-list dt span {
  border: 1px solid #1847b2;
  background: #1847b2;
  color: #fff;
  padding: 1em;
}
#side_menu dl.page-list dt a a, #side_menu dl.page-list dt span a {
  color: #fff;
}
#side_menu dl.page-list dt a svg, #side_menu dl.page-list dt span svg {
  fill: #fff;
}
#side_menu dl.page-list dt a:hover {
  background: #fff;
  color: #1847b2;
}
#side_menu dl.page-list dt a:hover a {
  color: #1847b2;
}
#side_menu dl.page-list dt a:hover svg {
  fill: #1847b2;
}
#side_menu dl.page-list dd {
  border-bottom: 1px solid #c1c1c1;
}
#side_menu dl.page-list dd a {
  padding: 0.75em 1em;
  padding-left: 0.25em;
  background: #fff;
  color: #1847b2;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
#side_menu dl.page-list dd a a {
  color: #1847b2;
}
#side_menu dl.page-list dd a svg {
  fill: #1847b2;
}
#side_menu dl.page-list dd a span.needs-icon {
  width: 3em;
  padding-right: 10px;
  text-align: center;
}
#side_menu dl.page-list dd a span.needs-icon svg {
  width: 2.5em;
}
#side_menu dl.page-list dd a span.needs-title {
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#side_menu dl.page-list dd a:hover {
  background: #1847b2;
  color: #fff;
}
#side_menu dl.page-list dd a:hover a {
  color: #fff;
}
#side_menu dl.page-list dd a:hover svg {
  fill: #fff;
}
#side_menu dl.page-list dd a:hover span.needs-icon img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
#side_menu #member-menu {
  font-size: 110%;
}
#side_menu #member-menu li {
  margin-bottom: 0.75em;
}
#side_menu #member-menu li a {
  display: block;
  padding: 1em 0.5em;
  padding-right: 4em;
  border: 1px solid #c1c1c1;
  text-decoration: none;
  position: relative;
  background: #1847b2;
  color: #fff;
}
#side_menu #member-menu li a i {
  font-size: 120%;
  width: 2em;
  height: 2em;
  overflow: hidden;
  padding: 0.5em 0.25em;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1) rotateZ(0);
  transform: translateY(-50%) scale(1) rotateZ(0);
  right: 0.75em;
  line-height: 1;
  text-align: center;
  border-radius: 100%;
  background: #f5f5f5;
  background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#eaeaea));
  background: linear-gradient(to bottom, #f5f5f5, #eaeaea);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=quote($statCol), endColorstr=quote($endCol),GradientType=1 );
  color: #1847b2;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
#side_menu #member-menu li a span {
  display: block;
  line-height: 1;
  font-size: 75%;
  margin-top: 5px;
  padding: 5px 0;
  border-top: 1px solid #fff;
}
#side_menu #member-menu li a:hover {
  background: #fff;
  color: #1847b2;
}
#side_menu #member-menu li a:hover a {
  color: #1847b2;
}
#side_menu #member-menu li a:hover svg {
  fill: #1847b2;
}
#side_menu #member-menu li a:hover i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1.2) rotateZ(0);
  transform: translateY(-50%) scale(1.2) rotateZ(0);
}

.btn {
  padding: 1em 0 0;
}

.breadcrumbs {
  font-size: 90%;
  text-align: right;
  padding-bottom: 1em;
  border-bottom: 1px dotted #c1c1c1;
  margin-bottom: 1em;
}
.breadcrumbs a {
  color: #1847b2;
}
.breadcrumbs:before {
  color: #1847b2;
  display: inline-block;
  margin-right: 2px;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f015";
}

/*ページナビ*/
.wp-pagenavi {
  clear: both;
  padding: 3em 2%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #c1c1c1;
  padding: 10px 10px;
  margin: 5px;
  display: inline-block;
  min-width: 3em;
  text-align: center;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
  border-color: #356AD8 !important;
  background: #356AD8;
  color: #ffffff;
}

.wp-pagenavi span.current {
  font-weight: bold;
}

.post-nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  margin-top: 3em;
  padding-top: 1em;
  padding-bottom: 1em;
  border-top: 1px solid #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
}
.post-nav li {
  width: 50%;
}
.post-nav li a {
  display: block;
  padding: 0.5em 1em;
  position: relative;
}
.post-nav li a:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  display: inline-block;
}
.post-nav li:first-child a {
  padding-left: 2em;
}
.post-nav li:first-child a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f100";
  left: 0.5em;
}
.post-nav li:last-child {
  border-left: 1px dotted #A48C56;
}
.post-nav li:last-child a {
  padding-right: 2em;
}
.post-nav li:last-child a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f101";
  right: 0.5em;
}

.post_contents {
  /* iOSでのデフォルトスタイルをリセット */
}
.post_contents span:not([class]):not([style]), .post_contents strong:not([class]):not([style]) {
  display: inline-block;
  margin: 0 5px;
}
.post_contents input[type=submit],
.post_contents input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
.post_contents input[type=submit]::-webkit-search-decoration,
.post_contents input[type=button]::-webkit-search-decoration {
  display: none;
}
.post_contents input[type=submit]::focus,
.post_contents input[type=button]::focus {
  outline-offset: -2px;
}
.post_contents a {
  display: inline-block;
  color: #1847b2;
  text-decoration: underline;
}
.post_contents a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.post_contents > *:not([class]) {
  margin-bottom: 1em;
}
.post_contents .post-wrapper {
  line-height: 1.8;
}
.post_contents .post-wrapper > span {
  display: inline-block;
  margin-bottom: 1em;
}
.post_contents p {
  margin-bottom: 0;
}
.post_contents p:not([class]) {
  margin-top: 2em;
  line-height: 1.8;
}
.post_contents p:not([class]) + p:not([class]) {
  margin-top: 1em;
}
.post_contents p:not([class]) a {
  display: inline-block;
  color: #1847b2;
  text-decoration: underline;
}
.post_contents p:not([class]) a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.post_contents h1 {
  font-size: 140%;
  margin-bottom: 1em;
  padding-bottom: 10px;
  position: relative;
}
.post_contents h1:after {
  display: block;
  content: "";
  width: 100%;
  height: 5px;
  background: #c1c1c1;
  background: linear-gradient(135deg, #c1c1c1 0%, #c1c1c1 50%, #fff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$statCol", endColorstr="$endCol",GradientType=1 );
  background-size: 2px 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.post_contents h2 {
  font-size: 140%;
  background: #1847b2;
  background: -webkit-gradient(linear, left top, right top, from(#1847b2), to(#064b99));
  background: linear-gradient(to right, #1847b2, #064b99);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=quote($statCol), endColorstr=quote($endCol),GradientType=1 );
  color: #fff;
  position: relative;
  padding: 0.75em 1em;
  margin-top: 2em;
  margin-bottom: 0.5em;
}
.post_contents h2 + * {
  margin-top: 1.5em;
}
.post_contents h2.post-title {
  color: #1847b2;
  background: none;
  margin-top: 1em;
  font-size: 180%;
  letter-spacing: 0.1em;
  font-weight: normal;
  padding: 0.75em;
  padding-left: 0;
  position: relative;
  border-bottom: 1px solid #000;
}
.post_contents h2.post-title span {
  display: inline-block;
  margin-right: 5px;
  font-size: 50%;
  margin-bottom: 0;
}
.post_contents h2.post-title .post-date {
  color: #1847b2;
}
.post_contents h2.post-title .post-date:before {
  display: inline-block;
  margin-right: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f073";
}
.post_contents h2.post-title .cat {
  line-height: 1;
  padding: 3px 10px;
  border-radius: 3px;
  color: #fff;
  background: #1847b2;
  letter-spacing: 0;
}
.post_contents h3 {
  margin-bottom: 0.5em;
  color: #1847b2;
  font-size: 140%;
  margin-top: 2em;
  padding: 0.25em 0;
  padding-left: 0.5em;
  border-left: 0.3em solid #1847b2;
}
.post_contents h3 + * {
  margin-top: 2em;
}
.post_contents h4 {
  margin-bottom: 0.5em;
  margin-top: 2em;
  font-size: 120%;
  font-weight: normal;
  padding: 0.5em 1.5em;
  border: 1px solid #1847b2;
  position: relative;
}
.post_contents h4:not(:first-child) {
  margin-top: 1.5em;
}
.post_contents h4 + * {
  margin-top: 1.5em;
}
.post_contents h4 + * {
  margin-top: 1.5em;
}
.post_contents h4:before, .post_contents h4:after {
  display: inline-block;
  width: 1em;
  height: 1em;
  content: "";
  position: absolute;
}
.post_contents h4:before {
  background: #1847b2;
  background: linear-gradient(135deg, #1847b2 0%, #1847b2 50%, rgba(24, 71, 178, 0) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$statCol", endColorstr="$endCol",GradientType=1 );
  top: 0;
  left: 0;
}
.post_contents h4:after {
  background: rgba(24, 71, 178, 0);
  background: linear-gradient(135deg, rgba(24, 71, 178, 0) 0%, rgba(24, 71, 178, 0) 50%, #1847b2 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$statCol", endColorstr="$endCol",GradientType=1 );
  bottom: 0;
  right: 0;
}
.post_contents h5, .post_contents .point {
  margin-bottom: 0.5em;
  margin-top: 1.5em;
  border-bottom: 2px solid #efaf03;
  padding: 0.5em 1em;
  padding-left: 1.5em;
  position: relative;
}
.post_contents h5:before, .post_contents .point:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f101";
  color: #efaf03;
  position: absolute;
  top: 0.5em;
  left: 0;
}
.post_contents h5 + *, .post_contents .point + * {
  margin-top: 1.5em;
}
.post_contents table {
  margin: 2em auto;
  border-top: 1px solid #c1c1c1;
  width: 100%;
  min-width: 80%;
  table-layout: fixed;
}
.post_contents table th, .post_contents table td {
  padding: 10px;
  vertical-align: middle;
  border-bottom: 1px solid #c1c1c1;
}
.post_contents table thead th, .post_contents table thead td {
  background: #fff;
}
.post_contents table tr:nth-child(2n+1) {
  background: rgba(239, 175, 3, 0.1);
}
.post_contents table tr th:not(:last-child), .post_contents table tr td:not(:last-child) {
  border-right: 1px dotted #c1c1c1;
}
.post_contents table th {
  font-weight: bold;
  font-size: 90%;
}
@media screen and (max-width: 560px ) {
  .post_contents { /*SP*/ }
  .post_contents .sc_x {
    padding: 10px;
    overflow-x: auto;
    padding-top: 1em;
    position: relative;
    border: 5px solid #eaeaea;
  }
  .post_contents .sc_x table {
    width: auto;
    min-width: 600px;
  }
  .post_contents .sc_x table th, .post_contents .sc_x table td {
    min-width: 100px;
  }
  .post_contents .sc_x:before {
    display: inline-block;
    font-size: 85%;
    content: "スクロールで全体を表示します";
    background: #555;
    color: #fff;
    padding: 3px 10px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .post_contents .bleak_table table th, .post_contents .bleak_table table td {
    display: block;
    width: 100%;
  }
}
.post_contents .list-library {
  font-size: 90%;
}
.post_contents ul:not([class]) a, .post_contents .arrow_ul a {
  display: inline-block;
  text-decoration: underline;
}
.post_contents ul:not([class]) a:hover, .post_contents .arrow_ul a:hover {
  text-decoration: none;
}
.post_contents ol:not([class]) {
  padding: 1.5em 3%;
  margin-bottom: 3em;
  counter-reset: numlist;
}
.post_contents ol:not([class]) li {
  position: relative;
  background: #eaeaea;
  padding: 1em 2em;
  margin-bottom: 1em;
  border-radius: 10px;
}
.post_contents ol:not([class]) li:before {
  font-size: 85%;
  counter-increment: numlist;
  content: counter(numlist);
  text-align: center;
  min-width: 1.5em;
  min-height: 1.5em;
  border-radius: 50%;
  position: absolute;
  top: -0.5em;
  left: -0.6em;
  padding: 5px;
  background: #418475;
  color: #fff;
}
.post_contents ul:not([class]), .post_contents .arrow_ul, .post_contents .arrow_ul_fl {
  list-style-type: none !important;
}
.post_contents ul:not([class]) > li, .post_contents .arrow_ul > li, .post_contents .arrow_ul_fl > li {
  padding: 5px 0;
  padding-left: 1.25em;
  position: relative;
  margin-bottom: 10px;
}
.post_contents ul:not([class]) > li:before, .post_contents .arrow_ul > li:before, .post_contents .arrow_ul_fl > li:before {
  font-size: 80%;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f04b";
  color: #efaf03;
  position: absolute;
  top: 0.7em;
  left: 0em;
}
.post_contents .arrow_dl {
  border: 1px solid #dedede;
  padding: 10px 15px;
}
.post_contents .arrow_dl dt {
  font-size: 110%;
  padding: 5px 0;
  padding-left: 1.25em;
  position: relative;
  margin-bottom: 10px;
  border-bottom: 1px dashed #dedede;
}
.post_contents .arrow_dl dt:before {
  font-size: 80%;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f04b";
  color: #efaf03;
  position: absolute;
  top: 0.7em;
  left: 0em;
}
.post_contents .arrow_dl dd {
  padding: 10px;
  padding-left: 1em;
}
.post_contents a.icon_orange, .post_contents a.icon_blue {
  display: block;
  padding: 5px 0;
  padding-left: 1.25em;
  position: relative;
  margin-bottom: 10px;
  margin: 10px 0;
}
.post_contents a.icon_orange:before, .post_contents a.icon_blue:before {
  font-size: 80%;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f04b";
  position: absolute;
  top: 0.7em;
  left: 0em;
}
.post_contents .icon_orange:before {
  color: #FFA351;
}
.post_contents .icon_blue:before {
  color: #38A8FF;
}
.post_contents .arrow_ul li {
  border-bottom: 1px dashed #efaf03;
}
.post_contents .arrow_ul_fl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
.post_contents .arrow_ul_fl > li {
  width: 33.3%;
}
@media screen and (max-width: 560px ) {
  .post_contents .arrow_ul_fl > li {
    width: 50%;
  }
}
.post_contents .arrow_ul_fl > li a {
  display: block;
}

/*=============================================================================*/
/*=============================================================================*/
#category-list {
  font-size: 90%;
  border: 1px solid #dedede;
  padding: 1em;
}
#category-list li {
  display: inline-block;
  margin-top: 1em;
  position: relative;
  padding-left: 2.5em;
  padding-right: 2em;
}
#category-list li span.cat-color {
  display: inline-block;
  content: "";
  width: 2em;
  height: 0.5em;
  border-radius: 10px;
  background: #1847b2;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  left: 0;
}

.archive-box li {
  border-bottom: 1px solid #c1c1c1;
}
.archive-box li a {
  display: block;
  padding: 1em;
  position: relative;
  text-decoration: none;
}
.archive-box li a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f105";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  right: 0.5em;
  color: #1847b2;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.archive-box li a:hover {
  text-decoration: none;
  background: rgba(239, 175, 3, 0.1);
}
.archive-box li a:hover:after {
  right: 0.2em;
}
.archive-box li dl dt {
  font-size: 90%;
}
.archive-box li dl dd {
  padding: 10px 0;
  font-size: 120%;
  font-weight: bold;
}

.card-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
.card-list li {
  width: 33.3%;
  padding: 5px;
}
@media screen and (max-width: 1200px ) and (min-width: 561px ), screen and (max-width: 560px ) {
  .card-list li {
    width: 50%;
  }
}
.card-list a {
  display: block;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
      align-self: stretch;
  height: 100%;
  border: 1px solid #c1c1c1;
  padding: 10px;
  text-decoration: none;
}
.card-list a:hover {
  border-color: #1847b2;
}
.card-list dl {
  width: 100%;
}
.card-list dl dt {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
  position: relative;
  margin-bottom: 1em;
}
.card-list dl dt img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.card-list dl dd {
  padding: 0 10px;
}
.card-list dl dd.post-info .cat {
  font-size: 80%;
}
.card-list dl dd .cat {
  color: #fff;
  border-radius: 3px;
}
.card-list dl dd.post-date {
  line-height: 1;
  font-size: 90%;
}
.card-list dl dd.post-info {
  margin: 5px 0;
}

.magazine-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  border-top: 1px solid #dedede;
  border-left: 1px solid #dedede;
}
.magazine-list li {
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 25%;
  max-width: 50%;
  border-bottom: 1px solid #dedede;
  border-right: 1px solid #dedede;
  padding: 1.5em;
}
.magazine-list li dt {
  text-align: center;
}
.magazine-list li dd {
  font-size: 90%;
}
.magazine-list li > *:first-child {
  margin-top: 0 !important;
}

.kisc-image a {
  display: block;
  text-align: center;
}
.kisc-image a img {
  width: 100%;
  height: auto;
  max-width: 280px;
}

.inr {
  padding: 1.5em 2em;
  background: #fff;
  -webkit-filter: drop-shadow(0px 10px 10px rgba(102, 102, 102, 0.1));
  -moz-filter: drop-shadow(0px 10px 10px rgba(102, 102, 102, 0.1));
  -ms-filter: drop-shadow(0px 10px 10px rgba(102, 102, 102, 0.1));
  filter: drop-shadow(0px 10px 10px rgba(102, 102, 102, 0.1));
}
@media all and (-ms-high-contrast: none) {
  .inr {
    -webkit-box-shadow: 0px 10px 10px 0 rgba(102, 102, 102, 0.1);
            box-shadow: 0px 10px 10px 0 rgba(102, 102, 102, 0.1);
  }
}
.inr > *:first-child {
  margin-top: 0 !important;
}
.inr > h4:first-child {
  margin-top: 1em !important;
}

.child_wrapper {
  padding: 1.5em 2em;
  border: 1px solid #c1c1c1;
  max-height: 500px;
  overflow-y: auto;
}
.child_wrapper .child_box:not(:last-child) {
  border-bottom: 1px solid #dedede;
  margin-bottom: 1.5em;
}

.child_box {
  padding-bottom: 1.5em;
}
.child_box h4 {
  background: #333;
  background: -webkit-gradient(linear, left top, right top, from(#333), to(#555));
  background: linear-gradient(to right, #333, #555);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=quote($statCol), endColorstr=quote($endCol),GradientType=1 );
  color: #fff;
}
.child_box h4:before {
  color: #efaf03;
}
.child_box > *:first-child {
  margin-top: 0 !important;
}

.post_exp {
  font-size: 90%;
  background: #ededed;
  padding: 1.5em;
  margin: 1em 0;
}

.read_more {
  text-align: right;
  margin-top: 1em;
}
.read_more a {
  display: inline-block;
  padding: 10px 1em;
  padding-right: 2em;
  text-decoration: none;
  position: relative;
  color: #fff;
  background: #efaf03;
}
.read_more a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f30b";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  right: 0.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.read_more a:hover:after {
  right: 0.2em;
}

/*=============================================================================*/
/*ページ内コンテンツ===============================================================*/
/*=============================================================================*/
.page_navi {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  font-size: 95%;
  padding: 1em;
  background: #f6f6f6;
  margin-bottom: 2em;
}
.page_navi.box2 li {
  width: 50%;
}
.page_navi.box3 li {
  width: 33.3%;
}
.page_navi.box4 li {
  width: 25%;
}
@media screen and (max-width: 560px ) {
  .page_navi.box2 li, .page_navi.box3 li {
    width: 100%;
  }
  .page_navi.box4 li {
    width: 50%;
  }
}
.page_navi:not(.box2, .box3, .box4) li {
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 25%;
}
.page_navi li {
  padding: 5px;
}
.page_navi li a {
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #1847b2;
  padding: 10px;
  padding-right: 2.5em;
  position: relative;
}
.page_navi li a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f358";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  right: 0.75em;
  font-weight: 500;
  color: #1847b2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page_navi li a:hover {
  background: rgba(24, 71, 178, 0.1);
  text-decoration: none;
}
.page_navi li a:hover:after {
  margin-top: 3px;
}

.info_p {
  padding: 1em;
  text-align: center;
  font-size: 110%;
  border: 1px solid #dedede;
  margin: 1em auto;
}

.box {
  background: #f2f5f7;
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f5f7), to(#fefefe));
  background: linear-gradient(to bottom, #f2f5f7, #fefefe);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=quote($statCol), endColorstr=quote($endCol),GradientType=1 );
  -webkit-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.1));
  -moz-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.1));
  -ms-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.1));
  padding: 1em 3% 2em;
  border-radius: 10px;
  margin-bottom: 2em;
  margin-top: 2em;
}
@media all and (-ms-high-contrast: none) {
  .box {
    -webkit-box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.1);
  }
}
.box h3 {
  margin-top: 0;
}
.box h4 {
  background: #fff;
}
.box > *:first-child {
  margin-top: 0 !important;
}

/*FAQ*/
dl.faq_box {
  margin-bottom: 10px;
  border-bottom: 1px solid #c1c1c1;
}

dl.faq_box dt {
  width: 100px;
  height: 60px;
  text-indent: -10000px;
  float: left;
  display: block;
}

#faq_q {
  background: url("../img/icon_q.gif") no-repeat left center;
}

#faq_a {
  background: url("../img/icon_a.gif") no-repeat left center;
}

dl.faq_box dd {
  line-height: 1.8;
  zoom: 1;
  overflow: hidden;
  padding: 10px;
}

.wpcf7 {
  padding: 1em 5% 2em;
  background: #eef1f4;
  border-radius: 15px;
  line-height: 2;
}
.wpcf7 table, .wpcf7 h4 {
  background: #fff;
}
.wpcf7 table tr:nth-child(2n+1) {
  background: #DDE4F3;
}
.wpcf7 form br {
  display: block;
  content: "";
  width: 100%;
  height: 0.5em;
}
.wpcf7 form .wpcf7-form-control-wrap + br {
  height: 1.25em;
}
.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 input[type=date], .wpcf7 input[type=tel], .wpcf7 select, .wpcf7 textarea {
  display: inline-block;
  border-radius: 5px;
  padding: 10px;
  max-width: 100%;
  min-width: 50%;
  min-height: 1.5rem;
  background: #fff;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.wpcf7 label {
  cursor: pointer;
}
.wpcf7 label input[type=checkbox], .wpcf7 label input[type=radio] {
  display: none;
}
.wpcf7 label input[type=checkbox] + span.wpcf7-list-item-label, .wpcf7 label input[type=radio] + span.wpcf7-list-item-label {
  display: inline-block;
  padding: 5px 15px;
  background: #eaeaea;
  border-radius: 5px;
  border: 1px solid #eaeaea;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.wpcf7 label input[type=checkbox] + span.wpcf7-list-item-label:hover, .wpcf7 label input[type=radio] + span.wpcf7-list-item-label:hover {
  border-color: #c1c1c1;
}
.wpcf7 label input[type=checkbox] + span.wpcf7-list-item-label:before, .wpcf7 label input[type=radio] + span.wpcf7-list-item-label:before {
  display: inline-block;
  margin-right: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f105";
  color: #fff;
}
.wpcf7 label input[type=checkbox]:checked + span.wpcf7-list-item-label, .wpcf7 label input[type=radio]:checked + span.wpcf7-list-item-label {
  background: #ffc65d;
}
.wpcf7 label input[type=checkbox] + span.wpcf7-list-item-label:before {
  content: "\f0c8";
}
.wpcf7 label input[type=checkbox]:checked + span.wpcf7-list-item-label:before {
  content: "\f14a";
}
.wpcf7 label input[type=radio] + span.wpcf7-list-item-label:before {
  content: "\f111";
}
.wpcf7 label input[type=radio]:checked + span.wpcf7-list-item-label:before {
  content: "\f192";
}
.wpcf7 .wpcf7-submit {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 100%;
  display: inline-block;
  padding: 1rem 3%;
  min-width: 20%;
  border-radius: 5px;
  letter-spacing: 2px;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  background: #1847b2;
  color: #fff;
  border: 1px solid #1847b2;
}
.wpcf7 .wpcf7-submit a {
  color: #fff;
}
.wpcf7 .wpcf7-submit svg {
  fill: #fff;
}
.wpcf7 .wpcf7-submit:hover {
  background: #fff;
  color: #1847b2;
}
.wpcf7 .wpcf7-submit:hover a {
  color: #1847b2;
}
.wpcf7 .wpcf7-submit:hover svg {
  fill: #1847b2;
}

.note_box {
  font-size: 90%;
  padding: 1em;
  background: #eaeaea;
  margin: 2em auto;
}

.go_top {
  margin-top: 3em;
  text-align: right;
}
.go_top a {
  color: #1847b2;
  display: inline-block;
  padding-bottom: 3px;
  border-top: 2px solid #1847b2;
  border-bottom: 2px solid #1847b2;
  position: relative;
  padding-left: 1.5em;
  text-decoration: none;
}
.go_top a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f106";
  margin-right: 10px;
  position: absolute;
  top: 0.1em;
  left: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.go_top a:hover {
  text-decoration: none;
  border-color: #fff;
}
.go_top a:hover:before {
  top: -0.1em;
}

.news_list {
  padding: 1.5em 3%;
  background: #f0f0f0;
  max-height: 250px;
  overflow-y: auto;
}
.news_list dl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  padding: 10px 0;
  border-bottom: 1px solid #c1c1c1;
}
.news_list dl dt {
  min-width: 8em;
  text-align: center;
}
.news_list dl dd {
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.news_list dl dd a {
  display: block;
}

.p-sitemap-menu {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  background: #f9f9f9;
  padding: 2em;
}
.p-sitemap-menu li {
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 33.3%;
  padding: 8px;
}
.p-sitemap-menu li > strong {
  display: block;
  font-size: 110%;
  padding: 5px 0;
  border-bottom: 1px dotted #c1c1c1;
  margin-bottom: 10px;
}
.p-sitemap-menu li > strong:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f101";
  margin-right: 5px;
}
.p-sitemap-menu li > a {
  display: block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
      align-self: stretch;
  height: 100%;
  background: #fff;
  -webkit-filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.1));
  -moz-filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.1));
  -ms-filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.1));
  border-radius: 5px;
  padding: 1.25em 1em;
  padding-right: 2em;
  text-decoration: none;
}
@media all and (-ms-high-contrast: none) {
  .p-sitemap-menu li > a {
    -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.1);
  }
}
.p-sitemap-menu li > a:before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f30b";
  color: #efaf03;
  margin-right: 5px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  right: 0.5em;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.p-sitemap-menu li > a:hover {
  -webkit-filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0.1));
  -moz-filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0.1));
  -ms-filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0.1));
}
@media all and (-ms-high-contrast: none) {
  .p-sitemap-menu li > a:hover {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  }
}
.p-sitemap-menu li > a:hover:before {
  right: 0.2em;
}

.p_body input[type=text], .p_body select, .p_body input[type=email], .p_body input[type=date],
.p_body input[type=tel], .p_body input[type=submit], .p_body textarea {
  padding: 5px 10px;
  margin: 10px 0;
}
.p_body input[type=submit] {
  display: inline-block;
  text-align: center;
  min-width: 30%;
  font-size: 110%;
  padding: 1em 1.3em;
  background: #333;
  background: -webkit-gradient(linear, left top, right top, from(#333), to(#666));
  background: linear-gradient(to right, #333, #666);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=quote($statCol), endColorstr=quote($endCol),GradientType=1 );
  border: none;
  color: #fff;
  cursor: pointer;
  border-radius: 3px;
}