@charset "UTF-8";

.system-modal__content img {
  width: 100%;
}

/* ------------------------------ コンテンツ ------------------------------ */
/* pc */
@media (min-width: 1081px) {
  .pc-only {
    display: block;
  }
  .tablet-sp-only {
    display: none;
  }
  .main {
    padding: 50px 0 130px;
  }
  .movie {
    width: 100%;
  }
  .table,
  thead,
  tbody {
    width: 100%;
    display: block;
  }
  .th-wrap {
    display: flex;
    justify-content: space-between;
  }
  .th {
    border-radius: 14px;
    background-color: #e7eeec;
    text-align: center;
    padding: 4px 0 5px;
    font-size: 14px;
    font-weight: bold;
    line-height: 22.4px;
    width: 88px;
  }
  .th--lv {
    width: 12em;
  }
  .td-wrap {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e7eeec;
    background: #fff;
  }
  .td-wrap:nth-child(2n) {
    background: #f8f8f8;
  }
  .td__subject{
    font-size: 14px;
    line-height: 22.4px;
    width: 6em;
    text-align: center;
    font-weight: 600;
  }
  .td__lv {
    width: 11em;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
  .td__link {
    color: #10a3ff;
    font-size: 14px;
    font-weight: bold;
    line-height: 22.4px;
    display: inline;
  }
  .td__link:hover {
    text-decoration: underline;
  }
  .td__link::after {
    content: "";
    background-image: url(../img/index_icon_link.svg);
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-left: 2px;
  }
  .td__system {
    display: flex;
    width: 100%;
    justify-content: center;
  }
  .td__system:nth-child(1) {
    position: relative;
    padding-bottom: 10px;
  }
  .td__system:nth-child(1)::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    width: 120px;
    height: 1px;
    content: "";
    background-color: #e7eeec;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .td__system:nth-child(2) {
    padding-top: 10px;
  }
  .td__system-txt {
    font-size: 14px;
    line-height: 22.4px;
    text-align: center;
    margin-right: 8px;
  }
.pulldown-area {
  margin-bottom: 30px;
}
.pulldown-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pulldown-wrap:not(:last-child) {
  margin-bottom: 6px;
}
.pulldown__ttl {
  width: 48px;
  text-align: center;
}
.pulldown {
  margin-left: 12px;
  width: 312px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid #e7eeec;
  padding: 10px 24px 11px;
  -webkit-appearance: none;
  appearance: none; /* デフォルトの矢印を無効 */
  background-image: url(../img/index_arr_pulldown.svg);
  background-position: right 24px center;
  background-repeat: no-repeat;
  background-size: 12px 8px;
  color: #999999;
  font-size: 14px;
  font-weight: bold;
  line-height: 22.4px;
}
.pulldown::-ms-expand {
  display: none; /* デフォルトの矢印を無効(IE用) */
}
.system-modal__content {
  max-width: 768px;
  width: 100%;
  margin: 0 auto;
}
.system-modal__content.system-modal__content--border {
  border: 1px solid #999999;
}
.system-form__lead {
  font-size: 16px;
  margin-bottom: 40px;
  letter-spacing: 0.05em;
}
.system-form__list {
  width: 367px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.system-form__item {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.system-form__item:last-of-type {
  margin-bottom: 0;
}
.system-form__category {
  font-size: 12px;
  letter-spacing: 0.05em;
  width: 55px;
}
.system-form__value {
  display: flex;
  align-items: center;
  width: 312px;
  min-height: 40px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding-left: 24px;
  border: 1px solid #E7EEEC;
  box-sizing: border-box;
  border-radius: 10px;
}
.g-btn-next {
  position: relative;
}
.system__item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  background: #ffffff;
  border: 1px solid #e1f4ff;
  border-radius: 30px;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #10a3ff;
}
.s::before {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  display: inline-block;
  width: 10px;
  height: 10px;
  content: "";
  background-image: url(../img/index_icon_link.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}


}



/* .g-btn {
  border: none;
} */
.g-btn:hover {
  cursor: pointer;
}

/* tablet */
@media (min-width: 768px) and (max-width: 1080px) {
.pc-only {
  display: none;
}
.tablet-sp-only {
  display: block;
}
.movie {
  width: 100%;
}
.system {
  padding: 15px 15px 14px;
  border-bottom: #e7eeec solid 1px;
}
.system:first-child {
  border-top: #e7eeec solid 1px;
}
.system:nth-child(2n) {
  background: #f8f8f8;
}
.system:nth-child(2n + 1) {
  background: #fff;
}
.system__ttl {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.05em;
}
.system__ttl::after {
  display: inline-block;
  width: 18px;
  height: 18px;
  content: "";
  background-image: url(../img/index_acc_open.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.system__ttl.is-active::after {
  background-image: url(../img/index_acc_close.svg);
}
.system__item-wrap {
  display: none;
  margin-top: 15px;
}
.system__item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  background: #ffffff;
  border: 1px solid #e1f4ff;
  border-radius: 30px;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #10a3ff;
}
.system__item::before {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  display: inline-block;
  width: 10px;
  height: 10px;
  content: "";
  background-image: url(../img/index_icon_link.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.system__item:not(:last-child) {
  margin-bottom: 5px;
}
.system-modal-title {
  margin-bottom: 40px;
}


.pulldown-area {
  margin-bottom: 30px;
}
.pulldown-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pulldown-wrap:not(:last-child) {
  margin-bottom: 6px;
}
.pulldown__ttl {
  width: 48px;
  text-align: center;
}
.pulldown {
  margin-left: 12px;
  width: 312px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid #e7eeec;
  padding: 10px 24px 11px;
  -webkit-appearance: none;
  appearance: none; /* デフォルトの矢印を無効 */
  background-image: url(../img/index_arr_pulldown.svg);
  background-position: right 24px center;
  background-repeat: no-repeat;
  background-size: 12px 8px;
  color: #999999;
  font-size: 14px;
  font-weight: bold;
  line-height: 22.4px;
}
.pulldown::-ms-expand {
  display: none; /* デフォルトの矢印を無効(IE用) */
}

.system-modal__content {
  max-width: 768px;
  width: 100%;
  margin: 0 auto;
}
.system-modal__content.system-modal__content--border {
  border: 1px solid #999999;
}
}
/* sp */
@media (max-width: 768px) {
.pc-only {
  display: none;
}
.tablet-sp-only {
  display: block;
}
.main {
  padding: 45px 0 80px;
}
.system {
  padding: 15px 15px 14px;
  border-bottom: #e7eeec solid 1px;
}
.system:first-child {
  border-top: #e7eeec solid 1px;
}
.system:nth-child(2n) {
  background: #f8f8f8;
}
.system:nth-child(2n + 1) {
  background: #fff;
}
.system__ttl {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.05em;
}
.system__ttl::after {
  display: inline-block;
  width: 18px;
  height: 18px;
  content: "";
  background-image: url(../img/index_acc_open.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.system__ttl.is-active::after {
  background-image: url(../img/index_acc_close.svg);
}
.system__item-wrap {
  display: none;
  margin-top: 15px;
}
.system__item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  background: #ffffff;
  border: 1px solid #e1f4ff;
  border-radius: 30px;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #10a3ff;
}
.system__item::before {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  display: inline-block;
  width: 10px;
  height: 10px;
  content: "";
  background-image: url(../img/index_icon_link.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.system__item:not(:last-child) {
  margin-bottom: 5px;
}
.system-modal-title {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 30px;
}
.system-modal__content {
  width: 100%;
  margin: 0 auto;
}
.system-modal__content img {
  width: 100%;
}
.system-modal__content.system-modal__content--border {
  border: 1px solid #999999;
}
.system-form__lead {
  font-size: 12px;
  margin-bottom: 30px;
  letter-spacing: 0.05em;
}
.system-form__list {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.system-form__item {
  margin-bottom: 5px;
}
.system-form__item:last-of-type {
  margin-bottom: 0;
}
.system-form__category {
  font-size: 12px;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}
.system-form__value {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 40px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding-left: 18px;
  border: 1px solid #E7EEEC;
  box-sizing: border-box;
  border-radius: 10px;
}
.system-form__btn {
  width: 100%;
}
.pulldown-area {
  margin-bottom: 30px;
}
.pulldown-wrap:not(:last-child) {
  margin-bottom: 12px;
}
.pulldown__ttl {
  margin-bottom: 8px;
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
}
.pulldown {
  margin-left: 12px;
  width: 100%;
  height: 40px;
  border-radius: 10px;
  border: 1px solid #e7eeec;
  padding: 10px 18px 11px;
  -webkit-appearance: none;
  appearance: none; /* デフォルトの矢印を無効 */
  background-image: url(../img/index_arr_pulldown.svg);
  background-position: right 24px center;
  background-repeat: no-repeat;
  background-size: 12px 8px;
  color: #999999;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}
.pulldown::-ms-expand {
  display: none; /* デフォルトの矢印を無効(IE用) */
}
.g-btn-next {
  position: relative;
}
/* .g-btn {
  border: none;
} */
/* .g-btn:hover {
  cursor: pointer;
} */
.g-adv-box__heading-wrap {
  width: 100%;
}
.g-step_area__btn_back{
  width: 182px;
}
}


/* ------------------------------ コンテンツ ------------------------------ */
.g-adv-box__heading::before {
  content: none;
}
/* pc */
@media (min-width: 1081px) {
  .main {
    padding: 50px 0 130px;
  }

  .adv-box-cont__txt {
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 10px;
  }
  .adv-box-cont__txt-img {
    display: block;
    margin: 0 auto 40px;
  }
  .adv-box-cont__btn-wrap {
    display: flex;
    justify-content: center;
  }
  .adv-box-cont__btn {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 48.47%;
    padding: 25px 20px;
    background: linear-gradient(90deg, #5b88d1 0%, #60b8ef 100%);
    border-radius: 12px;
  }
  .adv-box-cont__btn::before {
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../img/index_arr_btn.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
  }
  .adv-box-cont__btn:not(:last-child) {
    margin-right: 20px;
  }
  .adv-box-cont__btn-txt-sub {
    margin-bottom: 8px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 19px;
    color: #ffffff;
  }
  .adv-box-cont__btn-txt {
    font-family: "Hiragino Kaku Gothic ProN";
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.05em;
    color: #ffffff;
  }
}
/* sp */
@media (max-width: 1080px) {
  .main {
    padding: 45px 0 80px;
  }
  .adv-box-cont__txt {
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 10px;
  }
  .adv-box-cont__txt-img {
    display: block;
    margin: 0 auto 30px;
    width: 186px;
    height: auto;
  }
  .adv-box-cont__btn {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 12px 20px;
    background: linear-gradient(90deg, #5b88d1 0%, #60b8ef 100%);
    border-radius: 12px;
    min-height: 100px;
    box-sizing: border-box;
  }
  .adv-box-cont__btn::before {
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../img/index_arr_btn.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
  }
  .adv-box-cont__btn:not(:last-child) {
    margin-bottom: 10px;
  }
  .adv-box-cont__btn-txt-sub {
    margin-bottom: 8px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 19px;
    color: #ffffff;
  }
  .adv-box-cont__btn-txt {
    font-family: "Hiragino Kaku Gothic ProN";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.05em;
    color: #ffffff;
  }
}

@media (min-width: 1081px) {
/* appeal select area */
.system__item_ap {
  width: 300px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #e1f4ff;
  border-radius: 30px;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #10a3ff;
  display: inline-block;
  position: relative;
  padding-top: 15px;
}

.system__item_ap::before {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  display: inline-block;
  width: 10px;
  height: 10px;
  content: "";
  background-image: url(../img/index_icon_link.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  align-items: center;
}
.td__subject_ap{
  font-size: 14px;
  line-height: 22.4px;
  text-align: center;
  font-weight: 600;
  margin: 0 auto;
}
.td__lv_ap{
justify-content: center;
width: 80%;
display: flex;
gap: 30px;
text-align: center;
}


}