/* ------------------------------------------------------------------------------
     reset
-------------------------------------------------------------------------------*/
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

html {
  line-height: 1.25;
  -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-mt10 {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .qx-mt10 {
    margin-top: spvw(20);
  }
}

.qx-mt30 {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .qx-mt30 {
    margin-top: spvw(40);
  }
}

.qx-mt40 {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .qx-mt40 {
    margin-top: spvw(50);
  }
}

.qx-mt50 {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .qx-mt50 {
    margin-top: spvw(50);
  }
}

.qx-mt60 {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .qx-mt60 {
    margin-top: spvw(60);
  }
}

.qx-ac {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .qx-fs24-sp {
    font-size: spvw(24) !important;
  }
}

/* Main */
.qx-contents {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 70px 0 100px;
}

@media screen and (max-width: 768px) {
  .qx-contents {
    padding: 8vw 4vw 13.33333vw;
  }
}

.qx-contents > *:first-child {
  margin-top: 0;
}

.qx-contents > *:last-child {
  margin-bottom: 0;
}

.qx-hdg-lv1 {
  font-size: 42px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .qx-hdg-lv1 {
    font-size: 5.8vw;
  }
}

.qx-link-hdg {
  font-size: 24px;
  text-decoration: underline;
  color: #1a1a1a;
}

@media screen and (max-width: 768px) {
  .qx-link-hdg {
    font-size: 4.26667vw;
  }
}

.qx-hdg-lv2 {
  margin: 80px 0 0;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.25;
  color: #3B3A3D;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .qx-hdg-lv2 {
    margin: 10.66667vw 0 6.66667vw;
    font-size: 5vw;
  }
}

.qx-hdg-lv2 img {
  max-width: 335px;
}

@media screen and (max-width: 768px) {
  .qx-hdg-lv2 img {
    max-width: 81.73333vw;
  }

  .qx-hdg-lv2 img.qx-mt40 {
    margin-top: 6.66667vw;
  }
}

.qx-hdg-lv2 + * {
  margin-top: 0;
}

.qx-hdg-lv2#invoice::before, .qx-hdg-lv2#invoice::after {
  content: '';
  display: block;
  width: 2px;
  height: 1.1em;
  background-color: #B70081;
}

@media screen and (max-width: 768px) {
  .qx-hdg-lv2#invoice::before, .qx-hdg-lv2#invoice::after {
    height: 2.2em;
  }
}

.qx-hdg-lv2#invoice::before {
  margin-right: 20px;
  transform: rotate(-30deg);
}

@media screen and (max-width: 768px) {
  .qx-hdg-lv2#invoice::before {
    margin-right: 5.33333vw;
  }
}

.qx-hdg-lv2#invoice::after {
  margin-left: 20px;
  transform: rotate(30deg);
}

@media screen and (max-width: 768px) {
  .qx-hdg-lv2#invoice::after {
    margin-left: 5.33333vw;
  }
}

.qx-hdg-lv2__sub {
  margin-top: 40px;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .qx-hdg-lv2__sub {
    margin-top: 5.86667vw;
    font-size: 4.8vw;
  }
}

.qx-hdg-lv3 {
  color: #3B3A3D;
  margin: 0 0 30px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 30px;
  align-items: center;
  padding:70px 0 5px;
  border-bottom:2px solid #3B3A3D;
}

@media screen and (max-width: 768px) {
  .qx-hdg-lv3 {
    margin: 0 0 4vw;
    font-size: 3.8vw;
    gap: 2.66667vw;
    padding-top: 14.66667vw;
    border-bottom:1px solid #3B3A3D;
  }

  .qx-hdg-lv2 + .qx-hdg-lv3 {
      padding-top: 8.66667vw;
  }
}


/*
.qx-hdg-lv3 > span {
  flex-shrink: 0;
}

.qx-hdg-lv3::before, .qx-hdg-lv3::after {
  content: '';
  display: inline-block;
  width: 50%;
  height: 2px;
  background-color: #000;
  flex-shrink: 100;
}
  */

.qx-logo-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 20px 30px;
}

@media screen and (max-width: 768px) {
  .qx-logo-list {
    gap: 2.66667vw 4vw;
    margin-top: 6.66667vw;
  }
}

