@charset "UTF-8";
/*----- entry.html 事前エントリー -----*/
#wrapper .background.block {
  top: 139.4444444444em;
}

/* ----------------------------
 エントリーボタン非表示
------------------------------*/
#menu .entry, #bottom_entry, #float_btn {
  display: none;
}

/* ------------------------------------------------
 intro
------------------------------------------------ */
#intro {
  word-break: auto-phrase;
}
/* ------------------------------------------------
 step
------------------------------------------------ */
.section.step {
  margin-top: 5.5555555556em;
}
.section.step > .inner {
  background-color: var(--color-gray-bg);
}
.section.step + .step {
  margin-top: 3.3333333333em;
}
.section.step .sheader {
  padding-left: 0.1em;
  display: flex;
  align-items: start;
  -moz-column-gap: 1.1111111111em;
       column-gap: 1.1111111111em;
}
.section.step .sheader::after {
  content: "";
  border-top: 1px solid #000;
  display: flex;
  flex: 1;
}
.section.step .sheader > .num {
  margin-top: -1.3333333333em;
}
.section.step .sheader > .num span {
  font-family: var(--font-num);
  line-height: 1;
  display: block;
}
.section.step .sheader > .num .label {
  font-size: 0.8333333333em;
}
.section.step .sheader > .num .num {
  font-size: 2.2222222222em;
  margin-top: -0.3em;
}
.section.step .sheader .title {
  font-size: 1.7777777778em;
  font-weight: 600;
  line-height: 1.2;
  margin-top: -0.625em;
  padding: 0;
}
.section.step .sbody {
  margin: 0;
  padding: 2.2222222222em 3.3333333333em 3.3333333333em;
}
.section.step .sbody .btns {
  text-align: center;
  margin-top: 2.2222222222em;
}
.section.step .sbody .btns .basic_btn {
  margin: 0 auto;
}
@media screen and (max-width: 780px) {
  .section.step {
    margin-top: 4em;
  }
  .section.step + .step {
    margin-top: 5.3333333333em;
  }
  .section.step .sheader {
    -moz-column-gap: 0.8em;
         column-gap: 0.8em;
  }
  .section.step .sheader > .num .label {
    font-size: 0.8em;
  }
  .section.step .sheader > .num .num {
    font-size: 2.4em;
    margin-top: -0.3em;
  }
  .section.step .sheader .title {
    font-size: 1.6em;
  }
  .section.step .sbody {
    padding: 1.6666666667em 1.6666666667em 2.6666666667em;
  }
  .section.step .sbody .btns {
    margin-top: 1.3333333333em;
  }
  .section.step .sbody .btns .basic_btn {
    width: 100%;
  }
}

/* ----------------------------
 step3
------------------------------*/
#step3 {
  position: relative;
}
#step3 > .inner {
  background: linear-gradient(134deg, #EDFCFF 10.38%, #DDF3F9 82.2%);
}
#step3 .sbody .heading {
  font-size: 1.5555555556em;
  text-align: center;
}
#step3 .sbody .checkbox {
  font-weight: bold;
  border-radius: 0.3333333333em;
  background-color: #fff;
  padding: 0.5555555556em 1.1111111111em;
  margin: 2.2222222222em auto 0;
  display: flex;
  -moz-column-gap: 0.8333333333em;
       column-gap: 0.8333333333em;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
#step3 .sbody .checkbox label {
  flex: 1;
}
#step3 .sbody .checkbox input[type=checkbox] {
  border: 1px solid var(--color-gray);
  border-radius: 0.2777777778em;
  background-color: #fff;
  margin: 0;
  width: 1.6666666667em;
  aspect-ratio: 1/1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  cursor: pointer;
}
#step3 .sbody .checkbox input[type=checkbox]::before {
  content: "";
  background: url(../images/common/icon_check.svg) 50% 50% no-repeat;
  background-size: 1.1111111111em auto;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
#step3 .sbody .checkbox input[type=checkbox]:checked:before {
  opacity: 1;
}
#step3 .sbody .btns {
  margin-top: 0.5555555556em;
}
#step3 .sbody .btns .basic_btn {
  width: 25em;
  height: 5.5555555556em;
}
#step3 .sbody .btns .btn {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
#step3 .sbody .btns .btn .basic_btn {
  transition: opacity 0.4s ease;
}
#step3 .sbody .btns .btn .disabled {
  color: #fff;
  background-color: #E3E3E3;
  cursor: default;
}
#step3 .sbody .btns .btn .disabled::after {
  background-image: url(../images/common/arrow_wh.svg);
}
#step3 .sbody .btns .btn .primary {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
#step3 .sbody .btns .btn.active .primary {
  opacity: 1;
}
#step3 .sbody .btns .btn.active .disabled {
  opacity: 0 !important;
  pointer-events: none;
}
#step3 .sbody .schedule {
  font-weight: bold;
  text-align: center;
  margin-top: 1.6666666667em;
}
#step3 .sbody .schedule a {
  color: var(--color-red);
}
#step3 .sbody .note {
  font-size: 1em;
  text-align: left;
  word-break: auto-phrase;
  margin-top: 3.3333333333em;
}
#step3 .sbody .alert {
  text-align: center;
  border-radius: 0.3333333333em;
  border: 3px solid var(--color-red-a05);
  background-color: rgba(255, 243, 245, 0.9);
  padding: 1.6666666667em 2.2222222222em;
  align-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  box-sizing: border-box;
  display: none;
}
#step3 .sbody .alert p {
  color: var(--color-red);
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 780px) {
  #step3 .sbody .heading {
    font-size: 1.3333333333em;
    margin: 0 -1em;
    letter-spacing: normal;
  }
  #step3 .sbody .checkbox {
    border-radius: 0.4em;
    margin: 2em auto 0;
    padding: 0.6666666667em 1.3333333333em;
    -moz-column-gap: 0.8em;
         column-gap: 0.8em;
  }
  #step3 .sbody .checkbox input[type=checkbox] {
    width: 2em;
    height: 2em;
  }
  #step3 .sbody .checkbox input[type=checkbox]::before {
    background-size: 1.3333333333em;
  }
  #step3 .sbody .btns {
    margin-top: 0.6666666667em;
  }
  #step3 .sbody .btns .basic_btn {
    width: 20em;
    height: 4.3333333333em;
  }
  #step3 .sbody .schedule {
    margin-top: 2em;
  }
  #step3 .sbody .note {
    font-size: 0.9333333333em;
    margin-top: 2.1428571429em;
  }
  #step3 .sbody .note li + li {
    margin-top: 0.5em;
  }
  #step3 .sbody .alert {
    border-radius: 0.4em;
    border-width: 2px;
    padding: 1.6666666667em 1.3333333333em;
    width: 80vw;
  }
}