@charset "UTF-8";
/* ------------------------------------------------------------------------------
     reset
-------------------------------------------------------------------------------*/
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
}

body.is-pc a[href^="#"]:focus:not(:hover) {
  opacity: 1 !important;
}

body.is-sp a[href^="#"]:hover {
  opacity: 1;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

a {
  background-color: transparent;
}
@media (hover:hover){
  @media (min-width: 769px) {
a:hover{
  opacity: 0.6;
}
  }
}

b,
strong {
  font-weight: bolder;
}

img {
  max-width: 100%;
  height: auto;
  border-style: none;
  vertical-align: bottom;
}

/* Utility */
@media screen and (max-width: 768px) {
  .qx-sp-none {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .qx-pc-none {
    display: none;
  }
}

.qx-pt10 {
  padding-top: 10px;
}

@media screen and (max-width: 768px) {
  .qx-pt10 {
    padding-top: 2.66667vw;
  }
}

.qx-mt10 {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .qx-mt10 {
    margin-top: 2.66667vw;
  }
}

.qx-mt20 {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .qx-mt20 {
    margin-top: 3.66667vw;
  }
}

.qx-pt30 {
  padding-top: 30px;
}

@media screen and (max-width: 768px) {
  .qx-pt30 {
    padding-top: 5.33333vw;
  }
}

.qx-mt30 {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .qx-mt30 {
    margin-top: 5.33333vw;
  }
}

.qx-mt40 {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .qx-mt40 {
    margin-top: 6.66667vw;
  }
}

.qx-mt50 {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .qx-mt50 {
    margin-top: 6.66667vw;
  }
}

.qx-mt60 {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .qx-mt60 {
    margin-top: 8vw;
  }
}


.qx-mt70 {
  margin-top: 70px;
}

@media screen and (max-width: 768px) {
  .qx-mt70 {
    margin-top: 10vw;
  }
}

.qx-mt80 {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .qx-mt80 {
    margin-top: 12vw;
  }
}


.qx-mt120 {
  margin-top: 120px;
}

@media screen and (max-width: 768px) {
  .qx-mt120 {
    margin-top: 16vw;
  }
}

.qx-ac {
  text-align: center;
}

.qx-ar {
  text-align: right;
}

.qx-al {
  text-align: left;
}


@media screen and (max-width: 768px) {
.qx-ac-sp {
  text-align: center;
}

.qx-ar-sp {
  text-align: right;
}

.qx-al-sp {
  text-align: left;
}



}


.qx-btn__border {
  border: 2px solid #fff;
}

.qx-bor-separator {
  background-color:#EAECED;
  margin:0 auto;
  max-width: 1000px;
  height: -1px;
  border: 1px solid #EAECED;
  border-top:-1px ;
}

/*font-size*/
.qx-fs16{
  font-size: 16px;
}

.qx-fs22{
  font-size: 22px;
}

@media screen and (max-width: 768px) {
  .qx-fs16{
    font-size: 3.8vw;
  }

  .qx-fs22{
    font-size: 4.2vw;
  }

  .qx-fs24-sp {
    font-size: 3.2vw !important;
  }
}

.qx-aeonpay-color-txt {
  color: #B50080;
}

.qx-color-txt-purple {
  color: #56419E;
}

.qx-color-txt-red {
  color:#E8380D;
}

.qx-font-weight-bold{
  font-weight: 600;
}


.qx-main .qx-tab__list__item > a:active {
  opacity: 1 !important;
}

.qx-main picture {
  display: block;
}

.qx-ls-adjust {
  letter-spacing: -0.05em;
}

@media screen and (max-width: 768px) {
  .qx-spfs38 {
    font-size: 5.06667vw !important;
  }
}

main{
  margin-top: 64px;
}

/* Humburger Menu */
html {
  scroll-padding-top: 78px;
  /* 固定ヘッダの高さを指定 */
}

.o-header {
  display: none;
}


.qx-aeonpay-header-wrapper{
  border-bottom: 1px solid #4F419E;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 1000;
  width: 100%;
  height: 64px;
}

.qx-aeonpay-header{
  max-width: 1050px;
  margin: 20px auto;
  display: flex;
  padding:0 25px;
  align-items: center;
  justify-content: space-between;
}

.qx-aeonpay-header-logo {
  width: 118px;
}

@media screen and (max-width: 1024px) {
  .qx-aeonpay-header{ 
    padding-left: 2%;}
}

@media screen and (max-width: 768px) {
  .qx-aeonpay-header-wrapper {
    height: 53px;
  }

  .qx-aeonpay-header{ 
    padding-left: 2%;
    margin: 0 auto 0;
    height: 50px;
    vertical-align: middle;
  }
  .qx-aeonpay-header-logo {
    width: 94px;
  }
}

.qx-pc-menu_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 60px;
  padding: 0 0;
}

.qx-pc-menu_list__item a{
    padding: 0 0;
  font-size: 14px;
  font-weight: 600;
  font-family: var(--font-family-JP, "Hiragino Kaku Gothic ProN");
  color: #3B3A3D;
}

.qx-hamburger-menu__icon {
  position: fixed;
  background-color: #4F419E;
  top: 2px;
  right: 0px;
  width: 64px;
  height: 54px;
  cursor: pointer;
  z-index: 10002;
  overflow: hidden;
}

.qx-hamburger-menu__icon__line {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-40%, -8px);
  display: block;
  width: 30px;
  height: 2px;
  background: #fff;
  transition: .5s;
  transition-timing-function: ease-out;
}

.qx-hamburger-menu__icon__line.second {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-40%, -50%);
  display: block;
  width: 30px;
  height: 2px;
  background: #fff;
  transition: .5s;
  transition-timing-function: ease-out;
}

.qx-hamburger-menu__icon__line.third {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-40%, 6px);
  display: block;
  width: 30px;
  height: 2px;
  background: #fff;
  transition: .5s;
  transition-timing-function: ease-out;
}

.qx-hamburger-menu_txt{
  position: absolute;
  color: #fff;
  font-size: 8px;
  bottom: 20%;
  left: 50%;
  transform:translateX(-50%);
}

.is-active .qx-hamburger-menu__icon__title {
  transform: translate(-40%, -15px);
  opacity: 0;
}

.is-active .qx-hamburger-menu__icon__line {
  top: 40%;
  transform: translate(-40%, -50%) rotate(45deg);
  height: 2px;
}

.is-active .qx-hamburger-menu__icon__line.second {
  top: 40%;
  left: 50%;
  transform: translate(-40%, -50%) rotate(-45deg);
  height: 2px;
}

.is-active .qx-hamburger-menu__icon__line.third {
  opacity: 0;
}

.qx-hamburger-menu__contents {
  position: fixed;
  top: 3px;
  right: 0;
  padding: 80px 0 0px;
  width: 375px;
  max-height: 100vh;
  overflow-y: auto;
  background-color: #ECECFF;
  box-shadow: 0 15px 22px rgba(44, 61, 138, 0.2);
  z-index: 10001;
  transform: translateX(375px);
  opacity: 0;
  transition: .3s;
  transition-timing-function: ease-in-out;
  pointer-events: none;
}

.is-active .qx-hamburger-menu__contents {
  transform: translateX(0);
  opacity: 1;
  pointer-events: all;
}

.qx-hamburger-menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.qx-hamburger-menu__list__item {
  margin: 0;
  padding: 5px 25px 5px 25px;
  border-bottom: 2px solid #e2e2fe;
  width: 100%;
}


.qx-hamburger-menu__list > .qx-hamburger-menu__list__item:last-child {
  border-bottom: none;
}

.qx-hamburger-menu__list__link {
  color: #4F419E;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
  padding: 15px 0;
  display: block;
  position: relative;
}

.qx-hamburger-menu__list > .qx-hamburger-menu__list__item:last-child .qx-hamburger-menu__list__link::after {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  -webkit-mask: url("/-/media/aeoncard/assets/images/icon/launch-purple.svg") no-repeat center center/contain;
  mask: url("/-/media/aeoncard/assets/images/icon/launch-purple.svg") no-repeat center center/contain;
  margin-left: 6px;
  vertical-align: middle;
  background-color:#4F419E;
}

.qx-hamburger-menu__list__item .qx-hamburger-menu__list {
  margin-left: 7px;
}

.qx-hamburger-menu__list__item .qx-hamburger-menu__list .qx-hamburger-menu__list__item {
  border-bottom: none;
  padding: 0;
}

.qx-hamburger-menu__list__item .qx-hamburger-menu__list .qx-hamburger-menu__list__link {
  font-size: 14px;
}

.qx-hamburger-menu__list__item .qx-hamburger-menu__list .qx-hamburger-menu__list__link::after {
  width: 8px;
  height: 14px;
  background: url("/-/media/aeoncard/service/lp/aeonpay/20250626/images/icon_menu-arrow_02.png") no-repeat center center/contain;
}

