#contentMain {
  background-color: #fff;
  background-image: none !important;
}

.link-text {
  text-align: right;
  font-size: 12px !important;
}

@media screen and (max-width: 768px) {
  .link-text {
    font-size: 3.07692vw !important;
  }
}

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

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

@media screen and (max-width: 768px) {
  .mv {
    padding: 7.17949vw 5.12821vw 3.84615vw;
  }
}

.mv__inner {
  width: 100%;
  max-width: 782px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 30px;
}

@media screen and (max-width: 768px) {
  .mv__inner {
    max-width: 100%;
    flex-direction: column;
    gap: 6.15385vw;
  }
}

.mv__card {
  width: 246px;
  display: flex;
  flex-direction: column;
}

.mv__card img {
  width: 100%;
  height: auto;
  border: none;
  border-radius: 0;
}

@media screen and (max-width: 768px) {
  .mv__card {
    width: 81.02564vw;
    height: 21.53846vw;
    gap: 3.58974vw;
    flex-direction: row;
    align-items: center;
  }
  .mv__card img {
    height: 100%;
    width: auto;
  }
}

.mv__card__list {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .mv__card__list {
    gap: 3.58974vw;
  }
}

.mv__card__list > li {
  width: 117px;
}

@media screen and (max-width: 768px) {
  .mv__card__list > li {
    width: 13.58974vw;
  }
}

.mv__info {
  width: 506px;
}

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

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

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

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

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

.mv__flex .a-link a {
  color: #015ec5;
  text-decoration: underline;
}

.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%);
  display: inline-block;
}

@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: 20px auto 0;
  border: 1px solid #8791BE;
  padding: 10px 28px;
  max-width: 782px;
}

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

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

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

.mv__box p.u-txt-left {
  text-align: left;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .mv__box p.u-txt-left {
    margin-top: 2.5641vw;
  }
}

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

.mv__box > h3 {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #eb0015;
}

@media screen and (max-width: 768px) {
  .mv__box > h3 {
    font-size: 3.07692vw;
  }
}

.mv__box > h3::before {
  content: '';
  width: 18px;
  height: 18px;
  background: url(/-/media/aeoncard/campaign/lp/aeoncardwaon/20260113/images/alert-fill-red.svg) no-repeat center center/contain;
  margin-right: 5px;
}

@media screen and (max-width: 768px) {
  .mv__box > h3::before {
    width: 4.61538vw;
    height: 4.61538vw;
    margin-right: 1.28205vw;
  }
}

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

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

.period__hdg {
  display: flex;
  gap: 15px;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .period__hdg {
    gap: 2.05128vw;
  }
}

.period__hdg h2 {
  width: 56px;
  height: 38px;
  font-weight: 700;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
}

@media screen and (max-width: 768px) {
  .period__hdg h2 {
    width: 13.84615vw;
    height: 6.66667vw;
    font-size: 4.10256vw;
  }
}

.period__hdg p {
  font-weight: 700;
  font-size: 26px;
}

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

.period__hdg p > span {
  font-size: 29px;
}

@media screen and (max-width: 768px) {
  .period__hdg p > span {
    font-size: 5.12821vw;
  }
}

.period__hdg p > strong {
  font-size: 41px;
}

@media screen and (max-width: 768px) {
  .period__hdg p > strong {
    font-size: 7.4359vw;
  }
}

.period__hdg p > small {
  font-size: 22px;
}

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

.period__notes {
  margin-top: 0;
  font-size: 10px;
}

@media screen and (max-width: 768px) {
  .period__notes {
    font-size: 2.5641vw;
  }
}

.whatis {
  margin: 0;
  padding: 50px 20px;
  background-color: #E2E5F2;
}

@media screen and (max-width: 768px) {
  .whatis {
    padding: 11.53846vw 5.12821vw 16.66667vw;
  }
}

.whatis__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 700px;
}

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

.whatis__hdg {
  margin: 0;
  text-align: center;
  color: #2C3E8A;
  font-size: 28px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .whatis__hdg {
    font-size: 6.15385vw;
  }
}

.whatis__box {
  margin-top: 20px;
  padding: 30px 130px;
  background-color: #fff;
  border-radius: 8px;
}

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

.whatis__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  width: 546px;
  gap: 13px;
  margin-left: -53px;
}

@media screen and (max-width: 768px) {
  .whatis__flex {
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 4.10256vw;
    gap: 4.61538vw;
    width: 100%;
    margin-left: 0;
  }
}

.whatis__flex__card {
  display: flex;
  gap: 12px;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .whatis__flex__card {
    gap: 4.61538vw;
  }
}

.whatis__flex__card > li {
  width: 117px;
}

@media screen and (max-width: 768px) {
  .whatis__flex__card > li {
    width: 17.4359vw;
  }
}