.qx-logo-list > li {
  width: calc((100% - 90px) / 4);
}

@media screen and (max-width: 768px) {
  .qx-logo-list > li {
    width: 20vw;
  }
}

.qx-shop-list {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .qx-shop-list {
    gap: 10vw 4vw;
    margin-top: 3.73333vw;
  }
}

.qx-shop-list > li {
  width: calc((100% - 100px) / 6);
}

@media screen and (max-width: 768px) {
  .qx-shop-list > li {
    width: calc((100% - 12vw) / 4);
  }
}

.qx-shop-list > li > p {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.5em;
  font-weight: 600;
}

.qx-shop-list > li > p > span {
  margin-top: 5px;
}

.qx-search {
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  max-width:600px;
}

@media screen and (max-width: 768px) {
  .qx-search {
    margin-top: 10.66667vw;
  }
}

.qx-search__form {
  position: relative;
  display: flex;
  align-items: center;
}

.qx-search__form > input {
  width: 100%;
  height: 64px;
  padding: 8px 64px 8px 8px;
  font-size: 16px;
  border: 1px solid #CBCACD;
  background-color: #F1F1FD;
  border-radius: 6px;
}

@media screen and (max-width: 768px) {
  .qx-search__form > input {
    font-size: 3.73333vw;
    padding: 3.2vw 17.06667vw 3.2vw 3.2vw;
    height: 17.06667vw;
    border-radius: 1.6vw;
  }
}

.qx-search__form > button {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 100px;
  height: 48px;
  border: none;
  background-color: #56419E;
  border-radius: 24px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .qx-search__form > button {
    width: 18.66667vw;
    height: 10.66667vw;
    font-size: 3.73333vw;
    border-radius: 5.33333vw;
    right: 3.2vw;
  }
}

.qx-search__result {
  margin-top: 16px;
  padding: 28px;
  border: 2px solid #56419E;
  border-radius: 6px;
}

@media screen and (max-width: 768px) {
  .qx-search__result {
    margin-top: 3.73333vw;
    padding: 3.73333vw;
    border-radius: 1.6vw;
  }
}

.qx-search__result__text {
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .qx-search__result__text {
    margin-bottom: 3.73333vw;
  }
}

.qx-search__result__error {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .qx-search__result__error {
    font-size: 3.73333vw;
  }
}

mark {
  background-color:#fff !important;
}

.qx-accordion {
  margin-top: 60px;
  border: 1px solid #56419E;
  border-radius: 6px;
  margin-left: auto;
  margin-right: auto;
  max-width:600px;
}

@media screen and (max-width: 768px) {
  .qx-accordion {
    margin-top: 10.66667vw;
    border-radius: 1.6vw;
  }
}

.qx-accordion__title {
  display: flex;
  justify-content:flex-start;
  align-items: center;
  padding: 14px;
  font-size: 18px 20px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  color: #56419E;
}

@media screen and (max-width: 768px) {
  .qx-accordion__title {
    padding: 4.53333vw;
    font-size: 4.8vw;
  }
}

.qx-accordion__title::before, .qx-accordion__title::after {
  content: '';
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 2px;
  background-color: #56419E;
  transition: .3s ease;
}

@media screen and (max-width: 768px) {
  .qx-accordion__title::before, .qx-accordion__title::after {
    right: 4vw;
    width: 4.8vw;
  }
}

.qx-accordion__title::after {
  transform: translateY(-50%) rotate(90deg);
}

.qx-accordion__body {
  overflow: hidden;
  transition: max-height .3s ease;
}

.qx-accordion__list {
  margin: 0;
  padding: 0;
}

.qx-accordion__list > li {
  border-top: 1px solid #56419E;
  position: relative;
}

.qx-accordion__list > li > a {
  font-size: 12px;
  font-weight: 600;
  color: #1a1a1a;
  padding: 22px 48px 22px 20px;
  display: flex;
  justify-content:flex-start;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .qx-accordion__list > li > a {
    padding: 3.73333vw 13.33333vw 3.73333vw 3.73333vw;
    font-size: 4vw;
    min-height: 16.8vw;
    justify-content: flex-start;
    line-height: 1.25;
  }
}

