@charset "UTF-8";
.hdg-lv2 {
  margin-top: 40px;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8;
  padding-left: 18px;
  border-left: 3px solid #2c3e8a;
  min-height: 40px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .hdg-lv2 {
    min-height: 20.51282vw;
    margin-top: 10.25641vw;
    font-size: 5.64103vw;
    padding-left: 4.61538vw;
  }
}
.qx-contents {
  padding: 0;
  background-color: #fff;
  min-height: 445px;
}

@media screen and (max-width: 1250px) {
  .qx-contents {
    min-height: 445px;
  }
}

.qx-contents__hdg {
  padding: 30px 20px 20px;
  text-align: center;
  border-top: 3px solid #2c3e8a;
  border-bottom: 1px solid #E2E5F2;
}

.qx-contents__hdg > * {
  margin: 20px auto 0;
}

.qx-contents__hdg > *:first-child {
  margin-top: 0;
}

.qx-contents__hdg > h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 35px;
}

.mastercard .qx-contents__hdg h3 span {
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .mastercard .qx-contents__hdg h3 span {
    font-size: 3.2vw;
  }
}

.qx-contents__hdg > p {
  font-size: 16px;
  font-weight: 700;
  color: #2c3e8a;
  display: flex;
  justify-content: center;
  align-items: center;
}



.qx-contents__hdg > p::before {
  content: '';
  width: 1px;
  height: 18px;
  background-color: #2c3e8a;
  transform: rotate(-45deg);
  margin-right: 10px;
}

.qx-contents__hdg > p::after {
  content: '';
  width: 1px;
  height: 18px;
  background-color: #2c3e8a;
  transform: rotate(45deg);
  margin-left: 10px;
}

.qx-contents__hdg .fs-32 {
  font-size: 32px;
}

.qx-contents__hdg .fc-green {
  color: #208F65;
}

.qx-contents__hdg .fc-blue {
  color: #2c3e8a;
}

.qx-contents__body {
  padding: 20px 20px 30px;
  font-size: 16px;
  font-weight: 500;
}

.qx-contents__body > * {
  margin: 20px auto 0;
}

.qx-contents__body > *:first-child {
  margin-top: 0;
}

@media screen and (max-width: 1250px) {
  .qx-contents__body > p {
    font-size: 14px;
  }
  .qx-contents__hdg > h3 {
    font-size: 16px;
  }
  .qx-contents {
      min-height: 465px;
  }
}

@media screen and (max-width: 768px) {
  .qx-contents {
    min-height: 114vw;
  }
}

.qx-contents h4 {
  color: #2c3e8a;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.qx-contents h4::before {
  content: '';
  display: block;
  width: 1px;
  height: 1.1em;
  background-color: #2c3e8a;
  margin-right: 10px;
  transform: rotate(-45deg);
}

.qx-contents h4::after {
  content: '';
  display: block;
  width: 1px;
  height: 1.1em;
  background-color: #2c3e8a;
  margin-left: 10px;
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .qx-contents__hdg {
    padding: 7.69231vw 5.12821vw 5.12821vw;
  }
  .qx-contents__hdg > * {
    margin: 5.12821vw auto 0;
  }
  .qx-contents__hdg > *:first-child {
    margin-top: 0;
  }
  .qx-contents__hdg > h3 {
    font-size: 5.12821vw;
    line-height: 8.97436vw;
  }
  .qx-contents__hdg > p {
    font-size: 4.10256vw;
  }
  .qx-contents__hdg > p::before {
    height: 4.61538vw;
    margin-right: 2.5641vw;
  }
  .qx-contents__hdg > p::after {
    height: 4.61538vw;
    margin-left: 2.5641vw;
  }
  .qx-contents__hdg .fs-32 {
    font-size: 8.20513vw;
  }
  .qx-contents__body {
    padding: 5.12821vw 5.12821vw 7.69231vw;
    font-size: 4.10256vw;
  }
  .qx-contents__body > * {
    margin: 5.12821vw auto 0;
  }
  .qx-contents__body > p {
    font-size: 4.10256vw;
  }
  .qx-contents h4 {
    font-size: 4.10256vw;
  }
}

