@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;
}

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-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-ac {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .qx-fs24-sp {
    font-size: 3.2vw !important;
  }
}

.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;
  }
}

/* Humburger Menu */
html {
  scroll-padding-top: 78px;
  /* 固定ヘッダの高さを指定 */
}

.o-header {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 1000;
  border-bottom: 4px solid #2c3e8a;
}

main {
  margin-top: 78px;
}

.qx-hamburger-menu__icon {
  position: fixed;
  background-color: #B70081;
  top: 11px;
  right: 25px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10002;
  overflow: hidden;
}

.qx-hamburger-menu__icon__line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -10px);
  display: block;
  width: 34px;
  height: 2px;
  background: #fff;
  transition: .5s;
  transition-timing-function: ease-out;
}

.qx-hamburger-menu__icon__line.second {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 34px;
  height: 2px;
  background: #fff;
  transition: .5s;
  transition-timing-function: ease-out;
}

.qx-hamburger-menu__icon__line.third {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 8px);
  display: block;
  width: 34px;
  height: 2px;
  background: #fff;
  transition: .5s;
  transition-timing-function: ease-out;
}

.is-active .qx-hamburger-menu__icon__title {
  transform: translate(-50%, -15px);
  opacity: 0;
}

.is-active .qx-hamburger-menu__icon__line {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  height: 2px;
}

.is-active .qx-hamburger-menu__icon__line.second {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -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 25px 40px;
  width: 375px;
  max-height: 100vh;
  overflow-y: auto;
  background-color: #fff;
  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 0;
  border-bottom: 1px solid #B70081;
  width: 100%;
}

.qx-hamburger-menu__list > .qx-hamburger-menu__list__item:last-child {
  border-bottom: none;
}

.qx-hamburger-menu__list__link {
  color: #262626;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25;
  padding: 15px 0;
  display: block;
  position: relative;
}

.qx-hamburger-menu__list__link::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
  display: block;
  width: 25px;
  height: 25px;
  background: url("/-/media/aeoncard/service/lp/aeonpay/20250626/images/icon_menu-arrow_01.png") no-repeat center center/contain;
}

.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: 50px;
  }
  .qx-hamburger-menu__icon {
    top: 4px;
    right: 15px;
    transform: scale(0.75);
    transform-origin: top right;
  }
  .qx-hamburger-menu__contents {
    top: 0;
    padding: 70px 20px 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;
  }
}

/* Key Visual */
.qx-kv {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  color: #fff;
  text-align: center;
  background: url("/-/media/aeoncard/service/lp/aeonpay/20250626/images/bg_kv_pc.jpg") no-repeat center center/cover;
}

@media screen and (max-width: 768px) {
  .qx-kv {
    background: url("/-/media/aeoncard/service/lp/aeonpay/20250626/images/bg_kv_sp.jpg") no-repeat center center/cover;
  }
}

.qx-kv__text {
  width: 16.6%;
  max-width: 320px;
  position: absolute;
  top: 3.125vw;
  left: 3.90625vw;
}

@media screen and (max-width: 768px) {
  .qx-kv__text {
    top: 4vw;
    left: 50%;
    transform: translateX(-50%);
    width: 78.26667vw;
    max-width: 100%;
  }
  .qx-kv__text img {
    width: 100%;
  }
}

.qx-kv__img {
  padding-top: 25px;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .qx-kv__img {
    padding-top: 11.73333vw;
    width: 100%;
  }
}

.qx-kv__hdg {
  padding: 20px 20px 0;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .qx-kv__hdg {
    margin-top: -5.33333vw;
    padding: 0 4vw 0;
  }
}

.qx-kv__app {
  position: absolute;
  right: 64px;
  bottom: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.qx-kv__app > img {
  width: 77px;
}

.qx-kv__app > a {
  height: 42px;
  flex-shrink: 0;
}

.qx-kv__app > a > img {
  width: auto;
  height: 100%;
}

@media screen and (max-width: 1699px) {
  .qx-kv__app {
    position: relative;
    justify-content: center;
    bottom: auto;
    right: auto;
    padding: 20px;
  }
}

@media screen and (max-width: 768px) {
  .qx-kv__app {
    padding: 3.33333vw 0 4vw;
    gap: 2.66667vw;
  }
  .qx-kv__app > img {
    width: 17.73333vw;
  }
  .qx-kv__app > a {
    height: 9.73333vw;
  }
}

.qx-kv__notes {
  padding-bottom: 30px;
  font-size: 16px;
}

@media screen and (min-width: 1700px) {
  .qx-kv__notes {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .qx-kv__notes {
    padding-bottom: 4vw;
    font-size: 2.66667vw;
  }
}

.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: 40px 40px 80px;
  background: #473a94 url("/-/media/aeoncard/service/lp/aeonpay/20250626/images/bg_main_pc.jpg") no-repeat top center/cover;
}

@media screen and (max-width: 768px) {
  .qx-main {
    padding: 10.66667vw 4vw;
    background: #473a94 url("/-/media/aeoncard/service/lp/aeonpay/20250626/images/bg_main_sp.jpg") repeat-y top center;
    background-size: 100% auto;
  }
}

.qx-main__inner {
  width: 100%;
  max-width: 840px;
  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: white;
  opacity: 0.6;
}

.qx-swiper .swiper-pagination-bullet-active {
  background: #B70081;
}

.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;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .qx-campaign h3 {
    text-align: left;
    font-size: 5.33333vw;
    margin-bottom: 5.33333vw;
  }
}

