@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0F499F;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@-webkit-keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    opacity: 0;
  }
}
@keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 120px;
  height: 80px;
  border-radius: 5px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  -webkit-animation: scroll-hint-appear 1.2s linear;
          animation: scroll-hint-appear 1.2s linear;
  -webkit-animation-iteration-count: 2;
          animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

.l-header2 {
  height: 50px;
  background: #fff;
}
.l-header2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 132px;
  height: 132px;
  background: #0087E6;
  -webkit-transform: skew(-45deg);
      -ms-transform: skew(-45deg);
          transform: skew(-45deg);
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  z-index: 11;
}
.l-header2.is-index {
  position: absolute;
  left: 0;
  top: 0;
  background: none;
  z-index: 10;
}
.l-header2.is-index::before {
  content: normal;
}
@media print, screen and (min-width: 701px) {
  .l-header2 {
    height: 80px;
  }
  .l-header2::before {
    top: 140px;
    width: 28%;
    height: 800px;
    max-width: 600px;
    opacity: 0.85;
    -webkit-transform: skew(-40deg);
        -ms-transform: skew(-40deg);
            transform: skew(-40deg);
  }
  .l-header2.is-index {
    display: none;
  }
}

.l-footer2 {
  padding: 0 0 20px;
  color: #ffffff;
  background: #1260D3;
}

.l-footer2, .home .l-footer2 {
  padding-bottom: 130px;
}
@media print, screen and (min-width: 701px) {
  .l-footer2, .home .l-footer2 {
    padding-bottom: 20px;
  }
}

.l-frame {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 15px;
}
@media print, screen and (min-width: 701px) {
  .l-frame {
    padding: 0 50px;
  }
}

@media print, screen and (min-width: 701px) {
  html.font-125 {
    font-size: 125%;
  }
}

body {
  color: #3b4043;
}

.archive_panel_list li {
  min-height: auto;
}
.archive_panel_list li a {
  display: block;
}
@media print, screen and (min-width: 701px) {
  .archive_panel_list li {
    overflow: hidden;
    height: 144px;
  }
}

