@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
/* ーーーーーーーーーーーーーーーーーーー
general
ーーーーーーーーーーーーーーーーーーー */
body {
  font-family: "Zen Kaku Gothic New", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1.4;
  color: #1A1A1A;
  letter-spacing: 0.015em;
}

h1, h2, h3, h4, h5, p, button, dl, dt, dd {
  margin: 0;
  padding: 0;
}

i {
  font-style: normal;
}

ul li {
  list-style: none;
}

a {
  transition: opacity 0.3s ease;
  color: inherit;
}

a:hover {
  opacity: .7;
}

img {
  max-width: 100%;
}

button {
  background: none;
  border: none;
  outline: none;
}

body:not(.is-pc) [role=button]:active, body:not(.is-pc) button:active {
  opacity: 1 !important;
}

input {
  border: 0;
  background: none;
  outline: none;
  caret-color: #5c5c5c;
}

.o-header {
  border-bottom: 4px solid #2C3D8A;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

main {
  background: url(/-/media/aeoncard/point/simulator/images/main_bg.png) no-repeat center top/100% auto, linear-gradient(to bottom, #EDEFF7, #D4DBF7);
}

@media (max-width: 767px) {
  body, p {
    font-size: 3.58974vw;
  }
}

/* ーーーーーーーーーーーーーーーーーーー
margin
ーーーーーーーーーーーーーーーーーーー */
.qx-mt5 {
  margin-top: 5px;
}

.qx-mt10 {
  margin-top: 10px;
}

.qx-mt15 {
  margin-top: 15px;
}

.qx-mt20 {
  margin-top: 20px;
}

.qx-mt25 {
  margin-top: 25px;
}

.qx-mt30 {
  margin-top: 30px;
}

.qx-mt35 {
  margin-top: 35px;
}

.qx-mt40 {
  margin-top: 40px;
}

.qx-mt45 {
  margin-top: 45px;
}

.qx-mt50 {
  margin-top: 50px;
}

.qx-mt55 {
  margin-top: 55px;
}

.qx-mt60 {
  margin-top: 60px;
}

.qx-mt65 {
  margin-top: 65px;
}

.qx-mt70 {
  margin-top: 70px;
}

.qx-mt75 {
  margin-top: 75px;
}

.qx-mt80 {
  margin-top: 80px;
}

.qx-mt85 {
  margin-top: 85px;
}

.qx-mt90 {
  margin-top: 90px;
}

.qx-mt95 {
  margin-top: 95px;
}

.qx-mt100 {
  margin-top: 100px;
}

.qx-mb5 {
  margin-bottom: 5px;
}

.qx-mb10 {
  margin-bottom: 10px;
}

.qx-mb15 {
  margin-bottom: 15px;
}

.qx-mb20 {
  margin-bottom: 20px;
}

.qx-mb25 {
  margin-bottom: 25px;
}

.qx-mb30 {
  margin-bottom: 30px;
}

.qx-mb35 {
  margin-bottom: 35px;
}

.qx-mb40 {
  margin-bottom: 40px;
}

.qx-mb45 {
  margin-bottom: 45px;
}

.qx-mb50 {
  margin-bottom: 50px;
}

.qx-mb55 {
  margin-bottom: 55px;
}

.qx-mb60 {
  margin-bottom: 60px;
}

.qx-mb65 {
  margin-bottom: 65px;
}

.qx-mb70 {
  margin-bottom: 70px;
}

.qx-mb75 {
  margin-bottom: 75px;
}

.qx-mb80 {
  margin-bottom: 80px;
}

.qx-mb85 {
  margin-bottom: 85px;
}

.qx-mb90 {
  margin-bottom: 90px;
}

.qx-mb95 {
  margin-bottom: 95px;
}

.qx-mb100 {
  margin-bottom: 100px;
}

/* 390pxベースで算出 */
@media (max-width: 767px) {
  .qx-mt5 {
    margin-top: 1.28205vw;
  }
  .qx-mt10 {
    margin-top: 2.5641vw;
  }
  .qx-mt15 {
    margin-top: 3.84615vw;
  }
  .qx-mt20 {
    margin-top: 5.12821vw;
  }
  .qx-mt25 {
    margin-top: 6.41026vw;
  }
  .qx-mt30 {
    margin-top: 7.69231vw;
  }
  .qx-mt35 {
    margin-top: 8.97436vw;
  }
  .qx-mt40 {
    margin-top: 10.25641vw;
  }
  .qx-mt45 {
    margin-top: 11.53846vw;
  }
  .qx-mt50 {
    margin-top: 12.82051vw;
  }
  .qx-mt55 {
    margin-top: 14.10256vw;
  }
  .qx-mt60 {
    margin-top: 15.38462vw;
  }
  .qx-mt65 {
    margin-top: 16.66667vw;
  }
  .qx-mt70 {
    margin-top: 17.94872vw;
  }
  .qx-mt75 {
    margin-top: 19.23077vw;
  }
  .qx-mt80 {
    margin-top: 20.51282vw;
  }
  .qx-mt85 {
    margin-top: 21.79487vw;
  }
  .qx-mt90 {
    margin-top: 23.07692vw;
  }
  .qx-mt95 {
    margin-top: 24.35897vw;
  }
  .qx-mt100 {
    margin-top: 25.64103vw;
  }
  .qx-mb5 {
    margin-bottom: 1.28205vw;
  }
  .qx-mb10 {
    margin-bottom: 2.5641vw;
  }
  .qx-mb15 {
    margin-bottom: 3.84615vw;
  }
  .qx-mb20 {
    margin-bottom: 5.12821vw;
  }
  .qx-mb25 {
    margin-bottom: 6.41026vw;
  }
  .qx-mb30 {
    margin-bottom: 7.69231vw;
  }
  .qx-mb35 {
    margin-bottom: 8.97436vw;
  }
  .qx-mb40 {
    margin-bottom: 10.25641vw;
  }
  .qx-mb45 {
    margin-bottom: 11.53846vw;
  }
  .qx-mb50 {
    margin-bottom: 12.82051vw;
  }
  .qx-mb55 {
    margin-bottom: 14.10256vw;
  }
  .qx-mb60 {
    margin-bottom: 15.38462vw;
  }
  .qx-mb65 {
    margin-bottom: 16.66667vw;
  }
  .qx-mb70 {
    margin-bottom: 17.94872vw;
  }
  .qx-mb75 {
    margin-bottom: 19.23077vw;
  }
  .qx-mb80 {
    margin-bottom: 20.51282vw;
  }
  .qx-mb85 {
    margin-bottom: 21.79487vw;
  }
  .qx-mb90 {
    margin-bottom: 23.07692vw;
  }
  .qx-mb95 {
    margin-bottom: 24.35897vw;
  }
  .qx-mb100 {
    margin-bottom: 25.64103vw;
  }
}

/* ーーーーーーーーーーーーーーーーーーー
font-size
ーーーーーーーーーーーーーーーーーーー */
.qx-fs8 {
  font-size: 8px;
}

.qx-fs9 {
  font-size: 9px;
}

.qx-fs10 {
  font-size: 10px;
}

.qx-fs11 {
  font-size: 11px;
}

.qx-fs12 {
  font-size: 12px;
}

.qx-fs13 {
  font-size: 13px;
}

.qx-fs14 {
  font-size: 14px;
}

.qx-fs15 {
  font-size: 15px;
}

.qx-fs16 {
  font-size: 16px;
}

.qx-fs17 {
  font-size: 17px;
}

.qx-fs18 {
  font-size: 18px;
}

.qx-fs19 {
  font-size: 19px;
}

.qx-fs20 {
  font-size: 20px;
}

.qx-fs21 {
  font-size: 21px;
}

.qx-fs22 {
  font-size: 22px;
}

.qx-fs23 {
  font-size: 23px;
}

.qx-fs24 {
  font-size: 24px;
}

.qx-fs25 {
  font-size: 25px;
}

.qx-fs26 {
  font-size: 26px;
}

.qx-fs27 {
  font-size: 27px;
}

.qx-fs28 {
  font-size: 28px;
}

.qx-fs29 {
  font-size: 29px;
}

.qx-fs30 {
  font-size: 30px;
}

.qx-fs31 {
  font-size: 31px;
}

.qx-fs32 {
  font-size: 32px;
}

.qx-fs33 {
  font-size: 33px;
}

.qx-fs34 {
  font-size: 34px;
}

/* 390pxベースで算出 */
@media (max-width: 767px) {
  .qx-fs8 {
    font-size: 2.05128vw;
  }
  .qx-fs9 {
    font-size: 2.30769vw;
  }
  .qx-fs10 {
    font-size: 2.5641vw;
  }
  .qx-fs11 {
    font-size: 2.82051vw;
  }
  .qx-fs12 {
    font-size: 3.07692vw;
  }
  .qx-fs13 {
    font-size: 3.33333vw;
  }
  .qx-fs14 {
    font-size: 3.58974vw;
  }
  .qx-fs15 {
    font-size: 3.84615vw;
  }
  .qx-fs16 {
    font-size: 4.10256vw;
  }
  .qx-fs17 {
    font-size: 4.35897vw;
  }
  .qx-fs18 {
    font-size: 4.61538vw;
  }
  .qx-fs19 {
    font-size: 4.87179vw;
  }
  .qx-fs20 {
    font-size: 5.12821vw;
  }
  .qx-fs21 {
    font-size: 5.38462vw;
  }
  .qx-fs22 {
    font-size: 5.64103vw;
  }
  .qx-fs23 {
    font-size: 5.89744vw;
  }
  .qx-fs24 {
    font-size: 6.15385vw;
  }
  .qx-fs25 {
    font-size: 6.41026vw;
  }
  .qx-fs26 {
    font-size: 6.66667vw;
  }
}

/* ーーーーーーーーーーーーーーーーーーー
color
ーーーーーーーーーーーーーーーーーーー */
.qx-color--primary {
  color: #2C3E8A !important;
}

.qx-color--pink {
  color: #DC0695 !important;
}

.qx-color--orange {
  color: #FF8A24 !important;
}

.qx-color--red {
  color: #FF0000 !important;
}

/* ーーーーーーーーーーーーーーーーーーー
backgroundColor
ーーーーーーーーーーーーーーーーーーー */
.qx-bg--pink {
  background-color: #DC0695;
}

.qx-bg--orange {
  background-color: #FF8A24;
}

/* ーーーーーーーーーーーーーーーーーーー
flex
ーーーーーーーーーーーーーーーーーーー */
.qx-flex--centerCenter {
  display: flex;
  justify-content: center;
  align-items: center;
}

.qx-flex--centerEnd {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.qx-flex--centerStart {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.qx-flex--startCenter {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.qx-flex--startStart {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.qx-flex--startCenter {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

/* ーーーーーーーーーーーーーーーーーーー
align
ーーーーーーーーーーーーーーーーーーー */
.qx-align--center {
  text-align: center;
}

.qx-align--left {
  text-align: left;
}

.qx-align--right {
  text-align: right;
}

/* ーーーーーーーーーーーーーーーーーーー
font-weight
ーーーーーーーーーーーーーーーーーーー */
.qx-fontWeight--300 {
  font-weight: 300;
}

.qx-fontWeight--400 {
  font-weight: 400;
}

.qx-fontWeight--500 {
  font-weight: 500;
}

.qx-fontWeight--600 {
  font-weight: 600;
}

.qx-fontWeight--700 {
  font-weight: 700;
}

.qx-fontWeight--800 {
  font-weight: 800;
}

.qx-fontWeight--900 {
  font-weight: 900;
}

/* ーーーーーーーーーーーーーーーーーーー
swiper common
ーーーーーーーーーーーーーーーーーーー */
.qx-swiper {
  margin-left: -16px;
  margin-right: -16px;
}

.qx-swiper .swiper-wrapper {
  padding-bottom: 30px;
}

.qx-swiper .swiper-button-prev, .qx-swiper .swiper-rtl .swiper-button-next {
  left: 0;
}

.qx-swiper .swiper-button-next, .qx-swiper .swiper-rtl .swiper-button-prev {
  right: 0;
}

.qx-swiper .swiper-slide {
  padding: 0 16px;
}

.qx-swiper .swiper-button-next, .qx-swiper .swiper-button-prev {
  color: #fff;
  background: #DC0695;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.qx-swiper .swiper-button-next:after, .qx-swiper .swiper-button-prev:after {
  font-size: 14px;
  font-weight: 800;
}

.qx-swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  background: #D9D9D9;
}

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

.qx-swiper .swiper-horizontal > .swiper-pagination-bullets, .qx-swiper .swiper-pagination-bullets.swiper-pagination-horizontal, .qx-swiper .swiper-pagination-custom, .qx-swiper .swiper-pagination-fraction {
  bottom: 0;
}

@media (max-width: 767px) {
  .qx-swiper {
    margin-left: -4.10256vw;
    margin-right: -4.10256vw;
  }
  .qx-swiper .swiper-wrapper {
    padding-bottom: 7.69231vw;
  }
  .qx-swiper .swiper-slide {
    padding: 0 4.10256vw;
  }
  .qx-swiper .swiper-button-next, .qx-swiper .swiper-button-prev {
    width: 8.20513vw;
    height: 8.20513vw;
  }
  .qx-swiper .swiper-button-next:after, .qx-swiper .swiper-button-prev:after {
    font-size: 3.58974vw;
  }
  .qx-swiper .swiper-pagination-bullet {
    width: 2.5641vw;
    height: 2.5641vw;
  }
}

/* ーーーーーーーーーーーーーーーーーーー
モーダル
ーーーーーーーーーーーーーーーーーーー */
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
  overflow: auto;
}

.modal__container {
  background-color: #fff;
  padding: 30px 25px;
  width: 528px;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
  margin: 60px auto;
}

.modal__container--benifit {
  padding: 0 25px 30px;
}

.modal__title--benifit {
  margin-left: -25px;
  margin-right: -25px;
}

.modal__title--benifit i {
  cursor: pointer;
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}

.modal__close {
  background: transparent;
  display: block;
  margin-left: auto;
  margin-bottom: 5px;
  border: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: url(/-/media/aeoncard/point/simulator/images/icons/close_btn.svg) no-repeat center/contain;
}

.qx-model {
  border: 1px solid #1A1A1A;
  border-radius: 8px;
  padding: 12px 15px 40px;
}

.qx-model h5 {
  text-align: center;
  font-size: 16px;
  margin-bottom: 15px;
}

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

@media (max-width: 767px) {
  .modal__container {
    padding: 7.69231vw 6.41026vw;
    width: 89.74359vw;
    border-radius: 1.02564vw;
    margin-bottom: 2.5641vw;
    max-width: 89.74359vw;
    margin: 7.69231vw auto;
  }
  .modal__container--benifit {
    padding: 0 6.41026vw 7.69231vw;
  }
  .modal__title--benifit {
    margin-left: -6.41026vw;
    margin-right: -6.41026vw;
  }
  .modal__close {
    width: 8.20513vw;
    height: 8.20513vw;
    margin-bottom: 2.5641vw;
  }
  .qx-model {
    padding: 3.07692vw 3.84615vw 10.25641vw;
  }
  .qx-model h5 {
    font-size: 4.10256vw;
    margin-bottom: 3.84615vw;
  }
}

/* ーーーーーーーーーーーーーーーーーーー
utils
ーーーーーーーーーーーーーーーーーーー */
.qx-title {
  font-size: 16px;
  text-align: center;
  margin-bottom: 15px;
  font-weight: 600;
}

.qx-title > span::before, .qx-title > span::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 1.2em;
  background-color: #1e1e1e;
}

.qx-title > span::before {
  transform: rotate(-35deg) translateY(2px);
  margin-right: 15px;
}

.qx-title > span::after {
  transform: rotate(35deg) translateY(2px);
  margin-left: 15px;
}

.qx-link__btn--orange {
  border-radius: 4px;
  font-weight: 600;
  font-size: 16px;
  padding: 12px 20px 13px;
  color: #fff;
  background: url(/-/media/aeoncard/point/simulator/images/arrow-anchor.svg) no-repeat calc(100% - 12px) center, #FF8A24;
  background-size: 17px auto;
  min-width: 310px;
  text-align: center;
}

.qx-note li {
  font-size: 12px;
  text-indent: -1em;
  margin-left: 1em;
  color: #525252;
}

.qx-note--nomarl li {
  font-size: 12px;
}

.qx-link {
  color: #015EC5;
  text-decoration: underline;
  font-weight: 600;
}

.qx-link--attention {
  color: #3C5FF6;
  text-decoration: underline;
}

.qx-lab {
  font-size: 10px;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 8px;
  padding: 0 3px;
}

.qx-lab--navy {
  background: #2C3E8A;
}

.qx-lab--gold {
  background: #FFB700;
}

.qx-lab--blue {
  background: #008CD3;
}

.qx-lab:last-of-type {
  margin-right: 0;
}

.qx-lab--large {
  font-size: 15px;
  margin-bottom: 10px;
  margin-right: 8px;
  padding: 0 5px;
}

@media (min-width: 767.9999px) {
  .qx-sp__show {
    display: none;
  }
}

@media (max-width: 767px) {
  .qx-pc__show {
    display: none;
  }
  .qx-title {
    font-size: 4.10256vw;
    margin-bottom: 3.84615vw;
  }
  .qx-title > span::before, .qx-title > span::after {
    width: 0.25641vw;
    margin-right: 3.84615vw;
    margin-left: 3.84615vw;
  }
  .qx-link__btn--orange {
    border-radius: 1.02564vw;
    font-size: 4.10256vw;
    padding: 3.07692vw 5.12821vw 3.33333vw;
    background: url(/-/media/aeoncard/point/simulator/images/arrow-anchor.svg) no-repeat calc(100% - vw(12)) center, #FF8A24;
    background-size: 4.35897vw auto;
    min-width: 79.48718vw;
  }
  .qx-note li {
    font-size: 3.07692vw;
  }
  .qx-note--nomarl li {
    font-size: 3.07692vw;
  }
  .qx-lab {
    font-size: 2.5641vw;
    border-radius: 0.51282vw;
    margin-right: 1.02564vw;
    margin-bottom: 0;
    padding: 0 0.76923vw;
  }
  .qx-lab--large {
    font-size: 2.5641vw;
    margin-bottom: 2.5641vw;
    margin-right: 1.28205vw;
    padding: 0 0.76923vw;
  }
}

/* ーーーーーーーーーーーーーーーーーーー
frame
ーーーーーーーーーーーーーーーーーーー */
.qx-frame__main {
  max-width: 768px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
}

/* ーーーーーーーーーーーーーーーーーーー
kv
ーーーーーーーーーーーーーーーーーーー */
.qx-kv {
  background: url(/-/media/aeoncard/point/simulator/images/kv_backgroud_pc.svg) no-repeat center/auto 100%, url(/-/media/aeoncard/point/simulator/images/kv_lattice_bg.svg);
}

.qx-kv__inner {
  padding: 15px 0 35px;
  text-align: center;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}

.qx-kv__title {
  max-width: 390px;
  margin-inline: auto;
}

.qx-kv__btn--wrapper {
  margin-top: 25px;
}

.qx-kv__btn {
  max-width: 460px;
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 16px 35px 20px;
  background: url(/-/media/aeoncard/point/simulator/images/arrow-anchor.svg) no-repeat calc(100% - 20px) center, #DC0695;
  background-size: 20px auto;
  border-radius: 8px;
  position: relative;
}

.qx-kv__btn .qx-kv__btn--txt {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  transform: translate(0, -50%);
}

.qx-kv__card {
  margin-top: 10px;
  position: relative;
}

.qx-kv__card .qx-kv__card--select {
  max-width: 140px;
  position: relative;
  z-index: 1;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
}

.qx-kv__img--waon {
  position: absolute;
  max-width: 108px;
  right: calc(50% - 120px);
  transform: translateX(50%);
  bottom: 25px;
}

@media (max-width: 767px) {
  .qx-kv {
    background: url(/-/media/aeoncard/point/simulator/images/kv_bg_sp.svg) no-repeat center/cover, url(/-/media/aeoncard/point/simulator/images/kv_lattice_bg.svg);
  }
  .qx-kv__inner {
    padding: 3.84615vw 5.12821vw 8.97436vw;
    max-width: 100%;
  }
  .qx-kv__title {
    max-width: 100%;
  }
  .qx-kv__btn--wrapper {
    margin-top: 7.17949vw;
  }
  .qx-kv__btn {
    max-width: 100%;
    font-size: 5.12821vw;
    padding: 2.5641vw 6.41026vw 3.07692vw;
    background-size: 5.12821vw auto;
    border-radius: 2.05128vw;
  }
  .qx-kv__btn .qx-kv__btn--txt {
    width: 18.97436vw;
  }
  .qx-kv__card .qx-kv__card--select {
    max-width: 35.89744vw;
    box-shadow: 1.02564vw 1.02564vw 2.05128vw rgba(0, 0, 0, 0.16);
    border-radius: 1.28205vw;
  }
  .qx-kv__img--waon {
    bottom: 6.15385vw;
    right: calc(50% - 29vw);
    width: 24.61538vw;
  }
}

/* ーーーーーーーーーーーーーーーーーーー
simulator
ーーーーーーーーーーーーーーーーーーー */
/* simulator */
.qx-simulator__inner {
  max-width: 528px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0 0;
}

.qx-simulator__schedule {
  border: 1px solid #D9D9D9;
  padding: 30px 110px 40px;
  border-radius: 8px;
  margin-top: 25px;
}

.qx-simulator__schedule--h2, .qx-simulato__budget--point {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}

.qx-simulator__schedule--h2 small, .qx-simulato__budget--point small {
  font-size: 18px;
  line-height: 1;
  display: inline-block;
  margin-top: -2px;
}

.qx-simulator__schedule--h3 {
  font-size: 16px;
  text-align: center;
  margin: 0 0 15px;
  font-weight: 700;
}

.qx-simulator__budget--input {
  border: 1px solid #D8D8D8;
  background: #F5F5F5;
  font-size: 40px;
  width: 200px;
  line-height: 1;
  padding: 0 12px 2px;
  margin-right: 10px;
  border-radius: 4px;
  text-align: right;
  font-weight: 700;
  height: 56px;
}

.qx-simulator__budget--input::placeholder {
  color: #1A1A1A;
  opacity: 1;
  line-height: 1;
}

.qx-simulato__budget--txt {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}

.qx-simulato__budget--triangle {
  margin: 30px auto 15px;
  width: 0;
  height: 0;
  border-left: 36px solid transparent;
  border-right: 36px solid transparent;
  border-top: 20px solid #D9D9D9;
}

.qx-simulato__budget--point {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 12px;
}

.qx-simulator__budget--result {
  font-size: 50px;
  font-weight: 900;
  color: #DC0695;
  margin-right: 5px;
  margin-bottom: -5px;
  line-height: 1;
  letter-spacing: 0.01em;
}

.qx-simulator__question {
  font-size: 14px;
  margin-left: 5px;
  text-decoration: underline;
  font-weight: 600;
  color: #1A1A1A;
}

.qx-simulator__question--content {
  max-width: 600px;
}

.qx-simulator__question--modal img {
  width: 260px;
  margin-bottom: 20px;
}

.qx-simulator__question--modal p {
  text-align: center;
}

.qx-simulator__question--modal p strong {
  font-size: 16px;
  color: #2C3E8A;
  font-weight: 600;
}

@media (max-width: 767px) {
  .qx-simulator__inner {
    max-width: 135.38462vw;
    padding: 5.12821vw 5.12821vw 0;
  }
  .qx-simulator__schedule {
    padding: 7.69231vw 5.12821vw 10.25641vw;
    border-radius: 2.05128vw;
    margin-top: 6.41026vw;
  }
  .qx-simulator__schedule--h2, .qx-simulato__budget--point {
    font-size: 5.12821vw;
  }
  .qx-simulator__schedule--h2 small, .qx-simulato__budget--point small {
    font-size: 4.61538vw;
    margin-top: -0.51282vw;
  }
  .qx-simulator__schedule--h3 {
    font-size: 4.10256vw;
    margin: 0 0 3.84615vw;
  }
  .qx-simulator__budget--input {
    font-size: 10.25641vw;
    width: 51.28205vw;
    padding: 0 3.07692vw 0.51282vw;
    margin-right: 2.5641vw;
    border-radius: 1.02564vw;
    height: 14.35897vw;
  }
  .qx-simulato__budget--triangle {
    border-left: 9.23077vw solid transparent;
    border-right: 9.23077vw solid transparent;
    border-top: 5.12821vw solid #D9D9D9;
  }
  .qx-simulator__budget--result {
    font-size: 14.35897vw;
    margin-right: 1.28205vw;
    margin-bottom: -1.28205vw;
  }
  .qx-simulator__question {
    font-size: 3.58974vw;
    margin-left: 1.28205vw;
  }
  .qx-simulator__question--modal img {
    width: 66.66667vw;
    margin-bottom: 5.12821vw;
  }
  .qx-simulator__question--modal p strong {
    font-size: 4.10256vw;
  }
}

/* detail */
.qx-detail {
  margin-top: 60px;
}

.qx-detail--h2 {
  font-size: 26px;
  padding: 20px 45px;
  background: url(/-/media/aeoncard/point/simulator/images/detail_bg.svg) no-repeat center top/100% auto, url(/-/media/aeoncard/point/simulator/images/detail_bg.svg) no-repeat center bottom/100% auto;
  color: #DC0695;
}

.qx-detail__lead--txt {
  font-size: 16px;
  text-align: center;
  margin: 40px 0 30px;
}

.qx-detail__checkbox {
  margin-bottom: 50px;
}

.qx-detail__step--lab {
  font-size: 16px;
  color: #fff;
  padding: 4px 12px 3px;
  border-radius: 30px;
  font-weight: 500;
  background: #1A1A1A;
  display: inline-block;
  min-width: 76px;
  min-height: 31px;
  margin: 0 auto 10px;
  text-align: center;
  letter-spacing: 0.02em;
}

.qx-detail--h3 {
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
}

.qx-detail__label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.qx-js__label--check input[type=checkbox], .qx-js__label--check .qx-checkbox {
  border-radius: 3px;
  width: 20px;
  height: 20px;
  position: absolute;
}

.qx-js__label--check input[type=checkbox] {
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}

.qx-js__label--check .qx-checkbox {
  border: 1px solid #D9D9D9;
}

.qx-use__checkbox, .qx-use__checkbox + .qx-checkbox {
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.qx-obj__checkbox, .qx-obj__checkbox + .qx-checkbox {
  left: 20px;
  top: 50px;
}

.qx-detail__label--item {
  padding: 10px 10px 10px 30px;
  margin-left: 9px;
  margin-bottom: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
}

.qx-detail__label--item:nth-of-type(3n) {
  margin-right: 0;
}

.qx-detail__label--item:nth-of-type(3n+1) {
  margin-left: 0;
}

.qx-detail__label--item .qx-detail__label--txt {
  display: inline-block;
  min-width: 85px;
  font-weight: 600;
  margin: 0 6px 0 10px;
  letter-spacing: 0.01em;
}

.qx-detail__label--item i {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.qx--checked .qx-checkbox {
  background: url(/-/media/aeoncard/point/simulator/images/icons/icon_checked.svg) no-repeat center/contain !important;
  border: none;
}

.qx--checked.qx-detail__label--item {
  border: 1px solid #DC0695;
  background: #FFF5FD;
  color: #DC0695;
}

.qx-label__icon--meal {
  background-image: url(/-/media/aeoncard/point/simulator/images/icons/icon_meal.svg);
}

.qx--checked .qx-label__icon--meal {
  background-image: url(/-/media/aeoncard/point/simulator/images/icons/icon_meal_pink.svg);
}

.qx-label__icon--necessities {
  background-image: url(/-/media/aeoncard/point/simulator/images/icons/icon_necessities.svg);
}

.qx--checked .qx-label__icon--necessities {
  background-image: url(/-/media/aeoncard/point/simulator/images/icons/icon_necessities_pink.svg);
}

.qx-label__icon--transport {
  background-image: url(/-/media/aeoncard/point/simulator/images/icons/icon_transport.svg);
}

.qx--checked .qx-label__icon--transport {
  background-image: url(/-/media/aeoncard/point/simulator/images/icons/icon_transport_pink.svg);
}

.qx-label__icon--utility {
  background-image: url(/-/media/aeoncard/point/simulator/images/icons/icon_utility.svg);
}

.qx--checked .qx-label__icon--utility {
  background-image: url(/-/media/aeoncard/point/simulator/images/icons/icon_utility_pink.svg);
}

.qx-label__icon--communication {
  background-image: url(/-/media/aeoncard/point/simulator/images/icons/icon_communication.svg);
}

.qx--checked .qx-label__icon--communication {
  background-image: url(/-/media/aeoncard/point/simulator/images/icons/icon_communication_pink.svg);
}

.qx-label__icon--hometown {
  background-image: url(/-/media/aeoncard/point/simulator/images/icons/icon_hometown.svg);
}

.qx--checked .qx-label__icon--hometown {
  background-image: url(/-/media/aeoncard/point/simulator/images/icons/icon_hometown_pink.svg);
}

.qx-label__icon--hobbies {
  background-image: url(/-/media/aeoncard/point/simulator/images/icons/icon_hobbies.svg);
}

.qx--checked .qx-label__icon--hobbies {
  background-image: url(/-/media/aeoncard/point/simulator/images/icons/icon_hobbies_pink.svg);
}

.qx-detail__campaign--label {
  margin-top: 25px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}

.qx-detail__campaign--item {
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  padding: 12px;
  width: 250px;
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.qx-detail__campaign--item:nth-of-type(2n+1) {
  margin-left: 0;
}

.qx-detail__campaign--item:nth-of-type(2n) {
  margin-right: 0;
}

.qx-detail__campaign--img {
  text-align: center;
  margin-bottom: 12px;
}

.qx-detail__campaign--img img {
  max-width: 104px;
}

.qx-detail__campaign--txt {
  font-size: 14px;
  font-weight: 500;
}

.qx-detail__campaign--bai {
  font-weight: 700;
  letter-spacing: 0.02em;
}

.qx-detail__campaign--bai strong {
  font-size: 20px;
}

.qx--checked.qx-detail__campaign--item {
  border: 1px solid #DC0695;
  background: #FFF5FD;
}

.qx-check__all {
  margin: 50px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.qx-check__all .qx-all__btn {
  min-width: 310px;
  border: 1px solid #2C3E8A;
  border-radius: 4px;
  position: relative;
  padding: 15px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
}

.qx-check__all .qx-all__checkbox, .qx-check__all .qx-all__checkbox + .qx-checkbox {
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.qx-all__checkbox + .qx-checkbox {
  background: url(/-/media/aeoncard/point/simulator/images/icons/icon_non_checked.svg) no-repeat center/contain;
}

.qx-waonpoint__content {
  border: 1px solid #D9D9D9;
  padding: 25px 12px 12px 60px;
  border-radius: 4px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  cursor: pointer;
}

.qx-waonpoint__content.qx--checked {
  border: 1px solid #DC0695;
  background: #FFF5FD;
}

.qx-waonpoint__checkbox, .qx-waonpoint__checkbox + .qx-checkbox {
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
}

.qx-waonpoint__img {
  margin-right: 20px;
  max-width: 104px;
}

.qx-detail__checkbox--step {
  text-align: center;
}

@media (max-width: 767px) {
  .qx-detail_campaign--title {
    font-size: 12px;
  }
  .qx-obj__checkbox, .qx-obj__checkbox + .qx-checkbox {
    left: 2.5641vw;
    top: 12.82051vw;
  }
  .qx-detail__campaign--bai {
    font-size: 3.58974vw;
    line-height: 1;
  }
  .qx-detail__campaign--bai strong {
    font-size: 5.12821vw;
  }
  .qx-detail__campaign--txt {
    font-size: 3.58974vw;
  }
  .qx-detail__checkbox--step {
    text-align: left;
  }
  .qx-detail__checkbox--step .qx-detail__step--lab {
    margin-right: 1.28205vw;
  }
  .qx-detail {
    margin-top: 15.38462vw;
  }
  .qx-detail--h2 {
    font-size: 6.66667vw;
    padding: 3.84615vw 8.97436vw;
  }
  .qx-detail__lead--txt {
    font-size: 4.10256vw;
    margin: 7.69231vw 0 7.69231vw;
  }
  .qx-detail__checkbox {
    margin-bottom: 6.41026vw;
  }
  .qx-detail__step--lab {
    font-size: 4.10256vw;
    padding: 1.02564vw 3.07692vw 0.76923vw;
    min-width: 19.48718vw;
    min-height: 7.94872vw;
    margin: 0 autovw(10);
  }
  .qx-detail--h3 {
    font-size: 5.12821vw;
    margin-bottom: 5.12821vw;
    display: inline-block;
  }
  .qx-js__label--check input[type=checkbox],
  .qx-js__label--check .qx-checkbox {
    width: 5.12821vw;
    height: 5.12821vw;
  }
  .qx-detail__label--item {
    padding: 2.5641vw 2.5641vw 2.5641vw 7.69231vw;
    margin-bottom: 2.05128vw;
  }
  .qx-detail__label--item i {
    width: 6.41026vw;
    height: 6.41026vw;
  }
  .qx-detail__label--item .qx-detail__label--txt {
    min-width: 21.53846vw;
  }
  .qx-detail__label--item, .qx-detail__label--item:nth-of-type(3n+1) {
    margin-left: 1.79487vw;
  }
  .qx-detail__label--item:nth-of-type(2n+1) {
    margin-left: 0;
  }
  .qx-detail__campaign--item {
    padding: 6.41026vw 2.5641vw 2.5641vw 10.25641vw;
    width: 100%;
    margin-right: 0;
    margin-bottom: 5.12821vw;
  }
  .qx-detail__campaign--img img {
    max-width: 22.5641vw;
  }
  .qx-detail__camapagin--lay {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .qx-detail__campaign--content {
    margin-left: 2.5641vw;
  }
  .qx-check__all {
    margin: 7.69231vw auto 10.25641vw;
    max-width: 310px;
  }
  .qx-check__all .qx-all__btn {
    min-width: 79.48718vw;
    padding: 3.84615vw;
  }
  .qx-waonpoint__content {
    padding: 5.12821vw 2.5641vw 2.5641vw 10.25641vw;
    border-radius: 1.02564vw;
  }
  .qx-waonpoint__checkbox,
  .qx-waonpoint__checkbox + .qx-checkbox {
    width: 5.12821vw;
    height: 5.12821vw;
    left: 2.5641vw;
  }
  .qx-waonpoint__img {
    margin-right: 3.07692vw;
    max-width: 22.5641vw;
    margin-top: 2.5641vw;
  }
}

/* card */
.qx-card--h3 {
  text-align: center;
  margin-bottom: 25px;
}

.qx-card--h3 span {
  color: #2C3E8A;
  font-size: 22px;
  font-weight: 700;
  border-bottom: 2px solid #2C3E8A;
  position: relative;
  display: inline-block;
}

.qx-card--h3 span::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid #2C3E8A;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
}

.accordion-item {
  border-radius: 8px;
  border: 2px solid #2C3E8A;
  border-top: 0;
  overflow: hidden;
}

.accordion-item ~ .accordion-item {
  margin-top: 10px;
}

.accordion-title {
  text-align: center;
  background: #2C3E8A;
  text-align: center;
}

.accordion-title button {
  font-size: 14px;
  color: #fff;
  width: 100%;
  font-weight: 600;
  padding: 17px;
  position: relative;
}

.accordion-icon {
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
}

.accordion-icon::before, .accordion-icon::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}

.accordion-icon::before {
  transform: translate(-50%, -50%);
}

.accordion-icon::after {
  transform: rotate(90deg) translate(-50%, -50%);
  transform-origin: left top;
}

.-isActive .accordion-icon::after {
  transform: rotate(0) translate(-50%, -50%);
}

.qx-card__content {
  background: #fff;
  padding: 0 15px 40px;
  width: 100%;
}

.accordion-close button {
  min-width: 310px;
  border: 1px solid #2C3E8A;
  border-radius: 4px;
  background: #EDEFF7;
  text-align: center;
  font-weight: 600;
  position: relative;
  padding: 12px;
  color: #1A1A1A;
}

.accordion-close button::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
  background: url(/-/media/aeoncard/point/simulator/images/icons/close_btn.svg) no-repeat center/contain;
}

.qx-card--name {
  font-weight: 700;
  margin-bottom: 15px;
}

.qx-card--col {
  width: 87px;
}

.qx-card__detail {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 15px;
}

.qx-card__detail > div {
  width: 50%;
}

.qx-card__detail--card {
  text-align: center;
  padding-right: 20px;
}

.qx-card__detail--logos {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.qx-card__detail--logos li {
  margin: 0 5px;
}

.qx-card__detail--logos li img {
  width: 30px;
}

.qx-card-support {
  font-size: 10px;
  font-weight: 600;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-size: 34px auto;
  background-position: 7px 50%;
  padding: 5px 5px 5px 42px;
  margin: 0 auto 5px;
  text-align: center;
  min-height: 31px;
  letter-spacing: 0.06em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.qx-card-support01 {
  background-color: #FFEEF7;
  background-image: url(/-/media/aeoncard/point/simulator/images/icons/icon_card_support_01.png);
}

.qx-card-support02 {
  background-color: #e2e5f2;
  background-image: url(/-/media/aeoncard/point/simulator/images/icons/icon_card_support_02.png);
}

.qx-card-support03 {
  background-color: #fff5d6;
  background-image: url(/-/media/aeoncard/point/simulator/images/icons/icon_card_support_03.png);
}

.qx-card__detail--txt {
  margin-bottom: 10px;
  letter-spacing: 0.04em;
}

.qx-card__apply {
  background-color: #FF8A24;
  border-radius: 5px;
  color: #fff;
  max-width: 276px;
  width: 100%;
  text-align: center;
  font-weight: 500;
  padding: 8px 0;
  position: relative;
}

.qx-card__apply::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-left: 8px solid #fff;
  border-bottom: 6px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 11px;
}

.qx-card__apply--small::after {
  border-top: 4px solid transparent;
  border-left: 7px solid #fff;
  border-bottom: 4px solid transparent;
}

img[src="/-/media/AeonCard/common/cardface/card_142_j_v.png"],
img[src="/-/media/AeonCard/common/cardface/card_150_j.png"] {
  border: 1px solid #eee;
  border-radius: 8px;
}

@media (max-width: 767px) {
  img[src="/-/media/AeonCard/common/cardface/card_142_j_v.png"],
  img[src="/-/media/AeonCard/common/cardface/card_150_j.png"] {
    border: 1px solid #eee;
    border-radius: 1.02564vw;
  }
  .qx-card__detail--card {
    text-align: center;
    padding-right: 5.12821vw;
  }
  .qx-card--h3 {
    margin-bottom: 6.41026vw;
  }
  .qx-card--h3 span {
    font-size: 5.64103vw;
    border-bottom: 0.51282vw solid #2C3E8A;
  }
  .qx-card--h3 span::after {
    border-top: 2.05128vw solid #2C3E8A;
    border-left: 2.05128vw solid transparent;
    border-right: 2.05128vw solid transparent;
    left: 50%;
    transform: translate(-50%, 100%);
  }
  .accordion-item {
    border-radius: 2.05128vw;
    border: 0.51282vw solid #2C3E8A;
  }
  .accordion-item ~ .accordion-item {
    margin-top: 2.5641vw;
  }
  .accordion-title button {
    font-size: 3.58974vw;
    padding: 4.35897vw;
  }
  .accordion-icon {
    width: 3.58974vw;
    height: 3.58974vw;
    right: 4.35897vw;
  }
  .accordion-icon::before, .accordion-icon::after {
    height: 0.51282vw;
  }
  .accordion-close button {
    min-width: 79.48718vw;
    border-radius: 1.02564vw;
    padding: 3.07692vw;
  }
  .accordion-close button::after {
    width: 7.69231vw;
    height: 7.69231vw;
    right: 1.79487vw;
  }
  .qx-card__content {
    padding: 0 3.84615vw 10.25641vw;
  }
  .qx-card--col {
    width: 22.30769vw;
  }
  .qx-card__detail li img {
    width: 7.69231vw;
  }
  .qx-card-support {
    font-size: 2.5641vw;
    background-size: 8.71795vw auto;
    padding: 1.28205vw 1.28205vw 1.28205vw 10.76923vw;
    min-height: 7.94872vw;
  }
  .qx-card__apply {
    max-width: 70.76923vw;
    padding: 2.05128vw 0;
  }
  .qx-card__apply::after {
    border-top: 1.53846vw solid transparent;
    border-left: 2.05128vw solid #fff;
    border-bottom: 1.53846vw solid transparent;
    right: 2.82051vw;
  }
  .qx-card__apply--small::after {
    border-top: 1.02564vw solid transparent;
    border-left: 1.79487vw solid #fff;
    border-bottom: 1.02564vw solid transparent;
  }
}

/* qx-result */
.qx-result {
  margin: 55px 0;
  padding: 35px 20px 30px;
  background: #fff;
  border-radius: 10px;
  border: 2px solid #DC0695;
  background: #FFF5FD;
}

.qx-result--h3 {
  font-size: 24px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 45px;
}

.qx-result--h3 span {
  position: relative;
}

.qx-result--h3 span .qx-result--en {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(30%, 60%);
}

.qx-result--h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
}

.qx-result__point {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.qx-result__point dt {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.qx-result__point dt small {
  font-size: 12px;
  display: block;
}

.qx-result__point dd {
  width: 267px;
  font-size: 32px;
  font-weight: 600;
  border-radius: 24px;
  min-height: 40px;
  padding: 3px 5px 5px;
  margin-left: 10px;
  line-height: 1;
  text-align: center;
  min-height: 45px;
}

.qx-result__point--month {
  background: #fff;
  color: #DC0695;
  border: 3px solid #DC0695;
}

.qx-result__point--year {
  background: #DC0695;
  color: #fff;
}

.qx-result__state {
  margin-top: 35px;
  position: relative;
}

.qx-result__state--title {
  display: inline-block;
  text-align: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.qx-result__state--title button {
  color: #015EC5;
  border-bottom: 1px solid #015EC5;
  position: relative;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.085em;
}

.qx-result__state--icon {
  background: #015EC5;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  right: 0;
  transform: translate(calc(100% + 7px), -50%);
}

.qx-result__state--icon::before, .qx-result__state--icon::after {
  width: 10px;
}

.qx-result__state--content {
  background: #fff;
  border-radius: 10px;
  padding: 12px 12px 20px;
  margin-top: 20px;
  display: none;
}

.qx-result__state--inner {
  max-width: 290px;
  margin-left: auto;
  margin-right: auto;
}

.qx-state__total {
  padding-bottom: 10px;
  border-bottom: 1px solid #D9D9D9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
}

.qx-state__total--txt {
  font-size: 16px;
}

.qx-state__total--txt small {
  font-size: 12px;
}

.qx-state__total--point {
  font-size: 28px;
  color: #DC0695;
}

.qx-state__item li {
  background: url(/-/media/aeoncard/point/simulator/images/bg_dot.svg) repeat-x left center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
}

.qx-state__item li:first-of-type {
  margin-top: 10px;
}

.qx-state__item .qx-state__item--txt, .qx-state__item .qx-state__item--point {
  display: inline-block;
  background: #fff;
}

.qx-state__item .qx-state__item--txt {
  padding-right: 5px;
  font-size: 10px;
  margin-right: 40px;
}

.qx-state__item .qx-state__item--point {
  padding-left: 5px;
  font-size: 22px;
  width: 68px;
  flex-shrink: 0;
}

.qx-result__point--note {
  text-align: center;
}

@media (max-width: 767px) {
  .qx-state__item .qx-state__item--point {
    width: 17.4359vw;
  }
  .qx-result__state--inner {
    max-width: 74.35897vw;
  }
  .qx-result__point--note {
    text-align: left;
  }
  .qx-result__point dt {
    font-size: 3.58974vw;
    line-height: 1.2;
  }
  .qx-result__point dt small {
    font-size: 3.07692vw;
    display: block;
  }
  .qx-result {
    margin: 14.10256vw 0;
    padding: 8.97436vw 5.12821vw 7.69231vw;
    border-radius: 2.5641vw;
    border-width: 0.51282vw;
  }
  .qx-result--h3 {
    font-size: 6.15385vw;
    margin-bottom: 11.53846vw;
  }
  .qx-result--h4 {
    font-size: 5.12821vw;
    margin-bottom: 3.84615vw;
  }
  .qx-result__point dd {
    width: 68.46154vw;
    font-size: 8.20513vw;
    border-radius: 6.15385vw;
    min-height: 10.25641vw;
    padding: 0.76923vw 1.28205vw 1.28205vw;
    margin-left: 1.28205vw;
    min-height: 11.53846vw;
  }
  .qx-result__state {
    margin-top: 8.97436vw;
  }
  .qx-result__state--title button {
    font-size: 3.58974vw;
  }
  .qx-result__state--icon {
    width: 4.61538vw;
    height: 4.61538vw;
  }
  .qx-result__state--icon::before, .qx-result__state--icon::after {
    width: 2.5641vw;
  }
  .qx-result__state--content {
    padding: 2.5641vw 3.07692vw;
    margin-top: 5.12821vw;
  }
  .qx-state__total {
    padding-bottom: 2.5641vw;
  }
  .qx-state__total--txt small {
    font-size: 3.07692vw;
  }
  .qx-state__total--point {
    font-size: 7.17949vw;
  }
  .qx-state__item li .qx-state__item--txt {
    font-size: 2.5vw;
    margin-right: 5.12821vw;
  }
  .qx-state__item li .qx-state__item--point {
    font-size: 5.12821vw;
    line-height: 1.2;
  }
  .qx-state__item li:first-of-type {
    margin-top: 2.5641vw;
  }
}

/* benifit */
.qx-benifit {
  margin: 55px 0 45px;
}

.qx-btn--blue {
  min-width: 310px;
  display: block;
  border-radius: 4px;
  position: relative;
  padding: 17px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  background-color: #2C3E8A;
  color: #fff;
}

.qx-btn--blue::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-top: 7.5px solid transparent;
  border-left: 11px solid #fff;
  border-bottom: 7.5px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
}

.qx-benifit--h2 {
  font-size: 24px;
  color: #DC0695;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}

.qx-mySwiperBnr {
  margin-bottom: 50px;
}

.qx-mySwiperBnr img {
  max-width: 100%;
}

.qx-mySwiperBnr .swiper-wrapper {
  transition-timing-function: linear !important;
}

@media (max-width: 767px) {
  .qx-benifit {
    margin: 14.10256vw 0 12.82051vw;
  }
  .qx-btn--blue {
    min-width: 79.48718vw;
    padding: 4.35897vw;
    border-radius: 1.02564vw;
  }
  .qx-btn--blue::after {
    border-top: 2.05128vw solid transparent;
    border-left: 2.82051vw solid #fff;
    border-bottom: 2.05128vw solid transparent;
    right: 4.10256vw;
  }
  .qx-benifit--h2 {
    font-size: 6.15385vw;
    margin-bottom: 6.41026vw;
  }
  .qx-mySwiperBnr {
    margin-bottom: 5.12821vw;
    margin-left: -5.12821vw;
    margin-right: -5.12821vw;
  }
  .qx-mySwiperBnr .swiper-slide {
    width: 28.71795vw;
  }
}

/* ーーーーーーーーーーーーーーーーーーー
カード
ーーーーーーーーーーーーーーーーーーー */
.qx-card {
  padding: 60px 0 80px;
  background: #EDEFF7;
  position: relative;
}

.qx-card__inner {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.qx-card__top {
  position: absolute;
  max-width: 62px;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}

.qx-card--h2 {
  font-size: 26px;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 700;
}

.qx-card-character {
  margin-top: 20px;
}

.qx-card-character__hdg {
  margin-top: 0;
  font-weight: 700;
  color: #2C3E8A;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.01em;
}

.qx-card-character__hdg p {
  text-align: center;
}

.qx-card-character__hdg > img {
  display: block;
  width: 100%;
  margin: 3px auto 0;
}

.qx-card-character__list {
  margin-top: 16px;
  display: flex;
  gap: 20px;
}

.qx-card-character__item {
  width: 50%;
  display: flex;
  flex-direction: column;
}

.qx-card-character__name {
  margin-top: 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.qx-card-character__name > h4 {
  font-weight: 700;
  flex-grow: 1;
  text-align: center;
}

.qx-card-character__name > h4 + p {
  margin-top: 4px;
  flex-grow: 1;
  font-size: 10px;
  text-align: center;
}

.qx-card-brand__list {
  display: flex;
  gap: 5px;
}

.qx-card-character .qx-card-brand__list {
  margin-top: 8px;
  justify-content: center;
}

.qx-card-brand__list > li {
  width: 30px;
}

.qx-card-character__img {
  margin: 16px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.qx-card-character__img--inner {
  width: 100%;
  height: auto;
}

.qx-card-character__img--inner > img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 5%;
}

.qx-card__copyright {
  line-height: 2;
  text-align: right;
  font-family: "Noto Sans JP";
  font-size: 8px;
  font-weight: 400;
}

.qx-card__item {
  padding: 25px 0 40px;
  border-bottom: 1px solid #D9D9D9;
}

.qx-card__item:last-of-type {
  border-bottom: 0;
}

.qx-card__item .qx-link {
  color: initial;
}

.qx-mySwiperCard .qx-card__content {
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .qx-card {
    padding: 15.38462vw 0 20.51282vw;
  }
  .qx-card__inner {
    max-width: 89.74359vw;
  }
  .qx-card__top {
    max-width: 15.89744vw;
  }
  .qx-card--h2 {
    font-size: 6.66667vw;
    margin-bottom: 7.69231vw;
  }
  .qx-card-character {
    margin-top: 5.12821vw;
  }
  .qx-card-character__hdg {
    max-width: 64.10256vw;
  }
  .qx-card-character__hdg > img {
    margin: 0.76923vw auto 0;
  }
  .qx-card-character__list {
    margin-top: 4.10256vw;
    gap: 5.12821vw;
  }
  .qx-card-character__name > h4 + p {
    margin-top: 1.02564vw;
    font-size: 2.5641vw;
  }
  .qx-card-brand__list > li {
    width: 7.69231vw;
  }
  .qx-card-character__img {
    margin: 4.10256vw auto 0;
  }
  .qx-card-character__img--inner > img {
    border: 0.25641vw solid #d9d9d9;
  }
  .qx-card__copyright {
    font-size: 2.05128vw;
  }
  .qx-card__item {
    padding: 6.41026vw 0 10.25641vw;
    border-bottom: 0.25641vw solid #D9D9D9;
  }
}

/* ーーーーーーーーーーーーーーーーーーー
attention
ーーーーーーーーーーーーーーーーーーー */
.qx-attention {
  background: #fff;
  padding: 30px 0 40px;
}

.qx-attention .qx-attention--h3 {
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .qx-attention {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 767px) {
  .qx-attention {
    padding: 7.69231vw 0 10.25641vw;
  }
  .qx-attention .qx-attention--h3 {
    font-size: 4.61538vw;
    margin-bottom: 3.84615vw;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .qx-attention__inner {
    padding-left: 5.12821vw;
    padding-right: 5.12821vw;
  }
}

/* ーーーーーーーーーーーーーーーーーーー
AON POINTの使い道
ーーーーーーーーーーーーーーーーーーー */
.qx-methods__content {
  background: #fff;
}

.qx-methods__content header {
  background: #2C3E8A;
  color: #fff;
  padding: 6px 18px 6px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 700;
  line-height: 1.2;
  height: 58px;
}

.qx-methods__content .qx-methods__inner {
  padding: 20px;
}

.qx-methods__content .qx-methods__header--num {
  padding: 12px 18px;
  text-align: center;
  border-right: 1px solid #fff;
  font-size: 20px;
}

.qx-methods__content .qx-methods__header--txt {
  text-align: center;
  font-size: 14px;
  flex-grow: 1;
}

.qx-methods__content .qx-methods__header--txt strong {
  font-size: 18px;
  text-decoration: underline;
}

.qx-methods__waon {
  max-width: 200px;
  margin-inline: auto;
}

.qx-methods--h4 {
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
}

.qx-methods--h4 strong {
  font-size: 22px;
  background: linear-gradient(to bottom, #fff 80%, #FFD54C 80%);
}

.qx-methods__inner--txt {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
}

.qx-methods__detail {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 10px;
  flex-wrap: wrap;
}

.qx-methods__detail--item {
  padding: 30px 12px 14px;
  background: #EDEFF7;
  position: relative;
  text-align: center;
  width: calc(50% - 5px);
  font-weight: 500;
}

.qx-methods__detail--item .qx-methods__detail--num {
  color: #fff;
  font-weight: 500;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #2C3E8A;
}

.qx-methods__state {
  background: #FFF5FD;
  border: 1px solid #DC0695;
  padding: 10px 7px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  border-radius: 4px;
  margin-bottom: 20px;
}

.qx-methods__state img {
  margin-left: 15px;
}

.qx-methods__content .qx-methods__welcia--header {
  background: #fff;
  padding: 0;
  border-bottom: 2px solid #2C3E8A;
}

.qx-methods__content .qx-methods__welcia--header .qx-methods__header--num {
  padding: 18px;
  background: #2C3E8A;
}

.qx-methods__content .qx-methods__welcia--header .qx-methods__header--txt {
  color: initial;
}

.qx-methods__white {
  padding: 8px 18px 10px;
  border-radius: 5px;
  background: #fff;
  text-align: center;
  font-size: 12px;
  margin-top: 5px;
}

.qx-methods__white strong {
  font-size: 16px;
}

.qx-method__04--shop {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #D9D9D9;
}

.qx-method__04--shop span {
  font-size: 16px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 600;
  display: block;
}

.qx-use__charge--img {
  width: 130px;
}

.qx-waon--img {
  max-width: 38px;
}

@media (max-width: 767px) {
  .qx-methods__content .qx-methods__header--txt {
    font-size: 3.58974vw;
  }
  .qx-waon--img {
    width: 8.20513vw;
  }
  .qx-use__charge--img {
    width: 33.33333vw;
  }
  .qx-methods__content header {
    padding: 1.53846vw 4.61538vw 1.53846vw 0;
    height: 14.87179vw;
  }
  .qx-methods__inner {
    padding: 5.12821vw;
  }
  .qx-methods__header--num {
    padding: 3.07692vw 4.61538vw;
    font-size: 5.12821vw;
    border-right: 0.25641vw solid #fff;
  }
  .qx-methods--h4 {
    font-size: 4.10256vw;
    margin-bottom: 5.12821vw;
  }
  .qx-methods--h4 strong {
    font-size: 5.64103vw;
  }
  .qx-methods__inner--txt {
    font-size: 4.10256vw;
    margin-bottom: 2.5641vw;
  }
  .qx-methods__detail--item {
    padding: 7.69231vw 3.07692vw 3.58974vw;
    width: calc(50% - vw(5));
  }
  .qx-methods__detail--item .qx-methods__detail--num {
    width: 6.15385vw;
    height: 6.15385vw;
  }
  .qx-methods__state {
    padding: 1.53846vw;
    border-radius: 1.02564vw;
    margin-bottom: 5.12821vw;
  }
  .qx-methods__state img {
    margin-left: 3.58974vw;
  }
  .qx-methods__content .qx-methods__welcia--header .qx-methods__header--num {
    padding: 4.61538vw;
  }
  .qx-methods__white {
    padding: 3.33333vw 4.10256vw;
    font-size: 3.07692vw;
  }
  .qx-methods__white strong {
    font-size: 4.10256vw;
  }
  .qx-method__04--shop {
    padding-top: 7.69231vw;
    margin-top: 7.69231vw;
    border-top: 0.25641vw solid #D9D9D9;
  }
  .qx-method__04--shop span {
    font-size: 4.10256vw;
    margin-bottom: 5.12821vw;
  }
}

/* ーーーーーーーーーーーーーーーーーーー
follow
ーーーーーーーーーーーーーーーーーーー */
.qx-follow {
  position: fixed;
  z-index: 3;
  bottom: 150px;
  width: 200px;
  right: 20px;
  height: 120px;
  text-align: center;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.qx-follow .qx-btn--blue {
  min-width: 100%;
  border-radius: 0;
}

.qx-follow .qx-btn--blue::after {
  right: 8px;
}

.qx-follow--top {
  font-size: 16px;
  padding: 12px 20px;
  background: #fff;
  text-align: center;
  font-weight: 700;
}

@media (max-width: 767px) {
  .qx-follow {
    bottom: 0;
    width: 100%;
    right: 0;
    height: auto;
    border-radius: 0;
    box-shadow: 0 0 3.07692vw rgba(0, 0, 0, 0.1);
    padding-left: 5.12821vw;
    padding-right: 5.12821vw;
    padding-bottom: 5.12821vw;
    background: #fff;
  }
  .qx-follow .qx-btn--blue {
    min-width: 100%;
    border-radius: 1.02564vw;
    box-shadow: 0 0 5px rgba(255, 238, 223, 0.9), 0 -10px 8px rgba(255, 238, 223, 0.9);
  }
  .qx-follow .qx-btn--blue::after {
    right: 2.05128vw;
  }
  .qx-follow--top {
    font-size: 4.10256vw;
    padding: 4.87179vw 0 3.07692vw;
  }
}

.qx-top__btn {
  position: fixed;
  bottom: 140px;
  right: 20px;
  width: 65px;
  z-index: 11;
}

.pagetopbtn-wrap {
  display: none;
}

.qx-js__topBtn01 {
  bottom: 50px;
}

.qx-js__topBtn02 {
  bottom: 165px;
}

@media (max-width: 767px) {
  .qx-top__btn {
    width: 11.53846vw;
    bottom: 28.20513vw;
    right: 3.84615vw;
  }
  .qx-js__topBtn01 {
    bottom: 35vw;
  }
  .qx-js__topBtn02 {
    bottom: 240px;
  }
}

/* ーーーーーーーーーーーーーーーーーーー
calendarWrap
ーーーーーーーーーーーーーーーーーーー */
#calendarWrap {
  max-width: 706px;
  margin: 0 auto;
  padding: 70px 0 0;
}

.calendarSub {
  text-align: center;
  color: #fff;
  background-color: #2C3E8A;
  border-radius: 15px 15px 0 0;
  font-weight: bold;
  font-size: 19px;
  padding: 15px 0;
  margin: 0;
}

.calendarTable {
  padding-top: 4px;
  margin-bottom: 135px;
}

.calendarTable table {
  width: 100%;
  border-collapse: unset;
  border-spacing: 0;
}

.calendarTable table tr td {
  background-color: #FAF9F5;
  position: relative;
  border-right: 7px solid #fff;
  border-bottom: 7px solid #fff;
  padding: 42px 0;
  width: 13.315%;
}

.calendarTable table tr td:last-child {
  border-right: 0;
}

.calendarTable table tr:last-child td:last-child {
  border-right: 8px solid #fff;
}

.calendarTable table tr td span {
  position: absolute;
  left: 10px;
  top: 10px;
  display: inline-block;
  color: #666666;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
}

.calendarTable table tr td.number {
  background-color: #FFF5FD;
}

.calendarTable table tr td.number span {
  color: #DC0695;
}

.calendarTable table tr td.number span.fz20 {
  font-size: 20px;
}

.calendarLink {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.calendarLink:hover {
  transition: all 0.5s;
}

.calendarLink .ul {
  text-align: center;
  margin-top: 30px;
}

.calendarLink .ul p {
  display: inline-block;
  margin: 0;
}

.calendarLink .ul p img {
  max-width: 16px;
}

.calendarLink04 .ul {
  padding: 0 22px;
  margin-top: 39px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.calendarLink04 .ul p {
  flex: 0 0 50%;
}

.calendarLink04 .ul p:nth-child(3), .calendarLink04 .ul p:nth-child(4) {
  margin-top: 4px;
}

.calendarList {
  padding: 0;
  position: relative;
  border-radius: 15px;
}

.fanxy {
  display: none;
}

.calendarList .modal__title--benifit {
  background-color: #F0F0F0;
  padding: 30px 25px;
  color: #DC0695;
  font-weight: bold;
  font-size: 22px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.calendarList .modal__title--benifit img {
  margin-left: 5px;
}

.calendarList .modal__title--benifit span {
  cursor: pointer;
}

.calendarDl {
  padding: 30px 0 0 0;
}

.calendarDl dl {
  display: table;
  width: 100%;
  position: relative;
}

.calendarDl dl dt, .calendarDl dl dd {
  display: table-cell;
  vertical-align: middle;
}

.calendarDl dl dt {
  width: 90px;
}

.calendarDl dl dt img {
  width: 100%;
}

.calendarDl dl dd {
  width: calc(540px - 90px);
  padding-left: 20px;
  padding-inline: 20px 60px;
  box-sizing: border-box;
}

.calendarDl dl dd div {
  font-size: 16px;
}

.calendarDl dl dd p {
  color: #000000;
  font-size: 16px;
  margin: 0;
}

.calendarDl dl dd p span.txt-color-red {
  color: #eb0015;
  display: block;
  margin-top: 5px;
  font-size: 0.9em;
  font-weight: bold;
  text-indent: -0.9em;
  padding-left: 0.9em;
}

.calendarDl dl dd img {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.calendarDl > a {
  display: block;
  margin-bottom: 30px;
}

.calendarul {
  text-align: left;
  display: flex;
  padding: 0 5%;
  flex-wrap: wrap;
  justify-content: left;
}

.calendarLink .calendarul p {
  flex: 0 0 30%;
  text-align: center;
  padding: 1px;
  line-height: 0;
}

.everydayDiv {
  background-color: #FFF5FD;
  width: 100%;
  margin: 5px 0;
  padding: 10px 15px;
}

.everydayDiv a {
  display: flex;
  cursor: pointer;
  align-items: center;
}

.leftText {
  font-size: 25px;
  color: #DC0695;
  font-weight: bold;
  width: 25%;
  text-align: center;
  line-height: 1;
}

.centerImgList {
  width: 45%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.centerImgList img {
  margin: 2px;
  width: 16px;
  height: 16px;
}

.rightTips {
  margin-top: 20px;
  font-size: 10px;
  text-align: right;
  width: 30%;
  color: #DC0695;
}

.qx-welcia_2col {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.qx-welcia_2col img {
  max-width: 225px;
}

@media screen and (max-width: 767px) {
  .qx-welcia_2col img {
    max-width: 190px;
    width: 70vw;
  }
  .calendarDl > a {
    margin-bottom: 5.12821vw;
  }
  .calendarDl {
    padding: 7.69231vw 0 0 0;
  }
  .leftText {
    width: 20%;
    font-size: 5.12821vw;
  }
  .rightTips {
    width: 100%;
    margin-top: 2.5641vw;
    font-size: 2.5641vw;
  }
  .centerImgList {
    width: 80%;
  }
  .calendarLink04 {
    flex-wrap: wrap;
  }
  .calendarSub {
    border-radius: 3.84615vw 3.84615vw 0 0;
    font-size: 4.87179vw;
    padding: 3.84615vw 0;
  }
  .calendarTable {
    margin-bottom: 34.61538vw;
    padding-top: 1.02564vw;
  }
  .calendarTable table tr td {
    border-right: 1.53846vw solid #fff;
    border-bottom: 1.53846vw solid #fff;
    padding: 6.5vw 0;
  }
  .calendarTable table tr td span {
    left: 1.28205vw;
    top: 1.28205vw;
    font-size: 3.07692vw;
  }
  .calendarTable table tr td.number span.fz20 {
    font-size: 5.12821vw;
  }
  .calendarLink .ul {
    margin-top: 3.84615vw;
  }
  .calendarLink .ul p img {
    max-width: 2.5641vw;
  }
  .calendarLink04 .ul {
    padding: 0 5.64103vw;
    margin-top: 10vw;
  }
  .calendarList .modal__title--benifit {
    padding: 4.10256vw 6.41026vw;
    font-size: 4.61538vw;
  }
  .calendarList .modal__title--benifit img {
    margin-left: 1.28205vw;
  }
  .calendarDl dl dt {
    width: 28.20513vw;
  }
  .calendarDl dl dd {
    padding-left: 5.12821vw;
    padding-inline: 5.12821vw 10.25641vw;
  }
  .calendarDl dl dd div {
    font-size: 3.33333vw;
  }
  .calendarDl dl dd p {
    font-size: 4.10256vw;
  }
  .calendarDl dl dd p span.txt-color-red {
    font-size: 0.9em;
    padding-left: 0.9em;
  }
  .everydayDiv {
    padding: 2.5641vw 3.84615vw;
    margin: 1.28205vw 0;
  }
  .centerImgList img {
    width: 5.64103vw;
    height: 5.64103vw;
    margin: 0.51282vw;
  }
}

@media screen and (min-width: 766px) {
  .qx-minHeight01 {
    min-height: 36px;
  }
}