.mastercard .qx-a-link {
    font-size: 11px;
}
@media screen and (max-width: 768px) {
    .mastercard .qx-a-link {
        font-size: 2.82051vw;
    }
}
.qx-a-link {
    color: #015EC5;
    text-decoration: underline;
}
.qx-contents__body > * {
    margin: 20px auto 0;
}

.qx-contents__body img {
  display: block;
}

.qx-swiper-pattern02 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  background: rgb(185,235,223);
  padding-left: 20px;
  padding-right: 20px;
}

.qx-swiper-pattern02-pagination {
  text-align: center;
  margin-bottom: 10px;
}

.qx-swiper-pattern02-pagination .swiper-pagination-bullet {
  background-color: transparent;
  border-radius: 50%;
  background: #BFBFBF;
  width: 10px;
  height: 10px;
  opacity: 1;
  margin: 0 5px;
}

.qx-swiper-pattern02-pagination .swiper-pagination-bullet-active {
  background: #2c3e8a;
}

@media screen and (max-width:768px) {
  .qx-swiper-pattern02 {
    max-width: 100%;
    width: 100%;
  }
  .qx-swiper-pattern02-pagination .swiper-pagination-bullet {
    width: 3vw;
    height: 3vw;
    margin: 0 1.5vw;
  }
  .qx-swiper-pattern02-pagination {
    margin-bottom: 3vw;
  }
}
.qx-swiper-pattern02 .swiper-wrapper {
  background: rgb(185,235,223);
  gap: 20px;
}

.qx-swiper-pattern02 .swiper-slide {
  padding: 20px 0;
  width: calc((100% - 40px)/3);
}

.qx-swiper-pattern02-button-next,
.qx-swiper-pattern02-button-prev {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content:  none;
}

.qx-swiper-pattern02-button-prev {
  background: url(/-/media/aeoncard/campaign/member/202508-26/images/arrow_left.png) no-repeat center ,#BFBFBF;
  background-size: 12px;
  left: 0;
  right: auto;
}

.qx-swiper-pattern02-button-next {
  background: url(/-/media/aeoncard/campaign/member/202508-26/images/arrow_right.png) no-repeat center ,#BFBFBF;
  background-size: 12px;
  right: 0;
  left: auto;
}
@media screen and (min-width: 769px) {
  .qx-swiper-pattern02-button-next,
  .qx-swiper-pattern02-button-prev {
    display: none;
  }
  .qx-swiper-pattern02-pagination {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .qx-swiper-pattern02 .swiper-wrapper {
    gap: 0;
  }
  .qx-swiper-pattern02 {
    padding: 0;
  }
  .qx-swiper-pattern02 .swiper-slide {
    padding: 6vw 6vw 4vw;
  }
  .qx-swiper-pattern02-button-next,
  .qx-swiper-pattern02-button-prev {
    background-size: 2.8vw;
  }
  .qx-swiper-pattern02-button-next,
  .qx-swiper-pattern02-button-prev {
    width: 8vw;
    height: 8vw;
    border-radius: 50%;
  }
}

.qx-a-mw-133 {
    max-width: 133px !important;
}

@media screen and (max-width: 768px) {
    .qx-a-mw-133 {
        max-width: 34.10256vw !important;
    }
}

.qx-a-mw-191 {
    max-width: 191px !important;
}

@media screen and (max-width: 768px) {
    .qx-a-mw-191 {
        max-width: 48.97436vw !important;
    }
}

.qx-title-line {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  position: relative;
  width: fit-content;
  margin-inline: auto;
  padding-inline: .8em;
}

.qx-title-line::before,
.qx-title-line::after {
  display: block;
  content: '';
  width: 2px;
  height: 1.5em;
  background-color: #1a1a1a;
  position: absolute;
  bottom: 0;
}

.qx-title-line::before {
  left: 0;
  transform: rotate(-45deg)
}

.qx-title-line::after {
  right: 0;
  transform: rotate(45deg)
}

@media (max-width: 768px) {
  .qx-title-line {
    font-size: 16px;
    padding-inline: .6em;
  }
  .qx-title-line::before {
    left: -5px;
    transform: rotate(-25deg);
  }
  .qx-title-line::after {
    right: -5px;
    transform: rotate(25deg)
  }
}

.qx-bnr {
  max-width: 480px!important;
  width: 100%;
}