@media print, screen and (min-width: 701px) {
  [data-pc-contents-order-container] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  [data-pc-contents-order] {
    width: 100%;
  }
  [data-pc-contents-order="1"] {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  [data-pc-contents-order="2"] {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  [data-pc-contents-order="3"] {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.p-header-box {
  position: fixed;
  left: 0;
  bottom: 60px;
  width: 100%;
  height: 50px;
  background: #ffffff;
  z-index: 999;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
@media print, screen and (min-width: 701px) {
  .p-header-box {
    top: 0;
    bottom: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 80px;
  }
  .p-header-box.is-top {
    background: none;
  }
}

.p-header-box-spacer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50px;
}
@media print, screen and (min-width: 701px) {
  .p-header-box-spacer {
    height: 80px;
  }
}

@media print, screen and (min-width: 701px) {
  .p-header-box__logo-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-header-logo {
  width: 143px;
  margin: 8px 0 0 18px;
}
@media print, screen and (min-width: 701px) {
  .p-header-logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 240px;
            flex: 0 1 240px;
    width: auto;
    min-width: 115px;
    margin-top: 0;
    margin-left: min(1.9vw, 24px);
  }
}

.p-header-button-examination {
  display: none;
}
@media print, screen and (min-width: 701px) {
  .p-header-button-examination {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 185px;
            flex: 0 1 185px;
    display: block;
    margin: 0 min(1.5vw, 20px);
  }
}

@media print, screen and (min-width: 701px) {
  .p-header-sp-nav {
    display: none;
  }
}

.p-header-sp-nav {
  position: absolute;
  top: 0;
  right: 0;
}

.p-header-sp-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-header-sp-nav__item, .p-header-sp-nav__item--menu, .p-header-sp-nav__item--search, .p-header-sp-nav__item--visitor {
  width: 45px;
  height: 50px;
  text-align: center;
  border-left: 1px solid #959EA7;
  line-height: 1.6;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.p-header-sp-nav__item.is-opened, .is-opened.p-header-sp-nav__item--menu, .is-opened.p-header-sp-nav__item--search, .is-opened.p-header-sp-nav__item--visitor {
  background: #0087E6;
}
.p-header-sp-nav__item a, .p-header-sp-nav__item--menu a, .p-header-sp-nav__item--search a, .p-header-sp-nav__item--visitor a {
  position: relative;
  display: block;
  height: 100%;
  padding: 33px 0 0;
  color: #3b4043;
  font-size: 0.66667rem;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.p-header-sp-nav__item a::before, .p-header-sp-nav__item--menu a::before, .p-header-sp-nav__item--search a::before, .p-header-sp-nav__item--visitor a::before {
  position: absolute;
  left: 50%;
  top: 7px;
  content: "";
  display: block;
  width: 22px;
  height: 26px;
  background-repeat: no-repeat;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.p-header-sp-nav__item.is-opened, .is-opened.p-header-sp-nav__item--menu, .is-opened.p-header-sp-nav__item--search, .is-opened.p-header-sp-nav__item--visitor {
  background: #0087E6;
}
.p-header-sp-nav__item.is-opened a, .is-opened.p-header-sp-nav__item--menu a, .is-opened.p-header-sp-nav__item--search a, .is-opened.p-header-sp-nav__item--visitor a {
  color: #fff;
}
.p-header-sp-nav__item.is-opened a::before, .is-opened.p-header-sp-nav__item--menu a::before, .is-opened.p-header-sp-nav__item--search a::before, .is-opened.p-header-sp-nav__item--visitor a::before {
  opacity: 0;
}

.p-header-sp-nav__item--visitor a::before {
  background-image: url("/wordpress/wp-content/themes/main/images/common/icon_header_visitor_02.png");
  background-size: 22px auto;
}

.p-header-sp-nav__item--search a::before {
  background-image: url("/wordpress/wp-content/themes/main/images/common/icon_header_search_02.png");
  background-size: 22px auto;
}

.p-header-sp-nav__item--menu a {
  padding-top: 33px;
}
.p-header-sp-nav__item--menu a::before, .p-header-sp-nav__item--menu a::after {
  display: none;
}

.p-header-sp-nav-close-icon {
  position: absolute;
  top: 9px;
  left: 50%;
  display: block;
  width: 22px;
  height: 22px;
  opacity: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.p-header-sp-nav__item.is-opened .p-header-sp-nav-close-icon, .is-opened.p-header-sp-nav__item--visitor .p-header-sp-nav-close-icon, .is-opened.p-header-sp-nav__item--search .p-header-sp-nav-close-icon, .is-opened.p-header-sp-nav__item--menu .p-header-sp-nav-close-icon {
  opacity: 1;
}

.p-header-sp-nav-close-icon__line2, .p-header-sp-nav-close-icon__line1 {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 28px;
  height: 3px;
  background: #fff;
}

.p-header-sp-nav-close-icon__line1 {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.p-header-sp-nav-close-icon__line2 {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.p-header-sp-nav-menu-icon {
  position: absolute;
  top: 9px;
  left: 50%;
  display: block;
  width: 22px;
  height: 21px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-header-sp-nav-menu-icon__line3, .p-header-sp-nav-menu-icon__line2, .p-header-sp-nav-menu-icon__line1 {
  position: absolute;
  left: 50%;
  width: 22px;
  height: 3px;
  background: #3B4043;
  -webkit-transition: top 0.4s ease, width 0.4s ease, background-color 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: top 0.4s ease, width 0.4s ease, background-color 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: top 0.4s ease, width 0.4s ease, background-color 0.4s ease, opacity 0.4s ease, transform 0.4s ease;
  transition: top 0.4s ease, width 0.4s ease, background-color 0.4s ease, opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-header-sp-nav__item--menu.is-opened .p-header-sp-nav-menu-icon__line3, .p-header-sp-nav__item--menu.is-opened .p-header-sp-nav-menu-icon__line2, .p-header-sp-nav__item--menu.is-opened .p-header-sp-nav-menu-icon__line1 {
  background: #fff;
}

.p-header-sp-nav-menu-icon__line1 {
  top: 0;
}
.p-header-sp-nav__item--menu.is-opened .p-header-sp-nav-menu-icon__line1 {
  top: 50%;
  width: 28px;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.p-header-sp-nav-menu-icon__line2 {
  top: 9px;
}
.p-header-sp-nav__item--menu.is-opened .p-header-sp-nav-menu-icon__line2 {
  opacity: 0;
}

.p-header-sp-nav-menu-icon__line3 {
  top: 18px;
}
.p-header-sp-nav__item--menu.is-opened .p-header-sp-nav-menu-icon__line3 {
  top: 50%;
  width: 28px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.p-header-pc-nav {
  display: none;
}
@media print, screen and (min-width: 701px) {
  .p-header-pc-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    color: #3B4043;
    -webkit-transition: color 0.4s ease;
    transition: color 0.4s ease;
  }
  .p-header-box.is-top .p-header-pc-nav {
    color: #fff;
  }
}

.p-header-pc-nav__item {
  margin: 0 min(0.9vw, 10px) 0 0;
}

.p-header-visior-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: min(1.1vw, 0.75rem);
  white-space: nowrap;
}

.p-header-visior-nav__item {
  height: 80px;
  line-height: 1.2;
}
.p-header-visior-nav__item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0 min(0.65vw, 10px);
  color: inherit;
  text-decoration: none;
  -webkit-transition: background-color 0.4s ease, color 0.4s ease;
  transition: background-color 0.4s ease, color 0.4s ease;
}
.p-header-visior-nav__item a:hover {
  background-color: #0087E6;
  color: #fff;
}
.p-header-visior-nav__item a:hover .p-header-visior-nav__icon-1 {
  opacity: 1;
}
.p-header-visior-nav__item a:hover .p-header-visior-nav__icon-2 {
  opacity: 0;
}
.p-header-box.is-top .p-header-visior-nav__item a {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
.p-header-box.is-top .p-header-visior-nav__item a:hover {
  text-shadow: none;
}

.p-header-visior-nav__icon {
  position: relative;
  width: 7px;
  height: 10px;
  margin: 0 8px 0 0;
}

.p-header-visior-nav__icon-1,
.p-header-visior-nav__icon-2 {
  position: absolute;
  -webkit-transition: opacity 400ms;
  transition: opacity 400ms;
}

.p-header-visior-nav__icon-1 {
  opacity: 0;
}
.p-header-box.is-top .p-header-visior-nav__icon-1 {
  opacity: 1;
  -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.4));
}
.p-header-box.is-top a:hover .p-header-visior-nav__icon-1 {
  opacity: 1;
  -webkit-filter: none;
          filter: none;
}

.p-header-visior-nav__icon-2 {
  opacity: 1;
}
.p-header-box.is-top .p-header-visior-nav__icon-2 {
  opacity: 0;
}

.p-header-utillity-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: min(1.1vw, 0.75rem);
}

.p-header-utillity-nav__item {
  position: relative;
  height: 80px;
  text-align: center;
  line-height: 1.2;
  white-space: nowrap;
}
.p-header-utillity-nav__item > a {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 min(0.65vw, 10px);
  color: inherit;
  text-decoration: none;
  -webkit-transition: background-color 0.4s ease, color 0.4s ease;
  transition: background-color 0.4s ease, color 0.4s ease;
}
.p-header-utillity-nav__item > a:hover {
  background: #0087E6;
  color: #fff;
}
.p-header-utillity-nav__item > a:hover .p-header-utillity-nav__icon-1 {
  opacity: 1;
}
.p-header-utillity-nav__item > a:hover .p-header-utillity-nav__icon-2 {
  opacity: 0;
}
.p-header-box.is-top .p-header-utillity-nav__item > a {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
.p-header-box.is-top .p-header-utillity-nav__item > a:hover {
  text-shadow: none;
}

.p-header-utillity-nav__icon {
  position: relative;
  margin: 0 0 0.6em;
  width: 100%;
  height: min(2.4vw, 20px);
}

.p-header-utillity-nav__icon-1,
.p-header-utillity-nav__icon-2 {
  position: absolute;
  left: 50%;
  height: 100%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: opacity 400ms;
  transition: opacity 400ms;
}
.p-header-box.is-top .p-header-utillity-nav__icon-1,
.p-header-box.is-top .p-header-utillity-nav__icon-2 {
  -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.4));
}
.p-header-box.is-top a:hover .p-header-utillity-nav__icon-1,
.p-header-box.is-top a:hover .p-header-utillity-nav__icon-2 {
  -webkit-filter: none;
          filter: none;
}

.p-header-utillity-nav__icon-1 {
  opacity: 0;
}
.p-header-box.is-top .p-header-utillity-nav__icon-1 {
  opacity: 1;
}

.p-header-utillity-nav__icon-2 {
  opacity: 1;
}
.p-header-box.is-top .p-header-utillity-nav__icon-2 {
  opacity: 0;
}

.p-header-visitor-menu {
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 100%;
  background: #0087E6;
}

.p-header-visitor-menu-list {
  margin: 0;
  padding: 0;
  font-size: 1.33333333rem;
  font-weight: bold;
  color: #fff;
  list-style: none;
}

.p-header-visitor-menu-list__item {
  border-bottom: 1px solid #fff;
}
.p-header-visitor-menu-list__item:last-child {
  border-bottom: none;
}
.p-header-visitor-menu-list__item a {
  position: relative;
  display: block;
  padding: 0.8em 40px 0.8em 20px;
  color: inherit;
  text-decoration: none;
}
.p-header-visitor-menu-list__item a::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  display: inline-block;
  width: 5px;
  height: 5px;
  vertical-align: middle;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-header-fontsize {
  position: relative;
  display: none;
  padding: 8px;
  background: #1C66D4;
  z-index: 10;
}

.p-header-fontsize-menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
  font-weight: normal;
  color: #8eb3ea;
  list-style: none;
}
.p-header-fontsize-menu::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  width: 1px;
  height: 100%;
  background: #fff;
}

.p-header-fontsize-menu__item {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #8eb3ea;
  text-align: center;
  -webkit-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease;
}
.p-header-fontsize-menu__item.is-selected {
  border-color: #fff;
  color: #fff;
}
.p-header-fontsize-menu__item:last-child {
  border-left: none;
}
.p-header-fontsize-menu__item:first-child {
  border-right: none;
}
.p-header-fontsize-menu__item a {
  display: block;
  padding: 0.3em 0;
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}

.p-header-search-box {
  position: absolute;
  left: 0;
  bottom: 50px;
  display: none;
  width: 100%;
  padding: 15px;
  background: #0087E6;
}
@media print, screen and (min-width: 701px) {
  .p-header-search-box {
    bottom: auto;
    width: 1000px;
    z-index: 10;
  }
}

.p-search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #fff;
}
@media print, screen and (min-width: 701px) {
  .p-search-form {
    width: 250px;
  }
}

input.p-search-form__field {
  -ms-flex-preferred-size: calc(100% - 42px);
      flex-basis: calc(100% - 42px);
  padding: 10px;
  background: none;
  border: none;
  border-radius: 0;
  font-size: 1.16666667rem;
  outline: none;
}
@media print, screen and (min-width: 701px) {
  input.p-search-form__field {
    font-size: 0.875rem;
  }
}

.p-search-form__submit {
  -ms-flex-preferred-size: 42px;
      flex-basis: 42px;
  padding: 0;
  border: none;
  background: url("/wordpress/wp-content/themes/main/images/common/icon_header_search_03.png") no-repeat center center/22px auto;
  text-indent: -9999px;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.p-header-search-box .gsc-search-box {
  margin: 0;
  position: relative;
}
.p-header-search-box .gsc-search-box td.gsc-input {
  padding: 0;
}
.p-header-search-box .gsc-search-box input.gsc-input {
  height: 37px !important;
  padding: 10px !important;
  background: none !important;
  border: none;
  border-radius: 0;
  font-size: 1.16666667rem;
  outline: none;
  border: none;
}
.p-header-search-box .gsc-search-box .gsc-input-box {
  padding: 0;
  border: none;
  border-radius: 0;
}
.p-header-search-box .gsc-search-box td.gsib_a {
  padding: 0;
}
.p-header-search-box .gsc-search-box td.gsib_b {
  display: none;
}
.p-header-search-box .gsc-search-box .gscb_a {
  display: none;
}
.p-header-search-box .gsc-search-box td.gsc-search-button {
  margin: 0;
  width: auto;
}
.p-header-search-box .gsc-search-box button.gsc-search-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 37px;
  height: 37px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  background: url("/wordpress/wp-content/themes/main/images/common/icon_header_search_03.png") no-repeat center center/22px auto;
  border: none;
  cursor: pointer;
}
@media print, screen and (min-width: 701px) {
  .p-header-search-box .gsc-search-box {
    width: 250px;
  }
  .p-header-search-box .gsc-search-box input.gsc-input {
    font-size: 0.875rem;
  }
}
.p-header-brochure-button {
  margin: 0;
  color: #ffffff;
  font-size: min(1.1vw, 0.75rem);
  font-weight: bold;
  white-space: nowrap;
}
.p-header-brochure-button a {
  display: block;
  padding: 20px min(2.2vw, 30px);
  color: inherit;
  text-decoration: none;
  background: #0087E6;
  border-radius: 2px;
  text-align: center;
}

.p-header-menu-button {
  min-width: 4em;
  margin: 0;
  color: #3B4043;
  font-size: 0.75rem;
  font-weight: bold;
}
.p-header-menu-button a {
  display: block;
  color: inherit;
  text-decoration: none;
}
@media print, screen and (min-width: 701px) {
  .p-header-menu-button {
    -webkit-transition: color 0.4s ease;
    transition: color 0.4s ease;
  }
  .p-header-box.is-top .p-header-menu-button {
    color: #fff;
  }
  .p-header-box.is-top.is-opened .p-header-menu-button {
    color: inherit;
  }
}
@media print, screen and (max-width: 1139px) {
  .p-header-menu-button {
    font-size: 0.6875rem;
  }
}

.p-header-menu-button__icon {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  margin: 0 auto;
}

.p-header-menu-button__icon-line1,
.p-header-menu-button__icon-line2,
.p-header-menu-button__icon-line3 {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 3px;
  background: #3B4043;
  -webkit-transition: top 0.4s ease, background-color 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: top 0.4s ease, background-color 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: top 0.4s ease, background-color 0.4s ease, opacity 0.4s ease, transform 0.4s ease;
  transition: top 0.4s ease, background-color 0.4s ease, opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}
.p-header-box.is-top .p-header-menu-button__icon-line1,
.p-header-box.is-top .p-header-menu-button__icon-line2,
.p-header-box.is-top .p-header-menu-button__icon-line3 {
  background: #fff;
}
.p-header-box.is-top.is-opened .p-header-menu-button__icon-line1,
.p-header-box.is-top.is-opened .p-header-menu-button__icon-line2,
.p-header-box.is-top.is-opened .p-header-menu-button__icon-line3 {
  background: #3B4043;
}
@media print, screen and (min-width: 701px) {
  .p-header-box.is-top.is-opened .p-header-menu-button__icon-line1,
  .p-header-box.is-top.is-opened .p-header-menu-button__icon-line2,
  .p-header-box.is-top.is-opened .p-header-menu-button__icon-line3 {
    background: #fff;
  }
}

.p-header-menu-button__icon-line2 {
  top: 10px;
}

.p-header-menu-button__icon-line3 {
  top: 20px;
}

.p-header-menu-button.is-opened .p-header-menu-button__icon-line1 {
  top: 10px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.p-header-menu-button.is-opened .p-header-menu-button__icon-line2 {
  opacity: 0;
}
.p-header-menu-button.is-opened .p-header-menu-button__icon-line3 {
  top: 10px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-header-menu {
  position: fixed;
  right: -100%;
  top: 0;
  display: none;
  width: 100%;
  height: calc(100% - 110px);
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: right 0.4s ease;
  transition: right 0.4s ease;
  z-index: -1;
}
.p-header-menu.is-opened {
  right: 0;
}
.p-header-menu::after {
  content: "";
  display: block;
  width: 100%;
  height: 15px;
}
@media print, screen and (min-width: 701px) {
  .p-header-menu {
    left: 0;
    right: auto;
    top: 80px;
    height: auto;
    background: #0087E6;
    overflow-x: visible;
    overflow-y: visible;
    -webkit-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease;
    z-index: auto;
  }
  .p-header-menu::after {
    content: normal;
  }
  .p-header-box.is-top .p-header-menu {
    background: none;
  }
}

.p-header-menu-content {
  position: relative;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 200%;
  -webkit-transition: left 0.4s ease;
  transition: left 0.4s ease;
}
.p-header-menu-content.is-selected {
  left: -100%;
}
@media print, screen and (min-width: 701px) {
  .p-header-menu-content {
    position: relative;
    left: auto;
    display: block;
    width: 100%;
    -webkit-transition: none;
    transition: none;
  }
}

.p-header-menu-column, .p-header-menu-column--second {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@media print, screen and (min-width: 701px) {
  .p-header-menu-column, .p-header-menu-column--second {
    padding: 10px 20px 0;
    background: #1C66D4;
    -webkit-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease;
  }
  .p-header-box.is-top .p-header-menu-column, .p-header-box.is-top .p-header-menu-column--second {
    background: none;
  }
}

.p-header-menu-column--second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #0087E6;
}
@media print, screen and (min-width: 701px) {
  .p-header-menu-column--second {
    display: block;
    max-height: calc(100vh - 140px);
    padding-top: 0;
    overflow: auto;
  }
  .p-header-box.is-top .p-header-menu-column--second {
    background: #0087E6;
  }
}

.p-header-menu-tab {
  margin: 0;
  padding: 0;
  font-size: 1.33333333rem;
  font-weight: bold;
  color: #fff;
  list-style: none;
}
@media print, screen and (min-width: 701px) {
  .p-header-menu-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    font-size: 1rem;
  }
}

.p-header-menu-tab__item, .p-header-menu-tab__item--admissions {
  border-bottom: 1px solid #fff;
}
.p-header-menu-tab__item:last-child, .p-header-menu-tab__item--admissions:last-child {
  border-bottom: none;
}
.p-header-menu-tab__item a, .p-header-menu-tab__item--admissions a {
  position: relative;
  display: block;
  padding: 0.8em 40px 0.8em 20px;
  background: #1C66D4;
  color: inherit;
  text-decoration: none;
}
.p-header-menu-tab__item a::after, .p-header-menu-tab__item--admissions a::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  display: inline-block;
  width: 5px;
  height: 5px;
  vertical-align: middle;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media print, screen and (min-width: 701px) {
  .p-header-menu-tab__item, .p-header-menu-tab__item--admissions {
    -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    border-bottom: none;
    text-align: center;
  }
  .p-header-menu-tab__item a, .p-header-menu-tab__item--admissions a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    padding: 0;
    -webkit-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease;
  }
  .p-header-menu-tab__item a::after, .p-header-menu-tab__item--admissions a::after {
    content: normal;
  }
  .p-header-box.is-top .p-header-menu-tab__item a, .p-header-box.is-top .p-header-menu-tab__item--admissions a {
    background: none;
  }
  .p-header-box.is-top .p-header-menu-tab__item > a, .p-header-box.is-top .p-header-menu-tab__item--admissions > a {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  }
  .p-header-box.is-top .p-header-menu-tab__item.is-selected > a, .p-header-box.is-top .is-selected.p-header-menu-tab__item--admissions > a {
    text-shadow: none;
  }
  .p-header-menu-tab__item.is-selected a, .is-selected.p-header-menu-tab__item--admissions a {
    background: #0087E6;
  }
  .p-header-box.is-top .p-header-menu-tab__item.is-selected a, .p-header-box.is-top .is-selected.p-header-menu-tab__item--admissions a {
    background: #0087E6;
  }
}

.p-header-menu-tab__item--admissions a {
  background: #82CEFD;
  color: #003380;
}
@media print, screen and (min-width: 701px) {
  .p-header-menu-tab__item--admissions {
    display: none;
  }
}

.p-header-menu-button-back-area, .p-header-menu-button-back-area--admissions {
  -ms-flex-preferred-size: 50px;
      flex-basis: 50px;
  background: #1260D3;
}

.p-header-menu-button-back-area--admissions {
  background: #1260D3;
  background: #82CEFD;
}

.p-header-menu-button-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0;
}
.p-header-menu-button-back a {
  position: relative;
  display: block;
  width: 100%;
  text-indent: -9999px;
}
.p-header-menu-button-back a::after {
  content: "";
  position: absolute;
  left: 22px;
  top: 23px;
  display: inline-block;
  width: 5px;
  height: 5px;
  vertical-align: middle;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
  color: #fff;
}
.p-header-menu-button-back-area--admissions .p-header-menu-button-back a::after {
  color: #003380;
}

.p-header-menu-group-wrap {
  -ms-flex-preferred-size: calc(100% - 50px);
      flex-basis: calc(100% - 50px);
}
.p-header-menu-group, .p-header-menu-group--admissions {
  display: none;
}
@media print, screen and (min-width: 701px) {
  .p-header-menu-group, .p-header-menu-group--admissions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
  .p-header-menu-group.is-selected, .is-selected.p-header-menu-group--admissions {
    height: auto;
    padding: 20px 0 15px;
    overflow: visible;
    opacity: 1;
  }
}

.p-header-menu-group--admissions .p-header-menu-heading {
  background: #003380;
}
.p-header-menu-group--admissions .p-header-menu-subheading {
  background: #82CEFD;
  color: #003380;
}
.p-header-menu-group--admissions .p-header-menu-subheading::before {
  background: #fff;
}
.p-header-menu-group--admissions .p-header-menu-list {
  background: #003380;
}

@media print, screen and (min-width: 701px) {
  .p-header-menu-group-column, .p-header-menu-group-column--left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

.p-header-menu-group-column--left {
  background: #0087E6;
}
@media print, screen and (min-width: 701px) {
  .p-header-menu-group-column--left {
    display: block;
  }
}

.p-header-menu-desc {
  margin: 25px 20px;
  color: #fff;
}
.p-header-menu-desc a {
  display: block;
  background: #1260D3;
  color: inherit;
  text-decoration: none;
}
@media print, screen and (min-width: 701px) {
  .p-header-menu-desc {
    margin: 0;
    padding: 0 10px 0 0;
  }
  .p-header-menu-desc a {
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-header-menu-desc__image {
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden;
}
.p-header-menu-desc__image::after {
  content: "";
  display: block;
  padding-bottom: 65.2173913%;
}
.p-header-menu-desc__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center";
}
@media print, screen and (min-width: 701px) {
  .p-header-menu-desc__image {
    position: static;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: auto;
    overflow: visible;
  }
  .p-header-menu-desc__image::after {
    content: normal;
  }
  .p-header-menu-desc__image img {
    position: static;
    top: auto;
    left: auto;
  }
}

.p-header-menu-desc__textarea {
  position: relative;
  padding: 20px 25px 20px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-header-menu-desc__textarea::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  display: inline-block;
  width: 5px;
  height: 5px;
  vertical-align: middle;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media print, screen and (min-width: 701px) {
  .p-header-menu-desc__textarea {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding-right: 30px;
  }
  .p-header-menu-desc__textarea::after {
    right: 20px;
    top: 50%;
  }
}

.p-header-menu-desc__heading {
  margin: 0 0 0.6em;
}
@media print, screen and (min-width: 701px) {
  .p-header-menu-desc__heading {
    margin-bottom: 1em;
    font-size: 1rem;
    font-weight: bold;
  }
}

.p-header-menu-desc__text {
  margin: 0;
}
.p-header-menu-course-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 25px 20px -10px;
  padding: 0;
  font-weight: bold;
  list-style: none;
}
@media print, screen and (min-width: 701px) {
  .p-header-menu-course-list {
    margin: 25px 0 -10px;
    padding: 0 10px 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 0.875rem;
  }
}

.p-header-menu-course-list__item--05, .p-header-menu-course-list__item--04, .p-header-menu-course-list__item--03, .p-header-menu-course-list__item--02, .p-header-menu-course-list__item--01 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin: 0 0 10px;
  line-height: 1.2;
}
.p-header-menu-course-list__item--05 a, .p-header-menu-course-list__item--04 a, .p-header-menu-course-list__item--03 a, .p-header-menu-course-list__item--02 a, .p-header-menu-course-list__item--01 a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 4em;
  width: 100%;
  height: 100%;
  background: #fff;
  color: inherit;
  text-align: center;
  text-decoration: none;
}
@media print, screen and (min-width: 701px) {
  .p-header-menu-course-list__item--05, .p-header-menu-course-list__item--04, .p-header-menu-course-list__item--03, .p-header-menu-course-list__item--02, .p-header-menu-course-list__item--01 {
    -ms-flex-preferred-size: calc(50% - 5px);
        flex-basis: calc(50% - 5px);
    margin: 0 0 10px;
  }
  .p-header-menu-course-list__item--05:nth-child(odd), .p-header-menu-course-list__item--04:nth-child(odd), .p-header-menu-course-list__item--03:nth-child(odd), .p-header-menu-course-list__item--02:nth-child(odd), .p-header-menu-course-list__item--01:nth-child(odd) {
    margin-right: 10px;
  }
  .p-header-menu-course-list__item--05 a, .p-header-menu-course-list__item--04 a, .p-header-menu-course-list__item--03 a, .p-header-menu-course-list__item--02 a, .p-header-menu-course-list__item--01 a {
    opacity: 1;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .p-header-menu-course-list__item--05 a:hover, .p-header-menu-course-list__item--04 a:hover, .p-header-menu-course-list__item--03 a:hover, .p-header-menu-course-list__item--02 a:hover, .p-header-menu-course-list__item--01 a:hover {
    opacity: 0.6;
  }
}

.p-header-menu-course-list__item--01 {
  color: #E94E6D;
}

.p-header-menu-course-list__item--02 {
  color: #8C64A8;
}

.p-header-menu-course-list__item--03 {
  color: #0D57A7;
}

.p-header-menu-course-list__item--04 {
  color: #82BF25;
}

.p-header-menu-course-list__item--05 {
  color: #01A2E4;
}

.p-header-menu-subcontent-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 25px 20px;
  padding: 0;
  font-weight: bold;
  color: #1260D3;
  list-style: none;
}
@media print, screen and (min-width: 701px) {
  .p-header-menu-subcontent-list {
    margin: 25px 0 0;
    padding: 0 10px 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 0.875rem;
  }
}

.p-header-menu-subcontent-list__item {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  min-height: 4em;
  margin: 0 0 10px;
  text-align: center;
  line-height: 1.2;
}
.p-header-menu-subcontent-list__item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 0 15px 0 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 4px solid #1260D3;
  border-bottom: 4px solid #1260D3;
  background: #fff;
  color: inherit;
  text-decoration: none;
}
.p-header-menu-subcontent-list__item a::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  margin: -3px 0 0;
  display: inline-block;
  width: 5px;
  height: 5px;
  vertical-align: middle;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media print, screen and (min-width: 701px) {
  .p-header-menu-subcontent-list__item {
    -ms-flex-preferred-size: calc(50% - 5px);
        flex-basis: calc(50% - 5px);
    height: 4em;
    margin: 0 0 10px;
  }
  .p-header-menu-subcontent-list__item:nth-child(odd) {
    margin-right: 10px;
  }
  .p-header-menu-subcontent-list__item a {
    opacity: 1;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .p-header-menu-subcontent-list__item a:hover {
    opacity: 0.6;
  }
}

.p-header-menu-heading {
  background: #0087E6;
  font-size: 1.33333333rem;
  font-weight: bold;
  color: #fff;
}
.p-header-menu-heading a {
  position: relative;
  display: block;
  padding: 0.8em 40px 0.8em 15px;
  color: inherit;
  text-decoration: none;
}
.p-header-menu-heading a::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  display: inline-block;
  width: 5px;
  height: 5px;
  vertical-align: middle;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media print, screen and (min-width: 701px) {
  .p-header-menu-list-group {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding: 0 0 20px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.p-header-menu-subheading {
  position: relative;
  padding: 0.8em 20px;
  background: #1260D3;
  font-size: 1.16666667rem;
  color: #fff;
}
.p-header-menu-subheading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 2px;
  height: 100%;
  background: #fff;
}
@media print, screen and (min-width: 701px) {
  .p-header-menu-subheading {
    font-size: 1rem;
  }
}

.p-header-menu-list {
  margin: 0;
  padding: 0;
  background: #0087E6;
  font-size: 1.16666667rem;
  color: #fff;
  list-style: none;
}
@media print, screen and (min-width: 701px) {
  .p-header-menu-list {
    font-size: 0.875rem;
  }
}

.p-header-menu-list__item {
  border-bottom: 1px dashed #fff;
}
.p-header-menu-list__item:last-child {
  border-bottom: none;
}
.p-header-menu-list__item a {
  position: relative;
  display: block;
  padding: 0.8em 40px 0.8em 30px;
  color: inherit;
  text-decoration: none;
}
.p-header-menu-list__item a::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  margin: -3px 0 0;
  display: inline-block;
  width: 5px;
  height: 5px;
  vertical-align: middle;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media print, screen and (min-width: 701px) {
  .p-header-menu-list__item:last-child {
    border-bottom: 1px dashed #fff;
  }
  .p-header-menu-list__item a:hover {
    text-decoration: underline;
  }
}

.p-header-menu-list-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 15px;
  padding: 0;
  border-top: 1px solid #F0F3F5;
  border-bottom: 1px solid #F0F3F5;
  list-style: none;
}

.p-header-menu-list-button__item--contact, .p-header-menu-list-button__item--access {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  font-weight: bold;
  text-align: center;
}
.p-header-menu-list-button__item--contact:first-child, .p-header-menu-list-button__item--access:first-child {
  border-right: 1px solid #F0F3F5;
}
.p-header-menu-list-button__item--contact a, .p-header-menu-list-button__item--access a {
  position: relative;
  display: block;
  padding: 40px 0 12px;
  color: inherit;
  text-decoration: none;
}
.p-header-menu-list-button__item--contact a::before, .p-header-menu-list-button__item--access a::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 13px;
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-header-menu-list-button__item--access a::before {
  background-image: url("/wordpress/wp-content/themes/main/images/common/icon_header_access_02.png");
  background-size: 13px auto;
}

.p-header-menu-list-button__item--contact a::before {
  background-image: url("/wordpress/wp-content/themes/main/images/common/icon_header_contact_02.png");
  background-size: 18px auto;
}

.p-header-menu-brochure-button {
  width: calc(100% - 30px);
  margin: 0 auto;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.p-header-menu-brochure-button a {
  display: block;
  padding: 1.3em;
  background: #0087E6;
  border-radius: 2px;
  color: inherit;
  text-decoration: none;
}

.p-header2-logo {
  position: absolute;
  top: 8px;
  right: 18px;
  width: 143px;
  margin: 0;
}
@media print, screen and (min-width: 701px) {
  .p-header2-logo {
    display: none;
  }
}

.p-index-movie {
  position: relative;
  border-bottom: 8px solid #0087E6;
}
.p-index-movie::before, .p-index-movie::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 50px;
}
.p-index-movie::before {
  left: 0;
  background: -webkit-gradient(linear, right top, left bottom, color-stop(49.5%, rgba(255, 255, 255, 0)), color-stop(50.5%, #0087E6)) no-repeat top left/100% 100%;
  background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 49.5%, #0087E6 50.5%) no-repeat top left/100% 100%;
}
.p-index-movie::after {
  right: 0;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(49.5%, rgba(255, 255, 255, 0)), color-stop(50.5%, #0087E6)) no-repeat top left/100% 100%;
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 49.5%, #0087E6 50.5%) no-repeat top left/100% 100%;
}
.p-index-movie video {
  width: 100%;
  vertical-align: top;
}
@media print, screen and (min-width: 701px) {
  .p-index-movie {
    border-bottom: none;
  }
  .p-index-movie::before, .p-index-movie::after {
    content: normal;
  }
}

.p-index-mainvisual-area {
  position: relative;
  border-bottom: 8px solid #0087E6;
}
.p-index-mainvisual-area::before, .p-index-mainvisual-area::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 50px;
  z-index: 10;
}
.p-index-mainvisual-area::before {
  left: 0;
  background: -webkit-gradient(linear, right top, left bottom, color-stop(49.5%, rgba(255, 255, 255, 0)), color-stop(50.5%, #0087E6)) no-repeat top left/100% 100%;
  background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 49.5%, #0087E6 50.5%) no-repeat top left/100% 100%;
}
.p-index-mainvisual-area::after {
  right: 0;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(49.5%, rgba(255, 255, 255, 0)), color-stop(50.5%, #0087E6)) no-repeat top left/100% 100%;
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 49.5%, #0087E6 50.5%) no-repeat top left/100% 100%;
}
@media print, screen and (min-width: 701px) {
  .p-index-mainvisual-area {
    border-bottom: none;
  }
  .p-index-mainvisual-area::before, .p-index-mainvisual-area::after {
    content: normal;
  }
}

.p-index-mainvisual__item {
  position: relative;
  margin: 0;
  overflow: hidden;
}
.p-index-mainvisual__item::before {
  content: "";
  display: block;
  padding-bottom: 81.33333333%;
}
.p-index-mainvisual__item img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  vertical-align: top;
}
@media print, screen and (min-width: 701px) {
  .p-index-mainvisual__item::before {
    content: "";
    display: block;
    padding-bottom: 55.859375%;
  }
}

@media print, screen and (min-width: 701px) {
  .p-index-intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
    margin-top: -130px;
    padding-top: 155px;
    background: url("/wordpress/wp-content/themes/main/images/top/mask_index_movie_01.png") no-repeat 50% top;
    background-size: 2000px auto;
  }
}
@media screen and (min-width: 2000px) {
  .p-index-intro {
    margin-top: -7%;
    padding-top: calc(7% + 25px);
    background-size: 100% auto;
  }
}

.p-index-slider-outer {
  padding: 0 15px;
  background-color: #0087E6;
}
@media print, screen and (min-width: 701px) {
  .p-index-slider-outer {
    width: 100%;
    max-width: 1220px;
    background: none;
    padding-right: 50px;
    padding-left: 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.p-index-slider {
  position: relative;
  padding: 0 0 40px;
}

.p-index-slider__item a {
  display: block;
  margin: 0 5px;
}
.p-index-slider__item img {
  vertical-align: top;
  border: 2px solid #fff;
}
@media print, screen and (min-width: 701px) {
  .p-index-slider__item a img {
    opacity: 1;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .p-index-slider__item a:hover img {
    opacity: 0.6;
  }
}

.p-index-slider__arrows {
  position: absolute;
  top: calc(50% - 20px);
  width: 100%;
}
.p-index-slider__arrows .slick-prev,
.p-index-slider__arrows .slick-next {
  position: absolute;
  top: 0;
  width: 37px;
  height: 37px;
  margin: -18.5px 0 0;
  color: #ffffff;
  text-indent: -9999px;
  background: #0087E6;
  border: 2px solid;
  border-radius: 100%;
  z-index: 2;
  cursor: pointer;
}
.p-index-slider__arrows .slick-prev::after,
.p-index-slider__arrows .slick-next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -2.5px 0 0 -2.5px;
}
.p-index-slider__arrows .slick-prev {
  left: 12px;
}
.p-index-slider__arrows .slick-prev::after {
  display: inline-block;
  width: 5px;
  height: 5px;
  vertical-align: middle;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
}
.p-index-slider__arrows .slick-next {
  right: 12px;
}
.p-index-slider__arrows .slick-next::after {
  margin-left: -5px;
  display: inline-block;
  width: 5px;
  height: 5px;
  vertical-align: middle;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-index-slider__dots {
  position: absolute;
  bottom: 10px;
  width: 100%;
}
.p-index-slider__dots ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-index-slider__dots li {
  margin: 0;
}
.p-index-slider__dots button {
  width: 8px;
  height: 8px;
  margin: 0 5px;
  padding: 0;
  text-indent: -9999px;
  background: #ffffff;
  border: none;
  border-radius: 100px;
  cursor: pointer;
}
.p-index-slider__dots .slick-active button {
  background: #FFBD27;
}
@media print, screen and (min-width: 701px) {
  .p-index-slider__dots {
    bottom: 0;
  }
  .p-index-slider__dots button {
    width: 11px;
    height: 11px;
  }
}

.p-index-button1 {
  position: relative;
  margin: -4% 20px 0;
}
.p-index-button1 a {
  display: block;
}
.p-index-button1 span {
  width: 100%;
}
@media print, screen and (min-width: 701px) {
  .p-index-button1 {
    width: 33%;
    max-height: 305px;
    overflow: hidden;
    margin: -2% 5% 0 2%;
  }
}

.p-index-button2 {
  position: relative;
  margin: 8px 20px;
}
.p-index-button2 a {
  display: block;
}
.p-index-button2 span {
  width: 100%;
}
@media print, screen and (min-width: 701px) {
  .p-index-button2 {
    width: 33%;
    max-height: 305px;
    margin: 0 5% 0 2%;
    background: #fff;
  }
  .p-index-button2 a img {
    opacity: 1;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .p-index-button2 a:hover img {
    opacity: 0.6;
  }
}

.p-index-important-information {
  padding: 15px 0;
  background: #0087E6;
}
@media print, screen and (min-width: 701px) {
  .p-index-important-information {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media print, screen and (min-width: 701px) {
  .p-index-important-information__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-index-important-information__heading {
  margin: 0;
  padding: 20px;
  color: #ffffff;
  font-size: 1.16667rem;
  font-weight: bold;
  text-align: center;
  background: #ffbd27;
}
.p-index-important-information__heading::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: middle;
  background: url("/wordpress/wp-content/themes/main/images/top/icon_important_01.png") no-repeat;
  background-size: 100% auto;
}
@media print, screen and (min-width: 701px) {
  .p-index-important-information__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24%;
            flex: 0 0 24%;
    padding: 0;
    font-size: 1.25rem;
  }
  .p-index-important-information__heading::before {
    width: 36px;
    height: 36px;
  }
}

.p-index-important-information__list {
  background: #ffffff;
  margin: 0;
  padding: 15px;
  list-style: none;
}
@media print, screen and (min-width: 701px) {
  .p-index-important-information__list {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 76%;
            flex: 0 0 76%;
    padding: 15px 0;
    font-size: 0.875rem;
  }
}

.p-index-important-information__item {
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #CDD6DD;
}
.p-index-important-information__item:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 701px) {
  .p-index-important-information__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 23px 0 30px;
    padding: 8px 0;
  }
  .p-index-important-information__item:first-child {
    border-top: 1px solid #CDD6DD;
  }
  .p-index-important-information__item:last-child {
    border-bottom: 1px solid #CDD6DD;
  }
}

.p-index-important-information__date {
  margin: 0;
  font-family: "Roboto", sans-serif;
}
@media print, screen and (min-width: 701px) {
  .p-index-important-information__date {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 6em;
            flex: 0 0 6em;
    margin: 0 2% 0 4%;
  }
}

.p-index-important-information__text {
  margin: 0;
}
.p-index-important-information__text a {
  color: #0087E6;
  text-decoration: none;
}
@media print, screen and (min-width: 701px) {
  .p-index-important-information__text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p-index-important-information__text a:hover {
    text-decoration: underline;
  }
}

.p-index-result {
  padding: 30px 0;
  background: url("/wordpress/wp-content/themes/main/images/top/background_result_01.png") #f1f1f1 50%;
  background-size: 500px auto;
}
@media print, screen and (min-width: 701px) {
  .p-index-result {
    padding: 60px 0;
    background-size: 700px auto;
  }
}

.p-index-result__heading {
  margin: 0 0 12px;
  color: #0087E6;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
@media print, screen and (min-width: 701px) {
  .p-index-result__heading {
    margin: 0 0 45px;
    font-size: 1.75rem;
    letter-spacing: 0.2em;
  }
}

.p-index-result__heading-sub {
  display: block;
  margin: 15px 0 0;
  font-size: 1.16667rem;
  font-weight: normal;
  line-height: 1.5;
}
@media print, screen and (min-width: 701px) {
  .p-index-result__heading-sub {
    margin: 25px 0 0;
    font-size: 0.875rem;
    letter-spacing: normal;
  }
}

.p-index-result__list {
  list-style: none;
  margin: 0 -15px 20px;
  padding: 0;
}
@media print, screen and (min-width: 701px) {
  .p-index-result__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 50px -2%;
  }
}

.p-index-result__item {
  width: 200px;
  margin: 0 0 -999px;
  padding: 0 0 0 15px;
}
.p-index-result__item a {
  display: block;
  position: relative;
  padding: 15px 15px 999px;
  color: inherit;
  text-decoration: none;
  background: #ffffff;
}
.p-index-result__item a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 6px;
  background: #0087E6;
}
@media print, screen and (min-width: 701px) {
  .p-index-result__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 31.33333%;
            flex: 0 0 31.33333%;
    margin: 0 0 2% 2%;
    padding: 0;
    background: #ffffff;
  }
  .p-index-result__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 15px;
  }
}

@media print, screen and (min-width: 701px) {
  .p-index-result__info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 56%;
            flex: 0 0 56%;
    font-size: 0.875rem;
  }
}

.p-index-result__date {
  margin: 0 0 30px;
  color: #6f7579;
  font-family: "Roboto", sans-serif;
}
@media print, screen and (min-width: 701px) {
  .p-index-result__date {
    margin-top: 5px;
    font-size: 0.875rem;
  }
}

.p-index-result__title {
  margin: 0 0 10px;
  height: 6.5em;
  overflow: hidden;
  font-size: 1.16667rem;
  font-weight: bold;
}
@media print, screen and (min-width: 701px) {
  .p-index-result__title {
    height: auto;
    font-size: 0.875rem;
  }
}

.p-index-result__image {
  margin: 0 17% 15px;
}
.p-index-result__image img {
  width: 100%;
}
@media print, screen and (min-width: 701px) {
  .p-index-result__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 38%;
            flex: 0 0 38%;
    margin: 0 0 0 6%;
  }
  a .p-index-result__image img {
    opacity: 1;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  a:hover .p-index-result__image img {
    opacity: 0.6;
  }
}

.p-index-result__button {
  margin: 0 10% 20px;
  text-align: center;
}
@media print, screen and (min-width: 701px) {
  .p-index-result__button {
    width: 300px;
    margin: 0 auto 50px;
  }
}

.p-index-result__banner {
  margin: 0;
}
@media print, screen and (min-width: 701px) {
  .p-index-result__banner {
    width: 592px;
    margin: 0 auto;
  }
  .p-index-result__banner a img {
    opacity: 1;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .p-index-result__banner a:hover img {
    opacity: 0.6;
  }
}

.p-index-news {
  padding: 25px 10px;
  text-align: center;
  background: #f5f8fd;
}
@media print, screen and (min-width: 701px) {
  .p-index-news {
    padding: 60px 0;
  }
}

.p-index-news__heading {
  display: inline-block;
  position: relative;
  margin: 0 auto 30px;
  padding: 0 1.5em 10px;
  color: #0087E6;
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  text-align: center;
  border-bottom: 4px solid;
}
@media print, screen and (min-width: 701px) {
  .p-index-news__heading {
    display: block;
    font-size: 1.75rem;
    margin: 0 0 30px;
    padding: 0;
    text-align: left;
    border: none;
  }
}

.p-index-news__heading-arrow {
  display: none;
}
@media print, screen and (min-width: 701px) {
  .p-index-news__heading-arrow {
    display: inline-block;
    position: relative;
    margin: 0 0 0 25px;
    vertical-align: middle;
  }
  .p-index-news__heading-arrow::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 138px;
    height: 4px;
    background: #0087E6;
  }
  .p-index-news__heading-arrow::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 138px;
    width: 8px;
    height: 8px;
    background: -webkit-gradient(linear, right top, left bottom, color-stop(49%, rgba(255, 255, 255, 0)), color-stop(51%, #0087E6)) no-repeat top left/100% 100%;
    background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 49%, #0087E6 51%) no-repeat top left/100% 100%;
  }
}

.p-index-news__list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
@media print, screen and (min-width: 701px) {
  .p-index-news__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 30px -1%;
  }
}

.p-index-news__item {
  margin: 0 0 15px;
  background: #ffffff;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.16);
}
.p-index-news__item:nth-child(n+5) {
  display: none;
}
.p-index-news__item a {
  padding: 20px;
  display: block;
  color: inherit;
  text-decoration: none;
}
@media print, screen and (min-width: 701px) {
  .p-index-news__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24%;
            flex: 0 0 24%;
    margin: 0 0 3% 1%;
  }
  .p-index-news__item:nth-child(n+5) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-index-news__item a {
    width: 100%;
  }
}

.p-index-news__image {
  position: relative;
  overflow: hidden;
  margin: -20px -20px 15px;
}
.p-index-news__image::after {
  content: "";
  display: block;
  padding-bottom: 66.66667%;
}
.p-index-news__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center";
}
@media print, screen and (min-width: 701px) {
  a .p-index-news__image img {
    opacity: 1;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  a:hover .p-index-news__image img {
    opacity: 0.6;
  }
}

.p-index-news__date {
  margin: 0 0 10px;
  color: #959ea7;
  font-family: "Roboto", sans-serif;
}
@media print, screen and (min-width: 701px) {
  .p-index-news__date {
    font-size: 0.75em;
  }
}

.p-index-news__title {
  margin: 0;
  font-size: 1.33333rem;
  font-weight: bold;
}
@media print, screen and (min-width: 701px) {
  .p-index-news__title {
    font-size: 1rem;
  }
}

.p-index-news__button {
  margin: 0 10%;
  text-align: center;
}
@media print, screen and (min-width: 701px) {
  .p-index-news__button {
    width: 300px;
    margin: 0 auto 50px;
  }
}

.p-index-calendar {
  padding: 30px 0;
  background: url("/wordpress/wp-content/themes/main/images/top/background_broken_diagonal_line_01.png") #f5f8fd 50% 0;
  background-size: 15px auto;
}
@media print, screen and (min-width: 701px) {
  .p-index-calendar {
    padding: 60px 0;
  }
}

.p-index-calendar__heading {
  position: relative;
  margin: 0 auto 30px;
  padding: 0 1.5em 20px;
  color: #0087E6;
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  text-align: center;
}
@media print, screen and (min-width: 701px) {
  .p-index-calendar__heading {
    display: block;
    font-size: 1.75rem;
    margin: 0 0 30px;
    padding: 0;
    text-align: left;
    border: none;
  }
}

.p-index-calendar__heading-arrow {
  display: block;
  position: absolute;
  left: calc(50% - 69px - 4px);
  bottom: 0;
}
.p-index-calendar__heading-arrow::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 138px;
  height: 4px;
  background: #0087E6;
}
.p-index-calendar__heading-arrow::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 138px;
  width: 8px;
  height: 8px;
  background: -webkit-gradient(linear, right top, left bottom, color-stop(49%, rgba(255, 255, 255, 0)), color-stop(51%, #0087E6)) no-repeat top left/100% 100%;
  background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 49%, #0087E6 51%) no-repeat top left/100% 100%;
}
@media print, screen and (min-width: 701px) {
  .p-index-calendar__heading-arrow {
    display: inline-block;
    position: relative;
    left: auto;
    margin: 0 0 0 25px;
    vertical-align: middle;
  }
}

.p-index-calendar__list {
  list-style: none;
  margin: 0 -15px 20px;
  padding: 0;
}
@media print, screen and (min-width: 701px) {
  .p-index-calendar__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 30px -1.147%;
  }
}

.p-index-calendar__item {
  width: 250px;
  padding: 0 0 0 15px;
}
.p-index-calendar__item a {
  display: block;
  padding: 15px;
  color: inherit;
  text-decoration: none;
  background: #ffffff;
}
@media print, screen and (min-width: 701px) {
  .p-index-calendar__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 23.831%;
            flex: 0 0 23.831%;
    margin: 0 0 3% 1.147%;
    padding: 0;
  }
  .p-index-calendar__item a {
    width: 100%;
  }
}

.p-index-calendar__event-date {
  position: relative;
  overflow: hidden;
  margin: -15px -15px 10px;
  padding: 10px 13px 10px 6em;
  color: #ffffff;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  font-size: 1.16667rem;
  background: #1260D3;
}
.p-index-calendar__event-date::before {
  content: "開催日";
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 13px;
  color: #1260D3;
  font-size: 1rem;
  z-index: 1;
}
.p-index-calendar__event-date::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 200px);
  left: -2px;
  height: 400px;
  width: 5.8em;
  font-size: 1rem;
  background: -webkit-gradient(linear, right top, left bottom, color-stop(49.9%, rgba(255, 255, 255, 0)), color-stop(50.1%, #fff)) no-repeat top left/100% 50.2%, -webkit-gradient(linear, right bottom, left top, color-stop(49.9%, rgba(255, 255, 255, 0)), color-stop(50.1%, #fff)) no-repeat bottom right/100% 50.2%;
  background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 49.9%, #fff 50.1%) no-repeat top left/100% 50.2%, linear-gradient(to top left, rgba(255, 255, 255, 0) 49.9%, #fff 50.1%) no-repeat bottom right/100% 50.2%;
}
@media print, screen and (min-width: 701px) {
  .p-index-calendar__event-date {
    font-size: 0.875rem;
  }
  .p-index-calendar__event-date::before, .p-index-calendar__event-date::after {
    font-size: 0.75rem;
  }
}

.p-index-calendar__title {
  margin: 0 0 30px;
  font-size: 1.33333rem;
  font-weight: bold;
}
@media print, screen and (min-width: 701px) {
  .p-index-calendar__title {
    font-size: 1rem;
  }
}

.p-index-calendar__date {
  margin: 0;
  color: #959ea7;
  font-family: "Roboto", sans-serif;
}
@media print, screen and (min-width: 701px) {
  .p-index-calendar__date {
    font-size: 0.75rem;
  }
}

.p-index-calendar__button {
  margin: 0 10%;
  text-align: center;
}
@media print, screen and (min-width: 701px) {
  .p-index-calendar__button {
    width: 300px;
    margin: 0 auto 50px;
  }
}

.p-index-banner {
  padding: 30px 0;
}

.p-index-banner__list {
  list-style: none;
  margin: 0 15%;
  padding: 0;
  text-align: center;
}
@media print, screen and (min-width: 701px) {
  .p-index-banner__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin: 0;
  }
}

.p-index-banner__item {
  margin: 0 0 18px;
}
.p-index-banner__item img {
  width: 100%;
}
@media print, screen and (min-width: 701px) {
  .p-index-banner__item img {
    width: 80%;
  }
  .p-index-banner__item a img {
    opacity: 1;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .p-index-banner__item a:hover img {
    opacity: 0.6;
  }
}

.p-index-admissions {
  background: #cfe6f5;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cfe6f5));
  background: linear-gradient(to bottom, #ffffff 0%, #cfe6f5 100%);
}
@media print, screen and (min-width: 701px) {
  .p-index-admissions {
    padding-bottom: 50px;
  }
}

.p-index-admissions__heading {
  margin: 0 0 20px;
  padding: 10px 0 0;
  text-align: center;
  background: url("/wordpress/wp-content/themes/main/images/top/background_broken_diagonal_line_01.png") #1260D3 50% 0;
  background-size: 15px auto;
}
.p-index-admissions__heading img {
  width: 290px;
}
@media print, screen and (min-width: 701px) {
  .p-index-admissions__heading {
    margin: 0 0 40px;
    padding-top: 15px;
  }
  .p-index-admissions__heading img {
    width: 560px;
  }
}

.p-index-special {
  margin: 0 0 10px;
}
@media print, screen and (min-width: 701px) {
  .p-index-special {
    margin: 0 0 80px;
  }
}

.p-index-special__heading {
  margin: 0 0 20px;
  color: #1260D3;
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  text-align: center;
}
@media print, screen and (min-width: 701px) {
  .p-index-special__heading {
    margin: 0 0 40px;
    font-size: 1.75rem;
  }
}

.p-index-special__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media print, screen and (min-width: 701px) {
  .p-index-special__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin: 0 0 0 -2%;
    text-align: center;
  }
}

.p-index-special__item {
  margin: 0 0 15px;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media print, screen and (min-width: 701px) {
  .p-index-special__item {
    margin: 0 0 0 2%;
    width: 31.33333%;
  }
  .p-index-special__item a img {
    opacity: 1;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .p-index-special__item a:hover img {
    opacity: 0.6;
  }
}

.p-index-subject-introduction {
  margin: 0;
}
@media print, screen and (min-width: 701px) {
  .p-index-subject-introduction {
    margin: 0 8%;
  }
}

.p-index-subject-introduction__heading {
  position: relative;
  overflow: hidden;
  margin: 0 0 35px;
  color: #1260D3;
  font-size: 1.66667rem;
  text-align: center;
  letter-spacing: 0.2em;
}
@media print, screen and (min-width: 701px) {
  .p-index-subject-introduction__heading {
    margin: 0 0 65px;
    font-size: 1.625rem;
  }
}

.p-index-subject-introduction__heading-sub {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0 15px 0 20px;
}
.p-index-subject-introduction__heading-sub::before, .p-index-subject-introduction__heading-sub::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 9px);
  right: 100%;
  width: 1000px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: right 50%;
  background-size: auto 18px;
}
.p-index-subject-introduction__heading-sub::before {
  right: 100%;
  background-image: url("/wordpress/wp-content/themes/main/images/top/background_subject_introduction_heading_01.png");
}
.p-index-subject-introduction__heading-sub::after {
  left: 100%;
  background-image: url("/wordpress/wp-content/themes/main/images/top/background_subject_introduction_heading_02.png");
}
@media print, screen and (min-width: 701px) {
  .p-index-subject-introduction__heading-sub {
    padding: 0 45px 0 50px;
  }
}

.p-index-subject-introduction__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0 0 0 -4%;
  padding: 0;
}
@media print, screen and (min-width: 701px) {
  .p-index-subject-introduction__list {
    margin-left: -1%;
  }
}

.p-index-subject-introduction__item, .p-index-subject-introduction__item--animalbio, .p-index-subject-introduction__item--medicalbio, .p-index-subject-introduction__item--clinicallaboratory, .p-index-subject-introduction__item--frontierbio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 46%;
          flex: 0 0 46%;
  margin: 0 0 calc(4% + 60px) 4%;
  text-align: center;
}
.p-index-subject-introduction__item > a, .p-index-subject-introduction__item--animalbio > a, .p-index-subject-introduction__item--medicalbio > a, .p-index-subject-introduction__item--clinicallaboratory > a, .p-index-subject-introduction__item--frontierbio > a {
  width: 100%;
  margin: 0 0 5px;
  padding: 10px;
  color: inherit;
  font-weight: bold;
  text-decoration: none;
  background: #ffffff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media print, screen and (min-width: 701px) {
  .p-index-subject-introduction__item, .p-index-subject-introduction__item--animalbio, .p-index-subject-introduction__item--medicalbio, .p-index-subject-introduction__item--clinicallaboratory, .p-index-subject-introduction__item--frontierbio {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24%;
            flex: 0 0 24%;
    margin-left: 1%;
  }
}

.p-index-subject-introduction__item--frontierbio {
  color: #e94e6d;
}

.p-index-subject-introduction__item--clinicallaboratory {
  color: #8C64A8;
}

.p-index-subject-introduction__item--medicalbio {
  color: #00A2E4;
}

.p-index-subject-introduction__item--animalbio {
  color: #82BF25;
}

.p-index-subject-introduction__image {
  margin: -30px -10px 0;
}
@media print, screen and (min-width: 701px) {
  .p-index-subject-introduction__image {
    margin: -40px -5px 15px;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }
  a:hover .p-index-subject-introduction__image {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.p-index-subject-introduction__label {
  margin: 0 -5px;
}

.p-index-subject-introduction__button, .p-index-subject-introduction__button--animalbio, .p-index-subject-introduction__button--medicalbio, .p-index-subject-introduction__button--clinicallaboratory, .p-index-subject-introduction__button--frontierbio {
  position: absolute;
  left: 0;
  bottom: -3.3em;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
}
.p-index-subject-introduction__button a, .p-index-subject-introduction__button--animalbio a, .p-index-subject-introduction__button--medicalbio a, .p-index-subject-introduction__button--clinicallaboratory a, .p-index-subject-introduction__button--frontierbio a {
  display: block;
  position: relative;
  padding: 10px;
  color: inherit;
  text-decoration: none;
  background: #ccc;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media print, screen and (min-width: 701px) {
  .p-index-subject-introduction__button, .p-index-subject-introduction__button--animalbio, .p-index-subject-introduction__button--medicalbio, .p-index-subject-introduction__button--clinicallaboratory, .p-index-subject-introduction__button--frontierbio {
    font-size: 0.875rem;
  }
  .p-index-subject-introduction__button a, .p-index-subject-introduction__button--animalbio a, .p-index-subject-introduction__button--medicalbio a, .p-index-subject-introduction__button--clinicallaboratory a, .p-index-subject-introduction__button--frontierbio a {
    -webkit-transition: background 0.4s;
    transition: background 0.4s;
  }
}

.p-index-subject-introduction__button--frontierbio a {
  background: #e94e6d;
}
@media print, screen and (min-width: 701px) {
  .p-index-subject-introduction__button--frontierbio a:hover {
    background: rgba(233, 78, 109, 0.6);
  }
}

.p-index-subject-introduction__button--clinicallaboratory a {
  background: #8C64A8;
}
@media print, screen and (min-width: 701px) {
  .p-index-subject-introduction__button--clinicallaboratory a:hover {
    background: rgba(140, 100, 168, 0.6);
  }
}

.p-index-subject-introduction__button--medicalbio a {
  background: #00A2E4;
}
@media print, screen and (min-width: 701px) {
  .p-index-subject-introduction__button--medicalbio a:hover {
    background: rgba(0, 162, 228, 0.6);
  }
}

.p-index-subject-introduction__button--animalbio a {
  background: #82BF25;
}
@media print, screen and (min-width: 701px) {
  .p-index-subject-introduction__button--animalbio a:hover {
    background: rgba(130, 191, 37, 0.6);
  }
}

.p-index-subject-introduction__button-icon {
  display: inline-block;
  position: relative;
  width: 15px;
  height: 15px;
  margin: 0 5px 0 0;
  vertical-align: middle;
}
.p-index-subject-introduction__button-icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid;
  border-radius: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-index-subject-introduction__button-icon::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 2.5px);
  left: calc(50% - 2px);
  width: 4px;
  height: 5px;
  background: -webkit-gradient(linear, right top, left bottom, color-stop(49%, rgba(255, 255, 255, 0)), color-stop(51%, #fff)) no-repeat top left/100% 50.2%, -webkit-gradient(linear, right bottom, left top, color-stop(49%, rgba(255, 255, 255, 0)), color-stop(51%, #fff)) no-repeat bottom right/100% 50.2%;
  background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 49%, #fff 51%) no-repeat top left/100% 50.2%, linear-gradient(to top left, rgba(255, 255, 255, 0) 49%, #fff 51%) no-repeat bottom right/100% 50.2%;
}
@media print, screen and (min-width: 701px) {
  .p-index-subject-introduction__button-icon {
    width: 25px;
    height: 25px;
    margin-right: 12px;
  }
  .p-index-subject-introduction__button-icon::before {
    border: 3px solid;
  }
  .p-index-subject-introduction__button-icon::after {
    top: calc(50% - 5px);
    left: calc(50% - 3px);
    width: 8px;
    height: 10px;
  }
}

@media print, screen and (min-width: 701px) {
  .p-index-admissions__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-index-admission-topics {
  position: relative;
  margin: 0 0 30px;
  padding: 0 0 15px;
  background: #ffffff;
}
.p-index-admission-topics::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -16px;
  right: 0;
  width: 16px;
  height: 16px;
  background: -webkit-gradient(linear, right bottom, left top, color-stop(49%, rgba(255, 255, 255, 0)), color-stop(51%, #fff)) no-repeat top left/100% 100%;
  background: linear-gradient(to top left, rgba(255, 255, 255, 0) 49%, #fff 51%) no-repeat top left/100% 100%;
}
.p-index-admission-topics::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -16px;
  right: 16px;
  width: calc(100% - 16px);
  height: 16px;
  background: #fff;
}
@media print, screen and (min-width: 701px) {
  .p-index-admission-topics {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
    margin-top: 16px;
    margin-right: 3%;
  }
}

.p-index-admission-topics__heading {
  position: relative;
  margin: 0 0 20px;
  color: #1260D3;
  font-size: 1.5rem;
  text-align: center;
  background: #ffffff;
}
.p-index-admission-topics__heading::before {
  content: "";
  display: block;
  position: absolute;
  top: -16px;
  left: 0;
  width: 16px;
  height: 16px;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(49%, rgba(255, 255, 255, 0)), color-stop(51%, #fff)) no-repeat top left/100% 100%;
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 49%, #fff 51%) no-repeat top left/100% 100%;
}
.p-index-admission-topics__heading::after {
  content: "";
  display: block;
  position: absolute;
  top: -16px;
  left: 16px;
  width: calc(100% - 16px);
  height: 16px;
  background: #fff;
}
@media print, screen and (min-width: 701px) {
  .p-index-admission-topics__heading {
    margin-bottom: 30px;
    padding-top: 15px;
  }
}

.p-index-admission-topics__list {
  list-style: none;
  margin: 0 15px 25px;
  padding: 0;
  border-top: 1px solid #1260D3;
}
@media print, screen and (min-width: 701px) {
  .p-index-admission-topics__list {
    margin: 0 40px 20px;
    font-size: 0.875rem;
  }
}

.p-index-admission-topics__item {
  margin: 0;
  padding: 14px 0;
  border-bottom: 1px solid #1260D3;
}
.p-index-admission-topics__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: inherit;
  text-decoration: none;
}
@media print, screen and (min-width: 701px) {
  .p-index-admission-topics__item a {
    padding: 0 0 0 20px;
  }
  .p-index-admission-topics__item a:hover {
    text-decoration: underline;
  }
}

.p-index-admission-topics__info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
}

.p-index-admission-topics__date {
  margin: 0;
  font-family: "Roboto", sans-serif;
}
@media print, screen and (min-width: 701px) {
  .p-index-admission-topics__date {
    margin: 5px 0 0;
  }
}

.p-index-admission-topics__title {
  margin: 0;
}

.p-index-admission-topics__image {
  width: 100px;
  margin: 0 0 0 10px;
}
@media print, screen and (min-width: 701px) {
  .p-index-admission-topics__image {
    width: 120px;
  }
  a .p-index-admission-topics__image img {
    opacity: 1;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  a:hover .p-index-admission-topics__image img {
    opacity: 0.6;
  }
}

.p-index-admission-topics__button {
  margin: 0 10%;
  text-align: center;
}
@media print, screen and (min-width: 701px) {
  .p-index-admission-topics__button {
    width: 300px;
    margin: 0 auto;
  }
}

.p-index-admission-banner {
  margin: 0;
}
@media print, screen and (min-width: 701px) {
  .p-index-admission-banner {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 42%;
            flex: 0 0 42%;
  }
}

.p-index-admission-banner__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0 0 0 -4%;
  padding: 0;
}

.p-index-admission-banner__item, .p-index-admission-banner__item--double {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 46%;
          flex: 0 0 46%;
  margin: 0 0 4% 4%;
}
@media print, screen and (min-width: 701px) {
  .p-index-admission-banner__item a img, .p-index-admission-banner__item--double a img {
    opacity: 1;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .p-index-admission-banner__item a:hover img, .p-index-admission-banner__item--double a:hover img {
    opacity: 0.6;
  }
}

.p-index-admission-banner__item--double {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 96%;
          flex: 0 0 96%;
}

@media print, screen and (min-width: 701px) {
  .p-content-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 60px 0 0;
  }
}

.p-topicpath, .p-topicpath--wide, .p-topicpath--column-1 {
  position: relative;
  padding: 0 15px;
  background: #F0F3F5;
  z-index: 12;
}
@media print, screen and (min-width: 701px) {
  .p-topicpath, .p-topicpath--wide, .p-topicpath--column-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0 50px 0 0;
    z-index: 10;
  }
}

.p-topicpath-inner {
  padding: 0.6em 0;
}
@media print, screen and (min-width: 701px) {
  .p-topicpath-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    max-width: 1120px;
  }
  .p-topicpath-inner::before {
    content: "";
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 320px;
            flex: 0 0 320px;
    height: 1px;
  }
}

.p-topicpath-list {
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
@media print, screen and (min-width: 701px) {
  .p-topicpath-list {
    max-width: calc(100% - 320px);
    width: 100%;
    margin: 0;
    font-size: 0.75rem;
  }
}

@media print, screen and (min-width: 701px) {
  .p-topicpath--column-1 .p-topicpath-inner::before {
    content: normal;
  }
  .p-topicpath--column-1 .p-topicpath-list {
    max-width: 770px;
  }
}

@media print, screen and (min-width: 701px) {
  .p-topicpath--wide .p-topicpath-inner::before {
    content: normal;
  }
  .p-topicpath--wide .p-topicpath-list {
    width: 100%;
    max-width: 1120px;
  }
}

.p-topicpath-list__item {
  display: inline-block;
  font-weight: bold;
  color: #000;
}
.p-topicpath-list__item::after {
  content: ">";
  margin: 0 8px 0 10px;
  font-weight: normal;
  color: #6F7579;
}
.p-topicpath-list__item:last-child::after {
  content: normal;
}
.p-topicpath-list__item a {
  color: #1260D3;
  text-decoration: none;
}

.p-mainvisual {
  position: relative;
  border-bottom: 3px solid #0087E6;
}
@media print, screen and (min-width: 701px) {
  .p-mainvisual {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    border-bottom-width: 5px;
  }
}

.p-mainvisual__image img {
  width: 100%;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  font-family: "object-fit: cover; object-position: top";
}
@media print, screen and (min-width: 701px) {
  .p-mainvisual__image img {
    height: 340px;
  }
}

.p-mainvisual__title {
  position: absolute;
  left: 30px;
  top: 50%;
  margin: 0;
  padding: 0.3em 1em;
  border: 3px solid #1260D3;
  background: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  color: #000;
  -webkit-transform: translateY(-80%);
      -ms-transform: translateY(-80%);
          transform: translateY(-80%);
  z-index: 12;
}
@media print, screen and (min-width: 701px) {
  .p-mainvisual__title {
    left: 17%;
    padding: 0.3em 1.5em;
    border-width: 6px;
    font-size: 2.25rem;
  }
}

#main_content {
  position: relative;
  z-index: 20;
}
@media print, screen and (min-width: 701px) {
  #main_content {
    padding: 0 50px 0 0;
  }
}

.p-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: auto;
  max-width: 1120px;
}
.p-content-wrapper .sidebar {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.p-content-wrapper #main_column {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: 0;
  padding: 30px 15px 15px;
  background: none;
  width: 100%;
}
@media print, screen and (min-width: 701px) {
  .p-content-wrapper {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-content-wrapper .sidebar {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 320px;
            flex: 0 0 320px;
  }
  .p-content-wrapper #main_column {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    margin: 0;
    padding: 40px 0 0;
  }
  .p-content-wrapper #main_column.p-main-column--wide {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
  .p-content-wrapper .sidebar + #main_column {
    max-width: calc(100% - 320px);
  }
}

