main {
  background-color: #fff;
}

.page-head {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 126px;
  padding: 20px;
  background-color: #ed6c00;
}
@media screen and (max-width: 1200px) {
  .page-head {
    min-height: 10.5vw;
    padding: 1.67vw;
  }
}
@media screen and (max-width: 768px) {
  .page-head {
    min-height: 0;
    padding: 6vw 5vw;
  }
}
.page-head__title {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 33px;
  line-height: 1.3;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .page-head__title {
    font-size: 2.75vw;
  }
}
@media screen and (max-width: 768px) {
  .page-head__title {
    font-size: 6.82vw;
  }
}

.method-intro {
  background-color: #fff100;
  padding: 56px 20px 60px;
}
@media screen and (max-width: 1200px) {
  .method-intro {
    padding: 4.67vw 1.67vw 6vw;
  }
}
@media screen and (max-width: 768px) {
  .method-intro {
    padding: 8vw 3.6vw 8vw;
  }
}

.method-intro__lead {
  max-width: 812px;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 30px;
  line-height: 1.5;
  color: #030303;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .method-intro__lead {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .method-intro__lead {
    font-size: 5.45vw;
    line-height: 1.25;
  }
}

.method-intro__caution {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 840px;
  min-height: 49px;
  margin: 24px auto 0;
  padding: 10px 5px;
  background-color: #f80000;
  border-radius: 11px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 25px;
  line-height: 1.3;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .method-intro__caution {
    max-width: 70vw;
    min-height: 4vw;
    margin-top: 2vw;
    padding: 0.83vw 1vw;
    border-radius: 0.92vw;
    font-size: 2.08vw;
  }
}
@media screen and (max-width: 768px) {
  .method-intro__caution {
    width: 82vw;
    max-width: none;
    min-height: 16vw;
    margin-top: 5vw;
    padding: 2.5vw 4vw;
    border-radius: 2.5vw;
    font-size: 4.3vw;
    line-height: 1.25;
  }
}