.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;
  }
}

.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: #B70081;
}

@media screen and (max-width: 768px) {
  .qx-about .qx-swiper--about .swiper-button-prev, .qx-about .qx-swiper--about .swiper-button-next {
    width: 7.33333vw;
    height: 7.33333vw;
  }
}

@media screen and (max-width: 768px) {
  .qx-about .qx-swiper--about .swiper-button-prev {
    left: 1.33333vw;
  }
}

@media screen and (max-width: 768px) {
  .qx-about .qx-swiper--about .swiper-button-next {
    right: 1.33333vw;
  }
}

.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(50% - 10px) !important;
    margin: 0 !important;
  }
  .qx-about .swiper-button-prev, .qx-about .swiper-button-next, .qx-about .swiper-pagination {
    display: none;
  }
}

.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;
}

@media screen and (max-width: 768px) {
  .qx-merit-flex__img {
    width: 13.33333vw !important;
    margin-right: 4vw;
  }
}

.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: calc(100% + 140px);
  margin-left: -70px;
}

@media screen and (max-width: 768px) {
  .qx-merit-shop-cp .qx-swiper {
    width: 92vw;
    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;
}

@media screen and (max-width: 768px) {
  .qx-merit-shop-cp .qx-swiper .swiper-pagination {
    bottom: 2.66667vw;
  }
}

.qx-merit-shop-cp .qx-swiper .swiper-pagination-bullet {
  background: #eee;
  opacity: 1;
}

.qx-merit-shop-cp .qx-swiper .swiper-pagination-bullet-active {
  background: #B70081;
}

.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;
}

.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 {
    height: 7.46667vw;
    font-size: 2.93333vw;
  }
}

.qx-tab__list__item.blue > a {
  border: 2px solid #2c3e8a;
  border-radius: 18px 18px 18px 0;
}

@media screen and (max-width: 768px) {
  .qx-tab__list__item.blue > a {
    border: 1px solid #2c3e8a;
    border-radius: 2.4vw 2.4vw 2.4vw 0;
  }
}

.qx-tab__list__item.blue::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: -20px;
  width: 40px;
  height: 30px;
  background-color: #B70081;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .qx-tab__list__item.blue::after {
    width: 5.33333vw;
    height: 4vw;
    right: -2.66667vw;
  }
}

.qx-tab__list__item.blue.is-active::after {
  background-color: #2c3e8a;
}

.qx-tab__list__item.blue.is-active > a {
  background-color: #2c3e8a;
  color: #fff;
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .qx-tab__list__item.blue.is-active > a {
    font-size: 2.93333vw;
  }
}

.qx-tab__list__item.purple > a {
  border: 2px solid #B70081;
  border-radius: 18px 18px 0 18px;
}

@media screen and (max-width: 768px) {
  .qx-tab__list__item.purple > a {
    border: 1px solid #B70081;
    border-radius: 2.4vw 2.4vw 0 2.4vw;
  }
}

.qx-tab__list__item.purple.is-active > a {
  background-color: #B70081;
  color: #fff;
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .qx-tab__list__item.purple.is-active > a {
    font-size: 2.93333vw;
  }
}

.qx-tab__contents {
  margin: 0;
  display: none;
}

.qx-tab__contents.is-show {
  display: block;
}

.qx-tab__contents__item {
  padding: 40px 55px 50px;
  border-radius: 0 0 18px 18px;
}

@media screen and (max-width: 768px) {
  .qx-tab__contents__item {
    padding: 8vw 4vw;
    border-radius: 0 0 2.4vw 2.4vw;
  }
}

.qx-tab__contents#merit-point-01 .qx-tab__contents__item {
  border: 2px solid #2c3e8a;
  border-top: none;
}

@media screen and (max-width: 768px) {
  .qx-tab__contents#merit-point-01 .qx-tab__contents__item {
    border: 1px solid #2c3e8a;
    border-top: none;
  }
}

.qx-tab__contents#merit-point-02 .qx-tab__contents__item {
  border: 2px solid #B70081;
  border-top: none;
}

@media screen and (max-width: 768px) {
  .qx-tab__contents#merit-point-02 .qx-tab__contents__item {
    border: 1px solid #B70081;
    border-top: none;
  }
}

.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;
}

@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: 40px;
}

.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;
  }
  .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;
}

@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: 208px;
  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: 33px;
  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: 58.13333vw;
    height: 9.73333vw;
    gap: 2.66667vw;
  }
  .qx-swiper--signup__list .qx-signup__app > a {
    height: 9.73333vw;
  }
  .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;
  text-align: 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 {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.qx-help__app > img {
  width: 103px;
}

.qx-help__app > a {
  height: 57px;
  flex-shrink: 0;
}

.qx-help__app > a > img {
  width: auto;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .qx-help__app {
    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: 35px;
  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: 17.73333vw;
  }
  .qx-float__app > a {
    height: 8.53333vw;
  }
}

.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: 29.33333vw;
  }
}

.qx-arrow-down {
  transform: rotate(90deg);
}