.p-sidebar-menu {
  margin: 15px;
}
@media print, screen and (min-width: 701px) {
  .p-sidebar-menu {
    position: sticky;
    top: 180px;
    margin: 0 60px 0 0;
  }
}

.p-sidebar-menu__label {
  padding: 18px 15px;
  color: #000000;
  font-size: 1.3125rem;
  font-weight: bold;
  background: #ffffff;
  border: 6px solid #1260D3;
}
@media print, screen and (min-width: 701px) {
  .p-sidebar-menu__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 154px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.p-sidebar-menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-sidebar-menu__list > .menu-item {
  margin: -2px 0 0;
  line-height: 1.3;
  z-index: 1;
}
.p-sidebar-menu__list > .menu-item > a {
  display: block;
  position: relative;
  padding: 20px 40px 20px 15px;
  color: #000000;
  font-size: 1.16667rem;
  font-weight: normal;
  text-decoration: none;
  background: #ffffff;
  border: solid #1260D3;
  border-width: 2px 2px 2px 6px;
  cursor: pointer;
  z-index: 2;
}
.p-sidebar-menu__list > .menu-item > a:hover,
.p-sidebar-menu__list > .menu-item.is-current > a {
  color: #ffffff;
  background: #1260D3;
}
.p-sidebar-menu__list > .menu-item > a:hover::after,
.p-sidebar-menu__list > .menu-item.is-current > a::after {
  color: #ffffff;
}
.p-sidebar-menu__list > .menu-item > a::after {
  display: inline-block;
  width: 5px;
  height: 5px;
  vertical-align: middle;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
  color: #1260D3;
}
.p-sidebar-menu__list > .menu-item-has-children > a {
  -webkit-transition: color 400ms;
  transition: color 400ms;
  -webkit-transition: background-color 400ms, color 400ms;
  transition: background-color 400ms, color 400ms;
}
.p-sidebar-menu__list > .menu-item-has-children > a::before,
.p-sidebar-menu__list > .menu-item-has-children > a::after {
  content: "";
  position: absolute;
  right: 17px;
  top: calc(50% - 1px);
  display: inline-block;
  width: 10px;
  height: 2px;
  background: #1260D3;
  border: none;
  -webkit-transition: background-color 400ms, opacity 400ms, -webkit-transform 400ms;
  transition: background-color 400ms, opacity 400ms, -webkit-transform 400ms;
  transition: background-color 400ms, opacity 400ms, transform 400ms;
  transition: background-color 400ms, opacity 400ms, transform 400ms, -webkit-transform 400ms;
}
.p-sidebar-menu__list > .menu-item-has-children > a::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.p-sidebar-menu__list > .menu-item-has-children > a:hover::before,
.p-sidebar-menu__list > .menu-item-has-children > a:hover::after {
  color: #fff;
  background: #fff;
}
.p-sidebar-menu__list > .menu-item.is-opened > a {
  color: #ffffff;
  background: #1260D3;
}
.p-sidebar-menu__list > .menu-item.is-opened > a::before,
.p-sidebar-menu__list > .menu-item.is-opened > a::after {
  background: #fff;
}
.p-sidebar-menu__list > .menu-item.is-opened > a::before {
  opacity: 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.p-sidebar-menu__list > .menu-item.is-opened > a::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.p-sidebar-menu__list > .menu-item.is-opened > .sub-menu {
  display: block;
  height: auto;
  top: 0;
  margin-bottom: 2px;
}
.p-sidebar-menu__list .sub-menu {
  position: relative;
  height: 0;
  top: -20px;
  overflow: hidden;
  list-style: none;
  margin: 0 0 0 6px;
  padding: 0;
  background: #ffffff;
  z-index: 1;
  -webkit-transition: top 400ms;
  transition: top 400ms;
}
.p-sidebar-menu__list .sub-menu > .menu-item {
  line-height: 1.3;
  border-top: 2px solid #F0F3F5;
}
.p-sidebar-menu__list .sub-menu > .menu-item > a {
  display: block;
  position: relative;
  padding: 15px 40px 15px 15px;
  color: #1260D3;
  font-size: 1.16667rem;
  font-weight: bold;
  text-decoration: none;
  background: #ffffff;
  z-index: 3;
}
.p-sidebar-menu__list .sub-menu > .menu-item > a:hover,
.p-sidebar-menu__list .sub-menu > .menu-item.is-current > a {
  background: #F0F3F5;
}
.p-sidebar-menu__list .sub-menu > .menu-item > a::after {
  display: inline-block;
  width: 5px;
  height: 5px;
  vertical-align: middle;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
}
.p-sidebar-menu__list .sub-menu > .menu-item-has-children > a {
  -webkit-transition: color 400ms;
  transition: color 400ms;
  -webkit-transition: background-color 400ms, color 400ms;
  transition: background-color 400ms, color 400ms;
}
.p-sidebar-menu__list .sub-menu > .menu-item-has-children > a::before,
.p-sidebar-menu__list .sub-menu > .menu-item-has-children > a::after {
  content: "";
  position: absolute;
  right: 17px;
  top: calc(50% - 1px);
  display: inline-block;
  width: 10px;
  height: 2px;
  background: #1260D3;
  border: none;
  -webkit-transition: background-color 400ms, opacity 400ms, -webkit-transform 400ms;
  transition: background-color 400ms, opacity 400ms, -webkit-transform 400ms;
  transition: background-color 400ms, opacity 400ms, transform 400ms;
  transition: background-color 400ms, opacity 400ms, transform 400ms, -webkit-transform 400ms;
}
.p-sidebar-menu__list .sub-menu > .menu-item-has-children > a::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.p-sidebar-menu__list .sub-menu > .menu-item.is-opened > a {
  color: #ffffff;
  background: #0F499F;
}
.p-sidebar-menu__list .sub-menu > .menu-item.is-opened > a::before,
.p-sidebar-menu__list .sub-menu > .menu-item.is-opened > a::after {
  background: #fff;
}
.p-sidebar-menu__list .sub-menu > .menu-item.is-opened > a::before {
  opacity: 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.p-sidebar-menu__list .sub-menu > .menu-item.is-opened > a::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.p-sidebar-menu__list .sub-menu > .menu-item.is-opened > .sub-menu {
  display: block;
  height: auto;
  top: 0;
}
.p-sidebar-menu__list .sub-menu .sub-menu {
  z-index: 1;
}
.p-sidebar-menu__list .sub-menu .sub-menu > .menu-item {
  border-top: 2px solid #fff;
}
.p-sidebar-menu__list .sub-menu .sub-menu > .menu-item > a {
  color: #0F499F;
  font-weight: bold;
  text-decoration: none;
}
@media print, screen and (min-width: 701px) {
  .p-sidebar-menu__list > .menu-item {
    position: relative;
    margin: -2px 0 0;
  }
  .p-sidebar-menu__list > .menu-item > a {
    font-size: 1rem;
    padding: 18px 40px 18px 14px;
    border-right-width: 0;
  }
  .p-sidebar-menu__list > .menu-item:not(.menu-item-has-children) > a {
    -webkit-transition: color 400ms, background-color 400ms;
    transition: color 400ms, background-color 400ms;
  }
  .p-sidebar-menu__list > .menu-item:not(.menu-item-has-children) > a::after {
    -webkit-transition: color 400ms, right 400ms;
    transition: color 400ms, right 400ms;
  }
  .p-sidebar-menu__list > .menu-item:not(.menu-item-has-children) > a:hover::after {
    color: inherit;
    right: 15px;
  }
  .p-sidebar-menu__list > .menu-item.is-opened {
    z-index: 2;
  }
  .p-sidebar-menu__list > .menu-item.is-opened > .sub-menu {
    display: block;
    height: auto;
  }
  .p-sidebar-menu__list .sub-menu {
    width: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .p-sidebar-menu__list .sub-menu > .menu-item {
    position: relative;
  }
  .p-sidebar-menu__list .sub-menu > .menu-item > a {
    font-size: 0.875rem;
    padding: 15px 40px 15px 14px;
    -webkit-transition: background-color 400ms;
    transition: background-color 400ms;
  }
  .p-sidebar-menu__list .sub-menu > .menu-item > a:hover {
    background: #F0F3F5;
  }
  .p-sidebar-menu__list .sub-menu > .menu-item.is-opened > a {
    background: #0F499F;
  }
  .p-sidebar-menu__list .sub-menu > .menu-item.is-opened > .sub-menu {
    height: auto;
    top: 0;
  }
  .p-sidebar-menu__list .sub-menu .sub-menu {
    position: relative;
    top: -20px;
  }
}

.p-entry-title {
  margin: 0 0 40px;
  color: #000000;
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 2px solid #0087E6;
}

.p-entry-content::after {
  content: "";
  display: block;
  clear: both;
}
.p-entry-content h1 {
  color: #039bbc;
}
.p-entry-content h2 {
  margin: 40px 0 20px;
  color: #039bbc;
  font-size: 132% !important;
  font-weight: bold;
}
.p-entry-content h3 {
  color: #039bbc;
  font-size: 113% !important;
}
.p-entry-content h4 {
  font-size: 107% !important;
}
.p-entry-content h5 {
  font-size: 100% !important;
}
.p-entry-content h6 {
  font-size: 100% !important;
}
.p-entry-content p {
  margin-bottom: 15px;
}

.p-h2,
#main_content .p-h2 {
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 10px 20px;
  color: #003380;
  font-size: 1.6667rem !important;
  font-weight: bold;
  line-height: 1.3;
  border: solid #0087E6;
  border-width: 0 0 2px 0;
}
.p-h2::before,
#main_content .p-h2::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 4px;
  height: 1.3em;
  background: #0087E6;
}
@media print, screen and (min-width: 701px) {
  .p-h2,
  #main_content .p-h2 {
    margin-bottom: 30px;
    padding-left: 32px;
    font-size: 1.625rem !important;
  }
  .p-h2::before,
  #main_content .p-h2::before {
    top: 0.15em;
    width: 6px;
    height: 1em;
  }
}

