@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap");
/* Base */
img {
  max-width: 100%;
}

ul, ol {
  list-style: none;
}

* {
  font-family: "Noto Sans JP", sans-serif;
}

/* Sectioning */
.mv {
  margin: 0;
  background-color: #E2E5F2;
  opacity: 1;
  padding: 20px 20px 0;
}

@media (max-width: 768px) {
  .mv {
    padding: 0;
  }
}

.mv__inner {
  max-width: 840px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

@media (max-width: 768px) {
  .mv__inner {
    padding: 5.12821vw 5.12821vw 0;
  }
}

.mv__close {
  display: flex;
  padding: 14px 30px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border: 1px solid #2C3E8A;
  background-color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #2C3E8A;
}

@media (max-width: 768px) {
  .mv__close {
    padding: 3.58974vw 7.69231vw;
    gap: 1.53846vw;
    font-size: 4.10256vw;
  }
}

.mv__close::before {
  content: '';
  width: 16px;
  height: 16px;
  background: url(/-/media/aeoncard/campaign/lp/aeoncardwaon/2403-H030/20260406/images/icon_close-btn.svg) no-repeat center center/contain;
}

@media (max-width: 768px) {
  .mv__close::before {
    width: 4.10256vw;
    height: 4.10256vw;
  }
}

.mv__close.prev::before {
  content: none;
}

.mv__content {
  max-width: 590px;
  margin: 0 auto;
  padding: 40px 0 30px;
}

@media (max-width: 768px) {
  .mv__content {
    max-width: 100%;
    padding: 8.20513vw 0 7.69231vw;
  }
}

.mv__lead {
  margin-top: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  background-color: #2C3E8A;
  border-radius: 200px;
}

@media (max-width: 768px) {
  .mv__lead {
    margin: 6.15385vw -5.12821vw 0;
    width: 100vw;
    height: 12.82051vw;
    border-radius: 0;
    font-size: 5.64103vw;
  }
}

.mv__lead::before, .mv__lead::after {
  content: '';
  width: 2px;
  height: 26px;
  background-color: #fff;
  margin: 0 10px;
}

@media (max-width: 768px) {
  .mv__lead::before, .mv__lead::after {
    width: 0.51282vw;
    height: 6.66667vw;
    margin: 0 2.5641vw;
  }
}

.mv__lead::before {
  transform: rotate(-20deg);
}

.mv__lead::after {
  transform: rotate(20deg);
}

.mv__top {
  display: flex;
  gap: 26px;
  justify-content: space-between;
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  .mv__top {
    gap: 2.5641vw;
    margin-bottom: 3.07692vw;
  }
}

.mv__top__left {
  display: flex;
  gap: 16px;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .mv__top__left {
    padding-top: 3.07692vw;
    gap: 2.5641vw;
  }
}

.mv__top__left > img {
  width: auto;
  height: 230px;
}

@media (max-width: 768px) {
  .mv__top__left > img {
    height: 33.33333vw;
  }
}

.mv__flex {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 768px) {
  .mv__flex {
    margin-top: 2.5641vw;
  }
}

.mv__flex > li {
  margin: 0;
  font-size: 22px;
}

@media (max-width: 768px) {
  .mv__flex > li {
    font-size: 4.10256vw;
  }
}

.mv__flex .a-link::after {
  content: '';
  width: 10px;
  height: 16px;
  margin-left: 4px;
  background: url(/-/media/aeoncard/campaign/lp/aeoncardwaon/2403-H030/20260406/images/icon_link_arrow.svg) no-repeat center center/contain;
  transform: translateY(10%);
}

@media (max-width: 768px) {
  .mv__flex .a-link::after {
    width: 1.79487vw;
    height: 3.07692vw;
    margin-left: 1.02564vw;
    transform: translateY(0);
  }
}

.mv__box {
  margin-top: 15px;
  border: 1px solid #8791BE;
  padding: 10px 28px;
}

@media (max-width: 768px) {
  .mv__box {
    margin-top: 2.82051vw;
    padding: 2.5641vw 4.10256vw;
  }
}

.mv__box p {
  font-size: 10px;
  text-align: center;
  letter-spacing: -0.025em;
  font-weight: 700;
  color: #ff0000;
}

@media (max-width: 768px) {
  .mv__box p {
    font-size: 2.5641vw;
    text-align: left;
  }
}

.mv__box a {
  color: #015EC5;
  text-decoration: underline;
}

.period {
  margin: 0;
  background-color: #2C3E8A;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

@media (max-width: 768px) {
  .period {
    padding: 2.5641vw;
  }
}

.period p {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .period p {
    font-size: 4.10256vw;
  }
}

.mv-sub {
  margin: 0;
  padding: 30px 20px 0;
  background-color: #E2E5F2;
}

@media (max-width: 768px) {
  .mv-sub {
    padding: 7.69231vw 5.12821vw 0;
  }
}

.mv-sub__inner {
  margin: 0 auto;
  max-width: 590px;
}

@media (max-width: 768px) {
  .mv-sub__inner {
    max-width: 100%;
  }
}

.benefits {
  margin: 0;
  background-color: #E2E5F2;
  padding: 70px 20px 60px;
}

@media (max-width: 768px) {
  .benefits {
    padding: 10.25641vw 5.12821vw 15.38462vw;
  }
}

.benefits__inner {
  margin: 0 auto;
  max-width: 840px;
}

.benefits__box {
  margin-top: 50px;
  border-radius: 20px;
  border: 1px solid #F3F4F6;
  background: #FFF;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  padding: 40px 20px;
}

@media (max-width: 768px) {
  .benefits__box {
    margin-top: 10.25641vw;
    border-radius: 5.12821vw;
    padding: 7.69231vw 5.12821vw;
  }
}

.benefits__box__inner {
  margin: 0 auto;
  max-width: 590px;
}

@media (max-width: 768px) {
  .benefits__box__inner {
    max-width: 100%;
  }
}

.benefits__box__inner > h3 {
  margin-top: 40px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
}

@media (max-width: 768px) {
  .benefits__box__inner > h3 {
    margin-top: 7.69231vw;
    font-size: 4.10256vw;
    gap: 2.05128vw;
  }
}

.benefits__box__inner > h3::before {
  content: "";
  display: block;
  width: 4px;
  height: 20px;
  background-color: #DC0695;
  border-radius: 30px;
}

@media (max-width: 768px) {
  .benefits__box__inner > h3::before {
    width: 1.02564vw;
    height: 5.12821vw;
  }
}

.benefits__box__inner > img + h3 {
  margin-top: 50px;
}

@media (max-width: 768px) {
  .benefits__box__inner > img + h3 {
    margin-top: 10.25641vw;
  }
}

.benefits__box .notes {
  margin-top: 7px;
  gap: 7px;
}

@media (max-width: 768px) {
  .benefits__box .notes {
    margin-top: 1.79487vw;
    gap: 1.79487vw;
  }
}

.benefits__box__img {
  margin: 30px auto 0;
  max-width: 350px;
  display: block;
}

@media (max-width: 768px) {
  .benefits__box__img {
    margin-top: 7.69231vw;
    max-width: 100%;
  }
}

.benefits__box h4 {
  margin-top: 30px;
  width: 100%;
  height: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #E2E5F2;
  font-size: 18px;
  font-weight: 700;
  border-radius: 60px;
}

@media (max-width: 768px) {
  .benefits__box h4 {
    margin-top: 5.12821vw;
    height: 8.71795vw;
    font-size: 4.10256vw;
  }
}

.benefits__box h4 + p {
  margin-top: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .benefits__box h4 + p {
    margin-top: 2.5641vw;
    font-size: 4.10256vw;
  }
}

.benefits__box h4 + p + p {
  margin-top: 30px;
}

@media (max-width: 768px) {
  .benefits__box h4 + p + p {
    margin-top: 7.69231vw;
  }
}

.aeonpay-info {
  margin: 0;
  padding: 60px 20px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .aeonpay-info {
    padding: 15.38462vw 5.12821vw;
  }
}

.aeonpay-info__inner {
  margin: 0 auto;
  max-width: 590px;
}

@media screen and (max-width: 768px) {
  .aeonpay-info__inner {
    max-width: 100%;
  }
}

.aeonpay-info__inner > *:first-child {
  margin-top: 0 !important;
}

.aeonpay-info__sub {
  margin-top: 40px;
  width: 100%;
  height: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #E2E5F2;
  font-size: 18px;
  font-weight: 700;
  border-radius: 60px;
  color: #1a1a1a !important;
}

@media (max-width: 768px) {
  .aeonpay-info__sub {
    margin-top: 10.25641vw;
    height: 9.23077vw;
    font-size: 4.10256vw;
  }
}

.aeonpay-info__sub + p {
  margin-top: 20px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .aeonpay-info__sub + p {
    margin-top: 2.5641vw;
    font-size: 4.10256vw;
  }
}

.aeonpay-info__sub::before {
  content: none !important;
}

.aeonpay-info__hdg {
  margin: 0;
  padding: 8px 0 8px 16px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  border-left: 4px solid #2C3E8A;
}

@media screen and (max-width: 768px) {
  .aeonpay-info__hdg {
    font-size: 5.64103vw;
    padding: 2.05128vw 0 2.05128vw 4.10256vw;
  }
}

.aeonpay-info__lead {
  margin-top: 30px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .aeonpay-info__lead {
    margin-top: 7.69231vw;
    font-size: 4.10256vw;
  }
}

.aeonpay-info__lead > strong {
  color: #DC0695;
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .aeonpay-info__lead > strong {
    font-size: 4.61538vw;
  }
}

.aeonpay-info__flex-img {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  height: 250px;
}

@media screen and (max-width: 768px) {
  .aeonpay-info__flex-img {
    margin-top: 7.69231vw;
    gap: 5.12821vw;
    height: 47.94872vw;
  }
}

.aeonpay-info__flex-img > img {
  width: auto;
  height: 100%;
}

.aeonpay-info .step-list__link {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .aeonpay-info .step-list__link {
    margin-top: 5.12821vw;
  }
}

.aeonpay-info__app-icon {
  margin: 20px auto 0;
  width: 90px;
  display: block;
}

@media screen and (max-width: 768px) {
  .aeonpay-info__app-icon {
    margin-top: 5.12821vw;
    width: 23.07692vw;
  }
}

.aeonpay-info__swiper {
  margin: 30px auto 0;
  position: relative;
  width: 350px;
  padding-bottom: 74px;
}

@media screen and (max-width: 768px) {
  .aeonpay-info__swiper {
    margin-top: 5.12821vw;
    width: 100%;
    padding-bottom: 16.41026vw;
  }
}

.aeonpay-info__swiper .swiper-slide {
  width: 350px;
  display: flex;
  flex-direction: column;
  background-color: transparent;
  align-items: center;
  padding: 26px 16px 24px;
  border: 1px solid #2C3E8A;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 768px) {
  .aeonpay-info__swiper .swiper-slide {
    width: 83.58974vw;
    padding: 6.66667vw 4.10256vw 6.15385vw;
    border-radius: 2.5641vw;
  }
}

.aeonpay-info__swiper__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
}

@media screen and (max-width: 768px) {
  .aeonpay-info__swiper__icon {
    width: 12.82051vw;
  }
}

.aeonpay-info__swiper h4 {
  text-align: center;
  margin-top: 0;
  font-size: 16px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .aeonpay-info__swiper h4 {
    font-size: 4.10256vw;
  }
}

.aeonpay-info__swiper p {
  margin-top: 18px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .aeonpay-info__swiper p {
    margin-top: 4.61538vw;
    font-size: 3.58974vw;
  }
}

.aeonpay-info__swiper p > strong {
  font-weight: 700;
}

.aeonpay-info__swiper p > small {
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .aeonpay-info__swiper p > small {
    font-size: 3.07692vw;
  }
}

.aeonpay-info__swiper__img {
  margin: 18px auto 0;
  height: 235px;
  width: auto;
  display: block;
}

@media screen and (max-width: 768px) {
  .aeonpay-info__swiper__img {
    margin-top: 4.61538vw;
    height: 60.25641vw;
  }
}

.aeonpay-info__swiper .swiper-button-prev-aeonpay-info, .aeonpay-info__swiper .swiper-button-next-aeonpay-info {
  position: absolute;
  top: auto;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 43px;
  height: 43px;
  background: url(/-/media/aeoncard/campaign/lp/aeoncardwaon/20260406/images/btn_aeonpay-swiper_prev.svg) no-repeat left bottom/contain !important;
}

@media screen and (max-width: 768px) {
  .aeonpay-info__swiper .swiper-button-prev-aeonpay-info, .aeonpay-info__swiper .swiper-button-next-aeonpay-info {
    left: 5.12821vw;
    width: 11.02564vw;
    height: 11.02564vw;
  }
}

.aeonpay-info__swiper .swiper-button-prev-aeonpay-info::after, .aeonpay-info__swiper .swiper-button-next-aeonpay-info::after {
  content: none;
}

.aeonpay-info__swiper .swiper-button-next-aeonpay-info {
  left: auto;
  right: 0;
  background: url(/-/media/aeoncard/campaign/lp/aeoncardwaon/20260406/images/btn_aeonpay-swiper_next.svg) no-repeat right bottom/contain !important;
}

@media screen and (max-width: 768px) {
  .aeonpay-info__swiper .swiper-button-next-aeonpay-info {
    right: 5.12821vw;
  }
}

.aeonpay-info__swiper .swiper-pagination-aeonpay-info {
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 7px;
  z-index: 9;
}

@media screen and (max-width: 768px) {
  .aeonpay-info__swiper .swiper-pagination-aeonpay-info {
    bottom: 4.61538vw;
    gap: 1.79487vw;
  }
}

.aeonpay-info__swiper .swiper-pagination-aeonpay-info .swiper-pagination-bullet {
  width: 30px;
  height: 8px;
  border-radius: 5px;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .aeonpay-info__swiper .swiper-pagination-aeonpay-info .swiper-pagination-bullet {
    width: 7.69231vw !important;
    height: 2.05128vw !important;
    border-radius: 1.28205vw !important;
  }
}

.aeonpay-info__swiper .swiper-pagination-aeonpay-info .swiper-pagination-bullet-active {
  width: 30px !important;
  height: 8px !important;
  border-radius: 5px !important;
  background-color: #56419E !important;
}

@media screen and (max-width: 768px) {
  .aeonpay-info__swiper .swiper-pagination-aeonpay-info .swiper-pagination-bullet-active {
    width: 7.69231vw !important;
    height: 2.05128vw !important;
    border-radius: 1.28205vw !important;
  }
}

.aeonpay-info__swiper .notes {
  margin-top: 18px;
}

@media screen and (max-width: 768px) {
  .aeonpay-info__swiper .notes {
    margin-top: 2.5641vw;
  }
}

.aeonpay-info__swiper .notes > li {
  font-size: 8px;
}

@media screen and (max-width: 768px) {
  .aeonpay-info__swiper .notes > li {
    font-size: 2.05128vw;
  }
}

.aeonpay-info__swiper .a-mt10 {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .aeonpay-info__swiper .a-mt10 {
    margin-top: 2.5641vw;
  }
}

.aeonpay-info__app__lead {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 10px;
}

@media screen and (max-width: 768px) {
  .aeonpay-info__app__lead {
    margin-top: w(40);
    gap: 2.5641vw;
  }
}

.aeonpay-info__app__lead p {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  .aeonpay-info__app__lead p {
    font-size: 4.10256vw;
  }
}

.aeonpay-info__app__lead span {
  color: #DC0695;
}

.aeonpay-info__app__lead::before, .aeonpay-info__app__lead::after {
  content: '';
  width: 2px;
  height: 25px;
  background-color: #1a1a1a;
}

@media screen and (max-width: 768px) {
  .aeonpay-info__app__lead::before, .aeonpay-info__app__lead::after {
    width: 0.51282vw;
    height: 6.41026vw;
  }
}

.aeonpay-info__app__lead::before {
  transform: rotate(-30deg);
}

.aeonpay-info__app__lead::after {
  transform: rotate(30deg);
}

.aeonpay-info__app__list {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

@media screen and (max-width: 768px) {
  .aeonpay-info__app__list {
    margin-top: 5.12821vw;
    gap: 3.84615vw;
    flex-direction: column;
  }
}

.aeonpay-info__app__list > li {
  height: 50px;
}

@media screen and (max-width: 768px) {
  .aeonpay-info__app__list > li {
    height: 12.82051vw;
  }
}

.aeonpay-info__app__list > li img {
  width: auto;
  height: 100%;
}

.aeonpay-info__app__list.qx-js-ios > .android {
  display: none;
}

.aeonpay-info__app__list.qx-js-android > .ios {
  display: none;
}

.aeonpay-info__app__link {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .aeonpay-info__app__link {
    margin-top: 5.12821vw;
    font-size: 3.58974vw;
  }
}

.aeonpay-info__app__link::after {
  content: '';
  width: 7px;
  height: 12px;
  margin-left: 3px;
  background: url(/-/media/aeoncard/campaign/lp/aeoncardwaon/20260406/images/icon_link-arrow.svg) no-repeat center center/contain;
}

@media screen and (max-width: 768px) {
  .aeonpay-info__app__link::after {
    width: 1.79487vw;
    height: 3.07692vw;
    margin-left: 0.76923vw;
  }
}

.aeonpay-info__app__link a {
  color: #015ec5;
  text-decoration: underline;
}

.aeonpay-info__list {
  margin: 30px auto 0;
  width: 350px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

@media screen and (max-width: 768px) {
  .aeonpay-info__list {
    margin-top: 7.69231vw;
    width: 89.74359vw;
    gap: 2.5641vw;
  }
}

.aeonpay-info__list > li {
  width: 170px;
}

@media screen and (max-width: 768px) {
  .aeonpay-info__list > li {
    width: 43.58974vw;
  }
}

.aeonpay-info__list > li:first-child {
  width: 100%;
}

.cards {
  margin: 0;
  padding: 60px 20px;
  background-color: #E2E5F2;
}

@media screen and (max-width: 768px) {
  .cards {
    padding: 15.38462vw 5.12821vw;
  }
}

.cards__inner {
  margin: 0 auto;
  max-width: 590px;
}

@media screen and (max-width: 768px) {
  .cards__inner {
    max-width: 100%;
  }
}

.cards__inner > *:first-child {
  margin-top: 0 !important;
}

.cards__hdg {
  margin: 0;
  padding: 8px 0 8px 16px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  border-left: 4px solid #2C3E8A;
}

@media screen and (max-width: 768px) {
  .cards__hdg {
    font-size: 5.64103vw;
    padding: 2.05128vw 0 2.05128vw 4.10256vw;
  }
}

.cards__box {
  margin-top: 30px;
  background: #fff;
  padding: 20px;
}

@media screen and (max-width: 768px) {
  .cards__box {
    margin-top: 7.69231vw;
    padding: 5.12821vw;
  }
}

@media screen and (max-width: 768px) {
  .cards__box + .cards__box {
    margin-top: 5.12821vw;
  }
}

.cards__box .newcard-box {
  max-width: 400px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .cards__box .newcard-box {
    max-width: 100%;
  }
}

.cards__box .newcard-box .u-mb30 {
  padding: 0;
}

.bottom {
  margin: 0;
  padding: 20px;
  background-color: #E2E5F2;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .bottom {
    padding: 5.12821vw;
  }
}

.bottom__close {
  display: flex;
  padding: 14px 30px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border: 1px solid #2C3E8A;
  background-color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #2C3E8A;
}

@media (max-width: 768px) {
  .bottom__close {
    padding: 3.58974vw 7.69231vw;
    gap: 1.53846vw;
    font-size: 4.10256vw;
  }
}

.bottom__close::before {
  content: '';
  width: 16px;
  height: 16px;
  background: url(/-/media/aeoncard/campaign/lp/aeoncardwaon/2403-H030/20260406/images/icon_close-btn.svg) no-repeat center center/contain;
}

@media (max-width: 768px) {
  .bottom__close::before {
    width: 4.10256vw;
    height: 4.10256vw;
  }
}

.bottom__close.prev::before {
  content: none;
}

/* Modules */
.notes {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

@media (max-width: 768px) {
  .notes {
    gap: 1.28205vw;
  }
}

.notes > li {
  color: #6A7282;
  font-size: 10px;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.3;
}

@media (max-width: 768px) {
  .notes > li {
    font-size: 2.5641vw;
  }
}

.step-list {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 96px;
}

@media (max-width: 768px) {
  .step-list {
    margin-top: 11.28205vw;
    gap: 30.76923vw;
  }
}

.step-list > li {
  position: relative;
  padding: 50px 15px 40px;
  border-radius: 10px;
  border: 1px solid #2C3E8A;
}

@media (max-width: 768px) {
  .step-list > li {
    padding: 15.38462vw 3.84615vw 5.12821vw;
    border-radius: 5.12821vw;
  }
}

.step-list > li::after {
  content: '';
  width: 59px;
  height: 36px;
  position: absolute;
  bottom: -66px;
  left: 50%;
  transform: translateX(-50%);
  background: url(/-/media/aeoncard/campaign/lp/aeoncardwaon/20260406/aeoncardwaon_b/images/icon_web-benefit_arrow.svg) no-repeat center center/contain;
}

@media (max-width: 768px) {
  .step-list > li::after {
    width: 15.12821vw;
    height: 9.23077vw;
    bottom: -14.35897vw;
  }
}

.step-list > li:last-child::after {
  content: none;
}

.step-list__inner {
  margin: 0 auto;
  max-width: 590px;
  display: block;
}

@media (max-width: 768px) {
  .step-list__inner {
    max-width: 100%;
  }
}

.step-list__inner h3 {
  margin: 0 auto;
  width: 350px;
  padding: 2px 0;
  border-top: 1px solid #2C3E8A;
  border-bottom: 1px solid #2C3E8A;
}

@media (max-width: 768px) {
  .step-list__inner h3 {
    width: 100%;
  }
}

.step-list__inner h3 > span {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #2C3E8A;
  border-bottom: 1px solid #2C3E8A;
  color: #2C3E8A;
  font-size: 20px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .step-list__inner h3 > span {
    font-size: 4.10256vw;
  }
}

.step-list__icon {
  position: absolute;
  width: auto;
  height: 143px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  top: -68.5px;
  right: 32px;
}

@media (max-width: 768px) {
  .step-list__icon {
    height: 22.30769vw;
    top: -11.28205vw;
    right: 3.84615vw;
  }
}

.step-list__icon > img {
  width: auto;
  height: 100%;
}

.step-list__label {
  width: 180px;
  position: absolute;
  top: -27px;
  left: 20px;
}

@media (max-width: 768px) {
  .step-list__label {
    width: 46.15385vw;
    left: -1px;
    top: -6.66667vw;
  }
}

.step-list__label img {
  max-width: 100%;
}

.step-list__lead {
  margin: 20px 0;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  color: #2C3E8A;
}

@media (max-width: 768px) {
  .step-list__lead {
    font-size: 4.23077vw;
    margin: 2.5641vw 0;
  }
}

.step-list__box {
  margin-top: 20px;
  padding: 15px;
  background-color: #F9FAFB;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .step-list__box {
    margin-top: 2.5641vw;
    padding: 3.84615vw 2.5641vw;
    border-radius: 2.5641vw;
  }
}

.step-list__box ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media (max-width: 768px) {
  .step-list__box ul {
    gap: 2.5641vw;
  }
}

.step-list__box ul > li {
  color: #6A7282;
  font-size: 10px;
  line-height: 1.3;
  text-indent: -1em;
  padding-left: 1em;
}

@media (max-width: 768px) {
  .step-list__box ul > li {
    font-size: 2.5641vw;
  }
}

.step-list__box ul > li > span {
  color: #DC0695;
}

.step-list__link {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .step-list__link {
    margin-top: 2.5641vw;
    font-size: 3.58974vw;
  }
}

.step-list__link > a {
  color: #015EC5;
  text-decoration: underline;
}

.step-list__link::after {
  content: '';
  width: 7px;
  height: 12px;
  margin-left: 3px;
  background: url(/-/media/aeoncard/campaign/lp/aeoncardwaon/2403-H030/20260406/images/icon_link_arrow.svg) no-repeat center center/contain;
}

@media (max-width: 768px) {
  .step-list__link::after {
    width: 1.79487vw;
    height: 3.07692vw;
    margin-left: 0.76923vw;
  }
}

.terms-list {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

@media (max-width: 768px) {
  .terms-list {
    margin-top: 5.12821vw;
    gap: 1.79487vw;
  }
}

.terms-list > li {
  padding: 16px 20px;
  border-radius: 10px;
  border: 1px solid #D1D5DC;
  background: #F8FAFC;
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

@media (max-width: 768px) {
  .terms-list > li {
    padding: 4.10256vw 5.12821vw;
    border-radius: 2.5641vw;
    gap: 2.05128vw;
  }
}

.terms-list h5 {
  margin: 0;
  width: 46px;
  height: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  background-color: #DC0695;
  border-radius: 4px;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .terms-list h5 {
    width: 9.23077vw;
    height: 5.12821vw;
    font-size: 2.5641vw;
    border-radius: 1.02564vw;
  }
}

.terms-list__lead {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.025em;
}

@media (max-width: 768px) {
  .terms-list__lead {
    font-size: 4.10256vw;
  }
}

.float-link__contents {
  gap: 10px;
}

@media (max-width: 768px) {
  .float-link__contents {
    gap: 2.5641vw;
  }
}

.float-link__container img {
  max-height: 80px;
}

/* Adjustment */
.a-fc-pink {
  color: #DC0695;
}

.a-link {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .a-link {
    margin-top: 2.5641vw;
    font-size: 3.58974vw;
    letter-spacing: -0.01em;
  }
}

.a-link > a {
  color: #015EC5;
  text-decoration: underline;
}

.a-link::after {
  content: '';
  width: 7px;
  height: 12px;
  margin-left: 3px;
  background: url(/-/media/aeoncard/campaign/lp/aeoncardwaon/2403-H030/20260406/images/icon_link_arrow.svg) no-repeat center center/contain;
}

@media (max-width: 768px) {
  .a-link::after {
    width: 1.79487vw;
    height: 3.07692vw;
    margin-left: 0.51282vw;
  }
}

.a-mt20 {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .a-mt20 {
    margin-top: 5.12821vw;
  }
}