@media screen and (max-width: 768px) {
  main {
    margin-top: 53px;
  }
  .qx-hamburger-menu__icon {
    top: 0px;
    right: 0px;
    transform: scale(0.75);
    transform-origin: top right;
    width: 70px;
    height: 70px;
  }
  .qx-hamburger-menu__contents {
    top: 0;
    margin-top: 53px;
    padding:0 0 40px;
    width: 100%;
    height: 100%;
  }
  .qx-hamburger-menu__contents::-webkit-scrollbar {
    width: 4px;
  }
  .qx-hamburger-menu__contents::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 2px;
  }
  .qx-hamburger-menu__contents::-webkit-scrollbar-track-piece:start {
    background-color: #f2f2f2;
  }
  .qx-hamburger-menu__contents::-webkit-scrollbar-track-piece:end {
    background-color: #f2f2f2;
  }
}

@media screen and (max-width: 374px) {
  .qx-hamburger-menu__icon {
    right: 0px;
  }
}


.qx-main.qx-second-top{
  margin-top: 10px;
  padding: 40px 40px 10px;
}

.qx-second-top-app {
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
.qx-main.qx-second-top{
  padding:8vw 4vw;
}

.qx-second-top-app {
  padding:4vw 4vw;
}
}

.qx-app-links{
visibility:hidden;
display: flex;
align-items: center;
justify-content: center;
gap: 20px;
}

/*os判定*/
body.qx-js-ios .qx-app-links,
body.qx-js-android .qx-app-links,
body.qx-js-pc .qx-app-links{
visibility:visible;
}

.qx-app-link-ios,
.qx-app-link-android,
.qx-app-link-pc{
display:none;
}

body.qx-js-ios .qx-app-link-ios{
display:inline-block;
}

body.qx-js-android .qx-app-link-android{
display:inline-block;
}

body.qx-js-pc .qx-app-link-pc{
display:flex;
gap:20px;
justify-content: center;
}

.qx-app-links-bt{
  max-width: 205px;
  width: 100%;
}
@media screen and (max-width: 768px) {
.qx-app-links{
flex-flow:column nowrap;
align-items: center;
justify-content: center;
gap: 0px;
}

.qx-app-links-bt{
  max-width: 205px;
  width: 100%;
}
}

.qx-lead {
  padding: 40px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .qx-lead {
    padding: 6.66667vw;
  }
}

.qx-lead > img {
  max-width: 400px;
}

@media screen and (max-width: 768px) {
  .qx-lead > img {
    max-width: 74.8vw;
  }
}

.qx-lead > p {
  margin-top: 27px;
  font-size: 20px;
  font-weight: 600;
}

.qx-lead > p > span {
  color: #B70081;
}

@media screen and (max-width: 768px) {
  .qx-lead > p {
    margin-top: 5.33333vw;
    font-size: 4vw;
  }
}

.qx-main {
  padding: 80px 40px 80px;
}

@media screen and (max-width: 768px) {
  .qx-main {
    padding: 10.66667vw 4vw;
    background-size: 100% auto;
  }
}

.qx-main__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.qx-main__inner > section {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .qx-main__inner > section {
    margin-top: 10.66667vw;
  }
}

@media screen and (max-width: 768px) {
  .qx-main .a-button {
    font-size: 14px;
  }
}

.qx-swiper {
  width: 100%;
  padding: 0 0 40px;
  position: relative;
  overflow-x: hidden;
}

.qx-swiper__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.qx-swiper__list img {
  width: 100%;
  max-width: 432px;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .qx-swiper__list img {
    max-width: 82.66667vw;
  }
}

.qx-swiper .swiper-pagination-bullet {
  background: gray;
  opacity: 0.6;
}

.qx-swiper .swiper-pagination-bullet-active {
  background: #56419e;
  width: 16px;
  border-radius:4px !important;
}

.qx-swiper .swiper-button-prev, .qx-swiper .swiper-button-next {
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
}

@media screen and (max-width: 768px) {
  .qx-swiper .swiper-button-prev, .qx-swiper .swiper-button-next {
    width: 7.33333vw;
    height: 7.33333vw;
  }
}

.qx-swiper .swiper-button-prev {
  left: 21%;
}

@media screen and (max-width: 768px) {
  .qx-swiper .swiper-button-prev {
    left: 14.66667vw;
  }
}

.qx-swiper .swiper-button-next {
  right: 21%;
}

@media screen and (max-width: 768px) {
  .qx-swiper .swiper-button-next {
    right: 14.66667vw;
  }
}

.qx-campaign h3 {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 10px;
}



@media screen and (max-width: 768px) {
  .qx-campaign h3 {
    font-size: 5.33333vw;
    margin-bottom: 5.33333vw;
  }

  .qx-campaign h3::before {
  width: 81px;
  }
}

.qx-campaign__img {
  margin: 0 auto 30px;
  max-width: 560px;
  display: block;
}

@media screen and (max-width: 768px) {
  .qx-campaign__img {
    margin-bottom: 5.33333vw;
  }
}

@media screen and (max-width: 768px) {
  .qx-campaign .qx-swiper {
    width: 100vw;
    margin-left: -4vw;
  }
  .qx-campaign .qx-swiper .swiper-button-prev {
    left: 3.33333vw;
  }
  .qx-campaign .qx-swiper .swiper-button-next {
    right: 3.33333vw;
  }
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}


.qx-hdg-lv2 {
  margin-bottom: 20px;
  position: relative;
  z-index: 5;
}

.qx-hdg-lv2 + .qx-contents {
  margin-top: -80px;
}

@media screen and (max-width: 768px) {
  .qx-hdg-lv2 {
    margin-bottom: -10.66667vw;
    margin-left: -4vw;
    width: 87.33333vw;
  }
  .qx-hdg-lv2 + .qx-contents {
    margin-top: -10.66667vw;
  }
}

.qx-about .qx-swiper--about {
  position: relative;
  overflow-x: hidden;
}

.qx-about .qx-swiper--about .swiper-pagination-bullet-active {
  background: #56419e;
  width: 16px;
  border-radius:4px !important;
}

.qx-swiper .swiper-button-prev, .qx-swiper .swiper-button-next {
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .qx-about .qx-swiper--about .swiper-button-prev,
  .qx-about .qx-swiper--about .swiper-button-next {
    width: 41px;
    height: 41px;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 768px) {
  .qx-about .qx-swiper--about .swiper-button-prev {
    left:-1vw;
  }
  .qx-about .qx-swiper--about .swiper-button-next {
    right:-1vw;
  }
}

@media screen and (max-width: 500px) {
  .qx-about .qx-swiper--about .swiper-button-prev {
    left:-1.8vw;
  }
  .qx-about .qx-swiper--about .swiper-button-next {
    right:-1.8vw;
  }
}


.qx-about .qx-swiper--about .swiper-pagination {
  bottom: 5.33333vw;
}

@media screen and (min-width: 769px) {
  .qx-about__list {
    display: flex !important;
    flex-wrap: wrap;
    gap: 25px 20px;
    position: relative;
  }
  .qx-about__list > li.swiper-slide {
    width: calc((100% - 40px) / 3);
    margin: 0 0 15px !important;
    height: auto;
    background: #ECECFF;
    border-radius: 20px;
  }

  .qx-about .swiper-button-prev, .qx-about .swiper-button-next, .qx-about .swiper-pagination {
    display: none;
  }
}

@media screen and (max-width: 768px) {
.qx-about .qx-swiper--about {
       overflow-y: hidden;
}
  .qx-about__list > li.swiper-slide {
    padding:0 2vw 0 ;
    height: auto;
  }

    .qx-about__list > li.swiper-slide img{
      width: 100%;
    }
  
    .qx-about .qx-swiper--about .swiper-pagination  {
    bottom:2vw;
  }
}

.qx-others-contents{
  padding: 40px 20px;
}

.qx-others-title {
  color: #3B3A3D;
  font-weight: 600;
  text-align: center;
}

.qx-others-img {
  text-align: center;
  margin: 30px 0 54px;
}

@media screen and (max-width: 768px) {
  .qx-others-contents{
  padding: 10vw 5vw;
    background: #ECECFF;
  border-radius: 20px;
  height: 100%;
}

.qx-others-img {
  text-align: center;
  margin: 4vw 0 5vw;
}
}


.qx-merit__btn-list {
  margin: 0 auto;
  width: 100%;
  max-width: 700px;
}

.qx-merit__btn-list > li {
  margin-top: 30px;
}

.qx-merit__btn-list > li:first-child {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .qx-merit__btn-list {
    margin-top: 13.33333vw;
    max-width: 100%;
  }
  .qx-merit__btn-list > li {
    margin-top: 2.93333vw;
  }
}

.qx-contents {
  margin-top: 60px;
  padding: 128px 85px 60px;
  background-color: #fff;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .qx-contents {
    margin-top: 10.66667vw;
    padding: 17.86667vw 4vw 10.66667vw;
    border-radius: 2.66667vw;
  }
}

.qx-contents__lead {
  text-align: center;
  font-size: 20px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .qx-contents__lead {
    font-size: 3.73333vw;
  }
}

.qx-contents__lead > span {
  color: #B70081;
  font-weight: 600;
}

.qx-contents__lead > strong {
  color: #B70081;
  font-weight: 600;
  font-size: 26px;
}

@media screen and (max-width: 768px) {
  .qx-contents__lead > strong {
    font-size: 4.53333vw;
  }
}