.p-h3,
#main_content .p-h3 {
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 5px 17px;
  color: #003380;
  font-size: 1.5rem !important;
  font-weight: bold;
  line-height: 1.3;
  border: solid #E2E2E2;
  border-width: 0 0 2px 0;
}
.p-h3::before,
#main_content .p-h3::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 8px;
  height: 1.3em;
  background: url("/wordpress/wp-content/themes/main/images/icons/icon_arrow_h3_01.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}
@media print, screen and (min-width: 701px) {
  .p-h3,
  #main_content .p-h3 {
    padding-left: 22px;
  }
  .p-h3::before,
  #main_content .p-h3::before {
    width: 11px;
  }
}

.p-h4,
#main_content .p-h4 {
  position: relative;
  margin: 0 0 15px;
  padding: 7px 0 7px 14px;
  color: #003380;
  font-size: 1.4167rem !important;
  font-weight: bold;
  line-height: 1.3;
  border: solid;
  border-width: 0 0 0 3px;
}
@media print, screen and (min-width: 701px) {
  .p-h4,
  #main_content .p-h4 {
    font-size: 1.25rem !important;
    border-width: 0 0 0 4px;
  }
}

.p-button {
  display: block;
  padding: 12px;
  color: #1260D3;
  font-weight: bold;
  text-decoration: none;
  background: #ffffff;
  border: 1px solid #1260D3;
}
.p-button:link, .p-button:visited {
  color: #1260D3;
}
.p-button::after {
  content: "";
  margin: 0 0 0 10px;
  display: inline-block;
  width: 5px;
  height: 5px;
  vertical-align: middle;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media print, screen and (min-width: 701px) {
  .p-button {
    font-size: 0.875rem;
    padding: 15px;
    -webkit-transition: background 0.4s, color 0.4s;
    transition: background 0.4s, color 0.4s;
  }
  .p-button:visited {
    color: #1260D3;
  }
  .p-button:hover {
    color: #fff;
    background: #1260D3;
  }
}

.p-link-button, .p-link-arrow-button, .p-link-arrow-button--fluid, .p-link-arrow-button--fluid:link,
.p-link-arrow-button--fluid:visited, .p-link-arrow-button:link,
.p-link-arrow-button:visited, .p-link-button--fluid, .p-link-button--fluid:link,
.p-link-button--fluid:visited, .p-link-button:link,
.p-link-button:visited {
  position: relative;
  display: inline-block;
  padding: 14px 30px;
  color: #fff;
  font-weight: bold;
  font-size: 1.16667rem;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  text-decoration: none;
  background: rgb(0, 135, 230);
  background: linear-gradient(60deg, rgb(0, 135, 230) 0%, rgb(0, 51, 128) 100%);
  border: none;
  border-radius: 100px;
  -webkit-transition: color 400ms;
  transition: color 400ms;
  cursor: pointer;
}
.p-link-button:hover, .p-link-arrow-button:hover, .p-link-arrow-button--fluid:hover, .p-link-button--fluid:hover {
  color: #003380;
}
.p-link-button::before, .p-link-arrow-button::before, .p-link-arrow-button--fluid::before, .p-link-arrow-button--fluid:link::before,
.p-link-arrow-button--fluid:visited::before, .p-link-arrow-button:link::before,
.p-link-arrow-button:visited::before, .p-link-button--fluid::before, .p-link-button--fluid:link::before,
.p-link-button--fluid:visited::before, .p-link-button:link::before,
.p-link-button:visited::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #003380;
  border-radius: 100px;
  opacity: 0;
  -webkit-transition: opacity 400ms;
  transition: opacity 400ms;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-link-button:hover::before, .p-link-arrow-button:hover::before, .p-link-arrow-button--fluid:hover::before, .p-link-button--fluid:hover::before {
  opacity: 1;
}
.p-link-button span, .p-link-arrow-button span, .p-link-arrow-button--fluid span, .p-link-arrow-button--fluid:link span,
.p-link-arrow-button--fluid:visited span, .p-link-arrow-button:link span,
.p-link-arrow-button:visited span, .p-link-button--fluid span, .p-link-button--fluid:link span,
.p-link-button--fluid:visited span, .p-link-button:link span,
.p-link-button:visited span {
  position: relative;
}
.p-link-button[href$=".pdf"]::after, [href$=".pdf"].p-link-arrow-button::after, [href$=".pdf"].p-link-arrow-button--fluid::after, [href$=".pdf"].p-link-button--fluid::after {
  content: "\f1c1";
  position: relative;
  margin: 0 0 0 5px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.p-link-button[href$=".doc"]::after, [href$=".doc"].p-link-arrow-button::after, [href$=".doc"].p-link-arrow-button--fluid::after, [href$=".doc"].p-link-button--fluid::after, .p-link-button[href$=".docx"]::after, [href$=".docx"].p-link-arrow-button::after, [href$=".docx"].p-link-arrow-button--fluid::after, [href$=".docx"].p-link-button--fluid::after {
  content: "\f1c2";
  position: relative;
  margin: 0 0 0 5px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.p-link-button[target=_blank]::after, [target=_blank].p-link-arrow-button::after, [target=_blank].p-link-arrow-button--fluid::after, [target=_blank].p-link-button--fluid::after {
  content: "\f35d";
  position: relative;
  margin: 0 0 0 5px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media print, screen and (min-width: 701px) {
  .p-link-button, .p-link-arrow-button, .p-link-arrow-button--fluid, .p-link-arrow-button--fluid:link,
  .p-link-arrow-button--fluid:visited, .p-link-arrow-button:link,
  .p-link-arrow-button:visited, .p-link-button--fluid, .p-link-button--fluid:link,
  .p-link-button--fluid:visited, .p-link-button:link,
  .p-link-button:visited {
    padding: 14px 34px;
    font-size: 1rem;
  }
}

.p-link-button--fluid, .p-link-button--fluid:link,
.p-link-button--fluid:visited {
  display: block;
  text-align: center;
}

.p-link-arrow-button::after, .p-link-arrow-button--fluid::after, .p-link-arrow-button--fluid:link::after,
.p-link-arrow-button--fluid:visited::after {
  content: "";
  display: inline-block;
  margin: 0 0 2px 10px;
  display: inline-block;
  width: 6px;
  height: 6px;
  vertical-align: middle;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-link-arrow-button--fluid, .p-link-arrow-button--fluid:link,
.p-link-arrow-button--fluid:visited {
  display: block;
  text-align: center;
}

.p-table, .p-table--white-border {
  border-collapse: collapse;
}
.p-table th, .p-table--white-border th,
.p-table td,
.p-table--white-border td {
  font-size: 1.1667rem;
  padding: 10px 5px;
  background: #fff;
  border: 1px solid #E2E2E2;
}
.p-table tr:nth-child(even) th, .p-table--white-border tr:nth-child(even) th,
.p-table tr:nth-child(even) td,
.p-table--white-border tr:nth-child(even) td {
  background: #F8F8F8;
}
.p-table thead tr:nth-child(n) th, .p-table--white-border thead tr:nth-child(n) th {
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #003380;
}
.p-table tbody, .p-table--white-border tbody {
  border-bottom: 3px double #E2E2E2;
}
.p-table tbody:last-child, .p-table--white-border tbody:last-child {
  border-bottom: none;
}
.p-table tbody th, .p-table--white-border tbody th {
  color: #003380;
  font-weight: bold;
  text-align: center;
}
.p-table tr:nth-child(n) .p-table__emp-1, .p-table--white-border tr:nth-child(n) .p-table__emp-1 {
  background: #d7dff5;
}
.p-table tr:nth-child(n) .p-table__emp-2, .p-table--white-border tr:nth-child(n) .p-table__emp-2 {
  background: #E4EDFC;
}
.p-table tr.is-bg-grey, .p-table--white-border tr.is-bg-grey, .p-table tr.is-bg-grey td, .p-table--white-border tr.is-bg-grey td {
  background: #F5F5F5;
}
.p-table tr.is-bg-grey2, .p-table--white-border tr.is-bg-grey2, .p-table tr.is-bg-grey2 td, .p-table--white-border tr.is-bg-grey2 td {
  background: #E2E2E2;
}
@media print, screen and (min-width: 701px) {
  .p-table th, .p-table--white-border th,
  .p-table td,
  .p-table--white-border td {
    font-size: 0.875rem;
  }
}

.p-table--white-border th,
.p-table--white-border td {
  border: 1px solid #fff;
}
.p-table--white-border tbody {
  border-bottom: 3px solid #fff;
}
.p-table--white-border tbody:last-child {
  border-bottom: none;
}

.p-indent-text {
  padding-left: 1.35em;
  text-indent: -1.35em;
}

.p-indent-text--2 {
  padding-left: 2.35em;
  text-indent: -2.35em;
}

.p-indent-text--3 {
  padding-left: 3.35em;
  text-indent: -3.35em;
}

.p-indent-text--4 {
  padding-left: 4.35em;
  text-indent: -4.35em;
}

.p-indent-text--5 {
  padding-left: 5.35em;
  text-indent: -5.35em;
}

.p-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
}
@media screen and (max-width: 700px) {
  .p-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}
.p-flex__cont {
  width: 50%;
}
@media screen and (max-width: 700px) {
  .p-flex__cont {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .p-flex__cont-center {
    text-align: center;
  }
}
.p-flex__item {
  width: calc((100% - 20px) / 3);
}
@media screen and (max-width: 700px) {
  .p-flex__item {
    width: 100%;
  }
}
.p-flex--wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.p-flex--small {
  gap: 30px;
}
@media screen and (max-width: 700px) {
  .p-flex--small {
    gap: 5px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-flex--small .p-flex__cont {
  width: min(210px, 100%);
}
@media screen and (max-width: 700px) {
  .p-flex--small .p-flex__cont {
    width: 50%;
  }
}
.p-flex--small .p-flex__cont--big {
  width: calc(100% - 210px - 30px);
}
@media screen and (max-width: 700px) {
  .p-flex--small .p-flex__cont--big {
    width: 100%;
  }
}

.p-form {
  margin: 0 0 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-form-list {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}
.p-form-list .p-form-list__item {
  margin: 0 0 20px;
}
.p-form-list .p-form-list__label {
  margin: 0 0 10px;
  padding: 0 10px;
  color: #003380;
  font-weight: bold;
  font-size: 1.1667rem;
}
.p-form-list .p-form-list__input {
  margin: 0;
  padding: 17px 20px;
  background: #e4edfc;
}
.p-form-list .p-form-list__input .mwform-radio-field {
  display: inline-block;
}
.p-form-list .p-form-list__input .mwform-radio-field.horizontal-item {
  margin-right: 15px;
  margin-left: 0;
}
.p-form-list .p-form-list__input .p-input-box, .p-form-list .p-form-list__input .p-input-box--2, .p-form-list .p-form-list__input .p-input-box--1 {
  width: 100%;
  margin: 3px 0;
  padding: 3px 5px;
  font-size: 1.3333rem;
  border: 1px solid #E2E2E2;
  border-radius: 0;
}
.p-form-list .p-form-list__input .p-input-box--2 {
  width: 4em;
}
.p-form-list .p-form-list__input .p-select-box {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 3px 0;
  padding: 3px 25px 3px 5px;
  color: inherit;
  font-size: 1.3333rem;
  background: #fff url(/wordpress/wp-content/themes/main/images/icons/icon_arrow_form_select_01.svg) no-repeat right 5px top 50%;
  border: 1px solid #E2E2E2;
  border-radius: 0;
}
@media print, screen and (min-width: 701px) {
  .p-form-list {
    margin-bottom: 50px;
  }
  .p-form-list .p-form-list__label {
    font-size: 1rem;
    padding-right: 20px;
    padding-left: 20px;
  }
  .p-form-list .p-form-list__input {
    font-size: 0.875rem;
  }
  .p-form-list .p-form-list__input .p-input-box, .p-form-list .p-form-list__input .p-input-box--1, .p-form-list .p-form-list__input .p-input-box--2 {
    font-size: 1rem;
    padding: 7px 10px;
  }
  .p-form-list .p-form-list__input .p-input-box--1 {
    width: 50%;
  }
  .p-form-list .p-form-list__input .p-input-box--2 {
    width: 6em;
  }
  .p-form-list .p-form-list__input .p-select-box {
    font-size: 1rem;
    padding: 7px 25px 7px 10px;
  }
}

.p-form__note {
  margin: 0 0 30px;
  font-size: 1.1667rem;
}
@media print, screen and (min-width: 701px) {
  .p-form__note {
    font-size: 0.875rem;
  }
}

.p-form__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-form-button, .p-form-button--negative {
  width: 100%;
  margin: 0 0 10px;
  padding: 25px 5px;
  color: #fff;
  font-size: 1.3333rem;
  font-weight: bold;
  background: #003380;
  border: none;
  border-radius: 0;
  cursor: pointer;
}
@media print, screen and (min-width: 701px) {
  .p-form-button, .p-form-button--negative {
    max-width: 400px;
    margin: 0 10px;
    font-size: 1.25rem;
    -webkit-transition: opacity 400ms;
    transition: opacity 400ms;
  }
  .p-form-button:hover, .p-form-button--negative:hover {
    opacity: 0.6;
  }
}

.p-form-button--negative {
  padding: 15px 40px;
  background: #999;
  -webkit-box-ordinal-group: 1000;
      -ms-flex-order: 999;
          order: 999;
}
@media print, screen and (min-width: 701px) {
  .p-form-button--negative {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
}

.p-form-request-banner {
  background: -webkit-gradient(linear, left bottom, right top, from(rgb(0, 135, 230)), to(rgb(0, 51, 128)));
  background: linear-gradient(to right top, rgb(0, 135, 230) 0%, rgb(0, 51, 128) 100%);
  font-size: 1.3333rem;
}
.p-form-request-banner a {
  display: block;
  position: relative;
  padding: 35px 30px 35px 5px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  background: url(/wordpress/wp-content/themes/main/images/icons/icon_form_request_01.svg) no-repeat right -20px top 50%;
}
.p-form-request-banner a::before {
  content: "";
  display: inline-block;
  margin: 0 10px 0 0;
  width: 10px;
  height: 11px;
  background: url(/wordpress/wp-content/themes/main/images/icons/icon_arrow_form_request_01.svg) no-repeat;
}
@media print, screen and (min-width: 701px) {
  .p-form-request-banner {
    margin: 0 auto;
    max-width: 400px;
    font-size: 1.25rem;
    -webkit-transition: opacity 400ms;
    transition: opacity 400ms;
  }
  .p-form-request-banner:hover {
    opacity: 0.6;
  }
}

.p-teacher {
  margin: 0;
}
.p-teacher .p-teacher__position {
  margin: 0 0 5px;
  color: #1260D3;
  font-weight: bold;
  font-size: 1.1667rem;
}
@media print, screen and (min-width: 701px) {
  .p-teacher .p-teacher__position {
    font-size: 1rem;
  }
}
.p-teacher .p-teacher__name {
  margin: 0 0 8px;
  padding: 15px 20px;
  color: #003380;
  font-weight: bold;
  font-size: 1.5rem;
  background: #fff;
  border-left: 4px solid;
}
@media print, screen and (min-width: 701px) {
  .p-teacher .p-teacher__name {
    margin: 0 0 15px;
    font-size: 1.25rem;
  }
}
.p-teacher .p-teacher__name-inner {
  display: block;
  margin-top: 0.4em;
  line-height: 1.2;
}
.p-teacher .p-teacher__name-kana {
  font-size: 1rem;
}
@media print, screen and (min-width: 701px) {
  .p-teacher .p-teacher__name-kana {
    font-size: 0.875rem;
  }
}
.p-teacher .p-teacher__name-en {
  font-size: 1.16666667rem;
}
@media print, screen and (min-width: 701px) {
  .p-teacher .p-teacher__name-en {
    font-size: 0.875rem;
  }
}
.p-teacher .p-teacher__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 0;
}
@media print, screen and (min-width: 701px) {
  .p-teacher .p-teacher__meta {
    font-size: 0.875rem;
  }
}
.p-teacher .p-teacher__meta-term {
  margin: 0 15px 18px 0;
  padding: 2px 10px;
  color: #003380;
  font-weight: bold;
  white-space: nowrap;
  background: #fff;
  border: 1px solid;
}
@media print, screen and (min-width: 701px) {
  .p-teacher .p-teacher__meta-term {
    margin: 0 15px 22px 0;
  }
}
.p-teacher .p-teacher__meta-desc {
  margin: 0 0 7px;
}
@media print, screen and (min-width: 701px) {
  .p-teacher .p-teacher__meta-desc {
    margin: 0 0 15px;
  }
}

.p-profile-box {
  margin: 0;
}
.p-profile-box .p-profile-box__label {
  margin: 0 0 10px;
  padding: 10px 17px;
  color: #fff;
  font-weight: bold;
  font-size: 1.1667rem;
  background: #003380;
}
@media print, screen and (min-width: 701px) {
  .p-profile-box .p-profile-box__label {
    font-size: 1rem;
  }
}
.p-profile-box .p-profile-box__body {
  margin: 0 0 5px;
  font-size: 1.1667rem;
}
@media print, screen and (min-width: 701px) {
  .p-profile-box .p-profile-box__body {
    font-size: 1rem;
  }
}

.p-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 1.1667rem;
  border: solid #E2E2E2;
  border-width: 1px 1px 0 1px;
}
@media print, screen and (min-width: 701px) {
  .p-list {
    font-size: 1rem;
  }
}

.p-list__item {
  margin: 0;
  padding: 15px 18px;
  border-bottom: 1px solid #E2E2E2;
}
.p-list__item:nth-child(even) {
  background: #F8F8F8;
}

.p-bullet-list {
  margin-top: 0;
  font-size: 1.16666667rem;
}
@media print, screen and (min-width: 701px) {
  .p-bullet-list {
    font-size: 1rem;
  }
}

.p-bullet-list__item {
  margin: 0 0 5px;
}
.p-bullet-list__item::marker {
  font-size: 1.2em;
  color: #003380;
}

.p-ordered-list {
  counter-reset: num;
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
  border: solid #E2E2E2;
  border-width: 1px 1px 0 1px;
}
@media print, screen and (min-width: 701px) {
  .p-ordered-list {
    margin-bottom: 40px;
  }
}

.p-ordered-list__item {
  position: relative;
  margin: 0;
  padding: 15px 25px 15px 65px;
  border-bottom: 1px solid #E2E2E2;
}
.p-ordered-list__item:nth-child(even) {
  background: #F8F8F8;
}
.p-ordered-list__item::before {
  content: counter(num);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  counter-increment: num;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 100%;
  color: #FFF;
  font-weight: bold;
  background: #003380;
  border-right: 1px solid #E2E2E2;
}
.p-ordered-list__item > :first-child {
  margin-top: 0;
}
.p-ordered-list__item > :last-child {
  margin-bottom: 0;
}

.p-link-01, .p-link-01:link {
  font-weight: bold;
  color: #003380;
}
.p-link-01[target=_blank]::after {
  content: "\f35d";
  display: inline-block;
  margin: 0 0 0 15px;
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.p-link-01[href$=".pdf"]::after {
  content: "\f1c1";
  display: inline-block;
  margin: 0 0 0 15px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.p-link-01[href$=".doc"]::after, .p-link-01[href$=".docx"]::after {
  content: "\f1c2";
  display: inline-block;
  margin: 0 0 0 15px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.p-contact-box {
  padding: 20px;
  text-align: center;
  font-size: 1.1667rem;
  line-height: 2;
  background: #efefe5;
}
.p-contact-box p {
  line-height: 2;
}
@media print, screen and (min-width: 701px) {
  .p-contact-box {
    font-size: 1rem;
  }
}

.p-lnav, .p-lnav-multi {
  margin: 0 0 30px;
}
@media print, screen and (min-width: 701px) {
  .p-lnav, .p-lnav-multi {
    margin-bottom: 50px;
  }
}

.p-lnav__list, .p-lnav-multi__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.16666667rem;
  font-weight: bold;
  line-height: 1.42;
}
@media print, screen and (min-width: 701px) {
  .p-lnav__list, .p-lnav-multi__list {
    font-size: 1.0625rem;
  }
}

.p-lnav__item, .p-lnav-multi__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 49%;
          flex: 0 1 49%;
  margin: 0 0 2%;
  color: #003380;
}
.p-lnav__item a, .p-lnav-multi__item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 10px 36px;
  background: #e4edfc;
  color: inherit;
  text-align: center;
  text-decoration: none;
}
.p-lnav__item a::after, .p-lnav-multi__item a::after {
  display: inline-block;
  width: 6px;
  height: 6px;
  vertical-align: middle;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  content: "";
  position: absolute;
  bottom: 14px;
  left: 50%;
  margin: 0 0 0 -3px;
  color: #0087E6;
}
@media print, screen and (min-width: 701px) {
  .p-lnav__item a, .p-lnav-multi__item a {
    padding-bottom: 46px;
    -webkit-transition: background-color 0.4s, color 0.4s;
    transition: background-color 0.4s, color 0.4s;
  }
  .p-lnav__item a::after, .p-lnav-multi__item a::after {
    display: inline-block;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    border-top: 2px solid;
    border-right: 2px solid;
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
    bottom: 20px;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
    margin-left: -6px;
  }
  .p-lnav__item a:hover, .p-lnav-multi__item a:hover {
    color: #fff;
    background: #003380;
  }
  .p-lnav__item a:hover::after, .p-lnav-multi__item a:hover::after {
    color: #fff;
  }
}

.p-lnav-multi__list {
  gap: 5px;
}
@media print, screen and (min-width: 701px) {
  .p-lnav-multi__list {
    gap: 20px;
  }
}

.p-lnav-multi__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-link-card a, .p-link-card--noimage a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 45px 0 0;
  background: #fff;
  border-left: 4px solid #003380;
  color: #003380;
  text-decoration: none;
}
.p-link-card a::after, .p-link-card--noimage a::after {
  display: inline-block;
  width: 9px;
  height: 9px;
  vertical-align: middle;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  content: "";
  position: absolute;
  right: 28px;
  top: 50%;
  display: inline-block;
  margin: -6px 0 0;
  color: #0087E6;
}
@media print, screen and (min-width: 701px) {
  .p-link-card a, .p-link-card--noimage a {
    -webkit-transition: background-color 0.4s, color 0.4s;
    transition: background-color 0.4s, color 0.4s;
  }
  .p-link-card a::after, .p-link-card--noimage a::after {
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
  }
  .p-link-card a:hover, .p-link-card--noimage a:hover {
    background: #003380;
    color: #fff;
  }
  .p-link-card a:hover::after, .p-link-card--noimage a:hover::after {
    color: #fff;
  }
}

.p-link-card--noimage a {
  min-height: 110px;
}
@media print, screen and (min-width: 701px) {
  .p-link-card--noimage a {
    min-height: 137px;
  }
}

.p-link-card .p-link-card__image, .p-link-card--noimage .p-link-card__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 96px;
          flex: 0 1 96px;
  margin: 0;
}
.p-link-card .p-link-card__image img, .p-link-card--noimage .p-link-card__image img {
  width: 100%;
}
@media print, screen and (min-width: 701px) {
  .p-link-card .p-link-card__image, .p-link-card--noimage .p-link-card__image {
    -ms-flex-preferred-size: 110px;
        flex-basis: 110px;
  }
}

.p-link-card__desc {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(100% - 96px);
          flex: 0 1 calc(100% - 96px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 0 15px 15px;
}
.p-link-card--noimage .p-link-card__desc {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding-left: 25px;
}
@media print, screen and (min-width: 701px) {
  .p-link-card__desc {
    -ms-flex-preferred-size: calc(100% - 110px);
        flex-basis: calc(100% - 110px);
    padding-left: 20px;
  }
}

.p-link-card .p-link-card__name, .p-link-card--noimage .p-link-card__name {
  margin: 0;
  font-size: 1.33333333rem;
  font-weight: bold;
}
@media print, screen and (min-width: 701px) {
  .p-link-card .p-link-card__name, .p-link-card--noimage .p-link-card__name {
    font-size: 1.25rem;
  }
}

.p-link-card .p-link-card__name-en, .p-link-card--noimage .p-link-card__name-en {
  margin: 12px 0 0;
  font-weight: bold;
}
@media print, screen and (min-width: 701px) {
  .p-link-card .p-link-card__name-en, .p-link-card--noimage .p-link-card__name-en {
    margin-top: 15px;
    font-size: 0.875rem;
  }
}

.p-link-card .p-link-card__title, .p-link-card--noimage .p-link-card__title {
  margin: 0;
  font-size: 1.5rem;
  font-weight: bold;
}
@media print, screen and (min-width: 701px) {
  .p-link-card .p-link-card__title, .p-link-card--noimage .p-link-card__title {
    font-size: 1.25rem;
  }
}

.p-link-card .p-link-card__sub-title, .p-link-card--noimage .p-link-card__sub-title {
  margin: 12px 0 0;
  font-size: 1.16666667rem;
  font-weight: bold;
}
@media print, screen and (min-width: 701px) {
  .p-link-card .p-link-card__sub-title, .p-link-card--noimage .p-link-card__sub-title {
    margin-top: 15px;
    font-size: 0.875rem;
  }
}

.p-index-title-wrapper {
  position: relative;
  margin: 30px 15px 0;
  z-index: 12;
}
@media print, screen and (min-width: 701px) {
  .p-index-title-wrapper {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 50px 0 0;
  }
}

.p-index-title {
  display: inline-block;
  padding: 0.3em 1em;
  border: 3px solid #1260D3;
  background: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  color: #000;
}
@media print, screen and (min-width: 701px) {
  .p-index-title {
    position: relative;
    left: 17%;
    border-width: 6px;
    font-size: 2.25rem;
  }
}

.p-archive-title {
  margin: 0 0 10px;
  color: #0087E6;
  font-size: 2rem;
  border-bottom: 2px solid #0087E6;
}
@media print, screen and (min-width: 701px) {
  .p-archive-title {
    margin: 0 0 40px;
  }
}

.p-topics-list {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  font-size: 1.16667rem;
}
@media print, screen and (min-width: 701px) {
  .p-topics-list {
    margin: 0 0 50px;
    font-size: 1rem;
  }
}

.p-topics-list__item {
  border-bottom: 1px solid #A5A9AC;
  height: auto;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 400ms;
  transition: opacity 400ms;
}
.p-topics-list__item.is-hidden {
  height: 0;
  opacity: 0;
  visibility: hidden;
  border: none;
}
.p-topics-list__item a {
  display: block;
  padding: 20px 0;
  color: inherit;
  text-decoration: none;
  background: #ffffff;
}
@media print, screen and (min-width: 701px) {
  .p-topics-list__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 15px;
    -webkit-transition: background-color 400ms;
    transition: background-color 400ms;
  }
  .p-topics-list__item a:hover {
    background: #F0F3F5;
  }
}

.p-topics-list__date {
  margin: 0;
}
@media print, screen and (min-width: 701px) {
  .p-topics-list__date {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 8em;
            flex: 0 1 8em;
  }
}

.p-topics-list__title {
  margin: 0;
}
@media print, screen and (min-width: 701px) {
  .p-topics-list__title {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% - 8em);
            flex: 0 1 calc(100% - 8em);
  }
}

.p-topics-list__button, .p-topics-list__more-button {
  display: block;
  width: 100%;
  padding: 20px 0;
  color: #1260d3;
  font-size: 1.16667rem;
  font-weight: bold;
  text-decoration: none;
  background: #ffffff;
  border: 1px solid #1260d3;
  cursor: pointer;
  -webkit-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
.p-topics-list__button:link, .p-topics-list__more-button:link, .p-topics-list__button:visited, .p-topics-list__more-button:visited {
  color: #1260d3;
}
.p-topics-list__button:hover, .p-topics-list__more-button:hover {
  color: #ffffff;
  background: #1260d3;
}
.p-topics-list__button::after, .p-topics-list__more-button::after {
  content: "";
  display: inline-block;
  margin: -2px 0 0 16px;
  display: inline-block;
  width: 5px;
  height: 5px;
  vertical-align: middle;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media print, screen and (min-width: 701px) {
  .p-topics-list__button, .p-topics-list__more-button {
    display: inline-block;
    width: auto;
    padding: 20px 100px;
    font-size: 0.875rem;
  }
}

.p-topics-list__more-button::after {
  display: inline-block;
  width: 5px;
  height: 5px;
  vertical-align: middle;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

@media print, screen and (min-width: 701px) {
  .p-category-index-body {
    max-width: 770px;
    margin: 0 auto;
  }
}

.p-category-index-menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-category-index-menu__list > .menu-item {
  margin: 0 0 10px;
  line-height: 1.3;
  z-index: 1;
}
.p-category-index-menu__list > .menu-item > a {
  display: block;
  position: relative;
  padding: 20px 40px 20px 15px;
  color: #000000;
  font-size: 1.33333rem;
  font-weight: bold;
  text-decoration: none;
  background: #ffffff;
  border: solid #1260D3;
  border-width: 1px 1px 4px;
  cursor: pointer;
  z-index: 2;
}
.p-category-index-menu__list > .menu-item > a::after {
  display: inline-block;
  width: 7px;
  height: 7px;
  vertical-align: middle;
  border-top: 3px solid;
  border-right: 3px solid;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
  color: #1260D3;
}
.p-category-index-menu__list > .menu-item-has-children > a {
  -webkit-transition: color 400ms;
  transition: color 400ms;
  -webkit-transition: background-color 400ms, color 400ms;
  transition: background-color 400ms, color 400ms;
}
.p-category-index-menu__list > .menu-item-has-children > a::before,
.p-category-index-menu__list > .menu-item-has-children > a::after {
  content: "";
  position: absolute;
  right: 17px;
  top: calc(50% - 1px);
  display: inline-block;
  width: 12px;
  height: 2px;
  background: #1260D3;
  border: none;
  -webkit-transition: background-color 400ms, opacity 400ms, -webkit-transform 400ms;
  transition: background-color 400ms, opacity 400ms, -webkit-transform 400ms;
  transition: background-color 400ms, opacity 400ms, transform 400ms;
  transition: background-color 400ms, opacity 400ms, transform 400ms, -webkit-transform 400ms;
}
.p-category-index-menu__list > .menu-item-has-children > a::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.p-category-index-menu__list > .menu-item-has-children > a:hover {
  color: #ffffff;
  background: #1260D3;
}
.p-category-index-menu__list > .menu-item-has-children > a:hover::before,
.p-category-index-menu__list > .menu-item-has-children > a:hover::after {
  background: #fff;
}
.p-category-index-menu__list > .menu-item.is-opened > a {
  color: #ffffff;
  background: #1260D3;
}
.p-category-index-menu__list > .menu-item.is-opened > a::before,
.p-category-index-menu__list > .menu-item.is-opened > a::after {
  background: #fff;
}
.p-category-index-menu__list > .menu-item.is-opened > a::before {
  opacity: 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.p-category-index-menu__list > .menu-item.is-opened > a::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.p-category-index-menu__list > .menu-item.is-opened > .sub-menu {
  display: block;
  height: auto;
  top: 0;
  border: solid #1260D3;
  border-width: 0 2px 2px;
}
.p-category-index-menu__list .sub-menu {
  position: relative;
  height: 0;
  top: -20px;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #ffffff;
  z-index: 1;
  -webkit-transition: top 400ms;
  transition: top 400ms;
}
.p-category-index-menu__list .sub-menu > .menu-item {
  line-height: 1.3;
  border-top: 2px solid #F0F3F5;
}
.p-category-index-menu__list .sub-menu > .menu-item > a {
  display: block;
  position: relative;
  padding: 15px 40px 15px 15px;
  color: #1260D3;
  font-size: 1.16667rem;
  font-weight: bold;
  text-decoration: none;
  background: #ffffff;
  z-index: 3;
}
.p-category-index-menu__list .sub-menu > .menu-item > a::after {
  display: inline-block;
  width: 7px;
  height: 7px;
  vertical-align: middle;
  border-top: 3px solid;
  border-right: 3px solid;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
  color: #1260D3;
}
.p-category-index-menu__list .sub-menu > .menu-item > a[href$=".pdf"]::after {
  content: "\f1c1";
  top: calc(50% - 13px);
  right: 16px;
  width: auto;
  height: auto;
  font-size: 1.6667rem;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  border: none;
}
.p-category-index-menu__list .sub-menu > .menu-item-has-children > a {
  -webkit-transition: color 400ms;
  transition: color 400ms;
  -webkit-transition: background-color 400ms, color 400ms;
  transition: background-color 400ms, color 400ms;
}
.p-category-index-menu__list .sub-menu > .menu-item-has-children > a::before,
.p-category-index-menu__list .sub-menu > .menu-item-has-children > a::after {
  content: "";
  position: absolute;
  right: 17px;
  top: calc(50% - 1px);
  display: inline-block;
  width: 12px;
  height: 2px;
  background: #1260D3;
  border: none;
  -webkit-transition: background-color 400ms, opacity 400ms, -webkit-transform 400ms;
  transition: background-color 400ms, opacity 400ms, -webkit-transform 400ms;
  transition: background-color 400ms, opacity 400ms, transform 400ms;
  transition: background-color 400ms, opacity 400ms, transform 400ms, -webkit-transform 400ms;
}
.p-category-index-menu__list .sub-menu > .menu-item-has-children > a::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.p-category-index-menu__list .sub-menu > .menu-item.is-opened > a {
  color: #ffffff;
  background: #0F499F;
}
.p-category-index-menu__list .sub-menu > .menu-item.is-opened > a::before,
.p-category-index-menu__list .sub-menu > .menu-item.is-opened > a::after {
  background: #fff;
}
.p-category-index-menu__list .sub-menu > .menu-item.is-opened > a::before {
  opacity: 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.p-category-index-menu__list .sub-menu > .menu-item.is-opened > a::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.p-category-index-menu__list .sub-menu > .menu-item.is-opened > .sub-menu {
  display: block;
  height: auto;
  top: 0;
}
.p-category-index-menu__list .sub-menu .sub-menu {
  background: #f0f3f5;
  z-index: 1;
}
.p-category-index-menu__list .sub-menu .sub-menu > .menu-item {
  border-top: 2px solid #fff;
}
.p-category-index-menu__list .sub-menu .sub-menu > .menu-item > a {
  padding: 12px 40px 12px 30px;
  color: #1260D3;
  font-weight: bold;
  text-decoration: none;
  background: #f0f3f5;
}
@media print, screen and (min-width: 701px) {
  .p-category-index-menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-category-index-menu__list > .menu-item {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 48.5%;
            flex: 0 1 48.5%;
    margin: 0 0 15px;
  }
  .p-category-index-menu__list > .menu-item > a {
    font-size: 1rem;
    padding: 30px 40px 30px 30px;
  }
  .p-category-index-menu__list > .menu-item:not(.menu-item-has-children) > a {
    -webkit-transition: color 400ms, background-color 400ms;
    transition: color 400ms, background-color 400ms;
  }
  .p-category-index-menu__list > .menu-item:not(.menu-item-has-children) > a::after {
    -webkit-transition: color 400ms, right 400ms;
    transition: color 400ms, right 400ms;
  }
  .p-category-index-menu__list > .menu-item:not(.menu-item-has-children) > a:hover {
    color: #ffffff;
    background: #1260D3;
  }
  .p-category-index-menu__list > .menu-item:not(.menu-item-has-children) > a:hover::after {
    color: inherit;
    right: 15px;
  }
  .p-category-index-menu__list > .menu-item.is-opened {
    z-index: 2;
  }
  .p-category-index-menu__list > .menu-item.is-opened > .sub-menu {
    display: block;
    height: auto;
    top: 100%;
  }
  .p-category-index-menu__list .sub-menu {
    position: absolute;
    top: calc(100% - 20px);
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .p-category-index-menu__list .sub-menu > .menu-item {
    position: relative;
  }
  .p-category-index-menu__list .sub-menu > .menu-item > a {
    font-size: 0.875rem;
    padding: 15px 40px 15px 30px;
    -webkit-transition: background-color 400ms;
    transition: background-color 400ms;
  }
  .p-category-index-menu__list .sub-menu > .menu-item > a:hover {
    background: #F0F3F5;
  }
  .p-category-index-menu__list .sub-menu > .menu-item.is-opened > a {
    background: #0F499F;
  }
  .p-category-index-menu__list .sub-menu > .menu-item.is-opened > .sub-menu {
    height: auto;
    top: 0;
  }
  .p-category-index-menu__list .sub-menu .sub-menu {
    position: relative;
    top: -20px;
  }
}

.p-seminar-list {
  list-style: none;
  margin: 10px 0 20px;
  padding: 0;
}
@media print, screen and (min-width: 701px) {
  .p-seminar-list {
    margin: 20px 0 60px;
  }
}

.p-seminar-list__item {
  border-bottom: 1px solid #A5A9AC;
}
.p-seminar-list__item a {
  display: block;
  padding: 0 0 20px;
  color: inherit;
  text-decoration: none;
  background: #ffffff;
}

.p-seminar-list__event-date {
  position: relative;
  overflow: hidden;
  margin: 0 0 15px;
  padding: 10px 13px 10px 6em;
  color: #ffffff;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  font-size: 1.16667rem;
  background: #1260D3;
}
.p-seminar-list__event-date::before {
  content: "開催日";
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 13px;
  color: #1260D3;
  font-size: 1rem;
  z-index: 1;
}
.p-seminar-list__event-date::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 200px);
  left: -2px;
  height: 400px;
  width: 5.8em;
  font-size: 1rem;
  background: -webkit-gradient(linear, right top, left bottom, color-stop(49.9%, rgba(255, 255, 255, 0)), color-stop(50.1%, #fff)) no-repeat top left/100% 50.2%, -webkit-gradient(linear, right bottom, left top, color-stop(49.9%, rgba(255, 255, 255, 0)), color-stop(50.1%, #fff)) no-repeat bottom right/100% 50.2%;
  background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 49.9%, #fff 50.1%) no-repeat top left/100% 50.2%, linear-gradient(to top left, rgba(255, 255, 255, 0) 49.9%, #fff 50.1%) no-repeat bottom right/100% 50.2%;
}
@media print, screen and (min-width: 701px) {
  .p-seminar-list__event-date {
    font-size: 0.875rem;
  }
  .p-seminar-list__event-date::before, .p-seminar-list__event-date::after {
    font-size: 0.75rem;
  }
}

.p-seminar-list__title {
  margin: 0 0 10px 4em;
  font-size: 1.33333rem;
  font-weight: bold;
}
@media print, screen and (min-width: 701px) {
  .p-seminar-list__title {
    margin-bottom: 2px;
    font-size: 1rem;
  }
}

.p-seminar-list__date {
  margin: 0 0 0 4em;
  color: #959ea7;
  font-size: 1.33333rem;
  font-family: "Roboto", sans-serif;
}
@media print, screen and (min-width: 701px) {
  .p-seminar-list__date {
    font-size: 1rem;
  }
}

.p-sitemap-menu__label {
  margin: 0 0 10px;
  color: #0087E6;
  font-size: 1.5rem;
  font-weight: bold;
  border-bottom: 4px solid #0087E6;
}
.p-sitemap-menu__label a {
  color: #1260D3;
  text-decoration: none;
}
@media print, screen and (min-width: 701px) {
  .p-sitemap-menu__label {
    margin: 0 0 30px;
  }
}

.p-sitemp-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  border-bottom: 2px solid #F0F3F5;
}
.p-sitemp-menu__list > .menu-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
  margin: 0 0 20px;
}
.p-sitemp-menu__list > .menu-item:nth-child(even) {
  margin-left: 4%;
}
.p-sitemp-menu__list > .menu-item > a {
  display: block;
  position: relative;
  padding: 0 0 0 15px;
  color: #1260d3;
  font-weight: bold;
  text-decoration: none;
}
.p-sitemp-menu__list > .menu-item > a:not([href]) {
  color: #000000;
}
.p-sitemp-menu__list > .menu-item > a::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(0.7em - 4px);
  left: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 8px solid #0087E6;
}
.p-sitemp-menu__list .sub-menu {
  list-style: none;
  margin: 5px 0 0;
  padding: 0;
}
.p-sitemp-menu__list .sub-menu > .menu-item {
  margin: 0 0 5px;
}
.p-sitemp-menu__list .sub-menu > .menu-item > a {
  display: block;
  position: relative;
  padding: 0 0 0 15px;
  color: #1260d3;
  text-decoration: none;
}
.p-sitemp-menu__list .sub-menu > .menu-item > a:not([href]) {
  color: #000000;
}
.p-sitemp-menu__list .sub-menu > .menu-item > a::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(0.8em - 2.5px);
  left: 0;
  width: 5px;
  height: 5px;
  background: #c7c7c7;
}
.p-sitemp-menu__list .sub-menu .sub-menu {
  margin-left: 20px;
}
@media print, screen and (min-width: 701px) {
  .p-sitemp-menu__list {
    margin: 0 0 30px;
  }
  .p-sitemp-menu__list > .menu-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 23.5%;
            flex: 0 1 23.5%;
    margin: 0 0 30px 2%;
  }
  .p-sitemp-menu__list > .menu-item:nth-child(even) {
    margin-left: 2%;
  }
  .p-sitemp-menu__list > .menu-item:nth-child(4n+1) {
    margin-left: 0;
  }
  .p-sitemp-menu__list > .menu-item > a {
    font-size: 1.125rem;
  }
  .p-sitemp-menu__list .sub-menu {
    margin: 10px 0 0;
    font-size: 0.875rem;
  }
  .p-sitemp-menu__list .sub-menu > .menu-item {
    margin: 0 0 10px;
  }
}

.p-sitemap-menu--others .p-sitemap-menu__label {
  display: none;
}
.p-sitemap-menu--others .p-sitemp-menu__list {
  border: none;
}
.p-sitemap-menu--others .p-sitemp-menu__list > .menu-item {
  margin-bottom: 12px;
}
.p-sitemap-menu--others .p-sitemp-menu__list > .menu-item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 8px;
  font-size: 1rem;
  text-decoration: none;
  border: 3px solid #0087E6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-sitemap-menu--others .p-sitemp-menu__list > .menu-item > a::before {
  content: normal;
}
@media print, screen and (min-width: 701px) {
  .p-sitemap-menu--others .p-sitemp-menu__list > .menu-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 32%;
            flex: 0 1 32%;
  }
  .p-sitemap-menu--others .p-sitemp-menu__list > .menu-item:nth-child(4n+1) {
    margin-left: 2%;
  }
  .p-sitemap-menu--others .p-sitemp-menu__list > .menu-item:nth-child(3n+1) {
    margin-left: 0;
  }
  .p-sitemap-menu--others .p-sitemp-menu__list > .menu-item > a {
    padding: 20px;
    border-width: 4px;
  }
}

.p-search-content .gsc-control-searchbox-only {
  margin: 0 0 30px;
}
.p-search-content .gsc-control-cse {
  padding: 0;
}

.p-footer-button-pagetop {
  display: none;
}
@media print, screen and (min-width: 701px) {
  .p-footer-button-pagetop {
    position: fixed;
    right: 0;
    bottom: 83px;
    display: block;
    margin: 0;
    z-index: 99;
  }
}

.p-official-account {
  padding: 10px 0 0;
  border-top: 10px solid #1260D3;
  border-bottom: 10px solid #1260D3;
}
@media print, screen and (min-width: 701px) {
  .p-official-account {
    padding: 15px 0;
  }
}

@media print, screen and (min-width: 701px) {
  .p-official-account__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-official-account__heading {
  margin: 0 0 10px;
  color: #0087E6;
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
@media print, screen and (min-width: 701px) {
  .p-official-account__heading {
    font-size: 1.625rem;
    margin: 0 50px 0 0;
  }
}

.p-official-account__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-official-account__item, .p-official-account__item--instagram, .p-official-account__item--youtube, .p-official-account__item--line, .p-official-account__item--facebook {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  margin: 0 0 18px;
  font-size: 1.16667rem;
}
.p-official-account__item::after, .p-official-account__item--instagram::after, .p-official-account__item--youtube::after, .p-official-account__item--line::after, .p-official-account__item--facebook::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #959EA7;
}
.p-official-account__item:nth-child(2n)::after, .p-official-account__item--instagram:nth-child(2n)::after, .p-official-account__item--youtube:nth-child(2n)::after, .p-official-account__item--line:nth-child(2n)::after, .p-official-account__item--facebook:nth-child(2n)::after {
  content: normal;
}
.p-official-account__item a, .p-official-account__item--instagram a, .p-official-account__item--youtube a, .p-official-account__item--line a, .p-official-account__item--facebook a {
  display: block;
  margin: 0 20px;
  color: inherit;
  text-decoration: none;
}
.p-official-account__item a::before, .p-official-account__item--instagram a::before, .p-official-account__item--youtube a::before, .p-official-account__item--line a::before, .p-official-account__item--facebook a::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 0 10px 0 0;
  vertical-align: middle;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 701px) {
  .p-official-account__item, .p-official-account__item--instagram, .p-official-account__item--youtube, .p-official-account__item--line, .p-official-account__item--facebook {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin: 0;
    font-size: 0.875rem;
  }
  .p-official-account__item:first-child::before, .p-official-account__item--instagram:first-child::before, .p-official-account__item--youtube:first-child::before, .p-official-account__item--line:first-child::before, .p-official-account__item--facebook:first-child::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: #959EA7;
  }
  .p-official-account__item:nth-child(2n)::after, .p-official-account__item--instagram:nth-child(2n)::after, .p-official-account__item--youtube:nth-child(2n)::after, .p-official-account__item--line:nth-child(2n)::after, .p-official-account__item--facebook:nth-child(2n)::after {
    content: "";
  }
  .p-official-account__item a, .p-official-account__item--instagram a, .p-official-account__item--youtube a, .p-official-account__item--line a, .p-official-account__item--facebook a {
    margin: 0 40px;
  }
  .p-official-account__item a:hover, .p-official-account__item--instagram a:hover, .p-official-account__item--youtube a:hover, .p-official-account__item--line a:hover, .p-official-account__item--facebook a:hover {
    text-decoration: underline;
  }
}

.p-official-account__item--facebook a::before {
  background-image: url("/wordpress/wp-content/themes/main/images/top/icon_official_account_facebook_01.png");
  background-size: 32px auto;
}

.p-official-account__item--line a::before {
  background-image: url("/wordpress/wp-content/themes/main/images/top/icon_official_account_line_01.png");
  background-size: 31px auto;
}

.p-official-account__item--youtube a::before {
  background-image: url("/wordpress/wp-content/themes/main/images/top/icon_official_account_youtube_01.png");
  background-size: 32px auto;
}

.p-official-account__item--instagram a::before {
  background-image: url("/wordpress/wp-content/themes/main/images/top/icon_official_account_instagram_01.png");
  background-size: 32px auto;
}

.p-footer-button {
  padding: 20px 5px;
}
@media print, screen and (min-width: 701px) {
  .p-footer-button {
    padding: 20px 0;
  }
}

.p-footer-button__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0 0 0 -4%;
  padding: 0;
}
@media print, screen and (min-width: 701px) {
  .p-footer-button__list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0 0 0 -2%;
    font-size: 0.875rem;
    font-weight: bold;
  }
}

