@charset "UTF-8";

.c-headline-bd::before {
  background: #162a89;
}

.pages-wrap {
  padding-top: 80px;
  padding-bottom: 80px;
}

.p-richtext p {
  line-height: 2.125;
  margin: 20px 0;
}

.p-richtext p:first-child {
  margin-top: 0;
}

.p-richtext p:last-child {
  margin-bottom: 0;
}

.p-richtext p b {
  font-size: 1.8rem;
}

.p-richtext h2 {
  margin: 50px 0 20px;
}

.p-richtext h2:first-child {
  margin-top: 0;
}

.p-richtext ul {
  margin: 20px 0;
}

.p-richtext ul:first-child {
  margin-top: 0;
}

.p-richtext ul:last-child {
  margin-bottom: 0;
}

.p-richtext .c-flex-list:last-child {
  margin-bottom: -15px;
}

.p-richtext .p-box {
  margin: 20px 0;
}

.p-richtext .p-form {
  max-width: inherit;
}

.p-box {
  background: -webkit-gradient(linear, left top, right top, from(#eff6fd), to(#d2e4f6));
  background: linear-gradient(to right, #eff6fd 0%, #d2e4f6 100%);
  margin: 40px 0 0;
  padding: 20px 30px 25px;
}

.p-box p b {
  font-size: 1.8rem;
}

.p-box a {
  color: #162a89;
  text-decoration: underline;
}

.p-form {
  max-width: 800px;
  margin: 34px auto 0;
}

.p-form > p {
  line-height: 2.25;
}

.p-form > p span {
  margin: 0 7px 0 10px;
}

.p-form dl {
  margin: 0;
}

.p-form dl dt {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.125;
}

.p-form dl dt .p-form__required {
  margin: 0 0 0 13px;
}

.p-form dl dd {
  margin: 0;
}

.p-form input[type=text] {
  width: 100%;
  height: 50px;
  background: #fff;
  font-size: 1.6rem;
  padding: 0 20px;
}

.p-form input[type=radio],
.p-form input[type=checkbox] {
  display: none;
}

.p-form input[type=radio]:checked + span::after,
.p-form input[type=checkbox]:checked + span::after {
  display: block;
}

.p-form input[type=radio] + span,
.p-form input[type=checkbox] + span {
  cursor: pointer;
  padding: 0 0 0 30px;
  position: relative;
}

.p-form input[type=radio] + span::before, .p-form input[type=radio] + span::after,
.p-form input[type=checkbox] + span::before,
.p-form input[type=checkbox] + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
}

.p-form input[type=radio] + span::before,
.p-form input[type=checkbox] + span::before {
  width: 20px;
  height: 20px;
  background: #fff;
  border: solid 1px #ccc;
  left: 0;
}

.p-form input[type=radio] + span::after,
.p-form input[type=checkbox] + span::after {
  display: none;
}

.p-form input[type=radio] + span::before {
  border-radius: 50%;
}

.p-form input[type=radio] + span::after {
  width: 14px;
  height: 14px;
  background: #333;
  border-radius: 50%;
  top: 6px;
  left: 4px;
}

.p-form input[type=checkbox] + span::after {
  width: 12px;
  height: 6px;
  border-left: solid 2px #333;
  border-bottom: solid 2px #333;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 6px;
  left: 4px;
}

.p-form select {
  background: #fff url(/images/icn_arw_bt.png) no-repeat right 20px center;
  background-size: 16px 9px;
  height: 50px;
  width: 220px;
  padding: 0 20px;
  cursor: pointer;
  font-size: 1.6rem;
}

.p-form__required {
  background: #333;
  color: #fff;
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  width: 50px;
  border-radius: 22px;
  line-height: 22px;
  text-align: center;
}

.p-form__head {
  margin: 40px 0 0;
}

.p-form__head dl + dl {
  margin-top: 24px;
}

.p-form__head dl dt {
  margin: 0 0 10px;
}

.p-form__body {
  border-top: solid 2px #979fc1;
  padding-top: 38px;
  margin-top: 50px;
}

.p-form__body > p {
  line-height: 2.25;
  margin: 0 0 22px;
}

.p-form__body dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 30px 0;
  border-top: solid 1px #fff;
}

.p-form__body dl:last-of-type {
  border-bottom: solid 1px #fff;
}

.p-form__body dl dt {
  width: 180px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: -10px;
}

.p-form__body dl dd p {
  font-size: 1.4rem;
  margin: -5px 0 15px;
}

.p-form__list {
  line-height: 1.0;
}

.p-form__list.-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -20px;
}

.p-form__list.-flex li {
  -ms-flex-preferred-size: 232px;
      flex-basis: 232px;
  margin: 0 0 20px;
}

.p-form__list.-flex li:nth-child(3n) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: -25px;
}

.p-form__list.-inline li {
  display: inline-block;
  margin: 0 30px 0 0;
}

.p-form__submit {
  margin: 40px 0 0;
}

.p-form__submit .c-btn {
  width: 300px;
  height: 50px;
}

.p-form__btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
}

.p-form__btn-list li {
  width: 200px;
  margin: 0 10px;
}

.p-form__btn-list li button {
  width: 100%;
  padding: 0;
}