.qx-contents__sub {
  margin: 45px 0 30px;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.qx-contents__sub > span {
  color: #fff;
  background-color: #B70081;
  padding: 3px 10px;
  margin-right: 15px;
  font-size: 15px;
}

@media screen and (max-width: 768px) {
  .qx-contents__sub {
    margin: 6vw 0 4vw;
    font-size: 4.53333vw;
  }
  .qx-contents__sub > span {
    padding: 0.4vw 1.33333vw;
    margin-right: 2vw;
    font-size: 3.06667vw;
  }
}

.qx-merit .qx-contents {
  padding: 60px 70px;
}

.qx-merit .qx-contents::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 96px;
  height: 126px;
  display: block;
}

.qx-merit .qx-contents[data-label="01"]::before {
  background: url("/-/media/aeoncard/service/lp/aeonpay/20250626/images/label_merit_01.png") no-repeat left top/contain;
}

.qx-merit .qx-contents[data-label="02"]::before {
  background: url("/-/media/aeoncard/service/lp/aeonpay/20250626/images/label_merit_02.png") no-repeat left top/contain;
}

.qx-merit .qx-contents[data-label="03"]::before {
  background: url("/-/media/aeoncard/service/lp/aeonpay/20250626/images/label_merit_03.png") no-repeat left top/contain;
}

.qx-merit .qx-contents[data-label="04"]::before {
  background: url("/-/media/aeoncard/service/lp/aeonpay/20250626/images/label_merit_04.png") no-repeat left top/contain;
}

.qx-merit .qx-contents[data-label="05"]::before {
  background: url("/-/media/aeoncard/service/lp/aeonpay/20250626/images/label_merit_05.png") no-repeat left top/contain;
}

@media screen and (max-width: 768px) {
  .qx-merit .qx-contents {
    padding: 10.66667vw 4vw;
  }
  .qx-merit .qx-contents::before {
    width: 18.13333vw;
    height: 23.46667vw;
  }
}

.qx-merit h3 {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .qx-merit h3 {
    font-size: 5.33333vw;
    margin-bottom: 5.33333vw;
  }
}

@media screen and (width: 768px) {
  .qx-merit h3.qx-adjust {
    font-size: 3.73333vw;
  }
  .qx-merit h3.qx-adjust + p {
    font-size: 3.73333vw;
  }
}

.qx-merit h3 > [data-label="new"] {
  display: inline-block;
  position: relative;
}

.qx-merit h3 > [data-label="new"]::before {
  content: '新機能！';
  position: absolute;
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  padding: 3px 4px 3px 8px;
  background-color: #B70081;
  top: 2px;
  left: -6em;
}

@media screen and (max-width: 768px) {
  .qx-merit h3 > [data-label="new"]::before {
    font-size: 2.93333vw;
    padding: 0.4vw 0.53333vw 0.4vw 1.06667vw;
    top: 1.33333vw;
    left: -4.75em;
  }
}

.qx-accordion {
  margin-top: 30px;
  border: 2px solid #B70081;
  border-radius: 10px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .qx-accordion {
    margin-top: 6.66667vw;
    border: 1px solid #B70081;
    border-radius: 1.33333vw;
  }
}

.qx-accordion + .qx-accordion {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .qx-accordion + .qx-accordion {
    margin-top: 2.66667vw;
  }
}

.qx-accordion__title {
  padding: 20px 30px;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  cursor: pointer;
}

.qx-accordion__title::before, .qx-accordion__title::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 30px;
  width: 30px;
  height: 4px;
  border-radius: 5px;
  background-color: #B70081;
  transform: translateY(-50%);
  transition: .3s;
}

.qx-accordion__title::before {
  transform: translateY(-50%) rotate(90deg);
}

.qx-accordion__title.is-open::before {
  transform: translateY(-50%) rotate(0deg);
}

@media screen and (max-width: 768px) {
  .qx-accordion__title {
    padding: 5.33333vw 4vw;
    font-size: 3.73333vw;
  }
  .qx-accordion__title::before, .qx-accordion__title::after {
    right: 2.4vw;
    width: 4vw;
    height: 0.53333vw;
    border-radius: 0.66667vw;
  }
}

.qx-accordion__contents {
  padding: 40px 60px 60px;
  border-top: 1px solid #f1f1f1;
}

@media screen and (max-width: 768px) {
  .qx-accordion__contents {
    padding: 5.33333vw 4vw 8vw;
  }
}

.qx-accordion p {
  font-size: 20px;
  line-height: 2;
  text-align: center;
}

.qx-accordion p > span {
  font-size: 14px;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .qx-accordion p {
    font-size: 3.73333vw;
  }
  .qx-accordion p > span {
    font-size: 3.2vw;
  }
}

.qx-accordion img {
  width: 100%;
}

.qx-merit-payment-acd01__img-01 {
  margin: 45px 0;
  display: block;
}

@media screen and (max-width: 768px) {
  .qx-merit-payment-acd01__img-01 {
    margin: 6.66667vw 0;
  }
}

.qx-merit-payment-acd01__img-03 {
  margin: 40px 0 30px;
  display: block;
}

@media screen and (max-width: 768px) {
  .qx-merit-payment-acd01__img-03 {
    margin: 4vw 0;
  }
}

.qx-merit-payment__img-02 {
  display: block;
  margin: 60px 0 50px;
}

@media screen and (max-width: 768px) {
  .qx-merit-payment__img-02 {
    margin: 8vw 0 6.66667vw;
  }
}

.qx-merit-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.qx-merit-flex__img {
  width: 76px !important;
  margin-right: 25px;
}

.qx-merit-flex__img02 {
  width: 92px !important;
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  .qx-merit-flex__img {
    width: 13.33333vw !important;
    margin-right: 4vw;
  }
  .qx-merit-flex__img02 {
    width: 19vw !important;
    margin-right: 2.5vw;
  }
}

.qx-merit-flex p {
  text-align: left;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .qx-merit-flex p {
    line-height: 1.75;
    font-size: 3.2vw;
  }
}

.qx-merit-flex p > a {
  color: #B70081;
  text-decoration: underline;
  font-weight: 600;
}

.qx-merit-payment-acd03__lead {
  margin-top: 40px;
  font-size: 20px;
  font-weight: 600;
  color: #B70081;
}

@media screen and (max-width: 768px) {
  .qx-merit-payment-acd03__lead {
    margin-top: 5.33333vw;
    font-size: 3.2vw;
  }
}

.qx-merit-payment-acd03__list > li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  position: relative;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .qx-merit-payment-acd03__list > li {
    gap: 4vw;
    margin-bottom: 16vw;
  }
}

.qx-merit-payment-acd03__list > li::after {
  content: '';
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 30px;
  background: url("/-/media/aeoncard/service/lp/aeonpay/20250626/images/icon_merit-payment-list-arrow.png") no-repeat center center/contain;
}

@media screen and (max-width: 768px) {
  .qx-merit-payment-acd03__list > li::after {
    bottom: -10.66667vw;
    width: 3.6vw;
    height: 5.46667vw;
  }
}

.qx-merit-payment-acd03__list > li:last-child {
  margin-bottom: 0;
}

.qx-merit-payment-acd03__list > li:last-child::after {
  display: none;
}

.qx-merit-payment-acd03__item {
  flex-shrink: 0;
}

.qx-merit-payment-acd03__item h4 {
  font-size: 20px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .qx-merit-payment-acd03__item h4 {
    font-size: 3.46667vw;
  }
}

.qx-merit-payment-acd03__item p {
  font-size: 16px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .qx-merit-payment-acd03__item p {
    font-size: 2.93333vw;
  }
}

.qx-merit-shop__btn-list {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 35px;
}

.qx-merit-shop__btn-list > li {
  width: 135px;
}

@media screen and (max-width: 768px) {
  .qx-merit-shop__btn-list {
    margin-top: 4vw;
    gap: 6.66667vw;
  }
  .qx-merit-shop__btn-list > li {
    width: 24vw;
  }
}

.qx-notes {
  margin-top: 30px;
}

.qx-notes > li {
  font-size: 14px;
  line-height: 2;
  text-indent: -1em;
  padding-left: 1em;
}

.qx-notes a {
  color: #1a1a1a;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .qx-notes > li {
    font-size: 3.2vw;
  }
}

@media screen and (max-width: 768px) {
  .qx-notes {
    margin-top: 4vw;
  }
  .qx-notes > li {
    font-size: 2.66667vw;
  }
}

.qx-merit-shop-cp {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .qx-merit-shop-cp {
    margin-top: 8vw;
  }
}

.qx-merit-shop-cp__title {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .qx-merit-shop-cp__title {
    font-size: 3.73333vw;
    margin-bottom: 5.33333vw;
  }
}

.qx-merit-shop-cp .qx-swiper {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .qx-merit-shop-cp .qx-swiper {
    width: 100vw;
    margin-left: -4vw;
  }
}

@media screen and (max-width: 768px) {
  .qx-merit-shop-cp .qx-swiper .swiper-button-prev {
    left: 2.66667vw;
  }
}

@media screen and (max-width: 768px) {
  .qx-merit-shop-cp .qx-swiper .swiper-button-next {
    right: 2.66667vw;
  }
}