.p-footer-button__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 46%;
          flex: 0 0 46%;
  position: relative;
  margin: 0 0 4% 4%;
  color: #ffffff;
  text-align: center;
}
.p-footer-button__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 100%;
  min-height: 5em;
  padding: 0 15px;
  color: inherit;
  text-decoration: none;
  background: #0087E6;
}
.p-footer-button__item a::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: calc(100% - 2px - 10px);
  height: calc(100% - 2px - 10px);
  border: 1px solid #fff;
}
@media print, screen and (min-width: 701px) {
  .p-footer-button__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 2%;
    margin-left: 2%;
  }
  .p-footer-button__item a {
    opacity: 1;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .p-footer-button__item a:hover {
    opacity: 0.6;
  }
}

@media print, screen and (min-width: 701px) {
  .p-footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-footer-menu {
  margin: 0 0 30px;
}
@media print, screen and (min-width: 701px) {
  .p-footer-menu {
    margin: 0 0 20px;
  }
}

.p-footer-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media print, screen and (min-width: 701px) {
  .p-footer-menu__list {
    font-size: 0.875rem;
  }
}

.p-footer-menu__item {
  margin: 0 2em 1em 0;
}
.p-footer-menu__item a {
  color: inherit;
  text-decoration: none;
}
@media print, screen and (min-width: 701px) {
  .p-footer-menu__item {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  .p-footer-menu__item a:hover {
    text-decoration: underline;
  }
}

.p-footer-mark {
  margin: 0 0 20px;
  text-align: center;
}
@media print, screen and (min-width: 701px) {
  .p-footer-mark {
    width: 240px;
    font-size: 0.75rem;
    text-align: right;
  }
}

.p-footer-mark__logo {
  margin: 0 20% 10px;
}
@media print, screen and (min-width: 701px) {
  .p-footer-mark__logo {
    margin: 0 0 10px;
  }
}

.p-footer-mark__address {
  font-style: normal;
}

@media print, screen and (min-width: 701px) {
  .p-footer2__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-footer-sticky-menu {
  position: fixed;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  margin: 0;
  padding: 0;
  line-height: 1.3;
  list-style: none;
  z-index: 999;
}
@media print, screen and (min-width: 701px) {
  .p-footer-sticky-menu {
    display: none;
  }
}

.p-footer-sticky-menu__item--pagetop, .p-footer-sticky-menu__item--brochure, .p-footer-sticky-menu__item--sitetop, .p-footer-sticky-menu__item--examination {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

.p-footer-sticky-menu__item--examination {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 26%;
          flex: 0 1 26%;
}

.p-footer-sticky-menu__item--sitetop {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 26%;
          flex: 0 1 26%;
  font-size: 1.08333333rem;
  font-weight: bold;
}
.p-footer-sticky-menu__item--sitetop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid #003380;
  background: #fff;
  color: #003380;
  text-decoration: none;
}

.p-footer-sticky-menu-sitetop-inner {
  display: inline-block;
  text-align: left;
}
.p-footer-sticky-menu-sitetop-inner::after {
  content: "";
  display: inline-block;
  margin: -2px 0 0 5px;
  color: #82CEFD;
  display: inline-block;
  width: 5px;
  height: 5px;
  vertical-align: middle;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-footer-sticky-menu__item--brochure {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 24%;
          flex: 0 1 24%;
  font-size: 1.08333333rem;
  font-weight: bold;
}
.p-footer-sticky-menu__item--brochure a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  background: #0087E6;
  color: #fff;
  text-decoration: none;
}

.p-footer-sticky-menu__item--pagetop {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 24%;
          flex: 0 1 24%;
}

.p-footer2-menu {
  padding: 20px 0;
}

.p-footer2-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1;
}
@media print, screen and (min-width: 701px) {
  .p-footer2-menu__list {
    font-size: 0.75rem;
  }
}

.p-footer2-menu__item {
  margin: 0 3em 12px 0;
  position: relative;
}
.p-footer2-menu__item::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1.6em;
  width: 1px;
  height: 100%;
  background: #fff;
}
.p-footer2-menu__item:last-child::after {
  content: normal;
}
.p-footer2-menu__item a {
  color: inherit;
  text-decoration: none;
}
@media print, screen and (min-width: 701px) {
  .p-footer2-menu__item a:hover {
    text-decoration: underline;
  }
}

.p-copyright {
  margin: 0;
  padding: 0;
  font-size: 0.83333rem;
}
@media print, screen and (min-width: 701px) {
  .p-copyright {
    font-size: 0.625rem;
    padding: 20px 0;
  }
}

.p-button-examination {
  font-size: 1.08333333rem;
  font-weight: bold;
}
.p-button-examination a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid #82CEFD;
  background: #fff;
  color: #003380;
  text-decoration: none;
}
@media print, screen and (min-width: 701px) {
  .p-button-examination {
    font-size: min(1.4vw, 0.875rem);
    white-space: nowrap;
  }
  .p-button-examination a {
    padding: 1em min(1.6vw, 30px);
    border-width: 3px;
    border-radius: 9999px;
    -webkit-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease;
  }
  .p-button-examination a::after {
    margin-left: 12px;
    -webkit-transition: color 0.4s ease;
    transition: color 0.4s ease;
  }
  .p-button-examination a:hover {
    background: #82CEFD;
  }
  .p-button-examination a:hover .p-button-examination__inner::after {
    color: #fff;
  }
}