.whatis__flex__list {
  margin: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .whatis__flex__list {
    width: 72.82051vw;
  }
}

.whatis__flex__list > li {
  font-size: 22.6px;
  font-weight: 600;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  .whatis__flex__list > li {
    font-size: 4.61538vw;
    width: 100%;
  }
}

.whatis__notes {
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .whatis__notes {
    margin-top: 5.64103vw;
  }
}

.whatis__notes > li {
  font-size: 10px;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.4;
}

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

.whatis__subtitle {
  margin-top: 50px;
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2C3E8A;
  color: #fff;
  border-radius: 8px;
  font-size: 26px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .whatis__subtitle {
    margin-top: 16.92308vw;
    height: 12.30769vw;
    font-size: 5.12821vw;
  }
}

.whatis__subtitle > strong {
  font-size: 31px;
}

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

.whatis__list {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

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

.whatis__list > li {
  width: calc((100% - 15px) / 2);
  padding: 15px 20px 15px 17px;
  background: #fff;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 13px;
}

@media screen and (max-width: 768px) {
  .whatis__list > li {
    width: 100%;
    padding: 3.84615vw 5.12821vw 3.84615vw 4.35897vw;
    gap: 3.33333vw;
  }
}

.whatis__list > li:last-child {
  width: 100%;
}

@media (max-width: 768px) {
  .whatis__list > li:last-child > div {
    width: 100%;
  }
}

.whatis__list > li > img {
  width: 70px;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .whatis__list > li > img {
    width: 17.94872vw;
  }
}

.whatis__list > li > div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media screen and (max-width: 768px) {
  .whatis__list > li > div {
    gap: 1.79487vw;
  }
}

.whatis__list > li > div h4 {
  color: #2C3E8A;
  font-size: 18px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .whatis__list > li > div h4 {
    font-size: 4.61538vw;
  }
}

.whatis__list > li > div p {
  font-size: 16px;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .whatis__list > li > div p {
    font-size: 3.58974vw;
  }
}

.cards {
  margin: 0;
  padding: 50px 20px;
}

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

.cards__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 700px;
}

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

.cards__hdg {
  margin: 0;
  text-align: center;
  color: #2C3E8A;
  font-size: 28px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .cards__hdg {
    font-size: 6.15385vw;
  }
}

.cards__box {
  margin-top: 20px;
  padding: 30px 50px;
  border: 1px solid #2C3E8A;
  border-radius: 8px;
}

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

.cards__notes {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .cards__notes {
    margin-top: 3.84615vw;
  }
}

.cards__notes > li {
  font-size: 10px;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.4;
  color: #F80105;
}

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

.process {
  margin: 0;
  padding: 50px 20px;
  background-color: #E2E5F2;
}

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

.process__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 700px;
}

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

.process__hdg {
  margin: 0;
  text-align: center;
  color: #2C3E8A;
  font-size: 28px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .process__hdg {
    font-size: 6.15385vw;
  }
}

.process__step {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 70px;
}

@media screen and (max-width: 768px) {
  .process__step {
    margin-top: 15.38462vw;
    gap: 17.94872vw;
  }
}

.process__step > li {
  width: 100%;
  border: 1px solid #2C3E8A;
  border-radius: 20px;
  position: relative;
  padding: 60px 55px 40px;
}

@media screen and (max-width: 768px) {
  .process__step > li {
    padding: 15.38462vw 3.84615vw 10.25641vw;
    border-radius: 5.12821vw;
  }
}

.process__step > li h3 {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #2C3E8A;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .process__step > li h3 {
    font-size: 4.61538vw;
  }
}

.process__step > li h3::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url(/-/media/aeoncard/campaign/lp/aeoncardwaon/select_kirikae/20260430/images/icon_process-step.svg) no-repeat center center/contain;
  margin-right: 4px;
}

@media screen and (max-width: 768px) {
  .process__step > li h3::before {
    width: 5.12821vw;
    height: 5.12821vw;
    margin-right: 1.02564vw;
  }
}

.process__step > li .campaign__btn {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .process__step > li .campaign__btn {
    margin-top: 2.5641vw;
  }
}

.process__step > li p {
  margin-top: 4px;
  font-size: 16px;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .process__step > li p {
    margin-top: 1.02564vw;
    font-size: 3.58974vw;
  }
}

.process__step__label {
  position: absolute;
  top: -24px;
  left: 54px;
  width: 180px;
}

@media screen and (max-width: 768px) {
  .process__step__label {
    width: 46.15385vw;
    top: -7.69231vw;
    left: -0.25641vw;
  }
}

.process__step__img {
  margin: 20px auto 0;
  display: block;
  width: 400px;
}