.qx-merit-shop-cp .qx-swiper .swiper-pagination {
  bottom: 0;
}


.qx-merit-shop-cp .qx-swiper .swiper-pagination-bullet {
  background: #eee;
  opacity: 1;
}

.qx-merit-shop-cp .qx-swiper .swiper-pagination-bullet-active {
  background: #56419E;
}

.qx-tab {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .qx-tab {
    margin-top: 6.66667vw;
  }
}

.qx-tab__list {
  display: flex;
  font-weight: 500;
  list-style: none;
  padding: 0;
  margin: 0;
  background: #E2E2E2;
  border-radius: 10px;
  z-index: 2;
}

.qx-tab__list__link:hover, .qx-tab__list__link:focus {
  opacity: 1 !important;
}

.qx-tab__list__item {
  width: 50%;
  text-align: center;
  cursor: pointer;
  position: relative;
  display: block;
  -webkit-tap-highlight-color: transparent;
}

.qx-tab__list__item > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  font-size: 22px;
  font-weight: 600;
  background-color: #fff;
  color: #000;
  position: relative;
  z-index: 5;
  -webkit-tap-highlight-color: transparent;
}

.qx-tab__list__item > a:active,
.qx-tab__list__item > a:focus,
.qx-tab__list__item > a:hover {
  opacity: 1 !important;
}

@media screen and (max-width: 768px) {
  .qx-tab__list__item > a {
    font-size: 3.93333vw;
  }
}

.qx-tab__list__item.blue > a {
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    background: #e2e2e2;
    color:#56419E;
}

@media screen and (max-width: 768px) {
  .qx-tab__list__item.blue > a {
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    background: #e2e2e2;
  }
}

.qx-tab__list__item.blue::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200%;
  height: 30px;
  background-color: #e2e2e2;
  border-radius: 10px;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .qx-tab__list__item.blue::after {
    content: '';
    position: absolute;
    width: 200%;
    height: 30px;
    right: -2.66667vw;
    border-radius: 10px;
  }
}

.qx-tab__list__item.blue.is-active::after {
  background-color: #e2e2e2;
}


.qx-tab__list__item.blue.is-active > a {
  border-radius: 10px;
  border: 1px solid #56419E;
  background: #FFF;
}


.qx-tab__list__item.purple > a {
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    background: #e2e2e2;
  color: #B60081;
}

@media screen and (max-width: 768px) {
  .qx-tab__list__item.purple > a {
    border-radius: 10px;

  }
}

.qx-tab__list__item.purple.is-active > a {
  background-color: #fff;
  color: #B60081;
  border: 1px solid #B60081;
}


.qx-tab__contents {
  margin: 0;
  margin-top: -20px;
  display: none;
}

.qx-tab__contents.is-show {
  display: block;
  z-index: 1;
}

.qx-tab__contents__item {
  padding: 60px 20px 40px;
}

.qx-tab__contents__item_inner{
  background: #fff;
  border-radius: 6px;
}

.qx-tab__contents__item_inner_box{
padding: 40px 20px;
}

.qx-tab__contents__item__title{
 font-size: 20px;
 color: #3B3A3D;
 border-bottom:1px solid #B60081;
 text-align: center;
 font-weight: bold;
 padding: 20px 0;
}

@media screen and (max-width: 768px) {
  .qx-tab__contents__item {
    padding: 8vw 4vw 8vw;
  }

  .qx-tab__contents__item_inner_box{
    padding: 8vw 4vw 8vw;
  }

    .qx-tab__contents__item_inner_box img{
      width: 100%;
    }
}

@media screen and (max-width: 500px) {
  .qx-tab__contents__item {
    padding: 13vw 4vw 8vw;
  }

  .qx-tab__contents__item_inner_box{
    padding: 8vw 4vw 8vw;
  }
}

.qx-tab-txt-links {
text-align: center;
}

.qx-tab-txt-links a{
  color: #6E59B2;
  background: url(/-/media/aeoncard/service/lp/aeonpay/feature/images/arrow_right.png) right center no-repeat;
  padding-right: 10px;
}

@media screen and (max-width: 768px) {
  .qx-tab-txt-links {
text-align: left;
}
}

.qx-tab__contents#merit-point-01 .qx-tab__contents__item {
  background: #F1F1FD;
}


.qx-tab__contents#merit-point-02 .qx-tab__contents__item {
    background: #FFEDF3;
}


.qx-main .qx-contents .qx-tab .qx-tab__list__item > a:hover {
  opacity: 1 !important;
}

.qx-swiper--support, .qx-swiper--function {
  position: relative;
}

.qx-swiper--support .swiper-pagination-bullet-active, .qx-swiper--function .swiper-pagination-bullet-active {
  background: #B70081;
}

@media screen and (max-width: 768px) {
  .qx-swiper--support .swiper-button-prev, .qx-swiper--support .swiper-button-next, .qx-swiper--function .swiper-button-prev, .qx-swiper--function .swiper-button-next {
    width: 6.66667vw;
    height: 6.66667vw;
  }
}

@media screen and (max-width: 768px) {
  .qx-swiper--support .swiper-button-prev, .qx-swiper--function .swiper-button-prev {
    left: -2vw;
  }
}

@media screen and (max-width: 768px) {
  .qx-swiper--support .swiper-button-next, .qx-swiper--function .swiper-button-next {
    right: -2vw;
  }
}

.qx-swiper--support .swiper-pagination, .qx-swiper--function .swiper-pagination {
  bottom: 2.66667vw;
}