.p-button-examination__inner {
  display: inline-block;
  text-align: left;
}
.p-button-examination__inner::after {
  content: "";
  display: inline-block;
  margin: -2px 0 0 5px;
  color: #82CEFD;
  display: inline-block;
  width: 5px;
  height: 5px;
  vertical-align: middle;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media print, screen and (min-width: 701px) {
  .p-button-examination__inner::after {
    margin-left: 0.6em;
    -webkit-transition: color 0.4s ease;
    transition: color 0.4s ease;
  }
}

.p-button-pagetop {
  font-weight: bold;
}
.p-button-pagetop a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 28px 0 0;
  background: #003380;
  border-left: 1px solid #fff;
  color: #fff;
  text-decoration: none;
}
.p-button-pagetop a::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 12px;
  display: inline-block;
  width: 14px;
  height: 8px;
  margin: 0 0 0 -7px;
  color: #82CEFD;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(49.5%, rgba(255, 255, 255, 0)), color-stop(50.5%, #fff)) no-repeat top left/50.2% 100%, -webkit-gradient(linear, right top, left bottom, color-stop(49.5%, rgba(255, 255, 255, 0)), color-stop(50.5%, #fff)) no-repeat top right/50.2% 100%;
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 49.5%, #fff 50.5%) no-repeat top left/50.2% 100%, linear-gradient(to bottom left, rgba(255, 255, 255, 0) 49.5%, #fff 50.5%) no-repeat top right/50.2% 100%;
}
@media print, screen and (min-width: 701px) {
  .p-button-pagetop {
    font-size: 0.75rem;
  }
  .p-button-pagetop a {
    padding: 23px 12px 12px;
    border-left: none;
  }
}