.method-point {
  max-width: 998px;
  margin: 36px auto 0;
  padding: 30px 40px 36px;
  background-color: #ed6c00;
  border-radius: 15px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .method-point {
    max-width: 83.17vw;
    margin-top: 3vw;
    padding: 2.5vw 3.33vw 3vw;
    border-radius: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .method-point {
    max-width: 79.5vw;
    margin-top: 8vw;
    padding: 5vw 4vw 6vw;
    border-radius: 3.4vw;
  }
}
.method-point__title {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 30px;
  line-height: 1.17;
  color: #fff;
  white-space: pre-wrap;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .method-point__title {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .method-point__title {
    font-size: 5.45vw;
  }
}
.method-point__sub {
  margin: 12px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.25;
  color: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .method-point__sub {
    margin-top: 1vw;
    font-size: 1.67vw;
  }
}
@media screen and (max-width: 768px) {
  .method-point__sub {
    margin-top: 3vw;
    font-size: 4.09vw;
  }
}
.method-point::after {
  content: "";
  position: absolute;
  bottom: -33px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 48px solid transparent;
  border-right: 48px solid transparent;
  border-top: 67px solid #ed6c00;
}
@media screen and (max-width: 1200px) {
  .method-point::after {
    bottom: -2.75vw;
    border-left-width: 4vw;
    border-right-width: 4vw;
    border-top-width: 5.58vw;
  }
}
@media screen and (max-width: 768px) {
  .method-point::after {
    bottom: -7.5vw;
    border-left-width: 10.9vw;
    border-right-width: 10.9vw;
    border-top-width: 15.23vw;
  }
}

.method-conds {
  padding: 0 20px;
}
@media screen and (max-width: 1200px) {
  .method-conds {
    padding: 0 1.67vw;
  }
}
@media screen and (max-width: 768px) {
  .method-conds {
    padding: 0 3.6vw;
  }
}

.method-cond {
  max-width: 998px;
  margin: 40px auto 0;
}
@media screen and (max-width: 1200px) {
  .method-cond {
    margin-top: 3.33vw;
  }
}
@media screen and (max-width: 768px) {
  .method-cond {
    margin-top: 9vw;
  }
  .method-cond:first-child {
    margin-top: 16vw;
  }
}
.method-cond__tab {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 752px;
  max-width: 100%;
  height: 35px;
  margin: 0 auto;
  background-color: #fff100;
  border-radius: 11px 11px 0 0;
}
@media screen and (max-width: 1200px) {
  .method-cond__tab {
    width: 62.67vw;
    height: 2.92vw;
    border-radius: 0.92vw 0.92vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  .method-cond__tab {
    width: 100%;
    height: 8vw;
    border-radius: 2.5vw 2.5vw 0 0;
  }
}
.method-cond__num {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 20px;
  color: #ed6c00;
}
@media screen and (max-width: 1200px) {
  .method-cond__num {
    font-size: 1.67vw;
  }
}
@media screen and (max-width: 768px) {
  .method-cond__num {
    font-size: 4.55vw;
  }
}
.method-cond__body {
  width: 752px;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px 24px 24px;
  background-color: #fff;
}
@media screen and (max-width: 1200px) {
  .method-cond__body {
    width: 62.67vw;
    padding: 1.67vw 2vw 2vw;
  }
}
@media screen and (max-width: 768px) {
  .method-cond__body {
    width: 100%;
    padding: 4vw 0vw 0vw;
  }
}
.method-cond__title {
  margin: 0 0 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 1.4;
  color: #ed6c00;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .method-cond__title {
    font-size: 2vw;
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .method-cond__title {
    font-size: 5.45vw;
    margin-bottom: 5vw;
  }
}
.method-cond__text {
  margin: 8px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.65;
  color: #000;
}
@media screen and (max-width: 1200px) {
  .method-cond__text {
    margin-top: 0.67vw;
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  .method-cond__text {
    margin-top: 5vw;
    font-size: 4.09vw;
  }
}
.method-cond__text .txt-orange {
  color: #ed6c00;
}
.method-cond__sub {
  margin: 4px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.65;
  color: #000;
}
@media screen and (max-width: 1200px) {
  .method-cond__sub {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  .method-cond__sub {
    font-size: 4.09vw;
  }
}
.method-cond__note {
  display: block;
  margin-top: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #555;
}
@media screen and (max-width: 1200px) {
  .method-cond__note {
    font-size: 1.33vw;
  }
}
@media screen and (max-width: 768px) {
  .method-cond__note {
    font-size: 3.64vw;
  }
}

.method-period {
  max-width: 998px;
  margin: 60px auto 0;
  padding: 22px 20px;
  background-color: #dff2fc;
  border-top: 4px solid #007bc7;
  border-bottom: 4px solid #007bc7;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .method-period {
    max-width: 83.17vw;
    margin-top: 5vw;
    padding: 1.83vw 1.67vw;
    border-top-width: 0.33vw;
    border-bottom-width: 0.33vw;
  }
}
@media screen and (max-width: 768px) {
  .method-period {
    max-width: 100%;
    margin-top: 10vw;
    padding: 5vw 4vw;
    border-top-width: 0.9vw;
    border-bottom-width: 0.9vw;
  }
}
.method-period__title {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 30px;
  color: #007bc7;
  line-height: 1.3;
}
@media screen and (max-width: 1200px) {
  .method-period__title {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .method-period__title {
    font-size: 5.68vw;
  }
}
.method-period__date {
  margin: 4px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #007bc7;
}
@media screen and (max-width: 1200px) {
  .method-period__date {
    margin-top: 0.33vw;
    font-size: 1.67vw;
  }
}
@media screen and (max-width: 768px) {
  .method-period__date {
    font-size: 4.55vw;
  }
}

.method-steps {
  padding: 0 20px;
}
@media screen and (max-width: 1200px) {
  .method-steps {
    padding: 0 1.67vw;
  }
}
@media screen and (max-width: 768px) {
  .method-steps {
    padding: 0 3.6vw;
  }
}

.method-step {
  width: 814px;
  max-width: 100%;
  margin: 48px auto 0;
}
@media screen and (max-width: 1200px) {
  .method-step {
    width: 67.83vw;
    margin-top: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .method-step {
    width: 100%;
    margin-top: 10vw;
  }
}
.method-step__head {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 175px;
  padding: 24px 20px;
  border-radius: 15px;
}
@media screen and (max-width: 1200px) {
  .method-step__head {
    gap: 1vw;
    min-height: 14.58vw;
    padding: 2vw 1.67vw;
    border-radius: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .method-step__head {
    gap: 2vw;
    min-height: 40.2vw;
    padding: 5vw 4vw;
    border-radius: 3.4vw;
  }
}
.method-step--blue .method-step__head {
  background-color: #007bc7;
}
.method-step--green .method-step__head {
  background-color: #00a73c;
}
.method-step__num-row {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 1200px) {
  .method-step__num-row {
    gap: 0.67vw;
  }
}
@media screen and (max-width: 768px) {
  .method-step__num-row {
    gap: 2vw;
  }
}
.method-step__step-label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 30px;
  color: #fff100;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .method-step__step-label {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .method-step__step-label {
    font-size: 6.82vw;
  }
}
.method-step__step-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff100;
}
@media screen and (max-width: 1200px) {
  .method-step__step-circle {
    width: 3.33vw;
    height: 3.33vw;
  }
}
@media screen and (max-width: 768px) {
  .method-step__step-circle {
    width: 9.1vw;
    height: 9.1vw;
  }
}
.method-step--blue .method-step__step-num {
  color: #007bc7;
}
.method-step--green .method-step__step-num {
  color: #00a73c;
}
.method-step__step-num {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 25px;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .method-step__step-num {
    font-size: 2.08vw;
  }
}
@media screen and (max-width: 768px) {
  .method-step__step-num {
    font-size: 5.68vw;
  }
}
.method-step__title {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 30px;
  line-height: 1.4;
  color: #fff100;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .method-step__title {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .method-step__title {
    font-size: 5.68vw;
  }
}
.method-step__title small {
  font-size: 25px;
}
@media screen and (max-width: 1200px) {
  .method-step__title small {
    font-size: 2.08vw;
  }
}
@media screen and (max-width: 768px) {
  .method-step__title small {
    font-size: 4.09vw;
  }
}
.method-step__period {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 20px;
  color: #fff100;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .method-step__period {
    font-size: 1.67vw;
  }
}
@media screen and (max-width: 768px) {
  .method-step__period {
    font-size: 4.55vw;
  }
}
.method-step__arrow {
  width: 0;
  height: 0;
  border-left: 15.5px solid transparent;
  border-right: 15.5px solid transparent;
  border-bottom: 19px solid #fff100;
}
@media screen and (max-width: 1200px) {
  .method-step__arrow {
    border-left-width: 1.29vw;
    border-right-width: 1.29vw;
    border-bottom-width: 1.58vw;
  }
}
@media screen and (max-width: 768px) {
  .method-step__arrow {
    border-left-width: 3.52vw;
    border-right-width: 3.52vw;
    border-bottom-width: 4.32vw;
  }
}
.method-step__body {
  margin-top: -15px;
  border-radius: 0 0 15px 15px;
}
@media screen and (max-width: 1200px) {
  .method-step__body {
    margin-top: -1.25vw;
    border-radius: 0 0 1.25vw 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .method-step__body {
    margin-top: -3.4vw;
    border-radius: 0 0 3.4vw 3.4vw;
  }
}
.method-step__body-inner {
  padding: 51px 32px 48px;
}
@media screen and (max-width: 1200px) {
  .method-step__body-inner {
    padding: 4.25vw 2.67vw 4vw;
  }
}
@media screen and (max-width: 768px) {
  .method-step__body-inner {
    padding: 9.4vw 4vw 8vw;
  }
}
.method-step--blue .method-step__body {
  background-color: #dff2fc;
}
.method-step--green .method-step__body {
  background-color: #ecf4e3;
}

.method-substep {
  margin-bottom: 50px;
}
.method-substep:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .method-substep {
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .method-substep {
    margin-bottom: 6vw;
  }
}
@media screen and (max-width: 768px) {
  .method-substep .spimg01 {
    width: 74vw;
  }
}

.method-subbar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 50px;
  padding: 15px 20px;
  border-radius: 10px;
}
@media screen and (max-width: 1200px) {
  .method-subbar {
    min-height: 4.17vw;
    padding: 1.25vw 1.6666666667vw;
    border-radius: 0.8333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .method-subbar {
    min-height: 11.4vw;
    padding: 3.2751091703vw 4.3668122271vw;
    border-radius: 2.1834061135vw;
  }
}
.method-subbar--blue {
  background-color: #52a5dc;
}
.method-subbar--green {
  background-color: #6fba2c;
}
.method-subbar--wide {
  width: 635px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .method-subbar--wide {
    width: 52.92vw;
  }
}
@media screen and (max-width: 768px) {
  .method-subbar--wide {
    width: 100%;
  }
}
.method-subbar__num {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 25px;
  color: #fff;
  line-height: 1.2;
}
@media screen and (max-width: 1200px) {
  .method-subbar__num {
    font-size: 2.08vw;
  }
}
@media screen and (max-width: 768px) {
  .method-subbar__num {
    font-size: 5.68vw;
  }
}
.method-subbar__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 25px;
  color: #fff;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .method-subbar__title {
    font-size: 2.08vw;
  }
}
@media screen and (max-width: 768px) {
  .method-subbar__title {
    font-size: 5.68vw;
  }
}
.method-subbar__note {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .method-subbar__note {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .method-subbar__note {
    font-size: 3.41vw;
  }
}

.method-text {
  width: 620px;
  margin: 0.8em auto 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.7;
  color: #000;
}
@media screen and (max-width: 1200px) {
  .method-text {
    width: 51.67vw;
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  .method-text {
    width: 77.3vw;
    font-size: 4.09vw;
  }
}
.method-text--center {
  text-align: center;
}
.method-text--small {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .method-text--small {
    font-size: 1.33vw;
  }
}
@media screen and (max-width: 768px) {
  .method-text--small {
    font-size: 3.64vw;
  }
}
.method-text--red {
  color: #f80000;
  font-size: 30px;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .method-text--red {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .method-text--red {
    font-size: 6.82vw;
  }
}
.method-text--blue {
  color: #007bc7;
  margin-top: 25px;
}
@media screen and (max-width: 1200px) {
  .method-text--blue {
    margin-top: 2.08vw;
  }
}
@media screen and (max-width: 768px) {
  .method-text--blue {
    margin-top: 5.68vw;
  }
}
.method-text .txt-orange {
  color: #ed6c00;
}
.method-text .txt-blue {
  color: #007bc7;
}
.method-text .txt-green {
  color: #00a73c;
}
.method-text .txt-mid-blue {
  color: #52a5dc;
}
.method-text .txt-red {
  color: #f80000;
}
.method-text .txt-yellow {
  color: #fff100;
}

.method-note {
  margin: 4px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.55;
  color: #555;
}
@media screen and (max-width: 1200px) {
  .method-note {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .method-note {
    font-size: 3.41vw;
  }
}
.method-note--center-black {
  text-align: center;
  color: #000;
}

.method-arrow {
  display: flex;
  justify-content: center;
  margin: 10px 0;
  font-size: 20px;
}
@media screen and (max-width: 1200px) {
  .method-arrow {
    font-size: 1.67vw;
    margin: 0.83vw 0;
  }
}
@media screen and (max-width: 768px) {
  .method-arrow {
    font-size: 4.55vw;
    margin: 2vw 0;
  }
}
.method-arrow--blue {
  color: #52a5dc;
}
.method-arrow--green {
  color: #6fba2c;
}

.method-appli {
  text-align: center;
  padding: 0 20px;
}
@media screen and (max-width: 1200px) {
  .method-appli {
    padding: 0 1.67vw;
  }
}
@media screen and (max-width: 768px) {
  .method-appli {
    padding: 0;
  }
}
.method-appli__caution {
  max-width: 635px;
  margin: 0 auto 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 22px;
  line-height: 1.5;
  color: #f80000;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .method-appli__caution {
    font-size: 1.83vw;
    margin-bottom: 1.33vw;
  }
}
@media screen and (max-width: 768px) {
  .method-appli__caution {
    font-size: 5vw;
    margin-bottom: 3vw;
  }
}
.method-appli__free {
  margin: 0 auto 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  color: #555;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .method-appli__free {
    font-size: 1.33vw;
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .method-appli__free {
    font-size: 3.64vw;
    margin-bottom: 4vw;
  }
}
.method-appli__icon {
  width: 156px;
  height: 156px;
  margin: 0 auto 16px;
  display: block;
}
@media screen and (max-width: 1200px) {
  .method-appli__icon {
    width: 13vw;
    height: 13vw;
    margin-bottom: 1.33vw;
  }
}
@media screen and (max-width: 768px) {
  .method-appli__icon {
    width: 45.9vw;
    height: 45.9vw;
    margin-bottom: 3vw;
  }
}
.method-appli__name {
  margin: 0 0 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #000;
}
@media screen and (max-width: 1200px) {
  .method-appli__name {
    font-size: 1.67vw;
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .method-appli__name {
    font-size: 4.55vw;
    margin-bottom: 5vw;
  }
}
.method-appli__dl-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 635px;
  max-width: 100%;
  min-height: 62px;
  margin: 0 auto;
  border-radius: 10px;
  background-color: #52a5dc;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 25px;
  line-height: 1.3em;
  color: #fff100;
  text-align: center;
  cursor: default;
}
@media screen and (max-width: 1200px) {
  .method-appli__dl-btn {
    width: 52.92vw;
    min-height: 5.17vw;
    border-radius: 0.83vw;
    font-size: 2.08vw;
  }
}
@media screen and (max-width: 768px) {
  .method-appli__dl-btn {
    width: 77.3vw;
    min-height: 22.3vw;
    border-radius: 2.3vw;
    font-size: 5.68vw;
  }
}
.method-appli__qr-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-top: 24px;
}
@media screen and (max-width: 1200px) {
  .method-appli__qr-row {
    gap: 3.33vw;
    margin-top: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .method-appli__qr-row {
    flex-direction: column;
    gap: 4vw;
    margin-top: 5vw;
  }
}
.method-appli__qr {
  width: 206px;
}
@media screen and (max-width: 1200px) {
  .method-appli__qr {
    width: 17.17vw;
  }
}
@media screen and (max-width: 768px) {
  .method-appli__qr {
    width: 51.6vw;
  }
}
.method-appli__store-col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 1200px) {
  .method-appli__store-col {
    gap: 1vw;
  }
}
@media screen and (max-width: 768px) {
  .method-appli__store-col {
    gap: 3vw;
  }
}
.method-appli__store-btn {
  display: block;
  width: 206px;
}
@media screen and (max-width: 1200px) {
  .method-appli__store-btn {
    width: 17.17vw;
  }
}
@media screen and (max-width: 768px) {
  .method-appli__store-btn {
    width: 51.6vw;
  }
}
.method-appli__env {
  width: 635px;
  margin: 20px auto 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  color: #000;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  .method-appli__env {
    width: 52.92vw;
    font-size: 1.5vw;
    margin-top: 1.67vw;
  }
}
@media screen and (max-width: 768px) {
  .method-appli__env {
    width: 77.3vw;
    font-size: 4.09vw;
    margin-top: 4vw;
  }
}
.method-appli__tm {
  max-width: 635px;
  margin: 6px auto 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #555;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  .method-appli__tm {
    font-size: 1.33vw;
  }
}
@media screen and (max-width: 768px) {
  .method-appli__tm {
    font-size: 3.64vw;
    margin-top: 2vw;
  }
}

.method-screens {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
  margin: 30px 0 0;
}
@media screen and (max-width: 1200px) {
  .method-screens {
    gap: 1.33vw;
    margin-top: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .method-screens {
    flex-direction: column;
    align-items: center;
    gap: 4vw;
    margin-top: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .method-screens--2col {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .method-screens--equal-h .method-screens__img--sp {
    width: auto;
    height: 89.1vw;
    max-width: 52.5vw;
  }
}
.method-screens__item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
  max-width: 200px;
}
@media screen and (max-width: 1200px) {
  .method-screens__item {
    max-width: 16.67vw;
  }
}
@media screen and (max-width: 768px) {
  .method-screens__item {
    max-width: 52vw;
    flex: none;
  }
}
.method-screens__item.item01, .method-screens__item.item04, .method-screens__item.item06 {
  flex: none;
  max-width: none;
  width: 139px;
}
@media screen and (max-width: 1200px) {
  .method-screens__item.item01, .method-screens__item.item04, .method-screens__item.item06 {
    width: 11.58vw;
  }
}
@media screen and (max-width: 768px) {
  .method-screens__item.item01, .method-screens__item.item04, .method-screens__item.item06 {
    width: auto;
  }
}
.method-screens__item.item02, .method-screens__item.item05 {
  flex: none;
  max-width: none;
  width: 159px;
}
@media screen and (max-width: 1200px) {
  .method-screens__item.item02, .method-screens__item.item05 {
    width: 13.25vw;
  }
}
@media screen and (max-width: 768px) {
  .method-screens__item.item02, .method-screens__item.item05 {
    width: auto;
  }
}
.method-screens__item.item03, .method-screens__item.item07 {
  flex: none;
  max-width: none;
  width: 147px;
}
@media screen and (max-width: 1200px) {
  .method-screens__item.item03, .method-screens__item.item07 {
    width: 12.25vw;
  }
}
@media screen and (max-width: 768px) {
  .method-screens__item.item03, .method-screens__item.item07 {
    width: auto;
  }
}
.method-screens__item.item08 {
  flex: none;
  max-width: none;
  width: 158px;
}
@media screen and (max-width: 1200px) {
  .method-screens__item.item08 {
    width: 13.17vw;
  }
}
@media screen and (max-width: 768px) {
  .method-screens__item.item08 {
    width: auto;
  }
}
.method-screens__item.item09 {
  flex: none;
  max-width: none;
  width: 139px;
}
@media screen and (max-width: 1200px) {
  .method-screens__item.item09 {
    width: 13.25vw;
  }
}
@media screen and (max-width: 768px) {
  .method-screens__item.item09 {
    width: auto;
  }
}
.method-screens__item.item10 {
  flex: none;
  max-width: none;
  width: 175px;
}
@media screen and (max-width: 1200px) {
  .method-screens__item.item10 {
    width: 14.58vw;
  }
}
@media screen and (max-width: 768px) {
  .method-screens__item.item10 {
    width: auto;
  }
}
.method-screens__img {
  width: 100%;
  display: block;
}
.method-screens__img--pc {
  display: block;
}
.method-screens__img--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .method-screens__img--pc {
    display: none;
  }
  .method-screens__img--sp {
    display: block;
  }
}
.method-screens__caption {
  margin: 8px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  display: block;
  width: 200%;
  margin-left: -50%;
  margin-right: -50%;
  color: #000;
}
@media screen and (max-width: 1200px) {
  .method-screens__caption {
    font-size: 1.33vw;
  }
}
@media screen and (max-width: 768px) {
  .method-screens__caption {
    font-size: 3.64vw;
  }
}
.method-screens__arrow {
  flex-shrink: 0;
  align-self: center;
  margin-bottom: 24px;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 19px solid #000;
}
@media screen and (max-width: 1200px) {
  .method-screens__arrow {
    margin-bottom: 2vw;
    border-top-width: 1.25vw;
    border-bottom-width: 1.25vw;
    border-left-width: 1.58vw;
  }
}
@media screen and (max-width: 768px) {
  .method-screens__arrow {
    border-left: 6vw solid transparent;
    border-right: 6vw solid transparent;
    border-top: 7.5vw solid #000;
    border-bottom: none;
    margin-top: 0;
    margin-bottom: 4vw;
  }
}

.method-security-note {
  position: relative;
  background: #fff;
  border-radius: 8px;
  padding: 12px 20px;
  width: 590px;
  margin-top: 16px;
}
@media screen and (max-width: 1200px) {
  .method-security-note {
    border-radius: 0.67vw;
    padding: 1vw 1.67vw;
    width: 49.17vw;
    margin-top: 1.33vw;
  }
}
@media screen and (max-width: 768px) {
  .method-security-note {
    border-radius: 5vw;
    padding: 3vw 4vw;
    width: 77.3vw;
    margin-top: 4vw;
  }
}
.method-security-note::before {
  content: none;
}
.method-security-note::after {
  content: "";
  position: absolute;
  top: -30px;
  left: 59px;
  border: 15px solid transparent;
  border-bottom: 30px solid #fff;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .method-security-note::after {
    top: -2.5vw;
    left: 4.92vw;
    border-width: 1.25vw;
    border-bottom-width: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .method-security-note::after {
    display: none;
  }
}
.method-security-note__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  color: #000;
  margin: 0 0 4px;
}
@media screen and (max-width: 1200px) {
  .method-security-note__title {
    font-size: 1.5vw;
    margin-bottom: 0.33vw;
  }
}
@media screen and (max-width: 768px) {
  .method-security-note__title {
    font-size: 4.09vw;
    margin-bottom: 1vw;
    text-align: center;
  }
}
.method-security-note__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.55;
  color: #555;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .method-security-note__text {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .method-security-note__text {
    font-size: 3.41vw;
  }
}

