


.c-entry-nav {
  background: #ecf5fc;
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}
.c-entry-nav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7222222222;
  letter-spacing: 0.05em;
  color: #000;
}
.c-entry-nav li:nth-child(n+2) {
  margin-left: 9%;
  position: relative;
}
.c-entry-nav li:nth-child(n+2)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -50px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../img/contact/icon_arrow_red.png) no-repeat center center/contain;
  width: 18px;
  aspect-ratio: 1/1;
}
.c-entry-nav li.current {
  color: #0f549c;
}

.u-link {
  color: #0f549c;
  border-bottom: 1px solid #0f549c;
  padding-bottom: 2px;
  &:visited,&:active,&:hover {color: #0f549c;}
} /* u-link */

.entry-form__required {background: #000;}
.entry-form__privacy {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.entry-form__submit {
  margin-top: 30px;

  label.is_send {
    position: relative;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;

    &:after {
      content: "";
      background: url(../img/contact/icon_arrow.svg) no-repeat center center/contain;
      width: 10px;
      aspect-ratio: 1/1;
      display: block;

      position: absolute;
      top: 0;
      right: 10px;
      bottom: 0;
      margin: auto;
    } /* after */
  } /* is_send */
} /* entry-form__submit */

.section-inner {border-bottom: none!important;}

.mw_wp_form .horizontal-item + .horizontal-item {margin-left: 0;}
.radio_button_fields {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 10px;

  .mwform-radio-field {
    width: 100%;

    label {
      input {
        display: none;
        & + span {
          cursor: pointer;
          height: 40px;
          display: flex;
          align-items: center;
          justify-content: flex-start;
          background-color: #F2F2F2;
          padding: 0 1em;
          padding-left: 3em;
          font-size: 15px;
          border: 1px solid #f2f2f2;
          text-align: center;

          position: relative;
          transition: all .3s;

          &:before,&:after {content:""; position: absolute;} /* before*/
          &:before {
            aspect-ratio: 1 / 1;
            width: 14px;
            height: 14px;
            display: block;
            border: 1px solid #999;
            border-radius: 50%;

            position: absolute;
            top: 0;
            left: 1em;
            bottom: 0;
            margin: auto;

            transition: all .3s;
          } /* before*/
        } /* span */

        &:checked + span {
          background-color: #fff;
          border-color: #000;

          &:before {
            border-color: #CE452B;
            border-width: 4px;
          }
        } /* &:checked + span */
      } /* input */
    } /* label */

  } /* mwform-radio-field */
} /* radio_button_fields */

.entry-form__button input {text-align: center;background: #0f549c;}

@media (max-width: 767px) {
  .c-entry-nav {
    padding: 5px 0;
  }
  .c-entry-nav li {
    font-size: 15px;
  }
  .c-entry-nav li:nth-child(n+2) {
    margin-left: 45px;
  }
  .c-entry-nav li:nth-child(n+2)::before {
    left: -22px;
    width: 12px;
  }
}

.c-entry-nav__number {
  margin-right: 10px;
}

@media (min-width: 768px) {
  .entry-form__items dt {
    width: 310px;
  } /* .entry-form__items dt */

  .entry-form__items dd {
    width: calc(100% - 310px);
  } /* .entry-form__items dd */

  .c-letter {
    width: 75%;
    text-align-last: justify;
  } /* c-letter */
  .entry-form__required {
    margin-left: auto;
  } /* entry-form__required */

  .entry-form__submit {
    margin-top: 45px;
  } /* entry-form__submit */



  .radio_button_fields {
    gap: 20px;
    flex-direction: row;

    .mwform-radio-field {
      max-width: 410px;
      width: calc(410% / 8.50);

      label {


        input {
          & + span {
            height: 60px;
            font-size: 18px;
            border-width: 2px;

            &:before {
              width: 20px;
              height: 20px;
            } /* before*/
          } /* span */
          &:checked + label {
            background-color: #fff;
            border-color: #000;
          }
          &:checked + span {
            &:before {
              border-color: #11549d;
              border-width: 6px;
            }
          } /* &:checked + span */
        } /* input */
      } /* label */

    } /* mwform-radio-field */
  } /* radio_button_fields */
}


.mw_wp_form_preview {
  .entry-form__privacy-label {
    margin-top: 0;
  } /* .entry-entry-form__privacy-label */

  .entry-form__privacy {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;

    &:after {
      /* content: "個人情報保護方針に同意する"; */
      margin-left: 1em;
    } /* &:after */
  } /* entry-form__privacy */
}
.mw_wp_form_confirm .entry-form__required {margin-right: 0;}
.mw_wp_form_confirm .entry-form__privacy-label .entry-form__required {margin-right: 1em;}


.contact_sentence {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
} /* contact_sentence */



.mt1em {margin-top: 1em;}
.mt2em {margin-top: 2em;}

@media (min-width: 768px) {
  .c-letter {width: 71%;} /*.c-letter */

  .contact_sentence {
    font-size: 18px;
  } /* contact_sentence */
}

@media (max-width: 768px) {
  .contact_sentence.txt-center {text-align: left;}
}