.p-form__btn-list li button.c-btn-bd {
  background: #fff;
  height: 40px;
}

.p-form.-l2 {
  max-width: inherit;
  padding: 30px 30px 20px;
}

.p-form.-l2 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-form.-l2 dl dt {
  width: 180px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-form.-l2 dl dd {
  width: 100%;
}

/* メールマガジン */
.mfp-content {
  max-width: 660px;
  margin: 0 auto;
}

.newsletter-sample {
  margin: 38px -100px 0 0;
}

.newsletter-sample h3 {
  margin: 0 0 14px;
}

.newsletter-sample__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -12.5px;
}

.newsletter-sample__list li {
  margin: 0 12.5px;
  width: 350px;
}

.newsletter-sample__list li a {
  border: solid 1px #ccc;
  display: block;
  padding: 22px 30px 28px;
  position: relative;
}

.newsletter-sample__list li a i {
  border-color: #162a89;
  position: absolute;
  bottom: 12px;
  right: 10px;
}

.newsletter-sample__list li a i::before, .newsletter-sample__list li a i::after {
  background-color: #162a89;
}

.newsletter-sample__modal {
  max-height: 690px;
  background: #fff;
  text-align: center;
  overflow: auto;
  padding: 20px;
  position: static;
}

.newsletter-sample__modal .simplebar-track.simplebar-vertical {
  right: 20px;
}

.newsletter-sample__modal .simplebar-scrollbar:before {
  background: #ccc;
}

.newsletter-sample__modal .mfp-close {
  width: 26px;
  height: 26px;
  font-size: 0;
  padding: 0;
  right: 0;
  top: -41px;
  margin: 0;
  opacity: 1;
}

.newsletter-sample__modal .mfp-close::before, .newsletter-sample__modal .mfp-close::after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.newsletter-sample__modal .mfp-close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.newsletter-form {
  margin: 80px 0 0;
}

.newsletter-form__wrap {
  padding: 75px 0 80px;
  background: -webkit-gradient(linear, left top, right top, from(#eff6fd), to(#d2e4f6));
  background: linear-gradient(to right, #eff6fd 0%, #d2e4f6 100%);
}

.newsletter-form__bottom {
  margin: 30px 0 0;
}

.newsletter-form__bottom .c-btn-bd {
  width: 400px;
  margin: 0 0 0 auto;
  padding: 0;
}

.newsletter-form__bottom .c-btn-bd::after {
  right: 30px;
}

.newsletter-policy {
  margin: 74px 0 0;
}

.newsletter-policy h3 {
  margin: 0 0 13px;
}

.newsletter-policy h3 + p {
  line-height: 2.125;
}

@media only screen and (max-width: 768px) {
  .c-headline-jp span {
    display: block;
    font-size: 1.8rem;
    margin: 5px 0 0;
  }
  .pages-wrap {
    padding: 35px 0 60px;
  }
  .p-richtext p {
    line-height: 1.875;
    margin: 15px 0;
  }
  .p-richtext p b {
    font-size: 1.6rem;
  }
  .p-richtext h2 {
    margin: 38px 0 15px;
  }
  .p-richtext ul {
    margin: 15px 0;
  }
  .p-richtext .p-box {
    margin: 15px 0;
  }
  .p-box {
    margin: 20px 0 0;
    padding: 15px 20px 20px;
  }
  .p-box p {
    font-size: 1.4rem;
    line-height: 1.875;
  }
  .p-box p b {
    font-size: 1.6rem;
  }
  .p-form > p {
    line-height: 1.875;
  }
  .p-form dl dt {
    font-size: 1.4rem;
  }
  .p-form select {
    width: 100%;
  }
  .p-form__required {
    font-size: 1.0rem;
    width: 40px;
    line-height: 20px;
  }
  .p-form__body > p {
    line-height: 1.9;
  }
  .p-form__body dl {
    display: block;
    padding: 15px 0 25px;
  }
  .p-form__body dl dt {
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .p-form__list.-flex li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .p-form__list.-flex li:nth-child(3n) {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 0;
  }
  .p-form__submit .c-btn {
    width: 100%;
  }
  .p-form__btn-list li {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p-form.-l2 {
    padding: 20px 20px 20px;
  }
  .p-form.-l2 dl {
    display: block;
  }
  .p-form.-l2 dl dt {
    width: 100%;
    margin: 0 0 10px;
  }
  .newsletter-sample {
    margin: 20px 0 0;
  }
  .newsletter-sample__list {
    display: block;
    margin: 0;
  }
  .newsletter-sample__list li {
    margin: 0;
    width: 100%;
  }
  .newsletter-sample__list li + li {
    margin: 10px 0 0;
  }
  .newsletter-sample__modal {
    max-height: 400px;
  }
  .newsletter-form {
    margin: 40px 0 0;
  }
  .newsletter-form__wrap {
    padding: 35px 0 40px;
  }
  .newsletter-form__bottom .c-btn-bd {
    width: 100%;
    padding: 0 10px 0 0;
  }
  .newsletter-form__bottom .c-btn-bd::after {
    right: 15px;
  }
  .newsletter-policy {
    margin: 35px 0 0;
  }
  .newsletter-policy h3 + p {
    line-height: 1.9;
  }
}