@media screen and (max-width: 768px) {
  .process__step__img {
    margin-top: 2.5641vw;
    width: 100%;
  }
}

.process__step__notes {
  margin: 20px auto 0;
  width: 400px;
}

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

.process__step__notes > li {
  font-size: 11px;
}

@media screen and (max-width: 768px) {
  .process__step__notes > li {
    font-size: 2.82051vw;
  }
}

.process__arrow {
  margin: 50px auto 40px;
  display: block;
  width: 90px;
}

@media screen and (max-width: 768px) {
  .process__arrow {
    margin: 10.25641vw auto;
    width: 23.07692vw;
  }
}

.process__list {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

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

.process__list > li {
  padding-left: 20px;
  font-size: 14px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .process__list > li {
    padding-left: 5.12821vw;
    font-size: 3.58974vw;
  }
}

.process__list > li::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background-color: #2C3E8A;
  border-radius: 50%;
  position: absolute;
  left: 4px;
  top: 4px;
}

@media screen and (max-width: 768px) {
  .process__list > li::before {
    width: 3.07692vw;
    height: 3.07692vw;
    left: 1.02564vw;
    top: 1.02564vw;
  }
}

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

.process__list > li .notes > li {
  font-size: 11px;
  padding-left: 1em;
  text-indent: -1em;
}

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

.process__subtitle {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  color: #2C3E8A;
  line-height: 1.3;
}

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

.process__subtitle::before, .process__subtitle::after {
  content: '';
  display: block;
  width: 2px;
  height: 24px;
  background-color: #2C3E8A;
}

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

.process__subtitle::before {
  margin-right: 10px;
  transform: rotate(-30deg);
}

@media screen and (max-width: 768px) {
  .process__subtitle::before {
    margin-right: 2.5641vw;
  }
}

.process__subtitle::after {
  margin-left: 10px;
  transform: rotate(30deg);
}

@media screen and (max-width: 768px) {
  .process__subtitle::after {
    margin-left: 2.5641vw;
  }
}

.process__box {
  margin-top: 20px;
  border-radius: 20px;
  background: #FFF;
  padding: 40px 55px;
}

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

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

.process__box h4 {
  margin: 20px 0;
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .process__box h4 {
    margin: 5.12821vw 0;
    font-size: 4.61538vw;
  }
}

.process__box h4::before {
  content: '';
  display: block;
  width: 4px;
  height: 20px;
  border-radius: 20px;
  background-color: #2C3E8A;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .process__box h4::before {
    width: 1.02564vw;
    height: 5.12821vw;
    margin-right: 2.5641vw;
  }
}

.process__box p {
  font-size: 14px;
  line-height: 1.4;
}

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

.process__box__link {
  margin-top: 10px;
  text-align: right;
  color: #015EC5;
}

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

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

.faq {
  margin: 0;
  padding: 50px 20px;
}

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

.faq__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 700px;
}

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

.faq__hdg {
  margin: 0;
  text-align: center;
  color: #2C3E8A;
  font-size: 28px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .faq__hdg {
    font-size: 6.15385vw;
  }
}

.faq__notes {
  margin-top: 20px;
}

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

.faq__notes > li {
  font-size: 11px;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .faq__notes > li {
    font-size: 2.82051vw;
  }
}

.faq .a-fc-red {
  color: #F80105;
}

.faq .qa_content {
  padding: 0;
}

.faq__text {
  padding: 20px 10px;
}

@media screen and (max-width: 768px) {
  .faq__text {
    padding: 2.5641vw 0;
  }
}

.faq__text > p {
  font-size: 14px;
  font-weight: 500;
}

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

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

.faq__list {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

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

.faq__list > li {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 768px) {
  .faq__list > li {
    font-size: 3.07692vw;
  }
}

.qa_item_title span {
  padding-right: 48px;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .qa_item_title span {
    padding-right: 9.23077vw;
    font-size: 3.07692vw;
  }
}

.qa_item_title span > strong {
  font-size: 1.15em;
  text-decoration: underline;
}

.table_sp_overflow td:first-child {
  background-color: #fff;
}

.table_sp_overflow td, th {
  width: auto;
}

@media screen and (max-width: 768px) {
  .table_sp_overflow td, th {
    width: 120px;
  }
}

.float-btn__container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 768px) {
  .float-btn__container {
    padding: 5.12821vw;
    height: 17.94872vw;
  }
}

.float-btn__container img {
  max-width: 440px;
}

@media screen and (max-width: 768px) {
  .float-btn__container img {
    height: 100%;
    width: auto;
    max-width: 100%;
  }
}

/* Color */
.cautionText {
  color: #F80105;
}

.mv__box p {
  color: #F80105;
}

/* Adjustment */
.a-mt0 {
  margin-top: 0;
}