.p-media-queries {
  display: none;
  font-family: "sp";
}
@media print, screen and (min-width: 701px) {
  .p-media-queries {
    font-family: "pc";
  }
}

/* 202210追加 */
.p-catch-new {
  display: inline-block;
  padding: 2px 8px 0px;
  background-color: #ffbd27;
  color: #000;
  font-weight: 600;
  text-align: center;
  font-size: 0.8rem;
}

/* ここまで */
/* ======================================== */
/* 画面幅による表示切替 */
/* ======================================== */
@media print, screen and (min-width: 701px) {
  .u-sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 700px) {
  .u-pc-only {
    display: none !important;
  }
}

@media screen and (max-width: 399px) {
  .u-mq-up-sm-only {
    display: none !important;
  }
}

@media screen and (max-width: 700px) {
  .u-mq-up-md-only {
    display: none !important;
  }
}

@media print, screen and (max-width: 1139px) {
  .u-mq-up-lg-only {
    display: none !important;
  }
}

@media print, screen and (max-width: 1419px) {
  .u-mq-up-xl-only {
    display: none !important;
  }
}

@media screen and (min-width: 400px) {
  .u-mq-down-sm-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 701px) {
  .u-mq-down-md-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 1140px) {
  .u-mq-down-lg-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 1420px) {
  .u-mq-down-xl-only {
    display: none !important;
  }
}