.method-verify {
  margin-top: 16px;
}
@media screen and (max-width: 1200px) {
  .method-verify {
    margin-top: 1.33vw;
  }
}
@media screen and (max-width: 768px) {
  .method-verify {
    margin-top: 4vw;
  }
}

.method-verify__screen-wrap {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 16px 0 20px;
  background-color: #fff;
  border: 4px solid #52a5dc;
  border-radius: 10px;
  padding: 0px 80px 16px 90px;
}
@media screen and (max-width: 1200px) {
  .method-verify__screen-wrap {
    gap: 2vw;
    margin: 1.33vw 0 1.67vw;
    border-width: 0.33vw;
    border-radius: 0.83vw;
    padding: 1.33vw 6.67vw 1.33vw 7.5vw;
  }
}
@media screen and (max-width: 768px) {
  .method-verify__screen-wrap {
    flex-direction: column;
    gap: 3vw;
    margin: 3vw 0 4vw;
    border-width: 0.9vw;
    border-radius: 2.3vw;
    padding: 4vw 4vw 0vw 4vw;
  }
}

.method-verify__screen-img {
  width: 194px;
  flex-shrink: 0;
}
@media screen and (max-width: 1200px) {
  .method-verify__screen-img {
    width: 16.17vw;
  }
}
@media screen and (max-width: 768px) {
  .method-verify__screen-img {
    width: 53.4934497817vw;
  }
}