@media screen and (min-width: 769px) {
  .qx-swiper--support__list, .qx-swiper--function__list {
    margin-top: 30px;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    position: relative;
  }
  .qx-swiper--support__list > li.swiper-slide, .qx-swiper--function__list > li.swiper-slide {
    width: calc(50% - 15px) !important;
    max-width: 320px !important;
    margin: 0 !important;
  }
  .qx-swiper--support .swiper-button-prev, .qx-swiper--support .swiper-button-next, .qx-swiper--support .swiper-pagination, .qx-swiper--function .swiper-button-prev, .qx-swiper--function .swiper-button-next, .qx-swiper--function .swiper-pagination {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .qx-swiper--support__list, .qx-swiper--function__list {
    margin-top: 4vw;
  }
}

.qx-btn-list {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  gap: 30px;
}

.qx-btn-list > li {
  width: calc(50% - 15px);
  max-width: 312px;
}

.qx-btn-list .a-button > span {
  max-width: 240px;
}

@media screen and (max-width: 767px) {
  .qx-btn-list {
    margin-top: 6.66667vw;
    flex-direction: column;
    align-items: center;
    gap: 2.66667vw;
  }
  .qx-btn-list > li {
    width: 100%;
    max-width: 100%;
  }
  .qx-btn-list .a-button > span {
    max-width: 65.33333vw;
  }
}

.qx-merit-support__lead {
  margin-top: 80px;
  text-align: center;
  font-size: 26px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .qx-merit-support__lead {
    margin-top: 6.66667vw;
    font-size: 3.46667vw;
  }
}

.qx-merit-support__card-face {
  margin: 30px auto 0;
  width: 100%;
  max-width: 308px;
  display: block;
  box-shadow: 3px 3px 3px 0 #dacdb1;
  border-radius: 20px;
  border: 1px solid #bd9d74;
}

@media screen and (max-width: 768px) {
  .qx-merit-support__card-face {
    margin: 4.53333vw auto 0;
    max-width: 56vw;
  }
}

.qx-merit-support__text {
  margin-top: 40px;
}

.qx-merit-support__text > p {
  line-height: 2;
  font-size: 20px;
  margin-top: 40px;
}

.qx-merit-support__text > p:first-child {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .qx-merit-support__text {
    margin-top: 6.66667vw;
  }
  .qx-merit-support__text > p {
    margin-top: 8vw;
    font-size: 3.46667vw;
  }
  .qx-merit-support__text > p:first-child {
    margin-top: 0;
    font-size: 3.73333vw;
  }
}

.qx-merit-support__text ul {
  margin-top: 0px;
}

.qx-merit-support__text ul > li {
  font-size: 20px;
  line-height: 2;
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 768px) {
  .qx-merit-support__text ul {
    /*margin-top: 6.66667vw;*/
    margin-top: 0;
  }
  .qx-merit-support__text ul > li {
    font-size: 3.46667vw;
  }
}

.qx-merit-function__btn-list {
  margin: 40px 0 70px;
  display: flex;
  justify-content: center;
  gap: 24px;
}

.qx-merit-function__btn-list > li {
  width: 142px;
}

@media screen and (max-width: 768px) {
  .qx-merit-function__btn-list {
    margin: 6.66667vw 0 10.66667vw;
    gap: 4vw;
  }
  .qx-merit-function__btn-list > li {
    width: 24vw;
  }
}

.qx-payment__sub {
  position: relative;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.25;
}

.qx-payment__sub > span {
  font-size: 20px;
  font-weight: 400;
}

.qx-payment__sub > label {
  position: absolute;
  top: 2px;
  left: 24%;
  font-size: 14px;
  font-weight: 400;
  padding: 3px 8px;
  color: #fff;
  background-color: #B70081;
}

@media screen and (max-width: 768px) {
  .qx-payment__sub {
    font-size: 5.33333vw;
  }
  .qx-payment__sub > span {
    font-size: 4vw;
  }
  .qx-payment__sub > label {
    top: 0.8vw;
    left: 4vw;
    font-size: 3.06667vw;
    padding: 0.4vw 1.06667vw;
  }
}

.qx-payment__flex {
  margin-top: 30px;
  display: flex;
  gap: 25px;
}

.qx-payment__flex__img {
  width: 220px;
  display: flex;
  gap: 20px;
}

.qx-payment__flex__img > img {
  width: 100px;
}

.qx-payment__flex__text {
  font-size: 20px;
  line-height: 2;
}

.qx-payment__flex__text > span {
  font-weight: 600;
  color: #B70081;
}

@media screen and (max-width: 768px) {
  .qx-payment__flex {
    margin-top: 6.66667vw;
    flex-direction: column;
    gap: 4vw;
  }
  .qx-payment__flex__img {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 2.66667vw;
  }
  .qx-payment__flex__img > img {
    width: 20vw;
  }
  .qx-payment__flex__text {
    font-size: 3.73333vw;
    text-align: center;
  }
  .qx-payment__flex__text > span {
    font-weight: 600;
    color: #B70081;
  }
}

.qx-payment__apply-hdg {
  margin-top: 60px;
  text-align: center;
  font-weight: 600;
  font-size: 22px;
}

.qx-payment__apply-hdg > span {
  color: #B70081;
}

@media screen and (max-width: 768px) {
  .qx-payment__apply-hdg {
    margin-top: 6.66667vw;
    font-size: 4.4vw;
  }
}

.qx-payment__apply {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.qx-payment__apply > a {
  width: 220px;
  display: block;
}

.qx-payment__apply + p {
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .qx-payment__apply {
    margin-top: 4vw;
  }
  .qx-payment__apply > a {
    width: 50%;
  }
  .qx-payment__apply + p {
    margin-top: 4vw;
    font-size: 2.66667vw;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
  }
}

.qx-swiper--signup {
  position: relative;
}

.qx-swiper--signup .swiper-pagination-bullet-active {
  background: #B70081;
}

@media screen and (max-width: 768px) {
  .qx-swiper--signup .swiper-button-prev, .qx-swiper--signup .swiper-button-next {
    width: 6.66667vw;
    height: 6.66667vw;
  }
}

@media screen and (max-width: 768px) {
  .qx-swiper--signup .swiper-button-prev {
    left: -2vw;
  }
}

@media screen and (max-width: 768px) {
  .qx-swiper--signup .swiper-button-next {
    right: -2vw;
  }
}

.qx-swiper--signup .swiper-pagination {
  bottom: 2.66667vw;
}

@media screen and (min-width: 769px) {
  .qx-swiper--signup .swiper-button-prev, .qx-swiper--signup .swiper-button-next, .qx-swiper--signup .swiper-pagination {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .qx-swiper--signup__list {
    margin-top: 4vw;
  }
}

.qx-swiper--signup__list {
  position: relative;
}

.qx-swiper--signup__list.swiper-wrapper {
  justify-content: flex-start;
}

@media screen and (min-width: 769px) {
  .qx-swiper--signup__list {
    margin-top: 30px;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
  .qx-swiper--signup__list > li.swiper-slide {
    width: calc(50% - 15px) !important;
    max-width: 320px !important;
    margin: 0 !important;
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  .qx-swiper--signup__list {
    margin-top: 5.33333vw;
  }
}

.qx-swiper--signup__list .qx-signup__app {
  position: absolute;
  top: 195px;
  left: 0;
  width: 100%;
  height: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.qx-swiper--signup__list .qx-signup__app > a {
  height: 45px;
  flex-shrink: 0;
}

.qx-swiper--signup__list .qx-signup__app > a > img {
  width: auto;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .qx-swiper--signup__list .qx-signup__app {
    top: 52.5vw;
    height: 9.73333vw;
    gap: 2.66667vw;
  }
  .qx-swiper--signup__list .qx-signup__app > a {
    height: 12vw;
  }
  .qx-swiper--signup__list .qx-signup__app > a > img {
    width: auto;
    height: 100%;
  }
}

.qx-card__hdg {
  margin-top: 60px;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .qx-card__hdg {
    margin-top: 6.66667vw;
    font-size: 5.33333vw;
  }
}

.qx-card__list {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

@media screen and (max-width: 768px) {
  .qx-card__list {
    margin-top: 6.66667vw;
    flex-direction: column;
    gap: 4vw;
  }
}

.qx-card__item--select {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.qx-card__item--select > img {
  width: 100px;
}

@media screen and (max-width: 768px) {
  .qx-card__item--select {
    gap: 2.66667vw;
  }
  .qx-card__item--select > img {
    width: 20vw;
  }
}

.qx-card__item--other {
  display: flex;
  width: 240px;
  gap: 10px;
  flex-wrap: wrap;
}

.qx-card__item--other > img {
  width: 115px;
}

@media screen and (max-width: 768px) {
  .qx-card__item--other {
    width: 100%;
    gap: 1.33333vw;
  }
  .qx-card__item--other > img {
    width: 20vw;
  }
}

.qx-apply__bnr {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.qx-apply__bnr img {
  max-width: 420px;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 768px) {
  .qx-apply__bnr {
    margin-top: 5.33333vw;
  }
  .qx-apply__bnr img {
    max-width: 100%;
  }
}

.qx-gold__hdg {
  margin: 0;
  padding: 25px;
  text-align: center;
  background-color: #dbb369;
}

@media screen and (max-width: 768px) {
  .qx-gold__hdg {
    padding: 4vw;
  }
}

.qx-gold__hdg > p {
  margin-top: 0;
  font-size: 28px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .qx-gold__hdg > p {
    font-size: 3.73333vw;
  }
}

.qx-gold__hdg > h2 {
  margin-top: 25px;
  font-size: 36px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .qx-gold__hdg > h2 {
    margin-top: 4vw;
    font-size: 4.8vw;
  }
}

.qx-gold__contents {
  margin: 0;
  padding: 0;
  background-color: #fff8e3;
  overflow: hidden;
}

.qx-gold__contents.bg {
  background: url(/-/media/aeoncard/service/lp/aeonpay/20250626/images/bg_gold_pc.png) no-repeat center top/cover;
}

@media screen and (max-width: 768px) {
  .qx-gold__contents.bg {
    background: url(/-/media/aeoncard/service/lp/aeonpay/20250626/images/bg_gold_sp.png) no-repeat center top/cover;
  }
}

.qx-gold__inner {
  margin: 0 auto;
  padding: 50px 50px 70px;
  width: 100%;
  max-width: 770px;
}

@media screen and (max-width: 768px) {
  .qx-gold__inner {
    padding: 5.33333vw 5.33333vw 8vw;
  }
}

.qx-gold__lead {
  margin: 0;
  font-size: 28px;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .qx-gold__lead {
    font-size: 3.73333vw;
  }
}

.qx-gold__card {
  width: 100%;
  height: 440px;
  position: relative;
}

.qx-gold__card > img {
  width: 475px;
  position: absolute;
  top: 35px;
  left: 210px;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .qx-gold__card {
    height: 60vw;
  }
  .qx-gold__card > img {
    width: 63.33333vw;
    top: 6vw;
    left: 28vw;
  }
}

.qx-gold__btn-list {
  margin-top: 0;
  display: flex;
  justify-content: center;
  background-color: #fff;
  position: relative;
  z-index: 5;
}

.qx-gold__btn-list > li {
  width: 33.3%;
  border: 1px solid #ef3a06;
}

.qx-gold__btn-list > li:first-child {
  border-right: none;
}

.qx-gold__btn-list > li:last-child {
  border-left: none;
}

.qx-gold__btn img {
  filter: drop-shadow(0 0 16px rgba(0, 0, 0, 0.3));
}

@media screen and (max-width: 768px) {
  .qx-gold__btn img {
    filter: drop-shadow(0 0 2.13333vw rgba(0, 0, 0, 0.3));
  }
}

.qx-gold__notes {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.qx-gold__notes > li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 24px;
  color: #4d4d4d;
}

.qx-gold__notes > li > a {
  color: #015ec5;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .qx-gold__notes {
    margin-top: 4vw;
  }
  .qx-gold__notes > li {
    font-size: 3.2vw;
  }
}

.qx-gold__sub {
  margin-top: 60px;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .qx-gold__sub {
    margin-top: 10.66667vw;
    font-size: 4.26667vw;
  }
}

.qx-gold__img {
  margin-top: 60px;
  width: 100%;
  display: block;
}

@media screen and (max-width: 768px) {
  .qx-gold__img {
    margin-top: 8vw;
  }
}

.qx-help__inner {
  margin: 0 auto;
  padding: 50px 50px 70px;
  width: 100%;
  max-width: 770px;
}

@media screen and (max-width: 768px) {
  .qx-help__inner {
    padding: 5.33333vw 5.33333vw 8vw;
  }
}

.qx-help__hdg {
  text-align: center;
  margin-top: 40px;
  font-size: 22px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .qx-help__hdg {
    margin-top: 5.33333vw;
    font-size: 3.73333vw;
  }
}


.qx-help__app_wrapper {
  display: flex;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .qx-help__app_wrapper {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
}

.qx-help__app {
  width: calc(50% - 10px);
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.qx-help__app > img {
  width: 60px;
}

.qx-help__app > a {
  height: 40px;
  flex-shrink: 0;
}

.qx-help__app > a > img {
  width: auto;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .qx-help__app {
    width: 100%;
    margin-top: 3.33333vw;
    gap: 2.66667vw;
  }
  .qx-help__app > img {
    width: 17.73333vw;
  }
  .qx-help__app > a {
    height: 9.73333vw;
  }
}

.qx-float {
  display: none;
  position: fixed;
  z-index: 10;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(241, 241, 241, 0.8);
  padding: 15px;
}

@media screen and (max-width: 768px) {
  .qx-float {
    padding: 2.66667vw;
  }
}

.qx-float__flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .qx-float__flex {
    gap: 2.66667vw;
  }
}

.qx-float__flex > img {
  width: 70px;
}

.qx-float__hdg {
  font-size: 15px;
  text-align: center;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .qx-float__hdg {
    font-size: 3.46667vw;
  }
}

.qx-float__app {
  margin-top: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.qx-float__app > a {
  height: 55px;
  flex-shrink: 0;
}

.qx-float__app > a > img {
  width: auto;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .qx-float__app {
    margin-top: 1.6vw;
    gap: 2.66667vw;
  }
  .qx-float__app > img {
    width: 17vw;
  }
  .qx-float__app > a {
    height: 12vw;
  }
}

.qx-pagetopbtn {
  position: fixed;
  z-index: 11;
  width: 45px;
  right: 20px;
  bottom: 20px;
}

@media screen and (max-width: 768px) {
  .qx-pagetopbtn {
    width: 8vw;
    right: 4vw;
    bottom: 20px;
  }
}

.qx-arrow-down {
  transform: rotate(90deg);
}

.head-qa-button {
  position: fixed;
  z-index: 10003;
  right: 100px;
  top: 20px;
}

.head-qa-button a {
  width: 240px;
  background-color: #B70081;
  color: #FFFFFF;
  font-size: 0.9rem;
  text-align: center;
  display: block;
  font-weight: bold;
  box-sizing: border-box;
  padding: 6px 0px 4px 10px;
  border-radius: 100px;
}

@media (max-width: 900px) {
  .head-qa-button a {
    width: 180px;
    font-size: 0.7rem;
  }
}

@media (max-width: 768px) {
  .head-qa-button {
    right: 70px;
    top: 6px;
  }
  .head-qa-button a {
    width: 190px;
    font-size: 0.7rem;
    padding: 6px 0px 4px 6px;
  }
}

@media (max-width: 450px) {
  .head-qa-button {
    right: 60px;
    top: 8px;
  }
  .head-qa-button a {
    width: 150px;
    font-size: 0.6rem;
    padding: 3px 0px 2px 2px;
  }
}

@media (max-width: 374px) {
  .head-qa-button {
    right: 45px;
  }
  .head-qa-button a {
    width: 104px;
    font-size: 0.4rem;
    padding: 1px;
  }
  .head-qa-button a .a-icon {
    width: 14px;
  }
}

.qx-swiper--timed {
  margin: 70px auto 0;
  width: 100%;
  max-width: 800px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .qx-swiper--timed {
    margin: 9.33333vw auto 0;
  }
}

.qx-swiper--timed .swiper-slide img {
  max-width: 500px;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 768px) {
  .qx-swiper--timed .swiper-slide img {
    max-width: 100%;
  }
}

.qx-swiper--timed .swiper-pagination-bullet-active {
  background: #B70081;
}

@media screen and (max-width: 768px) {
  .qx-swiper--timed .swiper-pagination-bullet {
    width: 1.6vw;
    height: 1.6vw;
  }
}

.qx-swiper--timed .swiper-button-prev, .qx-swiper--timed .swiper-button-next {
  width: 32px;
  height: 32px;
}

@media screen and (max-width: 768px) {
  .qx-swiper--timed .swiper-button-prev, .qx-swiper--timed .swiper-button-next {
    width: 6.66667vw;
    height: 6.66667vw;
  }
}

.qx-swiper--timed .swiper-button-prev {
  left: 50px;
}

@media screen and (max-width: 768px) {
  .qx-swiper--timed .swiper-button-prev {
    left: -2vw;
  }
}

.qx-swiper--timed .swiper-button-next {
  right: 50px;
}

@media screen and (max-width: 768px) {
  .qx-swiper--timed .swiper-button-next {
    right: -2vw;
  }
}

.qx-swiper--timed .swiper-pagination {
  bottom: 4px;
}

@media screen and (max-width: 768px) {
  .qx-swiper--timed .swiper-pagination {
    bottom: 0.4vw;
  }
}

.qx-first-revo{
  text-align: center;
}

.qx-first-revo__title {
  margin-top: 40px;
  font-size: 22px;
  font-weight: 600;
}

.qx-first-revo__bnr{
    margin-top: 40px;
}

.qx-first-revo-campaing__bnr{
  width: 60%;
}

@media screen and (max-width: 768px) {
  .qx-first-revo__title {
    margin-top: 5.33333vw;
    font-size: 3.73333vw;
  }

  .qx-first-revo__bnr{
    margin-top: 5.33333vw;
  }

  .qx-first-revo-campaing__bnr{
  width: 100%;
}
}

/*20260406追加*/

.qx-bg-color-lightblue {
  background: #f1f1fd;
}

.qx-bg-color-gray {
  background: #eef2f5;
}

.qx-bg-color-blue {
  background: #ececff;
}

.qx-main_lage_title {
  text-align: center;
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 30px;
  position: relative;
  color: #3B3A3D;
}

.qx-second-top-sub-title{
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  color: #3B3A3D;
}

.qx-main_title {
color: #3B3A3D;
font-size: 38px;
font-weight: 600;
line-height: 130%;
margin-bottom: 20px;
position: relative;
text-align: center;
}

.qx-main_sub_title {
color: #3B3A3D;
font-size: 24px;
font-weight: 600;
line-height: 130%;
margin-bottom: 20px;
position: relative;
display: flex;
text-align: center;	
justify-content: center;
}

.qx-main_sub_title.qx-main_sub_title_new::after {
  content: "新機能";
  background: #56419E;
  border-radius: 3px;
  padding: 0px 10px;
  font-size: 10px;
  color: #fff;
  text-align: center;
  position: relative;
  margin-left: 10px;
}

.qx-main_sub_title_bottom_bor {
  color: #4F419E;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}

.qx-contents-title{
  font-size: 22px;
  text-align: center;
  color: #3B3A3D;
}

.qx-contents-sub-title {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #3B3A3D;
  font-weight: 600;
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;  
}

.qx-contents-sub-title.qx-contents-sub-title_new::after {
  content: "新機能";
  background: #56419E;
  border-radius: 5px;
  padding: 5px 10px 4px;
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-left: 10px;
  font-weight: normal;
  vertical-align: middle;
  position:relative;
  line-height: 1;
}

.qx-contents-sub-title-bg-purple {
  background: #ECECFF;
  border-radius: 5px;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  color: #56419E;
  padding: 6px 0;
}


.qx-payment_title_code {
text-align: center;
margin-bottom: 20px;
}

.qx-payment_title_code span{
border-radius: 4px;
background: #B60081;
color: #FFF;
text-align: center;
font-size: 24px;
font-weight: 600;
padding: 5px 20px 3px;
}

.qx-atten-title {
  font-size: 24px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.qx-atten-title::before {
  background: url(/-/media/aeoncard/service/lp/aeonpay/feature/waonimport/images/icon_atten.png) center center no-repeat;
  background-size: cover;
  content: "";
  width: 20px;
  height: 17px;
  position: relative;
  margin-right: 10px;
}


@media screen and (max-width: 768px) {
.qx-main_lage_title{
  font-size: 5.8vw;
  text-align: center;
}

.qx-second-top-sub-title{
    font-size: 4.8vw;
}

.qx-main_title {
  font-size: 5vw;
  text-align: center;
}

.qx-main_sub_title {
  font-size: 4vw;
text-align: center;
  justify-content: center;
}

.qx-main_sub_title_bottom_bor {
  font-size: 3.8vw;
  text-align: center;
}
.qx-main_sub_title.qx-main_sub_title_new,
.qx-main_sub_title.qx-main_sub_title_osusume {
  justify-content: center;
  padding-top:6.33333vw;
}

.qx-main_sub_title.qx-main_sub_title_new::after,
.qx-main_sub_title.qx-main_sub_title_osusume::after {
  position: absolute;
  top: -1vw;
  left: 50%;
  transform: translateX(-50%); 
  margin-left: 0px;
}

.qx-contents-sub-title-bg-purple {
  font-size: 3.8vw;
}

.qx-payment_title_code {
margin-bottom: 20px;
}

.qx-payment_title_code span{
  font-size: 4vw;
}

.qx-atten-title {
  font-size: 4vw;
}

}
.qx-main-bt-wrapper {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.qx-main-bt-wrapper a {
  background: #4F419E;
  border-radius: 4px;
  display: flex;
  width: 237px;
  height: 58px;
  max-width: 237px;
  padding: 0 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  position: relative;
  text-align: center;
}

.qx-main-bt-title {
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  position: relative;
  width: fit-content;
  margin-inline: auto;
  padding-inline: .8em;
  color: #3B3A3D;
}

.qx-main-bt-title::before,
.qx-main-bt-title::after {
  display: block;
  content: '';
  width: 2px;
  height: 1.5em;
  background-color: #3B3A3D;
  position: absolute;
  top: 0;
}

.qx-main-bt-title::before {
  left: 0;
  transform: rotate(-45deg)
}

.qx-main-bt-title::after {
  right: 0;
  transform: rotate(45deg)
}

@media screen and (max-width: 768px) {
  .qx-main-bt-wrapper {
      -webkit-flex-direction: column;
        flex-direction: column;
  }

  .qx-main-bt-wrapper a {
    margin-left: auto;
    margin-right: auto;
  }

  .qx-main-bt-title {
    font-size: 16px;
    padding-inline: .6em;
  }
  .qx-main-bt-title::before {
    left: -7px;
    transform: rotate(-25deg);
  }
  .qx-main-bt-title::after {
    right: -7px;
    transform: rotate(25deg)
  }
}

@media (max-width: 374px) {
  .qx-main-bt-title {
    font-size: 14px;
    padding-inline: .6em .4em;
  }
}

.qx-main-bt-wrapper a.qx-main-bt-start::before {
  position: absolute;
  content: "";
  background: url(/-/media/aeoncard/service/lp/aeonpay/20260406/images/icon_start.png) center center no-repeat;
  background-size: cover;
  width: 14px;
  height: 20px;
  left: 20px;
}

.qx-main-bt-sub-wrapper {
  display: flex;
  justify-content: center;
}

.qx-main-bt-sub-wrapper a{
  background: #E3E3FA;
  border-radius: 4px;
  display: flex;
  width: 237px;
  height: 48px;
  max-width: 237px;
  padding: 0 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #56419E;
  font-weight: 600;
  font-size: 14px;
  position: relative;
}

.qx-list-txt {
  font-size: 12px;
}

.qx-list-txt li{
   padding-left: 1em;
  text-indent: -1em; 
}

.qx-page-links-bt_wrapper {
display: flex;
flex-wrap: wrap;
 gap: 20px;
justify-content: center;
}

.qx-page-links-bt {
  width: calc((100% - 40px) / 3);
  border-radius: 5px;
  border: 1px solid #56419E;
  box-sizing: border-box;
  background: #FFF;
  padding: 1px;
}

.qx-page-links-bt a{
  color:#56419E;
  padding: 15px 0;
  display: block;
  font-weight: 600;
  text-align: center;
  font-size: 14px;
  position: relative;
}

.qx-page-links-bt a::after{
  content: "";
  background: url(/-/media/aeoncard/service/lp/aeonpay/feature/images/arrow_down.png) center center no-repeat;
  background-size: cover;
  width: 14px;
  height: 8px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  position:absolute;
}


@media screen and (max-width: 768px) {
 .qx-page-links-bt_wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 20px;
 }

 .qx-page-links-bt {
  width: 100%;
}

}
.qx-cando-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.qx-cando-bt {
  width: calc((100% - 80px) / 5);
  justify-content: center;
  text-align: center;
}

.qx-cando-bt a{
  padding: 18px 0 15px;
  background: #fff;
  display: block;
  border-radius:20px;
  text-align: center;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.25);
}

.qx-cando-bt a img {
  width: 100px;
}

.qx-cando-bt-txt {
  color: #000;
  margin-top: 10px;
  font-weight: 600;
  font-size: 12px;
}


@media screen and (max-width: 768px) {
.qx-cando-links {
  gap: 5%;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}

  .qx-cando-bt {
  width: calc((100% - 5%) / 2);
  justify-content: center;
  text-align: center;
  margin-bottom: 5%;
}

  .qx-cando-bt:last-child {
    width: 100%;
    display: flex;
    justify-content: flex-start;
  }
  

  .qx-cando-bt:last-child a {
    display: flex;
    align-items: center;
    gap: 30px;
    width: 100%;
  }

  .qx-cando-bt:last-child a img{
    margin-left: 10%;
  }
}

.qx-payment_bt_wrapper {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.qx-payment_bt_wrapper a{
 flex: 1;
 box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.25);
 border-radius: 20px;
}

.qx-payment_bt_wrapper a img{
  width: 100%;
  border-radius: 20px;
}


@media screen and (max-width: 768px) {
  .qx-payment_bt_wrapper {
  margin-top: 3.66667vw;
  margin-bottom: 6.66667vw;
}
}

.qx-feature_no_title{
  font-size: 18px;
  font-weight: 600;
  color: #56419E;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;	
  text-align: center;
}


@media screen and (max-width: 768px) {
  .qx-feature_no_title{
  justify-content: center;
  text-align: center;
    font-size: 3.8vw;
  }

}

.qx-feature_no_title::before{
  position: absolute;
  width: 96px;
  height: 96px;
  font-size: 48px;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

@media screen and (max-width: 500px) {
  .qx-feature_no_title::before{
    top: -18.66667vw;
  }
}

@media screen and (max-width: 320px) {	
.qx-feature_no_title::before{	
top: -20.66667vw;	
}	
}

.qx-feature_no_title.qx-no-one::before{
  content: "01";
  background-size: cover;
}

.qx-feature_no_title.qx-no-two::before{
  content: "02";
  background-size: cover;
}

.qx-feature_no_title.qx-no-three::before{
  content: "03";
  background-size: cover;
}

.qx-feature_no_title.qx-no-four::before{
  content: "04";
  background-size: cover;
}

.qx-feature_no_title.qx-no-five::before{
  content: "05";
  background-size: cover;
}

.qx-feature_no_title.qx-no-six::before{
  content: "06";
  background-size: cover;
}

.qx-feature_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding-top: 20px;
}

.qx-feature_box {
  width: calc((100% - 20px) / 2);
  margin-bottom: 20px;
  background: #fff;
  border-radius: 20px;
  padding: 40px 20px 20px;
  }

.qx-feature_one_wrapper {
  padding-top: 20px;
  background: #fff;
  border-radius: 20px;
  padding: 50px 20px 20px;
  margin-top: 20px;
}


@media screen and (max-width: 768px) {
  .qx-feature_wrapper {
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 0;
  padding-top: 20px;
}

.qx-feature_box {
  width: 100%;
  margin-bottom:40px;
  padding: 40px 20px 20px;
  }

  .qx-feature_box:last-child {
  margin-bottom: 40px;
  }
}

@media screen and (max-width: 500px) {
  .qx-feature_wrapper {
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 6.66667vw;
  padding-top: 6.66667vw;
  margin-bottom: 6.66667vw;
}

.qx-feature_box {
  width: 100%;
  padding: 10.6667vw 6.66667vw  6.66667vw;
  }

}

.qx-features-img {
  text-align: center;
}

.qx-select-payment_wrapper {
  display: flex;
  gap: 80px;
  margin-top: 10px;
  padding-bottom: 80px;
  border-bottom: 2px solid #EAECED;
}

.qx-select-payment_box {
  flex: 1;
  }

  .qx-select-payment_box .qx-main_sub_title,
  .qx-select_wrapper .qx-main_sub_title {
    color: #56419E;
    font-size: 18px;
  }

  
.qx-main_sub_title.qx-main_sub_title_osusume::after {
  content: "おすすめ";
  background: #56419E;
  border-radius: 3px;
  padding: 6px 10px 3px;
  font-size: 10px;
  color: #fff;
  text-align: center;
  margin-left: 10px;
  line-height: 1;
  height: 20px;
}

@media screen and (max-width: 768px) {
  .qx-select-payment_wrapper {
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 0;
}

.qx-select-payment_box {
  margin-bottom: 6.66667vw;
  padding-bottom: 6.66667vw;
}

.qx-select-payment_box:first-child{
  padding-right:0;
  border-right: none;
}

.qx-select-payment_box:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

  .qx-select-payment_box .qx-main_sub_title,
  .qx-select_wrapper .qx-main_sub_title {
    font-size: 4vw;
  }

.qx-main_sub_title.qx-main_sub_title_osusume::after {
    margin-left: 0;
}

}

.qx-select-payment-img {
  text-align: center;
}

.qx-select-payment_bt_box{
  display: flex;
  gap: 10px;
  justify-content: center;
}

.qx-select_wrapper{
  padding: 80px 0 0;
}

@media screen and (max-width: 768px) {
.qx-select_wrapper{
  padding: 8vw 0 0;
}
}

.qx-accordion-top {
  display: flex;
  gap: 50px;
  border-top: 1px solid #EAECED;
  padding: 30px 0 30px;
}

.qx-accordion-top + .qx-accordion-top {
  margin-top: 30px;
}

.qx-accordion-top__title {
  flex: 1;
  position: relative;
  padding-left: 25px;
  font-size: 12px;
}

.qx-accordion-top__title::before {
  content: "";
  background: url(/-/media/aeoncard/service/lp/aeonpay/20260406/images/icon_q.png) center center no-repeat;
  background-size: cover;
  width: 19px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 3px;
}

.qx-accordion-top__contents {
  flex: 1;
  position: relative;
  padding-left: 25px;
  font-size: 12px;
}


.qx-accordion-top__contents::before {
  content: "";
  background: url(/-/media/aeoncard/service/lp/aeonpay/20260406/images/icon_a.png) center center no-repeat;
  background-size: cover;
  width: 20px;
  height: 14.5px;
  position: absolute;
  left: 0;
  top: 3px;
}

@media screen and (max-width: 768px) {
  .qx-accordion-top {
    -webkit-flex-direction: column;
        flex-direction: column;
        gap: 3.33333vw;
        padding: 5.33333vw 0 5.33333vw;
  }

  .qx-accordion-top + .qx-accordion-top {
  margin-top: 5.33333vw;
  }

   .qx-accordion-top__title {
    padding-right: 50px;
    cursor: pointer;
   }

.qx-accordion-top-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 17px;
  height: 17px;
}

.qx-accordion-top-icon::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  width: 2px;
  height: 24px;
  background: #EAECED;
  transform: translateY(-50%);
}

.qx-accordion-top-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #56419e;
  transform: translateY(-50%);
}

.qx-accordion-top-icon span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  background: #56419e;
  transform: translateX(-50%);
  transition: 0.3s;
}

.is-open .qx-accordion-top-icon span {
  opacity: 0;
  transform: translate(-50%) rotate(90deg);
}

.qx-accordion-top__contents p{
  font-size: 12px;
}

}

.qx-accordion-top_links {
  margin-top: 20px;
  }

@media screen and (max-width: 768px) {
  .qx-accordion-top_links {
  margin-top: 3.33333vw;
  }
}

.qx-accordion-top_links a{
  text-decoration: underline;
  color: #B60081;
}

.qx-page-app {
  text-align: center;
}
.qx-page-app.qx-main {
  padding: 40px 40px 60px;
}

.qx-page-app-title {
  font-weight: 600;
  font-size: 20px;
  color: #000;
}
@media screen and (max-width: 768px) {

.qx-page-app.qx-main {
  padding: 40px 40px 40px;
}
  .qx-page-app-title {
  font-size: 3.46667vw;
  margin-bottom: 2vw;
}
}

.qx-payment-box {
  display: flex;
  flex-wrap: wrap;
  align-items:center;
  margin-top:20px;
}

.qx-payment_img{
  width: 30%;
  text-align: center;
}

.qx-payment_txt_box {
  width: 70%;
}

.qx-payment_txt {
  text-align: left;
}

.qx-txt-logo-img {
  vertical-align: sub;
  margin-left: 5px;
  margin-right: 5px;
}

@media screen and (max-width: 768px) {
  .qx-payment-box {
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }

  .qx-payment_img{
  width: 100%;
}

.qx-payment_txt_box {
  width: 100%;
}
.qx-payment_txt_box p {
  text-align: center;
}

}

.qx-others_wrapper {
  border-bottom: 2px solid #EAECED;
  padding-bottom: 80px;
  margin-bottom: 80px;
}

.qx-others_wrapper:last-child{
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.qx-others_wrapper .qx-main_sub_title{
    color: #56419E;
    font-size: 18px;
}

@media screen and (max-width: 768px) {
.qx-others_wrapper {
  padding-bottom: 8vw;
  margin-bottom:8vw;
}

.qx-others_wrapper .qx-main_sub_title{
    font-size: 4vw;
}
}

.qx-safety_wrapper{
  padding-bottom: 80px;
}

.qx-safety_wrapper .qx-main_sub_title_bottom_bor{
  font-size: 18px;
}

@media screen and (max-width: 768px) {
.qx-safety_wrapper{
  padding-bottom: 8vw;
}

.qx-safety_wrapper .qx-main_sub_title_bottom_bor{
  font-size: 4vw;
}
}

.qx-safety_wrapper:last-child{
  padding-bottom: 0;
}

.qx-safety_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  gap: 50px;
}

.qx-safety_box_img {
  text-align: right;
  width:calc(50% - 25px);
}

.qx-safety_box_txt {
  width:calc(50% - 25px);
}

@media screen and (max-width: 768px) {
  .qx-safety_box {
    flex-direction: column;
    gap: 20px;
  }

  .qx-safety_box_img {
  text-align: center;
  width:100%;
}

.qx-safety_box_txt {
  width:100%;
text-align: center;}
}

.qx-fv-img {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  max-width: 419px;
  margin: 40px auto 30px;
}

.qx-fv-img img{
  width: calc((100% - 26px) / 2);
}

@media screen and (max-width: 768px) {
  .qx-fv-img {
  gap: 20px;
  margin: 4vw auto 3vw;
}
}

.qx-fv-box {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  align-items: center;
  margin: 0 auto 30px;
}

@media screen and (max-width: 768px) {
  .qx-fv-box {
      margin: 0 auto 3vw;
  }
}

.qx-fv-box-img {
  text-align: right;
  width: calc( 45% - 60px );
}


.qx-fv-box-txt{
  width: calc( 55% - 60px );

}

.qx-fv-box-txt h2{
  font-weight: 600;
  font-size: 25px;
}

@media screen and (max-width: 768px) {
  .qx-fv-box {
    flex-direction: column;
    gap: 4vw;
  }

  .qx-fv-box div{
    width: 100%;
  }

  .qx-fv-box-img {
    text-align: center;
  }

  .qx-fv-box-txt h2 {
    text-align: center;
    font-size: 3.8vw;
  }
}

.qx-txt-title {
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .qx-txt-title {
  font-size: 14px;
}
}

.qx-qa {
  border-top: 1px solid #EAECED;
}

.qx-lead-txt {
  font-size: 22px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .qx-lead-txt {
  font-size: 3.8vw;
  text-align: center;
}

  .qx-lead-txt.qx-al-sp {
  text-align: left;
}
}

.qx-line-title {
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  position: relative;
  width: fit-content;
  margin-inline: auto;
  padding-inline: .8em;
}

.qx-line-title::before,
.qx-line-title::after {
  display: block;
  content: '';
  width: 2px;
  height: 1.5em;
  background-color: #1a1a1a;
  position: absolute;
  bottom: 0;
}

.qx-line-title::before {
  left: 0;
  transform: rotate(-45deg)
}

.qx-line-title::after {
  right: 0;
  transform: rotate(45deg)
}

@media (max-width: 768px) {
  .qx-line-title {
    font-size: 4vw;
    padding-inline: .6em;
  }
  .qx-line-title::before {
    left: -7px;
    transform: rotate(-25deg);
  }
  .qx-line-title::after {
    right: -7px;
    transform: rotate(25deg)
  }
}

@media (max-width: 374px) {
  .qx-line-title {
    font-size: 14px;
    padding-inline: .6em .4em;
  }
}

.qx-card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.qx-card-txt {
  font-size: 22px;
}

@media (max-width: 768px) {
  .qx-card-txt {
    font-size: 3.8vw;
  }
}

.qx-atten-box {
  background: #EEF2F5;
  border-radius: 6px;
  padding: 40px;
  max-width: 564px;
  margin-left: auto;
  margin-right: auto;
}

.qx-atten-list {
  font-size: 12px;
  line-height: 1.8;
}

.qx-atten-list li{
  padding-left: 1em;
  text-indent: -1em;
}

@media (max-width: 768px) {
  .qx-atten-box {
    padding: 8vw 4vw;
    width: 100%;
  }
}

.qx-step-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 586px;
}

.qx-swiper--step {
  position: relative;
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
  padding: 40px 0 68px;
}


@media (max-width: 768px) {
  .qx-swiper--step {
    padding: 8vw 4vw 10vw;
  }
}

.qx-swiper--step .swiper-pagination-bullet-active {
  background: #56419E;
  width: 16px;
  border-radius: 4px;
}

.qx-swiper--step .swiper-pagination { 
  bottom: 30px;
}

.qx-swiper--step .swiper-button-prev,
.qx-swiper--step .swiper-button-next {
  width: 25px;
  height: 25px;
}

.qx-swiper--step .swiper-button-prev {
  left: 25px;
}

.qx-swiper--step .swiper-button-next {
  right: 25px;
}

.qx-swiper--step .swiper {
  width: 100%;
  height: 100%;
  padding-bottom: 40px;
}

@media (max-width: 768px) {

 .qx-swiper--step .swiper-pagination { 
  bottom: 3vw;
}

  .qx-swiper--step .swiper-button-prev {
    left: 2vw;
  }
  .qx-swiper--step .swiper-button-next {
    right: 2vw;
  }
  .qx-swiper--step .swiper {
    padding-bottom: 4vw;
  }
}

.qx-swiper--step .swiper-wrapper {
  display: flex;
}

.qx-swiper--step .swiper-slide {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  width: 100%;
  flex-shrink: 0;
}

.qx-swiper--step .swiper-slide p{
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.qx-step-swiper-img img{
    max-width: 100%;
}

@media (max-width: 768px) {
  .qx-swiper--step .swiper-slide p{
    font-size: 3.8vw;
  }
}

.qx-float-end {
  border: none;
  background: none;
}