@charset "UTF-8";
.v-contact {
  padding-top: 90px;
}
.v-contact .v-content {
  padding-bottom: 42px;
}
.v-contact__table {
  padding: 0 30px;
}
.v-contact__list {
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.15);
  display: flex;
  margin-bottom: 56px;
}
.v-contact__list__item {
  border-right: 1px solid #E2E6EC;
  color: #003278;
  font-family: "Noto Serif JP", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 31px;
  padding: 14px 0;
  text-align: center;
  width: 390px;
}
.v-contact__list__item:last-child {
  border: 0;
}
.v-contact__list__item--active {
  background-color: #003278;
  color: #fff;
}

.v-input .v-desc {
  letter-spacing: 1px;
  line-height: 2;
  margin-bottom: 7px;
}
.v-input .v-desc--blue {
  color: #003278;
  font-family: "Noto Serif JP", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 24px;
  letter-spacing: 2px;
}
.v-input .v-content {
  margin-top: 12px;
}
.v-input .v-contact__list {
  margin-bottom: 47px;
}
.v-input .v-input__select {
  display: none;
}
.v-input .v-dropdown {
  position: relative;
}
.v-input .v-dropdown__current {
  border-bottom: 1px solid #003278;
  color: #8C9096;
  cursor: pointer;
  padding: 15px 0;
}
.v-input .v-dropdown__current::after {
  background: url(../../../img/common/pc/ico_arrow.svg) no-repeat center;
  content: "";
  height: 17px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 31px;
}
.v-input .v-dropdown__current.is-active::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.v-input .v-dropdown__list {
  background-color: #fff;
  border: 1px solid #003278;
  border-bottom: 0;
  display: none;
  position: absolute;
  top: 56px;
  width: 100%;
  z-index: 5;
}
.v-input .v-dropdown__list > li {
  border-bottom: 1px solid #003278;
  cursor: pointer;
  color: #003278;
  padding: 12px 20px;
}
.v-input .v-dropdown__list > li:hover {
  background-color: #003278;
  color: #fff;
}

.v-confirm__text {
  margin-bottom: 40px;
  text-align: center;
}
.v-confirm__table {
  border-collapse: collapse;
}
.v-confirm__table > tbody tr {
  border-bottom: 1px solid #E2E6EC;
}
.v-confirm__table > tbody tr:last-child {
  border-bottom: 0;
}
.v-confirm__table > tbody tr > th {
  width: 235px;
}

.v-result__text {
  line-height: 2;
  padding: 0 30px 10px;
}

.v-buttons {
  margin: 32px auto 0;
  text-align: center;
  width: 700px;
}
.v-buttons > li .v-button {
  background-image: url(../../../img/common/pc/ico_arrow_white_med.svg);
  background-position: center right 12px;
  background-repeat: no-repeat;
}
.v-buttons > li .v-button:hover {
  background-image: url(../../../img/common/pc/ico_arrow_pink_lg.svg);
}
.v-buttons > li .v-button--back {
  background-image: none;
  position: relative;
}
.v-buttons > li .v-button--back::before {
  background: url(../../../img/common/pc/ico_arrow_white_med.svg) no-repeat center left;
  background-size: contain;
  content: "";
  height: 30px;
  left: 12px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  width: 30px;
}
.v-buttons > li .v-button--back:hover {
  background-image: none;
}
.v-buttons > li .v-button--back:hover::before {
  background-image: url(../../../img/common/pc/ico_arrow_blue_med.svg);
}

.v-error {
  color: #f00;
}

.is-error {
  display: block;
  position: relative;
}
.is-error span {
  background: #F9285A;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 1.2rem;
  padding: 1.2rem 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: -37px;
  width: 163px;
  z-index: 3;
}
.is-error span::after {
  border-color: #F9285A transparent transparent transparent;
  border-style: solid;
  border-width: 0.5em 0.5em 0 0.5em;
  bottom: calc(-.5em + 0.5px);
  content: "";
  display: block;
  height: 0;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 0;
}

/**
 * For SP Layout
 */
@media screen and (max-width: 750px) {
  .v-main {
    margin-bottom: 6rem;
  }

  .v-contact {
    padding-top: 5.4rem;
  }
  .v-contact .v-content {
    padding-bottom: 2.9rem;
  }
  .v-contact__table {
    padding: 0 0.5rem;
  }
  .v-contact__list {
    margin-bottom: 3.2rem;
  }
  .v-contact__list__item {
    border-right-width: 0.1rem;
    font-size: 2.4rem;
    padding: 1rem 0;
    width: 11.5rem;
  }

  .v-input .v-desc {
    letter-spacing: 0.1rem;
    margin-bottom: 0.5rem;
  }
  .v-input .v-desc--blue {
    font-size: 2.4rem;
    letter-spacing: 0.25rem;
    line-height: 1.5;
  }
  .v-input .v-content {
    margin-top: 2.6rem;
  }
  .v-input .v-contact__list {
    margin-bottom: 3.2rem;
  }
  .v-input .p-form__table > tbody > tr > th {
    padding-bottom: 1.5rem;
  }
  .v-input .p-form__table > tbody > tr > td {
    padding-bottom: 2rem;
  }
  .v-input .v-dropdown__current {
    color: #000;
    padding: 0.5rem 0;
  }
  .v-input .v-dropdown__current::after {
    background-size: contain;
    height: 1.6rem;
    right: 2rem;
    width: 3.1rem;
  }
  .v-input .v-dropdown__list {
    top: 3.6rem;
  }
  .v-input .v-dropdown__list > li {
    padding: 1.2rem 1rem;
  }

  .v-confirm__text {
    line-height: 2;
    margin-bottom: 0.8rem;
  }
  .v-confirm__table > tbody tr {
    border-bottom-width: 0.1rem;
  }
  .v-confirm__table > tbody tr > th {
    width: auto;
  }

  .v-result__text {
    letter-spacing: 0.1rem;
    line-height: 1.8;
    padding: 0 1rem 1rem;
  }
  .v-result .v-button {
    letter-spacing: 0.1rem;
    padding-left: 6rem;
    text-align: left;
  }
  .v-result .v-buttons {
    margin-top: 2rem;
  }

  .v-buttons {
    margin-top: 3rem;
    width: auto;
  }
  .v-buttons > li {
    display: block;
  }
  .v-buttons > li .v-button {
    background-position: center right 0.9rem;
    background-size: 3rem;
  }
  .v-buttons > li .v-button--back {
    background-image: none;
    margin-top: 2.2rem;
  }
  .v-buttons > li .v-button--back::before {
    height: 3rem;
    left: 1.2rem;
    width: 3rem;
  }
  .v-buttons__back {
    margin-bottom: 2rem;
    margin-right: 0;
  }

  .is-error span {
    border-radius: 0.2rem;
    top: -3.5rem;
    width: 16rem;
  }
}
/*# sourceMappingURL=index.css.map */