.method-verify__screen-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 25px;
  line-height: 1.4;
  color: #52a5dc;
}
@media screen and (max-width: 1200px) {
  .method-verify__screen-text {
    font-size: 2.08vw;
  }
}
@media screen and (max-width: 768px) {
  .method-verify__screen-text {
    font-size: 5.18vw;
    text-align: center;
  }
}
.method-verify__screen-text .txt-black {
  color: #000;
}
.method-verify__screen-text .txt-blue {
  color: #52a5dc;
  font-size: 0.5em;
  position: relative;
  top: -0.5em;
}
.method-verify__screen-text small {
  font-size: 16px;
  color: #000;
}
@media screen and (max-width: 1200px) {
  .method-verify__screen-text small {
    font-size: 1.33vw;
  }
}
@media screen and (max-width: 768px) {
  .method-verify__screen-text small {
    font-size: 3.64vw;
  }
}

.method-verify__screen-note {
  margin: 8px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #000;
}
@media screen and (max-width: 1200px) {
  .method-verify__screen-note {
    font-size: 1.33vw;
  }
}
@media screen and (max-width: 768px) {
  .method-verify__screen-note {
    font-size: 3.64vw;
    text-align: center;
  }
}

.method-choice {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 0.25em;
  min-height: 63px;
  padding: 8px 52px 8px 24px;
  border-radius: 50px;
  background-color: #ed6c00;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .method-choice {
    min-height: 5.25vw;
    padding: 0.67vw 4.33vw 0.67vw 2vw;
    border-radius: 4.17vw;
  }
}
@media screen and (max-width: 768px) {
  .method-choice {
    min-height: 12.8vw;
    padding: 2.5vw 10vw 2.5vw 4vw;
    border-radius: 12vw;
    flex-wrap: wrap;
  }
}
.method-choice__main {
  font-weight: 700;
  font-size: 30px;
  color: #fff;
  line-height: 1.2;
}
@media screen and (max-width: 1200px) {
  .method-choice__main {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .method-choice__main {
    font-size: 4.55vw;
  }
}
.method-choice__sub {
  font-weight: 900;
  font-size: 30px;
  color: #fff100;
  line-height: 1.2;
}
@media screen and (max-width: 1200px) {
  .method-choice__sub {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .method-choice__sub {
    font-size: 5.68vw;
  }
}
.method-choice__arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 16px solid #fff100;
}
@media screen and (max-width: 1200px) {
  .method-choice__arrow {
    right: 1.67vw;
    border-left-width: 0.83vw;
    border-right-width: 0.83vw;
    border-top-width: 1.33vw;
  }
}
@media screen and (max-width: 768px) {
  .method-choice__arrow {
    right: 3vw;
    border-left-width: 2.4vw;
    border-right-width: 2.4vw;
    border-top-width: 3.8vw;
  }
}

.method-pin-choice {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  margin-top: 30px;
  padding: 8px 20px;
  border-radius: 5px;
  background-color: #52a5dc;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 25px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .method-pin-choice {
    min-height: 6vw;
    padding: 0.67vw 1.67vw;
    font-size: 2.08vw;
    margin-top: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .method-pin-choice {
    min-height: 16.4vw;
    padding: 2.5vw 3vw;
    font-size: 5.68vw;
    margin-top: 6vw;
    margin-left: 5.35vw;
    margin-right: 5.35vw;
  }
}
.method-pin-choice .txt-white {
  color: #fff;
}
.method-pin-choice .txt-yellow {
  color: #fff100;
}

.method-subbar--narrow {
  width: 359px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .method-subbar--narrow {
    width: 29.92vw;
  }
}
@media screen and (max-width: 768px) {
  .method-subbar--narrow {
    width: 100%;
  }
}

.method-license-box {
  margin-top: 24px;
}
@media screen and (max-width: 1200px) {
  .method-license-box {
    margin-top: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .method-license-box {
    margin-top: 5vw;
  }
}
.method-license-box__header {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  background-color: #fff;
  border-radius: 5px;
  min-height: 65px;
  padding: 0 16px;
  width: 635px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
}
@media screen and (max-width: 1200px) {
  .method-license-box__header {
    width: 52.92vw;
    gap: 1.33vw;
    border-radius: 0.42vw;
    min-height: 5.42vw;
    padding: 0 1.33vw;
    margin-bottom: 1.33vw;
  }
}
@media screen and (max-width: 768px) {
  .method-license-box__header {
    width: 100%;
    gap: 3vw;
    border-radius: 1.2vw;
    min-height: 17vw;
    padding: 0 3vw;
    margin-bottom: 3vw;
  }
}
.method-license-box__title {
  flex: 1;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 25px;
  color: #007bc7;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .method-license-box__title {
    font-size: 2.08vw;
  }
}
@media screen and (max-width: 768px) {
  .method-license-box__title {
    font-size: 5.68vw;
  }
}
.method-license-box__header-img {
  position: absolute;
  right: 56px;
  top: 0;
  width: 105px;
}
@media screen and (max-width: 1200px) {
  .method-license-box__header-img {
    right: 4.67vw;
    width: 8.75vw;
  }
}
@media screen and (max-width: 768px) {
  .method-license-box__header-img {
    right: -8.3vw;
    top: 2vw;
    width: 22vw;
    display: none;
  }
}
.method-license-box__header-img img {
  width: 100%;
  height: auto;
}
.method-license-box .method-text--box01 {
  width: 635px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.3em;
}
@media screen and (max-width: 1200px) {
  .method-license-box .method-text--box01 {
    width: 52.92vw;
  }
}
@media screen and (max-width: 768px) {
  .method-license-box .method-text--box01 {
    width: 100%;
  }
}
.method-license-box .method-text--box01 > p {
  font-weight: bold;
}
.method-license-box .method-text--box01.method-note {
  font-weight: bold;
  margin-top: 0.8em;
  margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  .method-license-box .method-text--box01.method-note {
    margin-bottom: 4.17vw;
  }
}
@media screen and (max-width: 768px) {
  .method-license-box .method-text--box01.method-note {
    margin-bottom: 10vw;
  }
}

.method-mynum-box {
  background-color: #fff;
  border: 4px solid #007bc7;
  border-radius: 10px;
  padding: 24px 32px;
  margin-top: 50px;
}
@media screen and (max-width: 1200px) {
  .method-mynum-box {
    border-width: 0.33vw;
    border-radius: 0.83vw;
    padding: 2vw 2.67vw;
    margin-top: 4.17vw;
  }
}
@media screen and (max-width: 768px) {
  .method-mynum-box {
    border-width: 0.9vw;
    border-radius: 2.3vw;
    padding: 5vw 4vw;
    margin-top: 10vw;
  }
}
.method-mynum-box__sep {
  height: 0;
  border: none;
  border-top: 2px solid #007bc7;
  margin: 20px 0;
}
@media screen and (max-width: 1200px) {
  .method-mynum-box__sep {
    border-top-width: 0.17vw;
    margin: 1.67vw 0;
  }
}
@media screen and (max-width: 768px) {
  .method-mynum-box__sep {
    border-top-width: 0.5vw;
    margin: 4vw 0;
  }
}
.method-mynum-box__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 25px;
  color: #007bc7;
  text-align: center;
  line-height: 1.4;
  margin: 0 0 16px;
  border-top: 4px solid #007bc7;
  border-bottom: 4px solid #007bc7;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media screen and (max-width: 1200px) {
  .method-mynum-box__title {
    font-size: 2.08vw;
    margin-bottom: 1.33vw;
  }
}
@media screen and (max-width: 768px) {
  .method-mynum-box__title {
    font-size: 5.68vw;
    margin-bottom: 3vw;
  }
}
.method-mynum-box__subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 25px;
  color: #000;
  text-align: center;
  margin: 0 0 12px;
}
@media screen and (max-width: 1200px) {
  .method-mynum-box__subtitle {
    font-size: 2.08vw;
    margin-bottom: 1vw;
  }
}
@media screen and (max-width: 768px) {
  .method-mynum-box__subtitle {
    font-size: 5.68vw;
    margin-bottom: 2.5vw;
  }
}
.method-mynum-box__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 10px;
  background-color: #007bc7;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #f5f5f5;
  margin-bottom: 12px;
}
@media screen and (max-width: 1200px) {
  .method-mynum-box__badge {
    height: 3.33vw;
    border-radius: 0.83vw;
    font-size: 1.67vw;
    margin-bottom: 1vw;
  }
}
@media screen and (max-width: 768px) {
  .method-mynum-box__badge {
    height: 9.1vw;
    border-radius: 2.3vw;
    font-size: 4.55vw;
    margin-bottom: 3vw;
  }
}
.method-mynum-box__tel {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 40px;
  color: #000;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 1200px) {
  .method-mynum-box__tel {
    font-size: 3.33vw;
  }
}
@media screen and (max-width: 768px) {
  .method-mynum-box__tel {
    font-size: 9.1vw;
  }
}
.method-mynum-box__warn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 4px 10px;
  border: 4px solid #f80000;
  border-radius: 5px;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 18px;
  color: #f80000;
  text-align: center;
  margin-bottom: 60px;
  margin-top: 15px;
}
@media screen and (max-width: 1200px) {
  .method-mynum-box__warn {
    min-height: 3.33vw;
    padding: 0.33vw 1vw;
    border-width: 0.33vw;
    font-size: 1.5vw;
    margin-bottom: 5vw;
    margin-top: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .method-mynum-box__warn {
    min-height: 9.1vw;
    padding: 2vw 2.5vw;
    border-width: 0.9vw;
    border-radius: 1.1vw;
    font-size: 3.4vw;
    margin-bottom: 5vw;
    margin-top: 3vw;
  }
}
.method-mynum-box__list {
  list-style: none;
  padding: 0;
  width: 535px;
  margin: 0 auto 8px;
}
.method-mynum-box__list li {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 1.4;
  color: #000;
  margin-bottom: 4px;
}
@media screen and (max-width: 1200px) {
  .method-mynum-box__list li {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .method-mynum-box__list li {
    font-size: 5.45vw;
  }
}
.method-mynum-box__list .txt-blue {
  color: #007bc7;
}
.method-mynum-box__list small {
  font-size: 22px;
}
@media screen and (max-width: 1200px) {
  .method-mynum-box__list small {
    font-size: 1.83vw;
  }
}
@media screen and (max-width: 768px) {
  .method-mynum-box__list small {
    font-size: 5vw;
  }
}
.method-mynum-box .method-text {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.method-mynum-box__callcenter {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #000;
  text-align: center;
  margin: 30px 0 0;
}
@media screen and (max-width: 1200px) {
  .method-mynum-box__callcenter {
    font-size: 1.67vw;
    margin-top: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .method-mynum-box__callcenter {
    font-size: 4.55vw;
    margin-top: 6vw;
  }
}

.method-side-row {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  margin-top: 16px;
}
@media screen and (max-width: 1200px) {
  .method-side-row {
    gap: 2vw;
    margin-top: 1.33vw;
  }
}
@media screen and (max-width: 768px) {
  .method-side-row {
    flex-direction: column;
    gap: 4vw;
    margin-top: 4vw;
    width: 100%;
  }
}
.method-side-row__text {
  flex: 1;
  min-width: 0;
  padding-left: 16px;
}
@media screen and (max-width: 1200px) {
  .method-side-row__text {
    padding-left: 1.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .method-side-row__text {
    width: 100%;
    padding-left: 0;
  }
}
.method-side-row__text .method-subbar--narrow {
  width: 360px;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 1200px) {
  .method-side-row__text .method-subbar--narrow {
    width: 30vw;
  }
}
@media screen and (max-width: 768px) {
  .method-side-row__text .method-subbar--narrow {
    width: 100%;
  }
}
.method-side-row__text .method-text {
  width: 360px;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  line-height: 1.4;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  .method-side-row__text .method-text {
    width: 30vw;
  }
}
@media screen and (max-width: 768px) {
  .method-side-row__text .method-text {
    width: 100%;
  }
}
.method-side-row__text .method-text.indent {
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 0;
}
.method-side-row__text .method-apply-caution {
  margin-left: 0;
}
.method-side-row__text.method-text--box01 {
  width: 410px;
}
@media screen and (max-width: 1200px) {
  .method-side-row__text.method-text--box01 {
    width: 34.17vw;
  }
}
@media screen and (max-width: 768px) {
  .method-side-row__text.method-text--box01 {
    width: 100%;
  }
}
.method-side-row__text.method-text--box02,
.method-side-row__text .method-text--box02 {
  width: 360px;
}
@media screen and (max-width: 1200px) {
  .method-side-row__text.method-text--box02,
  .method-side-row__text .method-text--box02 {
    width: 30vw;
  }
}
@media screen and (max-width: 768px) {
  .method-side-row__text.method-text--box02,
  .method-side-row__text .method-text--box02 {
    width: 100%;
  }
}
.method-side-row__img-wrap {
  flex-shrink: 0;
}
.method-side-row__img-wrap img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .method-side-row__img-wrap {
    align-self: center;
  }
}
.method-side-row__img-wrap--xs {
  width: 205px;
  position: relative;
  right: 45px;
}
@media screen and (max-width: 1200px) {
  .method-side-row__img-wrap--xs {
    width: 17.0833333333vw;
    right: 3.75vw;
  }
}
@media screen and (max-width: 768px) {
  .method-side-row__img-wrap--xs {
    width: 56vw;
    right: 0;
  }
}
.method-side-row__img-wrap--sm {
  width: 220px;
  margin-right: 35px;
}
@media screen and (max-width: 1200px) {
  .method-side-row__img-wrap--sm {
    width: 18.3333333333vw;
    margin-right: 2.9166666667vw;
  }
}
@media screen and (max-width: 768px) {
  .method-side-row__img-wrap--sm {
    width: 58vw;
    margin-right: 0;
  }
}
.method-side-row__img-wrap--md {
  width: 281px;
}
@media screen and (max-width: 1200px) {
  .method-side-row__img-wrap--md {
    width: 23.42vw;
  }
}
@media screen and (max-width: 768px) {
  .method-side-row__img-wrap--md {
    width: 64vw;
  }
}
.method-side-row__img-wrap--lg {
  width: 299px;
}
@media screen and (max-width: 1200px) {
  .method-side-row__img-wrap--lg {
    width: 24.92vw;
  }
}
@media screen and (max-width: 768px) {
  .method-side-row__img-wrap--lg {
    width: 80vw;
  }
}
.method-side-row__img-wrap--xl {
  width: 328px;
}
@media screen and (max-width: 1200px) {
  .method-side-row__img-wrap--xl {
    width: 27.33vw;
  }
}
@media screen and (max-width: 768px) {
  .method-side-row__img-wrap--xl {
    width: 88vw;
  }
}
.method-side-row .method-img-hukidashi {
  position: relative;
  right: -25px;
}
@media screen and (max-width: 1200px) {
  .method-side-row .method-img-hukidashi {
    right: -1.33vw;
  }
}
@media screen and (max-width: 768px) {
  .method-side-row .method-img-hukidashi {
    right: 0.5vw;
    width: 90vw;
  }
}

.method-substep__divider {
  height: 0;
  border: none;
  border-top: 2px solid #52a5dc;
  margin: 20px 0;
}
@media screen and (max-width: 1200px) {
  .method-substep__divider {
    border-top-width: 0.17vw;
    margin: 1.67vw 0;
  }
}
@media screen and (max-width: 768px) {
  .method-substep__divider {
    border-top-width: 0.5vw;
    margin: 4vw 0;
  }
}
.method-substep__divider--arrow {
  height: 2px;
  border-top: none;
  background-color: #000;
  position: relative;
  margin-top: 12px;
  margin-bottom: 44px;
}
@media screen and (max-width: 1200px) {
  .method-substep__divider--arrow {
    height: 0.17vw;
    margin-top: 1vw;
    margin-bottom: 3.67vw;
  }
}
@media screen and (max-width: 768px) {
  .method-substep__divider--arrow {
    height: 0.45vw;
    margin-top: 5vw;
    margin-bottom: 12.5vw;
  }
}
.method-substep__divider--arrow::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 20px solid #000;
}
@media screen and (max-width: 1200px) {
  .method-substep__divider--arrow::after {
    border-left-width: 1.33vw;
    border-right-width: 1.33vw;
    border-top-width: 1.67vw;
  }
}
@media screen and (max-width: 768px) {
  .method-substep__divider--arrow::after {
    border-left-width: 6vw;
    border-right-width: 6vw;
    border-top-width: 7.5vw;
  }
}

.method-tel-caution {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 330px;
  min-height: 38px;
  margin: 8px 0 0;
  padding: 6px 6px;
  border: 3px solid #f80000;
  border-radius: 5px;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 17px;
  color: #f80000;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .method-tel-caution {
    width: 27.5vw;
    min-height: 3.17vw;
    border-width: 0.25vw;
    font-size: 1.42vw;
    padding: 0.5vw 0.5vw;
  }
}
@media screen and (max-width: 768px) {
  .method-tel-caution {
    width: 100%;
    min-height: 0;
    border-width: 0.7vw;
    font-size: 4.09vw;
    margin-top: 2vw;
    padding: 2vw 3vw;
  }
}

.method-apply-caution {
  max-width: 359px;
  margin: 24px auto 0;
  padding: 20px 8px;
  border: 4px solid #f80000;
  border-radius: 5px;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 18px;
  color: #f80000;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 1200px) {
  .method-apply-caution {
    max-width: 29.92vw;
    margin-top: 2vw;
    padding: 1.67vw 0.67vw;
    border-width: 0.33vw;
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  .method-apply-caution {
    max-width: 100%;
    margin-top: 5vw;
    padding: 4vw;
    border-width: 0.9vw;
    font-size: 4.09vw;
  }
}

.method-purchase-period {
  max-width: 998px;
  margin: 60px auto 0;
  padding: 22px 20px;
  background-color: #ecf4e3;
  border-top: 4px solid #00a73c;
  border-bottom: 4px solid #00a73c;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .method-purchase-period {
    max-width: 83.17vw;
    margin-top: 5vw;
    padding: 1.83vw 1.67vw;
    border-top-width: 0.33vw;
    border-bottom-width: 0.33vw;
  }
}
@media screen and (max-width: 768px) {
  .method-purchase-period {
    max-width: 100%;
    margin-top: 10vw;
    padding: 5vw 4vw;
    border-top-width: 0.9vw;
    border-bottom-width: 0.9vw;
  }
}
.method-purchase-period__label {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 30px;
  color: #00a73c;
}
@media screen and (max-width: 1200px) {
  .method-purchase-period__label {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .method-purchase-period__label {
    font-size: 5.68vw;
  }
}
.method-purchase-period__date {
  margin: 4px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #00a73c;
}
@media screen and (max-width: 1200px) {
  .method-purchase-period__date {
    margin-top: 0.33vw;
    font-size: 1.67vw;
  }
}
@media screen and (max-width: 768px) {
  .method-purchase-period__date {
    font-size: 4.55vw;
  }
}

.method-payment {
  margin-top: 20px;
}
@media screen and (max-width: 1200px) {
  .method-payment {
    margin-top: 1.67vw;
  }
}
@media screen and (max-width: 768px) {
  .method-payment {
    margin-top: 5vw;
  }
}
.method-payment__item {
  margin-bottom: 16px;
}
.method-payment__item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .method-payment__item {
    margin-bottom: 1.33vw;
  }
}
@media screen and (max-width: 768px) {
  .method-payment__item {
    margin-bottom: 4vw;
  }
}

.method-pay-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  border-radius: 10px;
  background-color: #6fba2c;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 25px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .method-pay-bar {
    height: 4.17vw;
    border-radius: 0.83vw;
    font-size: 2.08vw;
  }
}
@media screen and (max-width: 768px) {
  .method-pay-bar {
    height: 11.4vw;
    border-radius: 2.3vw;
    font-size: 5.68vw;
  }
}
.method-pay-bar--wide {
  width: 635px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .method-pay-bar--wide {
    width: 52.92vw;
  }
}
@media screen and (max-width: 768px) {
  .method-pay-bar--wide {
    width: 100%;
  }
}