.qx-accordion__list > li::after {
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 12.5px;
  height: 7px;
  background: url(/-/media/aeoncard/service/lp/aeonpay/shop/20260406/images/icon_acd-arrow.png) no-repeat center center/contain;
}

@media screen and (max-width: 768px) {
  .qx-accordion__list > li::after {
    right: 4.8vw;
    width: 4.13333vw;
    height: 4.53333vw;
  }
}

.is-open .qx-accordion__title::after {
  transform: translateY(-50%) rotate(0deg);
}

.qx-notes {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .qx-notes {
    margin-top: 10.66667vw;
  }
}

.qx-notes > li {
  margin-top: 8px;
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 768px) {
  .qx-notes > li {
    margin-top: 2.13333vw;
  }
}

.qx-notes > li > a {
  color: #1a1a1a;
  text-decoration: underline;
}

.qx-notes > li > span {
  color: #B70081;
}

.qx-notes--shop {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .qx-notes--shop {
    margin-top: 10.66667vw;
  }
}

.qx-notes--shop > li {
  display: flex;
  gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 8px;
}

@media screen and (max-width: 768px) {
  .qx-notes--shop > li {
    gap: 2.13333vw;
    margin-top: 2.13333vw;
  }
}

.qx-notes--shop > li > span {
  flex-shrink: 0;
}

.qx-notes--shop > li:first-child {
  margin-top: 0;
}

.qx-button {
  margin: 60px auto 0;
  max-width: 520px;
  display: block;
  padding: 24px 100px;
  border-radius: 6px;
  background-color: #B70081;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 768px) {
  .qx-button {
    margin: 10.66667vw auto 0;
    padding: 4.26667vw 13.33333vw;
    font-size: 4.8vw;
    border-radius: 1.6vw;
    width: 100%;
  }
}

.qx-button::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  width: 18px;
  height: 18px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: rotate(45deg);
  content: "";
}

@media screen and (max-width: 768px) {
  .qx-button::after {
    width: 3.2vw;
    height: 3.2vw;
    border-width: 0.8vw;
    right: 4.8vw;
  }
}

/* ------------------------------------------------------------------------------
    link-top
-------------------------------------------------------------------------------*/
.qx-link-top {
  text-align: right;
  position: static;
  right: 20px;
  bottom: 20px;
  z-index: 5;
}

.qx-link-top a {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 20px 0 auto;
}

.qx-link-top a img {
  transition: opacity 0.2s;
}

.qx-link-top a:hover img,
.qx-link-top a:focus img,
.qx-link-top a:active img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

@media only screen and (max-width: 767px) {
  .qx-link-top {
    text-align: right;
    position: static;
    right: 10px;
    bottom: 20px;
    z-index: 5;
  }
  .qx-link-top a {
    display: block;
    width: 44px;
    height: 44px;
    margin: 0 10px 0 auto;
  }
}

/*20260406追加*/
.qx-pink-color-txt {
  color: #B60081;
}

.qx-aeonpay-color-txt {
  color: #B50080;
}

.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: 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;
  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;
}

main{
  margin-top: 64px;
}

.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-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-bg-color-lightblue {
  background: #f1f1fd;
}

.qx-bg-color-gray {
  background: #eef2f5;
}

.qx-bg-color-blue {
  background: #ececff;
}

.qx-top-links {
  border-bottom: 2px solid #EAECED;
  padding-bottom: 80px;
}

.qx-top-links-bt{
  display: flex;
  gap:60px;
  margin:40px auto;
  max-width: 560px;
}

.qx-top-links p{
    max-width: 560px;
    margin: 0 auto;
    text-align: center;
}

.qx-top-links .qx-notes {
    max-width: 560px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
}

@media screen and (max-width: 768px) {

  .qx-top-links {
  padding-bottom: 10.66667vw;
}

  .qx-top-links-bt{
  gap:10px;
  }

  .qx-top-links p {
    text-align: left;
  }

  
  .qx-top-links .qx-notes {
    text-align: left;
  }

}

.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-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-float-end {
  border: none;
  background: none;
}