@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;
}

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-pt20 {
  padding-top: 20px;
}

@media screen and (max-width: 768px) {
  .qx-pt20 {
    padding-top: 3.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-pt40 {
  padding-top: 40px;
}

@media screen and (max-width: 768px) {
  .qx-pt40 {
    padding-top: 6.66667vw;
  }
}

.qx-mt50 {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .qx-mt50 {
    margin-top: 6.66667vw;
  }
}

.qx-pt50 {
  padding-top: 50px;
}

@media screen and (max-width: 768px) {
  .qx-pt50 {
    padding-top: 6.66667vw;
  }
}

.qx-pb50 {
  padding-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .qx-pb50 {
    padding-bottom: 6.66667vw;
  }
}

.qx-mt60 {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .qx-mt60 {
    margin-top: 8vw;
  }
}

.qx-pt60 {
  padding-top: 60px;
}

@media screen and (max-width: 768px) {
  .qx-pt60 {
    padding-top: 8vw;
  }
}
.qx-mt70 {
  margin-top: 70px;
}

@media screen and (max-width: 768px) {
  .qx-mt70 {
    margin-top: 8vw;
  }
}

.qx-pt70 {
  padding-top: 70px;
}

@media screen and (max-width: 768px) {
  .qx-pt70 {
    padding-top: 8vw;
  }
}

.qx-pb70 {
  padding-bottom: 70px;
}

@media screen and (max-width: 768px) {
  .qx-pb70 {
    padding-bottom: 8vw;
  }
}

.qx-mt80 {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .qx-mt80 {
    margin-top: 8vw;
  }
}

.qx-pt80 {
  padding-top: 80px;
}

@media screen and (max-width: 768px) {
  .qx-pt80 {
    padding-top: 8vw;
  }
}

.qx-ac {
  text-align: center;
}

.qx-btn__border {
  border: 2px solid #fff;
}

/*font-size*/
.qx-fs16{
  font-size: 16px;
}

.qx-fs18{
  font-size: 18px;
}


.qx-fs20{
  font-size: 20px;
}

.qx-fs22{
  font-size: 22px;
}

.qx-fs150 {
  font-size: 150%;
}

@media screen and (max-width: 768px) {
  .qx-fs16{
    font-size: 3.6vw;
  }

  .qx-fs18{
    font-size: 3.8vw;
  }

  
  .qx-fs20{
    font-size: 4vw;
  }

  .qx-fs22{
    font-size: 4.2vw;
  }

  .qx-fs24-sp {
    font-size: 3.2vw !important;
  }
}

.qx-font-bold {
  font-weight: bold;
}

.o-main {
    display: block;
    max-width: 100%;
    padding: 0 0 0;
    margin: 0 auto;
}

@media (max-width: 768px) { 
    .p-newcampaigncontentsbody_inner {
      margin-top: 0;
    }
}

.qx-wrapper {
  max-width: 1244px;
  width: 100%;
  padding: 0 102px 0 102px;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 768px) { 
  .qx-wrapper {
    padding: 0 16px 0 16px;
  }
}

/*bg--------------------*/
.qx-kv-bg-wrapper {
  background:#ffd4ea url(/-/media/aeoncard/service/revo/persona/images/bg_pc.png) top center no-repeat;
  background-size:contain;
  position: relative;
  padding-bottom: 50px;
}

@media (max-width: 768px) {
  .qx-kv-bg-wrapper {
    background:#ffd4ea url(/-/media/aeoncard/service/revo/persona/images/bg_sp.png) top center no-repeat;
    background-size: cover;
    padding-bottom: 6.66667vw;
  }
}

@media (max-width: 500px) {
    .qx-kv-bg-wrapper {
    background-size:contain;
    }
}

.qx-bg-lightpurple {
  background: #FAEFFF;
}

.qx-bg-lightpink{
  background: #FFEDF1;
}

.qx-bg-lightblue {
  background: #F1F1FE;
}

.qx-bg-white {
  background: #fff;
}

.qx-bg-pink {
  background: #FF99C0;
}

/*textcolor------------------*/
.qx-txt-color-purple {
  color: #6838C1;
}

.qx-txt-color-lightpurple {
  color: #8965DF;
}

.qx-txt-color-pink {
  color: #F2679C;
}

.qx-txt-color-lightpink {
  color: #F15D97;
}

.qx-txt-color-blue {
  color: #558DEC;
}

/*bottom-border----------*/
.qx-bottom-bor-purple {
  border-bottom: 2px solid #6838C1;
}

.qx-bottom-bor-pink {
  border-bottom: 2px solid #F2679C;
}

.qx-bottom-bor-lightpurple {
  border-bottom:2px solid #F3DBFF;
}

.qx-nots {
  font-size: 14px;
}
.qx-nots li{
  padding-left: 1em;
  text-indent: -1em;
}

/*kv----------*/
.qx-kv-box {
  display: flex;
  flex-wrap: wrap;
  gap: 5.46%;
  align-items:start;
}

.qx-kv-swiper-box{
  width: 51.54%;
}

.qx-kv-swiper-pagination {
  text-align: center;
  margin-left: -10px;
}

.qx-kv-swiper-pagination .swiper-pagination-bullet{
height: 10px;
width: 10px;
opacity: 1;
background: #D9D9D9;
margin-left: 10px;
}

.qx-kv-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: #F0377D;
}

.qx-kv-title-area{
  width: 43%;
}

.qx-kv-title-txt {
  color: #1A1E49;
  text-align: center;
  font-family: sans-serif;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 30px;
}

.qx-kv-title-txt-bor{
  text-decoration: underline;
  font-size: 13px;
  padding-left: 1em;
  text-indent: -1em;
}

@media (max-width: 768px) {

  .qx-kv-box {
    flex-direction: column;
  }

  .qx-kv-swiper-box{
    width: 100%;
  }
  .qx-kv-title-area{
    width: 100%;
    margin-top: 20px;
  }

  .qx-kv-title-area h1{
    padding: 0 30px;
  }

  .qx-kv-title-txt {
    font-size:3.8vw;
    margin-top:3.6vw;
  }

  .qx-kv-title-txt-bor{
    font-size:3.4vw;

  }
}

.qx-page-head-links-title {
  color: #1A1E49;
  text-align: center;
  font-family: sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  position: relative;
  width: fit-content;
  margin-inline: auto;
  padding-inline: .8em;
}

.qx-page-head-links-title::before,
.qx-page-head-links-title::after {
  display: block;
  content: '';
  width: 2px;
  height: 1.5em;
  background-color: #1a1a1a;
  position: absolute;
  bottom: 0;
}

.qx-page-head-links-title::before {
  left: 0;
  transform: rotate(-45deg)
}

.qx-page-head-links-title::after {
  right: 0;
  transform: rotate(45deg)
}

@media (max-width: 768px) {
  .qx-page-head-links-title {
    font-size:4vw;
    padding-inline: .6em;
  }
  .qx-page-head-links-title::before {
    left: -7px;
    transform: rotate(-25deg);
  }
  .qx-page-head-links-title::after {
    right: -7px;
    transform: rotate(25deg)
  }
}


.qx-page-head-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.qx-page-head-links li{
width: calc((100% - 48px )/5);  
}

@media (max-width: 768px) {
  .qx-page-head-links li{
width: calc((100% - 12px )/2);  
}
  .qx-page-head-links li:last-child{
    width: 100%;

  }
}

.qx-page-head-links li a{
  background-color: #fff;
  border-radius: 10px;
  display: block;
  text-align: center;
  color: #1A1E49;
  font-family:sans-serif;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  border: 1px solid #fff;
  padding: 16px 0;
  padding-top: 78px;
  filter: drop-shadow(2px 2px 7px #C6AFCA);
}

.qx-page-head-links li a:hover{
  border-radius: 10px;
  border: 1px solid #F2679C;
  background: linear-gradient(180deg, #FEE6DC 0%, #FED6E0 52.88%, #FDCDE8 100%);
  color: #F2679C;
}

.qx-page-head-links li a::before,
.qx-page-head-links li a:hover::before{
  content: "";
  height: 62px;
  width: 62px;
  top: 10%;
  left: 50%;
  transform:translateX(-50%);
  background-size: cover;
  position: absolute;
}


.qx-page-head-links-01::before {
  background: url(/-/media/aeoncard/service/revo/persona/images/icon_links_01.png) center center no-repeat;
}

.qx-page-head-links-01:hover::before {
  background: url(/-/media/aeoncard/service/revo/persona/images/icon_links_01_on.png) center center no-repeat;
}


.qx-page-head-links-02::before {
  background: url(/-/media/aeoncard/service/revo/persona/images/icon_links_02.png) center center no-repeat;
}

.qx-page-head-links-02:hover::before {
  background: url(/-/media/aeoncard/service/revo/persona/images/icon_links_02_on.png) center center no-repeat;
}

.qx-page-head-links-03::before {
  background: url(/-/media/aeoncard/service/revo/persona/images/icon_links_03.png) center center no-repeat;
}

.qx-page-head-links-03:hover::before {
  background: url(/-/media/aeoncard/service/revo/persona/images/icon_links_03_on.png) center center no-repeat;
}


.qx-page-head-links-04::before {
  background: url(/-/media/aeoncard/service/revo/persona/images/icon_links_04.png) center center no-repeat;
}

.qx-page-head-links-04:hover::before {
  background: url(/-/media/aeoncard/service/revo/persona/images/icon_links_04_on.png) center center no-repeat;
}

.qx-page-head-links-05::before {
  background: url(/-/media/aeoncard/service/revo/persona/images/icon_links_05.png) center center no-repeat;
}

.qx-page-head-links-05:hover::before {
  background: url(/-/media/aeoncard/service/revo/persona/images/icon_links_05_on.png) center center no-repeat;
}

.qx-sub-title {
font-family: DIN , sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 140%; 
}


.qx-title {
color: #1A1E49;
font-family: sans-serif;
font-size: 40px;
font-style: normal;
font-weight: 800;
line-height: 1.1;
}

@media (max-width: 768px) {
  
.qx-sub-title {
  font-size: 3.8vw;
}

  .qx-title {
  font-size: 5.8vw;
  line-height: 1.5;
  }
}

.qx-no-title {
color: #1A1E49;
font-family: sans-serif;
font-size: 38px;
font-style: normal;
font-weight: 800;
line-height: 1.1;
position: relative;
display: flex;
align-items: center;
}

.qx-no-title::before {
  content: "";
  height: 62px;
  width: 62px;
  background-size: cover;
  border-radius: 10px;
  background: linear-gradient(180deg, #FA7A9B 0%, #E566B6 47.6%, #6938C2 100%);
  color: #fff;
  text-align: center;
  padding: 6px 0;
}

.qx-no-title.no-one::before {
  content: "01";
  margin-right: 20px;
}

.qx-no-title.no-two::before {
  content: "02";
  margin-right: 20px;
}

.qx-no-title.no-three::before {
  content: "03";
}

.qx-no-title.no-four::before {
  content: "04";
  margin-right: 20px;
}

.qx-no-title.no-five::before {
  content: "05";
  margin-right: 20px;
}

@media (max-width: 768px) {
  .qx-no-title {
    font-size: 4.8vw;
    gap: 2%;
    line-height: 1.5;
  }

  .qx-no-title span{
    width: 84.5%;
  }

  .qx-no-title::before {
    height: auto;
    width: 13.5%;
    padding: 8px 0;
  }

  .qx-no-title.no-one::before,
  .qx-no-title.no-two::before,
  .qx-no-title.no-four::before,
  .qx-no-title.no-five::before {
      margin-right: 0;
  }
}

.qx-flx-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap:0.96%;
}

.qx-flx-box-main {
  width: 48.08%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.qx-scenes-price-box {
  border-radius: 10px;
  background: #FFF;
  padding: 20px 0;
  box-shadow: 0px 1px 3px 3px rgba(204, 204, 204, 0.25);
  display: flex;
}

.qx-scenes-price-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.qx-scenes-price-list dt{
font-size: 14px;
text-align: center;
  width:25%;
}

.qx-scenes-price-list dd {
  border-left: 1px solid #F3DBFF;
  padding:12px 0 12px 4%;
  margin-left: 2%;
  width: 69%;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100px;
}

@media (max-width: 768px) {

  .qx-scenes-price-box {
    padding: 3.2vw;
  }
  .qx-scenes-price-list dt{
    font-size: 3vw;
    margin-right: 2%;
  }
  .qx-scenes-price-list dd {
    font-size: 3.4vw;
    min-height: auto;
    margin-left: 0;
    width: 71%;
  }

    .qx-scenes-price-list dd .qx-fs16{
      font-size: 3.6vw;
    }
}

.qx-flx-box {
  width: 50.96%;
  display: flex;
  flex-wrap: wrap;
  gap: 1.89%;
}

.qx-flx-box-sub {
  width: calc((100% - 1.89% ) /2);
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 1px 3px 3px rgba(204, 204, 204, 0.25);
  padding: 20px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 768px) {
  .qx-flx-box-sub {
    padding: 3.2vw;
  }
}

.qx-scenes-title {
color: #1A1E49;
font-family: sans-serif;
font-size: 20px;
font-weight:bold;
line-height: 140%;
}

.qx-scenes-title-bg {
border-radius: 6px;
background: linear-gradient(90deg, #F8789E -6.72%, #E667B5 47.61%, #723BC1 99.89%);
color: #fff;
font-size: 12px;
padding: 0 12px;
display: inline-block;
margin-bottom: 10px;
}

@media (max-width: 768px) {
  .qx-scenes-title {
    font-size: 4vw;
  }
}

.qx-scenes-img {
  margin-top: auto;
  padding-left:10px;
  padding-right: 10px;
}

@media (max-width: 768px) {
.qx-scenes-img {
  padding-top: 20px;
  padding-left:0;
  padding-right: 0;
}

.qx-flx-wrapper {
  flex-direction: column;
}

.qx-flx-box-main {
  width: 100%;
  padding-bottom: 10px;
}

.qx-flx-box {
  width: 100%;
}

}

.qx-flx-three-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1.89%;
}

.qx-flx-three-box {
  width: calc((100% - 3.78% ) / 3);
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 1px 3px 3px rgba(204, 204, 204, 0.25);
  padding:30px 20px;
}

@media (max-width: 768px) {
.qx-flx-three-wrapper {
  flex-direction: column;
  gap: 20px;
}

  .qx-flx-three-box {
    width: 100%;
  }
}

.qx-icon-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.qx-icon-box {
  width: 30%;
  padding-right: 20px;
  display: flex;
  justify-content: center;
}


.qx-icon-txt {
  width: 70%;
  padding-left: 20px;
  border-left: 1px solid #F3DBFF;
  min-height:200px;
  display: flex;
  flex-direction: column;
  justify-content:start;
}

.qx-title-revo{
color: #1A1E49;
font-family:sans-serif;
font-size: 24px;
font-style: normal;
font-weight: 700;
}

@media (max-width: 1100px) {
    .qx-icon-txt {
      min-height:250px;
  }
}

@media (max-width: 768px) {
  .qx-title-revo{
    font-size: 4vw;
  }

  .qx-icon-txt {
      min-height:auto;
      justify-content:center;
  }
}

.qx-icon-txt.qx-point {
  width: 70%;
  padding-left: 20px;
  border-left: 1px solid #F3DBFF;
  min-height:200px;
  display: flex;
  flex-direction: column;
  justify-content:center;
}



.qx-icon-txt.qx-point.qx-left-bor-blue{
  border-left: 1px solid #306BDF;
}

.qx-icon-txt.qx-point.qx-left-bor-purple{
  border-left: 1px solid #7952D7;
}

.qx-icon-txt.qx-point.qx-left-bor-pink{
  border-left: 1px solid #F15793;
}

.qx-title-point{
color: #1A1E49;
font-family:sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 700;
}

@media (max-width: 1100px) {
  .qx-icon-txt.qx-point {
      min-height:250px;
  }
}

@media (max-width: 768px) {
  
.qx-title-point{
    font-size: 4vw;
  }

  .qx-icon-txt.qx-point {
      min-height:auto;
  }
}

.qx-bt-wrapper {
  display: flex;
  justify-content: center;
  text-align: center;
}

.qx-white-bt {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 1px 3px 3px rgba(204, 204, 204, 0.25);
  padding: 20px;
  width: 40%;
  display: flex;
  flex-wrap: wrap;
  color: #1A1E49;
  text-align: center;
  font-family:sans-serif;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  align-items: center;
  justify-content: center;
}


.qx-white-bt::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #1A1E49;
  border-right: 2px solid #1A1E49;
  transform: rotate(45deg);
  right: 20px;
  position: absolute;
  }


@media (max-width: 768px) {
  .qx-white-bt {
    width: 100%;
    font-size: 4vw;
  }
}

 .qx-simulation-tab-wrapper {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 1px 3px 3px rgba(204, 204, 204, 0.25);
    padding:30px 20px;
 }

 .qx-simulation-title {
  color: #1A1E49;
  font-family:sans-serif;
  font-size: 18px;
  font-weight:600;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1.1;
  }

@media (max-width: 768px) {
   .qx-simulation-title {
    font-size: 4vw;
   }
}

.qx-simulation-title::before {
  content:"";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #6838C1;
  margin-right: 10px;
}

.qx-simulation-tab {
  margin-left: auto;
  margin-right: auto;
  max-width: 538px;
}

.qx-simulation-tab-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.qx-simulation-tab-nav{
  width: calc((100% - 45px) /4);
  border-radius: 12px;
  border: 1px solid #DEDEFF;
  background: #F7F8FC;
  color: #1A1E49;
  font-family: sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  padding: 20px 0;
 }

@media (max-width: 768px) {
  .qx-simulation-tab-nav{
  font-size: 4vw;
  padding: 10px 0;
  }
}

.qx-simulation-tab-nav.is-current,
.qx-simulation-tab-nav:hover{
  border: 1px solid #F2679C;
  background: #F7F8FC;
  color: #F2679C;
}

.qx-simulation-tab-cont {
  display: none;
}

.qx-simulation-tab-cont.is-current {
  display: block;
}

.qx-simulation-price-box {
  border-radius: 12px;
  background: linear-gradient(180deg, #B899F2 0%, #8C5DF4 60.83%, #4C0EE0 124.05%);
  padding: 30px 0;
  text-align: center;
  color: #fff;
  font-weight: 700;
}

.qx-simulation-price-txt {
  font-size: 24px;
}

@media (max-width: 768px) {
.qx-simulation-price-txt {
  font-size: 4vw;
}
}

.qx-simulation-price-txt span{
  font-size: 200%;
  font-family:sans-serif;
}

.qx-simulation-bt-wrapper {
  max-width: 538px;
  margin-left: auto;
  margin-right: auto;
}

.qx-simulation-bt {
  border-radius: 125.143px;
  background: linear-gradient(90deg, #FE418E 0%, #FE7282 42.31%, #FEA17E 100%);
  padding: 15px 0;
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  text-align: center;
  font-family:sans-serif;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .qx-simulation-bt {
    font-size: 4vw;
  }
}

.qx-simulation-bt::after {
    content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  right: 10%;
  position: absolute;
}

.qx-qa-title {
  color: #1A1E49;
font-family: sans-serif;
font-size: 24px;
font-style: normal;
font-weight: 800;
}

@media (max-width: 768px) {
  .qx-qa-title {
    font-size: 5vw;
  }
}


.qx-accordion-top {
  gap: 50px;
  border-top: 1px solid #EAECED;
  padding: 30px 0 30px;
  position: relative;
}

.qx-accordion-top + .qx-accordion-top {
  margin-top: 30px;
}

.qx-accordion-top__title {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
  font-weight: 700;
  padding-right: 50px;
  padding-left: 84px;
  cursor: pointer;
}

.qx-accordion-top__title::before {
  content: "";
  background: url(/-/media/aeoncard/service/revo/persona/images/icon_q.png) center center no-repeat;
  background-size: cover;
  width: 24px;
  height: 16px;
  left: 0;
  top: 0;
  position: absolute;
}

.qx-accordion-top__contents {
  margin-left: 84px;
  padding-right: 50px;
}

@media (max-width: 768px) {
  .qx-accordion-top__title {
    padding-left:5vw;
  }
  .qx-accordion-top__contents {
    margin-left: 5vw;
  }

  .qx-accordion-top__title::before {
    width: 5vw;
    height: 3.6vw;
    top: 5px;
  }
}

@media (max-width: 500px) {
  .qx-accordion-top__title::before {
    top: 0;
  }
}

.qx-accordion-top-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

@media (max-width: 500px) {
  .qx-accordion-top-icon {
    width: 18px;
    height: 18px;
  }
}

.qx-accordion-top-icon::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  width: 2px;
  height: 30px;
  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-campaign-title {
  color: #FFF;
  text-align: center;
  font-family: sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
}

@media (max-width: 768px) {
  .qx-campaign-title {
    font-size: 5.8vw;
  }
}

.qx-campaign-swiper {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 1px 3px 3px rgba(204, 204, 204, 0.25);
  padding:30px 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}

.qx-campaign-swiper-button-next,
.qx-campaign-swiper-button-prev {
  width: 46px;
  height: 46px;
  background: #fff;
  border: 2px solid #6838C1;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 30px);
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
}

.qx-campaign-swiper-button-next {
  right: 23%;
}

.qx-campaign-swiper-button-prev {
  left: 23%;
}

.qx-campaign-swiper-button-next::after,
.qx-campaign-swiper-button-prev::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  border-top: 2px solid #6838C1;
  border-right: 2px solid #6838C1;
}

.qx-campaign-swiper-button-next::after {
  transform: translate(-70%, -50%) rotate(45deg);
}

.qx-campaign-swiper-button-prev::after {
  transform: translate(-30%, -50%) rotate(-135deg);
}

@media (max-width: 768px) {
  .qx-campaign-swiper-button-next,
.qx-campaign-swiper-button-prev {
  width: 30px;
  height: 30px;
}
  .qx-campaign-swiper-button-next {
  right: 8%;
}

.qx-campaign-swiper-button-prev {
  left: 8%;
}

.qx-campaign-swiper-button-next::after,
.qx-campaign-swiper-button-prev::after {
  width: 8px;
  height: 8px;
}

}

.qx-campaign-swiper-pagination {
  text-align: center;
  margin-left: -10px;
  margin-top: 30px;
}

.qx-campaign-swiper-pagination .swiper-pagination-bullet{
height: 10px;
width: 10px;
opacity: 1;
background: #D9D9D9;
margin-left: 10px;
}

.qx-campaign-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: #6838C1;
}

.qx-campaign-swiper.is-single{
    max-width: 547px;
    margin-left: auto;
    margin-right: auto;
}

.qx-campaign-swiper.is-single .swiper-slide{
    width: 100%;
}

.qx-campaign-swiper img{
    display:block;
    width:100%;
    height:auto;
}



/* フローティングバナー */
.qx-floating-bnr {
  background-color: rgba(255, 255, 255, .5);
  position: fixed;
  bottom: 0;
  right: 0;
  width: calc(100% - 280px);
  z-index: 10;
  padding-block: 13px;
  transform: translateY(0);
  transition: .4s;
}



.qx-floating-bnr.is-hidden {
  transform: translateY(100%);
}

@media screen and (max-width:1365px){
  .qx-floating-bnr {
    width: 100%;
  }
}

@media screen and (max-width:768px){
  .qx-floating-bnr {
    padding-block: calc(20 / 750 * 100vw);
    padding-inline: calc(40 / 750 * 100vw);
    bottom: 65px;
  }

  .qx-floating-bnr.is-scroll-down {
    bottom: 0;
  }
}

.qx-fb-wrapper {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width:768px){
  .qx-fb-wrapper {
    width: 100%;
  }
}

.qx-fb-bt {
  display: flex;
  justify-content: center;
  gap: 20px;
  width: 100%;
}

.qx-fb-bt a{
  width: calc((100% - 40px )/ 2);
}

@media screen and (max-width:768px){
  .qx-fb-bt {
    flex-direction: column;
    gap: 10px;
  }

  .qx-fb-bt a{
    width: 100%;
  }
}

.qx-bt-sumi {
border-radius: 100px;
background: linear-gradient(90deg, #4136A0 0%, #6A4BCF 42.31%, #B385FC 100%);
color: #FFF;
text-align: center;
font-family: sans-serif;
font-size: 20px;
font-weight: 800;
padding: 10px 0;
filter: drop-shadow(2px 2px 5px #C6AFCA);
}

.qx-bt-revo {
border-radius: 100px;
background: linear-gradient(90deg, #FE418E 0%, #FE7282 42.31%, #FEA17E 100%);
color: #FFF;
text-align: center;
font-family: sans-serif;
font-size: 20px;
font-weight: 800;
padding: 10px 0;
filter: drop-shadow(2px 2px 5px #C6AFCA);
}

.qx-bt-detail{
border-radius: 100px;
background: linear-gradient(90deg, #102BB8 0%, #4D5AD2 42.31%, #8695F6 100%);
color: #FFF;
text-align: center;
font-family: sans-serif;
font-size: 20px;
font-weight: 800;
padding: 10px 0;
}

@media screen and (max-width:768px){
  .qx-bt-sumi,  
  .qx-bt-revo,
  .qx-bt-detail {
    font-size: 4.2vw;
  }

}

.qx-page-links {
  display: flex;
  justify-content: center;
  gap: 20px;
  width: 100%;
}

.qx-page-links a{
  width: calc((100% - 20px )/ 2);
}

@media screen and (max-width:768px){
  .qx-page-links {
    flex-direction: column;
    gap: 20px;
  }

  .qx-page-links a{
    width: 100%;
  }
}

.qx-title-bottom-bor {
  border-bottom: 1px solid #1A1E49;
  padding-bottom: 30px;
}

@media screen and (max-width:768px){
  .qx-title-bottom-bor {
    padding-bottom: 5.33333vw;
  }
}

.qx-nots-sub-title {
  font-size: 22px;
  font-weight: 700;
}

@media screen and (max-width:768px){
.qx-nots-sub-title {
  font-size: 4.2vw;
}
}

.qx-nots-list li{
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 10px;
}
.qx-nots-list li:last-child{
  margin-bottom: 0;
}