.method-shop-open {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  min-height: 71px;
  padding: 8px 20px;
  border-radius: 10px;
  background-color: #00a73c;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 25px;
  color: #fff100;
  text-align: center;
  line-height: 1.3;
  margin: 20px auto 0;
  width: 635px;
  max-width: 100%;
}
@media screen and (max-width: 1200px) {
  .method-shop-open {
    min-height: 5.92vw;
    padding: 0.67vw 1.67vw;
    border-radius: 0.83vw;
    font-size: 2.08vw;
    width: 52.92vw;
    margin-top: 1.67vw;
  }
}
@media screen and (max-width: 768px) {
  .method-shop-open {
    min-height: 0;
    padding: 4vw;
    border-radius: 2.3vw;
    font-size: 4.3668122271vw;
    width: 100%;
    margin-top: 4vw;
  }
}

.method-final-note {
  max-width: 814px;
  margin: 40px auto 60px;
  padding: 0 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}
@media screen and (max-width: 1200px) {
  .method-final-note {
    font-size: 1.17vw;
    padding: 0 1.67vw;
    margin-top: 3.33vw;
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .method-final-note {
    font-size: 3.18vw;
    padding: 0 3.6vw;
    margin-top: 3vw;
    margin-bottom: 10vw;
  }
}

.method-accordion__body {
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease;
}
@media (prefers-reduced-motion: reduce) {
  .method-accordion__body {
    transition: none;
  }
}
.method-accordion__body + .method-accordion__trigger {
  margin-top: 60px;
}
@media screen and (max-width: 1200px) {
  .method-accordion__body + .method-accordion__trigger {
    margin-top: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .method-accordion__body + .method-accordion__trigger {
    margin-top: 10vw;
  }
}
.method-accordion__trigger {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.method-accordion__trigger .method-choice__arrow {
  transition: transform 0.3s ease;
}
.method-accordion__trigger[aria-expanded=true] .method-choice__arrow {
  transform: translateY(-50%) rotate(180deg);
}
@media (prefers-reduced-motion: reduce) {
  .method-accordion__trigger .method-choice__arrow {
    transition: none;
  }
}

.method-step__head[aria-expanded] {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.method-step__head[aria-expanded] .method-step__arrow {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
  .method-step__head[aria-expanded] .method-step__arrow {
    transition: none;
  }
}
.method-step__head[aria-expanded][aria-expanded=true] .method-step__arrow {
  transform: rotate(0deg);
}

.method-step__body[id] {
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease;
}
@media (prefers-reduced-motion: reduce) {
  .method-step__body[id] {
    transition: none;
  }
}

.method-dl {
  padding: 56px 20px 0;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .method-dl {
    padding: 4.67vw 1.67vw 0;
  }
}
@media screen and (max-width: 768px) {
  .method-dl {
    padding: 8vw 3.6vw 0;
  }
}
.method-dl__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 500px;
  max-width: 100%;
  min-height: 80px;
  padding: 16px 60px 16px 24px;
  border: 3px solid #000;
  border-radius: 15px;
  background-color: #fff100;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  color: #000;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
@media screen and (max-width: 1200px) {
  .method-dl__link {
    width: 41.67vw;
    min-height: 6.67vw;
    padding: 1.33vw 5vw 1.33vw 2vw;
    border-width: 0.25vw;
    border-radius: 1.25vw;
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .method-dl__link {
    width: 85.6vw;
    min-height: 16vw;
    padding: 4vw 10vw 4vw 5vw;
    border-width: 2px;
    border-radius: 3vw;
    font-size: 4.55vw;
  }
}
.method-dl__link:hover {
  opacity: 0.75;
}
@media (prefers-reduced-motion: reduce) {
  .method-dl__link {
    transition: none;
  }
}
.method-dl__arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .method-dl__arrow {
    right: 1.67vw;
    font-size: 1.17vw;
  }
}
@media screen and (max-width: 768px) {
  .method-dl__arrow {
    right: 4vw;
    font-size: 3.18vw;
  }
}/*# sourceMappingURL=style_method.css.map */