/* ======================================== */
/* 文字サイズユーティリティ */
/* ======================================== */
.u-text-smallerex {
  font-size: 0.625em !important;
}

@media screen and (max-width: 700px) {
  .u-sp-text-smallerex {
    font-size: 0.625em !important;
  }
}
@media print, screen and (min-width: 701px) {
  .u-pc-text-smallerex {
    font-size: 0.625em !important;
  }
}
.u-text-smaller {
  font-size: 0.75em !important;
}

@media screen and (max-width: 700px) {
  .u-sp-text-smaller {
    font-size: 0.75em !important;
  }
}
@media print, screen and (min-width: 701px) {
  .u-pc-text-smaller {
    font-size: 0.75em !important;
  }
}
.u-text-small {
  font-size: 0.875em !important;
}

@media screen and (max-width: 700px) {
  .u-sp-text-small {
    font-size: 0.875em !important;
  }
}
@media print, screen and (min-width: 701px) {
  .u-pc-text-small {
    font-size: 0.875em !important;
  }
}
.u-text-large {
  font-size: 1.125em !important;
}

@media screen and (max-width: 700px) {
  .u-sp-text-large {
    font-size: 1.125em !important;
  }
}
@media print, screen and (min-width: 701px) {
  .u-pc-text-large {
    font-size: 1.125em !important;
  }
}
.u-text-larger {
  font-size: 1.3125em !important;
}

@media screen and (max-width: 700px) {
  .u-sp-text-larger {
    font-size: 1.3125em !important;
  }
}
@media print, screen and (min-width: 701px) {
  .u-pc-text-larger {
    font-size: 1.3125em !important;
  }
}
.u-text-largerex {
  font-size: 1.5em !important;
}

@media screen and (max-width: 700px) {
  .u-sp-text-largerex {
    font-size: 1.5em !important;
  }
}
@media print, screen and (min-width: 701px) {
  .u-pc-text-largerex {
    font-size: 1.5em !important;
  }
}
.u-text-weight-normal {
  font-weight: normal !important;
}

.u-text-weight-bold {
  font-weight: bold !important;
}

.u-text-underline {
  text-decoration: underline !important;
}

.u-text-red {
  color: #f00 !important;
}

.u-text-gray {
  color: #999 !important;
}

.u-text-normal-color {
  color: #000 !important;
}

.u-text-sub-theme2-color {
  color: #003380 !important;
}

/* ======================================== */
/* マージン */
/* ======================================== */
.u-mt--30 {
  margin-top: -30px !important;
}

.u-mr--30 {
  margin-right: -30px !important;
}

.u-mb--30 {
  margin-bottom: -30px !important;
}

.u-ml--30 {
  margin-left: -30px !important;
}

.u-mt--20 {
  margin-top: -20px !important;
}

.u-mr--20 {
  margin-right: -20px !important;
}

.u-mb--20 {
  margin-bottom: -20px !important;
}

.u-ml--20 {
  margin-left: -20px !important;
}

.u-mt--10 {
  margin-top: -10px !important;
}

.u-mr--10 {
  margin-right: -10px !important;
}

.u-mb--10 {
  margin-bottom: -10px !important;
}

.u-ml--10 {
  margin-left: -10px !important;
}

.u-mt-0 {
  margin-top: 0px !important;
}

.u-mr-0 {
  margin-right: 0px !important;
}

.u-mb-0 {
  margin-bottom: 0px !important;
}

.u-ml-0 {
  margin-left: 0px !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-mr-10 {
  margin-right: 10px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-ml-10 {
  margin-left: 10px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mr-20 {
  margin-right: 20px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-ml-20 {
  margin-left: 20px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-mr-30 {
  margin-right: 30px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-ml-30 {
  margin-left: 30px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mr-40 {
  margin-right: 40px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-ml-40 {
  margin-left: 40px !important;
}

.u-mt-50 {
  margin-top: 50px !important;
}

.u-mr-50 {
  margin-right: 50px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-ml-50 {
  margin-left: 50px !important;
}

.u-mt-60 {
  margin-top: 60px !important;
}

.u-mr-60 {
  margin-right: 60px !important;
}

.u-mb-60 {
  margin-bottom: 60px !important;
}

.u-ml-60 {
  margin-left: 60px !important;
}

.u-mt-70 {
  margin-top: 70px !important;
}

.u-mr-70 {
  margin-right: 70px !important;
}

.u-mb-70 {
  margin-bottom: 70px !important;
}

.u-ml-70 {
  margin-left: 70px !important;
}

.u-mt-80 {
  margin-top: 80px !important;
}

.u-mr-80 {
  margin-right: 80px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

.u-ml-80 {
  margin-left: 80px !important;
}

.u-mt-90 {
  margin-top: 90px !important;
}

.u-mr-90 {
  margin-right: 90px !important;
}

.u-mb-90 {
  margin-bottom: 90px !important;
}

.u-ml-90 {
  margin-left: 90px !important;
}

.u-mt-100 {
  margin-top: 100px !important;
}

.u-mr-100 {
  margin-right: 100px !important;
}

.u-mb-100 {
  margin-bottom: 100px !important;
}

.u-ml-100 {
  margin-left: 100px !important;
}

/* スマホマージン */
@media screen and (max-width: 700px) {
  .u-sp-mt--30 {
    margin-top: -30px !important;
  }
}

@media screen and (max-width: 700px) {
  .u-sp-mr--30 {
    margin-right: -30px !important;
  }
}

@media screen and (max-width: 700px) {
  .u-sp-mb--30 {
    margin-bottom: -30px !important;
  }
}

@media screen and (max-width: 700px) {
  .u-sp-ml--30 {
    margin-left: -30px !important;
  }
}

@media screen and (max-width: 700px) {
  .u-sp-mt--20 {
    margin-top: -20px !important;
  }
}

@media screen and (max-width: 700px) {
  .u-sp-mr--20 {
    margin-right: -20px !important;
  }
}

@media screen and (max-width: 700px) {
  .u-sp-mb--20 {
    margin-bottom: -20px !important;
  }
}

@media screen and (max-width: 700px) {
  .u-sp-ml--20 {
    margin-left: -20px !important;
  }
}

@media screen and (max-width: 700px) {
  .u-sp-mt--10 {
    margin-top: -10px !important;
  }
}

@media screen and (max-width: 700px) {
  .u-sp-mr--10 {
    margin-right: -10px !important;
  }
}

@media screen and (max-width: 700px) {
  .u-sp-mb--10 {
    margin-bottom: -10px !important;
  }
}

@media screen and (max-width: 700px) {
  .u-sp-ml--10 {
    margin-left: -10px !important;
  }
}

@media screen and (max-width: 700px) {
  .u-sp-mt-0 {
    margin-top: 0px !important;
  }
}

@media screen and (max-width: 700px) {
  .u-sp-mr-0 {
    margin-right: 0px !important;
  }
}

@media screen and (max-width: 700px) {
  .u-sp-mb-0 {
    margin-bottom: 0px !important;
  }
}

@media screen and (max-width: 700px) {
  .u-sp-ml-0 {
    margin-left: 0px !important;
  }
}

@media screen and (max-width: 700px) {
  .u-sp-mt-10 {
    margin-top: 10px !important;
  }
}

@media screen and (max-width: 700px) {
  .u-sp-mr-10 {
    margin-right: 10px !important;
  }
}

@media screen and (max-width: 700px) {
  .u-sp-mb-10 {
    margin-bottom: 10px !important;
  }
}

@media screen and (max-width: 700px) {
  .u-sp-ml-10 {
    margin-left: 10px !important;
  }
}

@media screen and (max-width: 700px) {
  .u-sp-mt-20 {
    margin-top: 20px !important;
  }
}

@media screen and (max-width: 700px) {
  .u-sp-mr-20 {
    margin-right: 20px !important;
  }
}

@media screen and (max-width: 700px) {
  .u-sp-mb-20 {
    margin-bottom: 20px !important;
  }
}

@media screen and (max-width: 700px) {
  .u-sp-ml-20 {
    margin-left: 20px !important;
  }
}

@media screen and (max-width: 700px) {
  .u-sp-mt-30 {
    margin-top: 30px !important;
  }
}

@media screen and (max-width: 700px) {
  .u-sp-mr-30 {
    margin-right: 30px !important;
  }
}

@media screen and (max-width: 700px) {
  .u-sp-mb-30 {
    margin-bottom: 30px !important;
  }
}

@media screen and (max-width: 700px) {
  .u-sp-ml-30 {
    margin-left: 30px !important;
  }
}

@media screen and (max-width: 700px) {
  .u-sp-mt-40 {
    margin-top: 40px !important;
  }
}

@media screen and (max-width: 700px) {
  .u-sp-mr-40 {
    margin-right: 40px !important;
  }
}

@media screen and (max-width: 700px) {
  .u-sp-mb-40 {
    margin-bottom: 40px !important;
  }
}

@media screen and (max-width: 700px) {
  .u-sp-ml-40 {
    margin-left: 40px !important;
  }
}

@media screen and (max-width: 700px) {
  .u-sp-mt-50 {
    margin-top: 50px !important;
  }
}

@media screen and (max-width: 700px) {
  .u-sp-mr-50 {
    margin-right: 50px !important;
  }
}

@media screen and (max-width: 700px) {
  .u-sp-mb-50 {
    margin-bottom: 50px !important;
  }
}

@media screen and (max-width: 700px) {
  .u-sp-ml-50 {
    margin-left: 50px !important;
  }
}

@media screen and (max-width: 700px) {
  .u-sp-mt-60 {
    margin-top: 60px !important;
  }
}

@media screen and (max-width: 700px) {
  .u-sp-mr-60 {
    margin-right: 60px !important;
  }
}

@media screen and (max-width: 700px) {
  .u-sp-mb-60 {
    margin-bottom: 60px !important;
  }
}

@media screen and (max-width: 700px) {
  .u-sp-ml-60 {
    margin-left: 60px !important;
  }
}

@media screen and (max-width: 700px) {
  .u-sp-mt-70 {
    margin-top: 70px !important;
  }
}

@media screen and (max-width: 700px) {
  .u-sp-mr-70 {
    margin-right: 70px !important;
  }
}

@media screen and (max-width: 700px) {
  .u-sp-mb-70 {
    margin-bottom: 70px !important;
  }
}

@media screen and (max-width: 700px) {
  .u-sp-ml-70 {
    margin-left: 70px !important;
  }
}

@media screen and (max-width: 700px) {
  .u-sp-mt-80 {
    margin-top: 80px !important;
  }
}

@media screen and (max-width: 700px) {
  .u-sp-mr-80 {
    margin-right: 80px !important;
  }
}

@media screen and (max-width: 700px) {
  .u-sp-mb-80 {
    margin-bottom: 80px !important;
  }
}

@media screen and (max-width: 700px) {
  .u-sp-ml-80 {
    margin-left: 80px !important;
  }
}

@media screen and (max-width: 700px) {
  .u-sp-mt-90 {
    margin-top: 90px !important;
  }
}

@media screen and (max-width: 700px) {
  .u-sp-mr-90 {
    margin-right: 90px !important;
  }
}

@media screen and (max-width: 700px) {
  .u-sp-mb-90 {
    margin-bottom: 90px !important;
  }
}

@media screen and (max-width: 700px) {
  .u-sp-ml-90 {
    margin-left: 90px !important;
  }
}

@media screen and (max-width: 700px) {
  .u-sp-mt-100 {
    margin-top: 100px !important;
  }
}

@media screen and (max-width: 700px) {
  .u-sp-mr-100 {
    margin-right: 100px !important;
  }
}

@media screen and (max-width: 700px) {
  .u-sp-mb-100 {
    margin-bottom: 100px !important;
  }
}

@media screen and (max-width: 700px) {
  .u-sp-ml-100 {
    margin-left: 100px !important;
  }
}

/* ======================================== */
/* フロート */
/* ======================================== */
.u-float-left {
  float: left !important;
  margin-top: 0;
  margin-right: 20px;
  margin-bottom: 0;
}

.u-float-right {
  float: right !important;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20px;
}

.u-clear {
  clear: both !important;
}

.u-clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* ======================================== */
/* align */
/* ======================================== */
.u-align-left {
  text-align: left !important;
}

.u-align-center {
  text-align: center !important;
}

.u-align-right {
  text-align: right !important;
}

.u-valign-top {
  vertical-align: top !important;
}

.u-valign-middle {
  vertical-align: middle !important;
}

.u-valign-bottom {
  vertical-align: bottom !important;
}

/* フルードイメージ*/
.u-fluid-image {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.u-anker {
  position: relative;
  display: block;
  margin-top: -20px;
  padding-top: 20px;
  z-index: -1;
}
@media print, screen and (min-width: 701px) {
  .u-anker {
    margin-top: -160px;
    padding-top: 160px;
  }
}

@media print {
  .l-header2 {
    display: none;
  }
  .p-header-pc-nav {
    display: none;
  }
  .p-header-box {
    position: relative;
  }
  .p-header-menu {
    display: none !important;
  }
  .p-content-header {
    display: none;
  }
  #main_content {
    padding: 0;
  }
  .sidebar {
    display: none;
  }
  .p-content-wrapper .sidebar + #main_column {
    max-width: 100%;
  }
  .p-footer-sticky-menu {
    display: none;
  }
  .l-footer {
    display: none;
  }
  .l-footer2 {
    display: none;
  }
}