@charset "UTF-8";
#contentMain {
  border-top: 5px solid #47549e;
  background: #fff;
}

.gradient_bg {
  border: 0;
}

.kv_note {
  color: #ff5555;
}

.float-link__caution,
.modal__entry,
.introduce__container,
.introduce__bnr,
.rule__acd-trigger,
.tokuten__contents li,
.cashless__wallet,
.cashless__pay,
.cashless__steps li,
.security__detail,
.card__image-area,
.card__type,
.cards__acd-trigger,
.lead__link,
.cont__container,
.cont__center,
.float-link__card,
.modal__entry-btn,
.tokuten__detail-link,
.cashless__detail-btn,
.security__detail-link,
.card__entry {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.float-link__caution > *,
.modal__entry > *,
.introduce__container > *,
.introduce__bnr > *,
.rule__acd-trigger > *,
.tokuten__contents li > *,
.cashless__wallet > *,
.cashless__pay > *,
.cashless__steps li > *,
.security__detail > *,
.card__image-area > *,
.card__type > *,
.cards__acd-trigger > *,
.lead__link > *,
.cont__container > *,
.cont__center > *,
.float-link__card > *,
.modal__entry-btn > *,
.tokuten__detail-link > *,
.cashless__detail-btn > *,
.security__detail-link > *,
.card__entry > * {
  min-height: 0%;
}

.cont__container,
.cont__container--small {
  box-sizing: content-box !important;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 768px) {
  .cont__container,
  .cont__container--small {
    max-width: 90%;
    padding-left: 0;
    padding-right: 0;
  }
}

.cont__container--small {
  max-width: 900px;
}

@media screen and (max-width: 768px) {
  .cont__container--small {
    max-width: 89.3333333333%;
  }
}

.introduce__container,
.tokuten__container,
.cashless__container,
.security__container,
.cards__container,
.lead__container,
.imanara__container {
  padding-top: 100px;
  padding-bottom: 100px;
}

#cards {
  background-color: #EDF4FC;
}

.lead__container {
  background-color: #EDF4FC;
}

.cards__container {
  padding: 50px 0;
}

@media screen and (max-width: 768px) {
  .introduce__container,
  .tokuten__container,
  .cashless__container,
  .security__container,
  .lead__container,
  .imanara__container {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
  .cards__container {
    padding: 16vw 0;
  }
}

.tokuten__container {
  background-image: linear-gradient(90deg, #daf0fc 48%, #a5dbf7 100%);
}

.cashless__title,
.cards__title {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.cashless__title picture img,
.cards__title picture img {
  width: 100%;
  height: auto;
}

.tokuten__title h2,
.cashless__title h2,
.security__title h2,
.cards__title h2 {
  margin: 0;
  margin-left: 20px;
  color: #333333;
  font-size: 55px;
  font-weight: bold;
  line-height: 1;
}

.cards__title h2,
.security__title h2,
.tokuten__title h2 {
  margin-left: 0;
}

.security__title h2,
.tokuten__title h2 {
  padding-top: 20px;
}

.security__title,
.tokuten__title {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .tokuten__title h2,
  .cashless__title h2,
  .security__title h2,
  .cards__title h2 {
    margin-left: 2.6666666667vw;
    font-size: 8vw;
    line-height: 1.3333333333;
    text-align: center;
  }
  .cards__title h2,
  .security__title h2,
  .tokuten__title h2 {
    margin-left: 0;
  }
}

.tokuten__top-text,
.cashless__top-text,
.security__top-text {
  margin-top: 20px !important;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .tokuten__top-text,
  .cashless__top-text,
  .security__top-text {
    margin-top: 2.6666666667vw !important;
    font-size: 5.3333333333vw;
  }
}

.tokuten__top-text .underline,
.cashless__top-text .underline,
.security__top-text .underline {
  display: inline-block;
  background: linear-gradient(transparent 60%, #fff000 60%, #fff000 100%, transparent 100%);
}

@media screen and (max-width: 768px) {
  .tokuten__top-text .underline,
  .cashless__top-text .underline,
  .security__top-text .underline {
    background: linear-gradient(transparent 60%, #fff000 60%, #fff000 90%, transparent 90%);
  }
}

.modal__close,
.introduce__bnr,
.introduce__other-link,
.lead__link,
.lead__u29-entry,
.js-accordion__trigger,
.link,
.float-link__card,
.modal__entry-btn,
.tokuten__detail-link,
.cashless__detail-btn,
.security__detail-link,
.card__entry,
.rule__link,
.tokuten__caution-link,
.card__link {
  color: inherit;
  transition: opacity 0.3s;
  cursor: pointer;
}

.modal__close:hover,
.introduce__bnr:hover,
.introduce__other-link:hover,
.lead__link:hover,
.lead__u29-entry:hover,
.js-accordion__trigger:hover,
.link:hover,
.float-link__card:hover,
.modal__entry-btn:hover,
.tokuten__detail-link:hover,
.cashless__detail-btn:hover,
.security__detail-link:hover,
.card__entry:hover,
.rule__link:hover,
.tokuten__caution-link:hover,
.card__link:hover {
  opacity: 0.7;
}

.rule__link,
.tokuten__caution-link,
.card__link {
  color: #0b7ed4;
}

.float-link__card,
.modal__entry-btn,
.cashless__detail-btn,
.security__detail-link,
.card__entry {
  appearance: none;
  border: 0;
  border-radius: 6px;
  background-color: #d72e8b;
  color: #ffffff;
  font-weight: 500;
  position: relative;
}

.float-link__card {
  background-color: #b60081;
}

.tokuten__detail-link {
  color: #fff;
  background-color: #4F62AC;
  position: relative;
  font-weight: bold;
  border-radius: 10px;
  padding: 10px 0;
}

@media screen and (max-width: 768px) {
  .float-link__card,
  .modal__entry-btn,
  .tokuten__detail-link,
  .cashless__detail-btn,
  .security__detail-link,
  .card__entry {
    border-radius: 1.3333333333vw;
  }
}

.float-link__card::after,
.modal__entry-btn::after,
.tokuten__detail-link::after,
.cashless__detail-btn::after,
.security__detail-link::after {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  width: 50px;
  height: 28.5714285714%;
  content: "";
  background-image: url(/-/media/AeonCard/campaign/lp/aeoncardwaon/20230211/images/pc/icon_btn_right-arrow.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
}

.card__entry::after {
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: '';
  width: 0;
  height: 0;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}

.tokuten__detail-link::after {
  background-image: url(/-/media/AeonCard/campaign/lp/aeoncardwaon/20230417/images/pc/icon_btn_right-arrow.png);
  width: 12px;
  height: 12px;
}

@media screen and (max-width: 768px) {
  .float-link__card::after,
  .modal__entry-btn::after,
  .tokuten__detail-link::after,
  .cashless__detail-btn::after,
  .security__detail-link::after {
    background-image: url(/-/media/AeonCard/campaign/lp/aeoncardwaon/20230211/images/sp/icon_btn_right-arrow.png);
    right: 5.3571428571%;
    height: 26%;
  }
}

/* common style override:start */
body.fixed {
  overflow-y: hidden;
}

@media screen and (min-width: 769px) {
  body {
    min-width: 100%;
  }
}

.cont * {
  box-sizing: border-box;
}

.cont p {
  margin-bottom: 0;
}

.cont h1,
.cont h2,
.cont h3 {
  margin-top: 0;
  margin-bottom: 0;
}

.cont ul,
.cont ol {
  list-style: none;
}

.cont img {
  max-width: 100%;
  height: auto;
}

/* common style override:end */
/* base:start */
[v-cloak] {
  display: none;
}

@media screen and (max-width: 768px) {
  .pcOnly {
    display: none !important;
  }
}

@media screen and (min-width: 1281px) {
  .pcSmallOnly {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .pcSmallOnly {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .spOnly {
    display: none !important;
  }
}

.lineBreak {
  display: inline-block;
}

.cautionText {
  color: #e70031;
}

.greenText {
  color: #00B050;
}

.cont__container {
  color: #333333;
}

/* base:end */
.js-accordion__trigger {
  position: relative;
}

.js-accordion__target {
  overflow: hidden;
}

.js-accordion__target-enter-active {
  transition: all 0.5s ease-in-out;
}

.js-accordion__target-leave-active {
  transition: all 0.5s ease-in-out;
}

.js-accordion__target-enter,
.js-accordion__target-leave-to {
  opacity: 0;
}

.js-accordion__icon {
  position: absolute;
  right: 1.9230769231%;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
}

@media screen and (max-width: 768px) {
  .js-accordion__icon {
    right: 10px;
    width: 17px;
    height: 17px;
  }
}

.js-accordion__icon::before {
  position: absolute;
  top: 50%;
  right: 40px;
  width: 100px;
  transform: translateY(-50%);
  content: "閉じる";
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .js-accordion__icon::before {
    right: 25px;
    font-size: 12px;
  }
}

.js-accordion__icon span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  transition-delay: 0.3s;
}

.js-accordion__icon span::before,
.js-accordion__icon span::after {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.js-accordion--close .js-accordion__icon::before {
  content: "開く";
}

.js-accordion--close .js-accordion__icon span::after {
  transform: translateY(-50%) rotate(90deg);
}

/* js-fade:start */
:root {
  --fade-translate-x: 0px;
  --fade-translate-y: 0px;
  --fade-duration: 500ms;
}

/* 表示方向 */
.up {
  --fade-translate-y: 50px;
}

.down {
  --fade-translate-y: -50px;
}

.fromLeft {
  --fade-translate-x: -50px;
}

.fromRight {
  --fade-translate-x: 50px;
}

.jsScroll {
  opacity: 0;
  transition-duration: 400ms;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  transition-delay: 0ms;
  transform: translate(var(--fade-translate-x), var(--fade-translate-y));
}

.jsScroll.delay--100 {
  transition-delay: 100ms;
}

.jsScroll.delay--200 {
  transition-delay: 200ms;
}

.jsScroll.delay--300 {
  transition-delay: 300ms;
}

.jsScroll.delay--400 {
  transition-delay: 400ms;
}

.jsScroll.delay--500 {
  transition-delay: 500ms;
}

.jsScroll.delay--600 {
  transition-delay: 600ms;
}

.jsScroll.delay--700 {
  transition-delay: 700ms;
}

.jsScroll.delay--800 {
  transition-delay: 800ms;
}

.jsScroll.delay--900 {
  transition-delay: 900ms;
}

.jsScroll.delay--1000 {
  transition-delay: 1000ms;
}

.jsScroll.delay--1100 {
  transition-delay: 1100ms;
}

.jsScroll.delay--1200 {
  transition-delay: 1200ms;
}

.jsScroll.delay--1300 {
  transition-delay: 1300ms;
}

.jsScroll.delay--1400 {
  transition-delay: 1400ms;
}

.jsScroll.delay--1500 {
  transition-delay: 1500ms;
}

.jsScroll.delay--1600 {
  transition-delay: 1600ms;
}

.jsScroll.delay--1700 {
  transition-delay: 1700ms;
}

.jsScroll.delay--1800 {
  transition-delay: 1800ms;
}

.jsScroll.delay--1900 {
  transition-delay: 1900ms;
}

.jsScroll.delay--2000 {
  transition-delay: 2000ms;
}

.jsScrollIn {
  opacity: 1;
  transform: translate(0, 0);
}

.jsFvHide {
  opacity: 0;
  transition-duration: 1.5s;
  transition-property: opacity, transform;
  transition-delay: 0s;
}

.jsFvHide.jsFvShow {
  opacity: 1;
}

.fade-enter-active {
  transition: opacity 0.5s;
}

.fade-leave-active {
  transition: opacity 0.5s;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

/* js-fade:end */
/* mv:start */
@media screen and (max-width: 768px) {
  .mv .cont__container {
    max-width: 100%;
  }
}

.mv__contents {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 769px) {
  .mv__images {
    border-image-slice: 0 fill;
    border-image-outset: 0 0 0 50vw;
    flex: 1;
    flex-direction: column;
    display: flex;
    padding-top: 10px;
  }
}

@media screen and (min-width: 769px) {
  .mv__flag {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 769px) {
  .mv__card {
    width: 100%;
    text-align: center;
  }
  .mv__text-01 {
    margin-bottom: 20px;
  }
  .cash_back__container {
    text-align: center;
  }
  .cash_back_period__container {
    text-align: center;
  }
  .cash_back__container h2 img {
    width: 60%;
  }
  .cash_back_period__container img {
    width: 60%;
  }
}

.mv__card img {
  box-shadow: 2px 2px 5px 0 #a4bad1;
  border-radius: 10px;
}

.mv__text-01 {
  display: block;
}

.mv__text-03 {
  padding: 10px 0 25px;
  display: block;
}

.mv__text-04 {
  display: block;
  margin: 0 50px;
}

.mv__text-05 {
  display: block;
  padding: 20px 0;
}

.mainperiod {
  text-align: center;
  padding: 15px 0;
  border: 2px solid #b2b2b2;
  margin: 0 4.66vw 16vw;
}

@media screen and (min-width: 769px) {
  .mainperiod {
    padding: 30px 0;
    border: 4px solid #b2b2b2;
    max-width: 940px;
    margin: 0 auto;
  }
  .mv__texts {
    text-align: center;
    padding-left: 30px;
    padding-top: 20px;
    flex: 1;
  }
  .mv__text-03 {
    padding: 0;
  }
  .mv__text-04 {
    padding: 15px 0;
  }
  .mv__text-05 {
    padding: 0 0 20px 0;
  }
}

.mv {
  opacity: 0;
}

.mv.jsFvAnime {
  opacity: 1;
}

.mv__flag,
.mv__card,
.mv__text-01,
.mv__text-02,
.mv__text-03,
.mv__text-04,
.mv__text-05 {
  opacity: 0;
}

.mv__text-04 {
  position: relative;
  display: block;
  overflow: hidden;
}

.mv__text-04::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  /*キラッと光る形状*/
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}

.mv__text-06 {
  font-size: 20px;
}

.mv__text-07 {
  padding-top: 10px;
}

.mv__text-07 a {
  display: inline-block;
  color: #0b7ece;
  text-decoration: underline;
  font-size: 22px;
}

.jsFvAnime .mv__card {
  animation: slide-left 0.5s ease-in-out both;
  animation-delay: 0s;
}

.jsFvAnime .mv__card {
  animation: slide-left 0.5s ease-in-out both;
  animation-delay: 0s;
}

@media screen and (max-width: 768px) {
  .jsFvAnime .mv__card {
    animation: slide-right 0.5s ease-in-out both;
  }
}

.jsFvAnime .mv__flag {
  animation: fade-in 0.5s ease both;
  animation-delay: 0.5s;
}

.jsFvAnime .mv__text-01 {
  animation: fade-in 0.8s ease both;
  animation-delay: 0.5s;
}

.jsFvAnime .mv__text-02 {
  animation: fade-in 0.8s ease both;
  animation-delay: 0.5s;
}

.jsFvAnime .mv__text-02::before {
  animation: shine 1.8s ease both;
  animation-delay: 1.2s;
}

.jsFvAnime .mv__text-03 {
  animation: fade-in 0.8s ease both;
  animation-delay: 0.5s;
}

.jsFvAnime .mv__text-04 {
  animation: fade-in 0.8s ease both;
  animation-delay: 0.5s;
}

.jsFvAnime .mv__text-05 {
  animation: fade-in 0.8s ease both;
  animation-delay: 0.5s;
}

@media screen and (max-width: 768px) {
  .jsFvAnime .mv__card {
    animation: slide-right 0.5s ease-in-out both;
  }
  .mv__text-06 {
    font-size: 12px;
    text-align: center;
  }
  .mv__text-07 {
    text-align: center;
    padding-top: 5px;
  }
  .mv__text-07 a {
    font-size: 12px;
  }
  .mv__contents {
    padding: 2.9vw 4.4%;
  }
}

.jsFvAnime .mv__flag {
  animation: fade-in 0.5s ease both;
  animation-delay: 0.5s;
}

.jsFvAnime .mv__text-01 {
  animation: fade-in 0.8s ease both;
  animation-delay: 0.2s;
}

.jsFvAnime .mv__text-02 {
  animation: fade-in 0.8s ease both;
  animation-delay: 0.3s;
}

.jsFvAnime .mv__text-04::before {
  animation: shine 1.8s ease both;
  animation-delay: 1.2s;
}

.jsFvAnime .mv__text-03 {
  animation: fade-in 0.8s ease both;
  animation-delay: 0.5s;
}

.jsFvAnime .mv__text-04 {
  animation: fade-in 0.8s ease both;
  animation-delay: 0.5s;
}

.jsFvAnime .mv__text-05 {
  animation: fade-in 0.8s ease both;
  animation-delay: 0.5s;
}

/**
 * ----------------------------------------
 * fade-in
 * ----------------------------------------
 */
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/**
 * ----------------------------------------
 * slide-left
 * ----------------------------------------
 */
@keyframes slide-left {
  0% {
    opacity: 0;
    transform: translateX(-30%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

/**
 * ----------------------------------------
 * slide-right
 * ----------------------------------------
 */
@keyframes slide-right {
  0% {
    opacity: 0;
    transform: translateX(40%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

/**
 * ----------------------------------------
 * shine
 * ----------------------------------------
 */
@keyframes shine {
  100% {
    left: 125%;
  }
}

/* mv:end */
/* term:start */
.term img {
  width: 100%;
}

/* term:end */
/* lead:start */
.lead__links {
  max-width: 940px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

@media screen and (max-width: 768px) {
  .lead__links {
    margin-top: -5.3333333333vw;
  }
}

.lead__links li {
  list-style: none;
  width: 21.8085106383%;
}

@media screen and (max-width: 768px) {
  .lead__links li {
    width: 47.0588235294%;
    margin-top: 5.3333333333vw;
  }
}

.lead__link {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 45px;
  padding-top: 9.756097561%;
  padding-bottom: 21.9512195122%;
  position: relative;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 768px) {
  .lead__link {
    padding-top: 4vw;
    padding-bottom: 9.3333333333vw;
    border-radius: 1.6vw;
    box-shadow: 0px 0.8vw 1.33333vw 0px rgba(0, 0, 0, 0.05);
  }
}

.lead__link::after {
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: 15px;
  content: "";
  background-image: url(/-/media/AeonCard/campaign/lp/aeoncardwaon/20230211/images/pc/lead_icon_arrow.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .lead__link::after {
    background-image: url(/-/media/AeonCard/campaign/lp/aeoncardwaon/20230211/images/sp/lead_icon_arrow.png);
    width: 4.6666666667vw;
    height: 2.4vw;
    bottom: 4vw;
  }
}

.lead__link-icon {
  width: 39.0243902439%;
}

@media screen and (max-width: 768px) {
  .lead__link-icon {
    width: 100%;
  }
}

.lead__link-text {
  padding: 4.8780487805% 0 !important;
  color: #4653a2;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}

.lead__link-text_two {
  padding: 0% !important;
}

@media screen and (max-width: 1080px) {
  .lead__link-text {
    font-size: 1.6666666667vw;
  }
}

@media screen and (max-width: 768px) {
  .lead__link-text {
    padding: 2vw 0 !important;
    font-size: 4.5333333333vw;
  }
  #lead__link-text_right {
    padding: 4.267vw 0 !important;
  }
}

.lead__info {
  width: 100%;
  padding-top: 80px;
  max-width: 900px;
}

@media screen and (max-width: 768px) {
  .lead__info {
    padding-top: 60px;
  }
}

.lead__title {
  width: 100%;
  text-align: center;
}

.lead__contents {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.lead__content {
  width: 48.0769230769%;
}

@media screen and (max-width: 768px) {
  .lead__content {
    width: 100%;
  }
  /* .lead__content img {
    width: 100%;
  } */
}

.lead__u29 {
  margin-top: 7.6923076923%;
  width: 100%;
  display: block;
  position: relative;
}

@media screen and (max-width: 768px) {
  .lead__u29 {
    margin-top: 10.6666666667vw;
  }
}

.lead__u29-bnr {
  width: 100%;
}

.lead__u29-bnr img {
  width: 100%;
}

.lead__u29-entry {
  display: block;
  position: absolute;
  width: 48.0769230769%;
  height: 19.9335548173%;
  left: 50%;
  bottom: 9.9667774086%;
  transform: translateX(-50%);
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 768px) {
  .lead__u29-entry {
    width: 73.5294117647%;
    height: 19.512195122%;
    bottom: 9.756097561%;
    box-shadow: 0px 0.53333vw 0.8vw 0px rgba(0, 0, 0, 0.1);
  }
}

/* lead:end */
.cards__list--1col,
.cards__list--2col,
.cards__list--3col,
.cards__list {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}

.cards__list--1col > .cards__item,
.cards__list--2col > .cards__item,
.cards__list--3col > .cards__item,
.cards__list > .cards__item {
  width: 100%;
}

.cards__contents {
  width: 100%;
  margin: 0 auto;
}

#cards .cards__contents {
  max-width: 530px;
}

.cards__top {
  padding: 50px 0 0;
}

/* cards:start */
@media screen and (max-width: 768px) {
  .cards__title {
    margin: 0 auto;
  }
  .cards__list--1col #cards__item {
    width: 100%;
  }
  .cards__list--3col > #cards__item .card {
    width: 100vw;
  }
}

@media screen and (max-width: 768px) {
  .cards__title picture {
    width: 17.3333333333vw;
  }
  .cards__top {
    padding: 11vw 0 0;
  }
}

.cards__title picture img {
  width: 100%;
  height: auto;
}

.cards__acd {
  margin-top: 60px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .cards__acd {
    margin-top: 40px;
  }
}

.cards__acd-trigger {
  background-color: #B2883A;
  padding: 15px 130px;
}

@media screen and (max-width: 768px) {
  .cards__acd-trigger {
    min-height: 65px;
    padding: 10px 70px 10px 20px;
    align-items: flex-start;
  }
}

.cards__acd-title {
  color: #ffffff;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .cards__acd-title {
    font-size: 14px;
    line-height: 1.375;
    text-align: left;
  }
}

.cards__acd-content {
  background-color: #ffffff;
  padding: 5.2884615385% 4.8076923077%;
}

@media screen and (max-width: 768px) {
  .cards__acd-content {
    padding: 40px 5.3333333333vw;
  }
}

.cards__acd-content > *:not(:first-child) {
  margin-top: 5px;
}

.cards__lead-text {
  margin: auto;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .cards__lead-text {
    margin-bottom: -2.6666666667vw;
    font-size: 18px;
    line-height: 1.3888888889;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .cards__list--3col::after {
    content: "";
    display: block;
    width: 50%;
    height: 1px;
  }
}

.cards__item {
  max-width: 420px;
  display: flex;
}

@media screen and (max-width: 768px) {
  .cards__item {
    max-width: 100%;
  }
}

.cards__divide {
  margin: 60px auto;
  height: 1px;
  width: 100%;
  background-color: #e5e5e5;
}

@media screen and (max-width: 768px) {
  .cards__divide {
    margin: 40px auto;
  }
}

.cards__cautions {
  list-style: none;
}

@media screen and (min-width: 769px) {
  .cards__cautions {
    margin-top: 3.8461538462% !important;
  }
}

.cards__cautions li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 12px;
  line-height: 1.5833333333;
}

@media screen and (max-width: 768px) {
  .cards__cautions li {
    line-height: 1.4166666667;
  }
}

/* cards:end */
/* card:start */
.card {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .card {
    width: 37.3333333333vw;
  }
}

.card__name {
  height: 40px;
  margin-left: -0.5em;
  margin-right: -0.5em;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4285714286;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .card__name {
    font-size: 12px;
    line-height: 1.5714285714;
  }
}

@media screen and (max-width: 375px) {
  .card__name {
    font-size: 3.2vw;
  }
}

@media screen and (min-width: 769px) {
  .card__name.row1pc {
    height: 20px;
  }
}

@media screen and (max-width: 768px) {
  .card__name.row1sp {
    height: 20px;
  }
}

@media screen and (min-width: 769px) {
  .card__name.row3pc {
    height: 60px;
  }
}

@media screen and (max-width: 768px) {
  .card__name.row3sp {
    height: 60px;
  }
}

.card__image-area {
  height: auto;
  min-height: 0%;
  max-width: 360px;
  margin: 20px auto;
}

.card__image-area.cardImgTall {
  height: 260px;
}

@media screen and (max-width: 768px) {
  .card__image-area {
    max-width: 245px;
    margin-left: auto;
    margin-right: auto;
  }
  .card__image-area.cardImgTall {
    height: 43.0666666667vw;
  }
}

.card__image-area.cardImgTallPc {
  height: 260px;
}

@media screen and (max-width: 768px) {
  .card__image-area.cardImgTallPc {
    height: auto;
  }
}

#cards__item .color_blue {
  color: #0066CC;
  text-decoration: underline;
}

.card__image {
  display: block;
  position: relative;
  max-width: 100%;
  max-height: 100%;
  min-height: 0%;
}

.card__image img {
  display: block;
  max-width: 100%;
  height: auto;
}

.card__image.card__vertical {
  height: 100%;
  text-align: center;
}

.card__image.card__vertical img {
  width: auto !important;
  height: 100% !important;
  margin: auto;
}

.card__image.bordered img {
  border: 1px solid #333333;
  border-radius: 5px;
  overflow: hidden;
}

.card__image-caption {
  position: absolute;
  right: 0;
  top: 100%;
  font-size: 10px;
  line-height: 2;
}

.hlg02 .card__image-caption {
  line-height: 1.6;
}

.card__text {
  font-size: 14px;
  line-height: 1.3571428571;
}

@media screen and (max-width: 768px) {
  .card__text {
    line-height: 1.5714285714;
  }
  .hlg02 .card__image-caption {
    position: unset;
    line-height: 1.2;
    padding-top: 5px;
    min-height: 34px;
  }
}

.card__info {
  margin-top: auto;
  margin-bottom: 0;
  padding-top: 10px;
}

.card__entry {
  background: linear-gradient(to bottom, #f9952f 0%, #dd8232 100%);
  width: 100%;
  height: 46px;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .card__entry {
    font-size: 16px;
    line-height: 1.25;
  }
  .card__info {
    padding-top: 0;
  }
}

@media screen and (max-width: 375px) {
  .card__entry {
    font-size: 3.271028037383178vw;
  }
}

.card__brands {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.card__brands > img {
  margin: 0 10px;
}

.card__detail {
  margin-top: 20px;
  text-align: center;
}

.card__detail.typeRow3 {
  height: 140px;
}

@media screen and (max-width: 768px) {
  .card__detail.typeRow3 {
    height: 125px;
  }
}

.card__detail.typeRow2 {
  height: 105px;
}

@media screen and (max-width: 768px) {
  .card__detail.typeRow2 {
    height: 95px;
  }
}

.card__detail.typeRow1 {
  height: 70px;
}

@media screen and (max-width: 768px) {
  .card__detail.typeRow1 {
    height: 65px;
  }
}

.card__types {
  padding-bottom: 10px;
}

.card__type {
  width: 100%;
  height: 30px;
  margin-bottom: 5px;
  background-color: #efefef;
  border-radius: 6px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: -0.03em;
}

@media screen and (max-width: 768px) {
  .card__type {
    border-radius: 5px;
    height: 40px;
    font-size: 10px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 375px) {
  .card__type {
    font-size: 2.6666666667vw;
  }
}

.card__link {
  height: 20px;
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  position: relative;
  text-decoration: underline;
}

.card__link::after {
  position: absolute;
  width: 12px;
  height: 12px;
  margin-left: 5px;
  left: 100%;
  top: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  content: "";
}

/* card:end */
/* security:start */
.security__container {
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .security__title picture {
    width: 10.4vw;
  }
}

.security__title h2 {
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .security__title h2 {
    font-size: 10.1333333333vw;
  }
}

.security__contents {
  margin-top: 40px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
}

@media screen and (max-width: 768px) {
  .security__contents {
    margin-top: 7.3333333333vw;
    flex-direction: column;
    align-items: center;
  }
}

.security__image {
  width: 23.5576923077%;
}

@media screen and (max-width: 768px) {
  .security__image {
    width: 100%;
  }
  .security__image img {
    margin: auto;
    width: 54.2666666667vw;
    height: auto;
    display: block;
  }
}

.security__detail {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .security__detail {
    margin-top: 8vw;
  }
}

.security__detail-link {
  width: 200px;
  max-width: 100%;
  height: 50px;
}

@media screen and (max-width: 768px) {
  .security__detail-link {
    width: 80vw;
    height: 13.3333333333vw;
    font-size: 4.2666666667vw;
  }
}

.security__info {
  width: 100%;
}

.security__info-title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .security__info-title {
    font-size: 25px;
    line-height: 1.4;
    text-align: center;
  }
}

.security__info-text {
  margin-top: 30px !important;
  font-size: 18px;
  line-height: 1.5555555556;
}

.security__info-main {
  display: block;
  margin-top: 35px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .security__info-main {
    margin-top: 9.3333333333vw;
  }
  .security__info-main img {
    width: 100%;
  }
  .security__info-text {
    margin-top: 15px !important;
    font-size: 16px;
  }
}

/* security:end */
/* cashless:start */
@media screen and (max-width: 768px) {
  .cashless__title picture {
    width: 11.4666666667vw;
  }
}

.cashless__title h2 {
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .cashless__title h2 {
    font-size: 10.1333333333vw;
  }
}

.cashless__contents {
  margin-top: 20px;
  max-width: 940px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .cashless__contents {
    margin-top: 13.3333333333vw;
  }
}

.cashless__wallet {
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .cashless__wallet {
    width: 100%;
    padding: 0;
  }
}

.cashless__pay {
  width: 27.5510204082%;
}

@media screen and (max-width: 768px) {
  .cashless__pay {
    margin-top: 10.6666666667vw;
    width: 100%;
  }
}

.cashless__wallet-logo {
  width: 53.5384615385%;
}

@media screen and (max-width: 768px) {
  .cashless__wallet-logo {
    width: 100%;
  }
}

.cashless__wallet-text {
  margin-top: 25px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5555555556;
}

p.cashless__wallet-text {
  margin-top: 30px;
  margin-bottom: 10px;
}

@media screen and (max-width: 1080px) {
  .cashless__wallet-text {
    font-size: 1.6666666667vw;
  }
}

@media screen and (max-width: 768px) {
  .cashless__wallet-text {
    font-size: 4.8vw;
    line-height: 1.5555555556;
    text-align: left;
    font-weight: normal;
  }
}

.cashless__step-title {
  margin-top: 35px;
  color: #303e91;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 1080px) {
  .cashless__step-title {
    font-size: 2.2222222222vw;
  }
}

@media screen and (max-width: 768px) {
  .cashless__step-title {
    margin-top: 6.6666666667vw;
    font-size: 5.3333333333vw;
  }
}

.cashless__steps {
  margin-top: 40px;
  width: 100%;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}

@media screen and (max-width: 768px) {
  .cashless__steps {
    margin-top: -5.3333333333vw;
    align-items: center;
    flex-direction: column;
  }
}

.cashless__steps li {
  width: 29.2307692308%;
  height: 100px;
  position: relative;
  background-color: #dfe2f1;
  border-radius: 10px;
}

@media screen and (max-width: 1080px) {
  .cashless__steps li {
    height: 9.2592592593vw;
  }
}

p.cashless__step-title {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .cashless__steps li {
    margin-top: 14.6666666667vw;
    width: 56vw;
    height: 26.6666666667vw;
  }
  p.cashless__step-title {
    margin-top: 6.6666666667vw;
  }
}

.cashless__steps li:not(:last-child)::after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media screen and (min-width: 769px) {
  .cashless__steps li:not(:last-child)::after {
    background-image: url(/-/media/AeonCard/campaign/lp/aeoncardwaon/20230211/images/pc/cashless_icon_right-arrow.png);
    left: 108%;
    top: 50%;
    transform: translateY(-50%);
    width: 7.8947368421%;
    height: 20%;
  }
}

@media screen and (max-width: 768px) {
  .cashless__steps li:not(:last-child)::after {
    background-image: url(/-/media/AeonCard/campaign/lp/aeoncardwaon/20230211/images/sp/cashless_icon_down-arrow.png);
    left: 50%;
    top: 115%;
    transform: translateX(-50%);
    width: 5.3333333333vw;
    height: 3.3333333333vw;
  }
}

.cashless__steps p {
  padding-top: 0.5em;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.375;
}

@media screen and (max-width: 1080px) {
  .cashless__steps p {
    font-size: 1.4814814815vw !important;
  }
}

@media screen and (max-width: 768px) {
  .cashless__steps p {
    font-size: 4.2666666667vw !important;
  }
}

.cashless__step-no {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .cashless__step-no {
    width: 8vw;
  }
}

.cashless__detail {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .cashless__detail {
    margin-top: 8vw;
  }
}

.cashless__detail-btn {
  width: 245px;
  height: 50px;
  font-size: 16px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .cashless__detail-btn {
    width: 80vw;
    font-size: 4.2666666667vw;
    height: 13.3333333333vw;
  }
}

.cashless__pay {
  color: #c70085;
}

.cashless__pay-screen {
  width: 90.3703703704%;
}

@media screen and (max-width: 768px) {
  .cashless__pay-screen {
    width: 50.4vw;
  }
}

.cashless__pay-logo {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .cashless__pay-logo {
    margin-top: 5.3333333333vw;
  }
}

@media screen and (max-width: 768px) {
  .cashless__pay-logo img {
    width: 12.5333333333vw;
  }
}

.cashless__pay-logo p {
  font-size: 30px;
  font-weight: bold;
  margin-left: 0.3em;
}

@media screen and (max-width: 1080px) {
  .cashless__pay-logo p {
    font-size: 2.7777777778vw;
  }
}

@media screen and (max-width: 768px) {
  .cashless__pay-logo p {
    font-size: 5.3333333333vw;
    margin-left: 0.5em;
  }
}

.cashless__pay-text {
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
}

@media screen and (max-width: 1080px) {
  .cashless__pay-text {
    font-size: 1.8518518519vw;
  }
}

@media screen and (max-width: 768px) {
  .cashless__pay-text {
    margin-top: 1.3333333333vw !important;
    font-size: 4.8vw;
  }
}

/* cashless:end */
/* tokuten:start */
@media screen and (max-width: 768px) {
  .tokuten__title picture {
    width: 11.6vw;
  }
}

.tokuten__title h2 {
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .tokuten__title h2 {
    font-size: 9.3333333333vw;
  }
}

.tokuten__contents {
  width: 100%;
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

@media screen and (max-width: 768px) {
  .tokuten__contents {
    margin-top: 5.3333333333vw;
  }
}

.tokuten__contents li {
  margin-top: 3.8461538462%;
  width: 48.0769230769%;
  padding: 5.7692307692% 0;
  background-color: #ffffff;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .tokuten__contents li {
    width: 100%;
    margin-top: 8vw;
    padding: 13.3333333333vw 0;
  }
}

.tokuten__icon {
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .tokuten__icon {
    width: 100%;
  }
}

.tokuten__text-hdg {
  margin-top: 4% !important;
  color: #4653a2;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 1080px) {
  .tokuten__text-hdg {
    font-size: 2.2222222222vw;
  }
}

@media screen and (max-width: 768px) {
  .tokuten__text-hdg {
    margin-top: 8vw !important;
    font-size: 5.3333333333vw;
  }
}

.tokuten__text {
  margin-top: 3% !important;
  font-size: 18px;
  line-height: 1.5555555556;
  text-align: center;
}

@media screen and (max-width: 1080px) {
  .tokuten__text {
    font-size: 1.6666666667vw;
  }
}

@media screen and (max-width: 768px) {
  .tokuten__text {
    margin-top: 4vw !important;
    font-size: 4.8vw;
  }
}

.tokuten__logo {
  margin-top: 4%;
  width: 100%;
}

.tokuten__detail {
  margin-top: 8%;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .tokuten__detail {
    margin-top: 6.6666666667vw;
  }
}

.tokuten__detail-link {
  margin: auto;
  width: 80%;
  height: 60px;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .tokuten__detail-link {
    width: 80vw;
    height: 13.3333333333vw;
    font-size: 4.2666666667vw;
  }
}

.tokuten__caution {
  margin-top: 4% !important;
  font-size: 14px;
  line-height: 1.5714285714;
  text-align: center;
}

@media screen and (max-width: 1080px) {
  .tokuten__caution {
    font-size: 1.2962962963vw;
  }
}

@media screen and (max-width: 768px) {
  .tokuten__caution {
    font-size: 3.7333333333vw;
  }
}

.tokuten__caution-link {
  text-decoration: underline;
}

.tokutenStrongText {
  font-weight: bold;
  color: #d72e8b;
}

/* tokuten:end */
/* flow:start */
.flow__container {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .flow__container {
    padding-top: 16vw;
    padding-bottom: 8vw;
  }
}

.flow__title {
  width: 100%;
  max-width: 643px;
  margin-bottom: 80px !important;
}

@media screen and (max-width: 768px) {
  .flow__title {
    margin-bottom: 0 !important;
  }
}

.flow__steps {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

@media screen and (max-width: 768px) {
  .flow__steps {
    flex-direction: column;
    margin-top: -2.6666666667vw;
  }
}

.flow__step {
  width: 29.8076923077%;
  border-radius: 10px;
  border: 2px solid #4653a2;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 768px) {
  .flow__step {
    border: 0;
    margin-top: 16vw;
    width: 100%;
  }
}

.flow__step:not(:first-child)::before {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}

@media screen and (min-width: 769px) {
  .flow__step:not(:first-child)::before {
    background-image: url("/-/media/AeonCard/campaign/lp/aeoncardwaon/20230211/images/pc/flow_arrow.png");
    width: 5.8064516129%;
    max-height: 29px;
    height: 2.7884615385vw;
    top: 50%;
    left: -12.2580645161%;
    transform: translateY(-50%);
  }
}

.flow__step-title {
  background-color: #4653a2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 17px 20px 18px;
}

@media screen and (max-width: 768px) {
  .flow__step-title {
    padding: 0;
  }
}

.flow__step-img {
  width: 100%;
  max-width: 117px;
}

@media screen and (max-width: 768px) {
  .flow__step-img {
    width: 88.2352941176%;
    max-width: 100%;
  }
}

.flow__step-contents {
  padding-right: 3.2258064516%;
  padding-left: 3.2258064516%;
  padding-top: 12.9032258065%;
  padding-bottom: 11.2903225806%;
}

@media screen and (max-width: 768px) {
  .flow__step-contents {
    padding-left: 5.8823529412%;
    padding-right: 5.8823529412%;
    padding-top: 8.8235294118%;
    padding-bottom: 10.2941176471%;
    border: 2px solid #4653a2;
    border-radius: 0px 0px 10px 10px;
  }
}

.flow__step-icon {
  width: 100%;
  max-width: 191px;
  margin: auto;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .flow__step-icon {
    max-width: 100%;
    margin-bottom: 5.3333333333vw;
  }
}

.flow__step-name {
  width: 100%;
  color: #4653a2;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin-bottom: 20px;
}

@media screen and (max-width: 1080px) {
  .flow__step-name {
    font-size: 2.2222222222vw;
  }
}

@media screen and (max-width: 768px) {
  .flow__step-name {
    font-size: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}

.flow__step-text {
  font-size: 16px;
  text-align: center;
  line-height: 1.5625;
}

@media screen and (max-width: 1080px) {
  .flow__step-text {
    font-size: 1.4814814815vw;
  }
}

@media screen and (max-width: 768px) {
  .flow__step-text {
    font-size: 4.2666666667vw;
    line-height: 1.375;
  }
}

.flow__step-caution {
  color: #d72e8b;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5625;
  text-align: center;
  margin-top: 20px !important;
}

@media screen and (max-width: 1080px) {
  .flow__step-caution {
    font-size: 1.4814814815vw;
  }
}

@media screen and (max-width: 768px) {
  .flow__step-caution {
    font-size: 4.2666666667vw;
    padding-bottom: 0;
  }
}

/* flow:end */
.rule__acd-link,
.rule__acd-list,
.rule__table th,
.rule__table td,
.rule__list--no-space,
.rule__list,
.rule__definition,
.rule__text--no-space,
.rule__text {
  font-size: 16px;
  line-height: 1.5625;
}

@media screen and (max-width: 768px) {
  .rule__acd-link,
  .rule__acd-list,
  .rule__table th,
  .rule__table td,
  .rule__list--no-space,
  .rule__list,
  .rule__definition,
  .rule__text--no-space,
  .rule__text {
    line-height: 1.375;
  }
}

.rule__acd-caution,
.rule__caution--diff,
.rule__caution--no-space,
.rule__caution {
  font-size: 14px;
  line-height: 1.5714285714;
}

@media screen and (max-width: 768px) {
  .rule__acd-caution,
  .rule__caution--diff,
  .rule__caution--no-space,
  .rule__caution {
    line-height: 1.4285714286;
  }
}

/* rule:start */
.rule ul,
.rule ol {
  list-style: none;
}

.rule dl {
  margin: 0;
}

.rule dd {
  margin-left: 0;
}

.rule__container {
  background-color: #fff;
  padding-top: 50px;
}

@media screen and (max-width: 768px) {
  .rule__container {
    padding-top: 8vw;
  }
}

.rule__contents {
  width: 100%;
  margin-bottom: 40px;
}

.rule__title {
  background-color: #e5e5e5;
  padding: 11px 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .rule__title {
    padding: 8px 10px;
    line-height: 1.3888888889;
  }
}

.rule__texts {
  padding-top: 20px;
}

.rule__text {
  margin-bottom: 20px !important;
}

.rule__text--no-space {
  margin-bottom: 0;
}

.rule__definition {
  margin-bottom: 0;
}

.rule__list {
  margin-bottom: 20px;
}

.rule__list li {
  padding-left: 1em;
  text-indent: -1em;
}

.rule__list--no-space {
  margin-bottom: 0;
}

.rule__list--no-space li {
  padding-left: 1em;
  text-indent: -1em;
}

.rule__caution {
  margin-bottom: 20px;
}

.rule__caution li {
  padding-left: 1em;
  text-indent: -1em;
}

.rule__caution--no-space {
  margin-bottom: 0;
}

.rule__caution--no-space li {
  padding-left: 1em;
  text-indent: -1em;
}

.rule__caution--diff {
  margin-bottom: 0;
}

.rule__caution--diff li {
  padding-left: 0;
  text-indent: -1em;
}

.rule__link {
  text-decoration: underline;
}

.rule__table {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .rule__table {
    margin-top: 30px;
  }
}

.rule__table th,
.rule__table td {
  border: 1px solid #bfbfbf;
  font-weight: normal;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .rule__table th,
  .rule__table td {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 3px;
    padding-right: 3px;
  }
}

@media screen and (max-width: 768px) {
  .rule__table-head {
    width: 27.9411764706%;
  }
}

@media screen and (max-width: 768px) {
  .rule__table-term {
    width: 38.9705882353%;
  }
}

@media screen and (max-width: 768px) {
  .rule__table-date {
    width: 33.0882352941%;
  }
}

.rule__cell--left span {
  display: inline-block;
  text-align: left;
}

.rule__acd {
  margin-top: 40px;
  margin-bottom: 40px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .rule__acd {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

.rule__acd-trigger {
  background-color: #4553a3;
  padding: 10px 130px;
}

@media screen and (max-width: 768px) {
  .rule__acd-trigger {
    min-height: 65px;
    padding: 10px 70px 10px 20px;
    align-items: flex-start;
  }
}

.rule__acd-title {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .rule__acd-title {
    font-size: 16px;
    line-height: 1.375;
    text-align: left;
  }
}

.rule__acd-content {
  border: 1px solid #4553a3;
  background-color: #ffffff;
  padding: 40px 20px;
}

@media screen and (max-width: 768px) {
  .rule__acd-content {
    padding: 5.3333333333vw;
  }
}

.rule__acd-list {
  margin-bottom: 20px;
}

.rule__acd-list li {
  padding-left: 1em;
  text-indent: -1em;
}

.rule__acd-caution {
  margin-bottom: 0;
}

.rule__acd-caution li {
  padding-left: 1em;
  text-indent: -1em;
}

.modal__text-area .cont__container {
  max-width: 93.3333333333%;
  width: 100%;
}

.modal__text-area .rule__container {
  background-color: #e5e5e5;
  padding-top: 20px;
}

.modal__text-area .rule__title {
  background-color: #a0a0a0;
  color: #ffffff;
}

.modal__text-area .rule__table {
  background-color: #ffffff;
}

.modal__text-area .rule__table td {
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  .modal__text-area .rule__table-head {
    width: 25%;
  }
}

@media screen and (max-width: 768px) {
  .modal__text-area .rule__table-term {
    width: 46.4285714286%;
    letter-spacing: -0.03em;
  }
}

@media screen and (max-width: 768px) {
  .modal__text-area .rule__table-date {
    width: 28.5714285714%;
  }
}

@media screen and (min-width: 769px) {
  .modal__text-area .rule__acd-trigger {
    padding-left: 20px;
    padding-right: 100px;
  }
}

/* rule:end */
/* introduce:start */
@media screen and (max-width: 768px) {
  .introduce__container {
    padding-top: 4vw;
  }
}

.introduce__bnr-text {
  color: #333;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 1080px) {
  .introduce__bnr-text {
    font-size: 2.4074074074vw;
  }
}

@media screen and (max-width: 768px) {
  .introduce__bnr-text {
    font-size: 4.9vw;
  }
}

.introduce__bnr-img {
  margin-top: 20px;
  margin-top: 1.9230769231%;
  display: block;
}

@media screen and (max-width: 768px) {
  .introduce__bnr-img {
    margin-top: 3vw;
  }
}

.introduce__other-link {
  margin-top: 4.3269230769%;
  color: #a20080;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 1080px) {
  .introduce__other-link {
    font-size: 1.8518518519vw;
  }
}

@media screen and (max-width: 768px) {
  .introduce__other-link {
    font-size: 4vw;
  }
}

/* introduce:end */
/* modal:start */
.modal__overlay {
  z-index: 999;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}

.modal__container {
  margin-top: 100px;
  max-width: 840px;
  max-height: 800px;
  width: 90vw;
  height: 80vh;
  padding: 10px 20px 50px;
  position: relative;
  background-color: #ffffff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .modal__container {
    padding-bottom: 30px;
    margin-top: 13.3333333333vw;
  }
}

.modal__close {
  width: 30px;
  height: 30px;
  padding: 0;
  margin-left: auto;
  margin-bottom: 10px;
}

.modal__text-area {
  flex: 1;
  background-color: #e5e5e5;
  width: 100%;
  overflow-y: scroll;
}

.modal__entry {
  height: 110px;
  padding-top: 40px;
}

@media screen and (max-width: 768px) {
  .modal__entry {
    height: 85px;
    padding-top: 30px;
  }
}

.modal__entry-btn {
  text-align: center;
  width: 400px;
  height: 70px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3888888889;
  background-color: #F59200;
}

@media screen and (max-width: 768px) {
  .modal__entry-btn {
    width: 300px;
    max-width: 100%;
    height: 55px;
    font-size: 16px;
    line-height: 1.40625;
  }
}

/* modal:end */
/* float:start */
.float-link__container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.8);
}

.float-link__contents {
  margin-top: 25px;
  margin-bottom: 25px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .float-link__contents {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

.float-link__caution {
  margin-right: 40px;
  width: 140px;
  height: 70px;
  border: 2px solid #4653a2;
  border-radius: 6px;
  background-color: #ffffff;
  color: #4653a2;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}

.float-link__card {
  width: 500px;
  height: 70px;
}

@media screen and (max-width: 768px) {
  .float-link__card {
    width: 340px;
    height: 70px;
  }
}

@media screen and (max-width: 375px) {
  .float-link__card {
    width: 90.6666666667vw;
    height: 18.6666666667vw;
  }
}

.float-link__card::after {
  right: 15px;
}

@media screen and (max-width: 768px) {
  .float-link__card::after {
    right: 2.9411764706%;
    height: 17.1428571429%;
  }
}

.float-link__text {
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .float-link__text {
    font-size: 17px;
  }
}

@media screen and (max-width: 375px) {
  .float-link__text {
    font-size: 4.5333333333vw;
  }
}

.float-link__note {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .float-link__note {
    font-size: 12px;
    line-height: 1.4166666667;
    text-align: center;
  }
}

@media screen and (max-width: 375px) {
  .float-link__note {
    font-size: 3.2vw;
  }
}

.float-top__container {
  position: fixed;
  bottom: 140px;
  right: 20px;
  width: 65px;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .float-top__container {
    width: 45px;
    bottom: 110px;
    right: 15px;
  }
}

/* float:end */
.tos_campaign-number-container {
  display: flex;
  justify-content: flex-end;
}

.tos_campaign-number {
  padding: 1.3333333333vw 2.1333333333vw;
  border: 1px solid #211815;
}

@media (min-width: 768px) {
  .tos_campaign-number {
    padding: 4px 10px;
    font-size: 16px;
  }
}

#imanara {
  background-color: #fff;
}

.imanara_item {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.imanara_item:first-child {
  margin-bottom: 35px;
}

.imanara_item .picture {
  text-align: center;
}

.imanara_item ul {
  text-align: left;
  padding: 0 0 50px;
}

.imanara_item ul li {
  font-size: 14px;
  font-weight: 300;
}

.bannerBox {
  padding: 30px 0;
}

.imanara_list .bannerBox {
  padding: 10px 0 0;
}

.imanara_list h3 {
  font-weight: bold;
  font-size: 17px;
  text-align: left;
  padding-bottom: 10px;
  min-height: 61px;
}

.imanara_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 0 0;
}

.imanara_list > div {
  flex: 0 0 48%;
  padding: 50px 0 0;
}

.cards_left {
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .imanara_item:first-child {
    margin-bottom: 17px;
  }
  .imanara_item ul {
    padding: 0 0 25px;
  }
  .imanara_item ul li {
    font-size: 12px;
  }
  .bannerBox {
    padding: 15px 0;
  }
  .imanara_list {
    display: block;
  }
  .imanara_list h3 {
    font-size: 16px;
    padding-bottom: 5px;
    min-height: auto;
  }
  .imanara_list > div {
    padding: 35px 0 0;
  }
  .u-grid-row.u-grid-gutter-x-12 {
    margin-right: -10px;
    margin-left: -24px;
  }
}

/* ---------------
【Parts04-1】benefits
 --------------- */
#benefits .benefits-list {
  margin-top: 40px;
}

#benefits .benefits-list-item {
  padding: 40px 20px;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 20px;
  letter-spacing: 1.5px;
}

#benefits .benefits-list-item-img {
  margin-bottom: 20px;
}

#benefits .benefits-list-item-img img {
  margin: 0 auto;
}

#benefits .benefits-list-ttl {
  font-size: 18px;
  font-weight: 600;
  color: #415093;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  #benefits .benefits-list-item {
    padding: 50px 20px;
  }
  #benefits .benefits-list-ttl {
    font-size: 24px;
  }
}

#benefits .benefits-list-text {
  font-size: 15px;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  #benefits .benefits-list-text {
    font-size: 18px;
  }
}

#benefits .benefits-list-pointomooru-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

#benefits .benefits-list-pointomooru-img li {
  width: 33.333333%;
}

/*【area】benefits */
.benefits_bg {
  background-color: #EDF4FC;
}

.benefits-parts_bg {
  background-color: #ffffff;
}

/*【common】 */
.c-h2_color {
  color: #415093;
}

#benefits .c-apply-btn {
  background-color: #4F62AC;
}

.webapply {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .webapply {
    padding-top: 16vw;
    padding-bottom: 8vw;
  }
}

/*【area】webapply */
.webapply_bg {
  background-color: #fff;
}

.webapply-frow_bg {
  background-color: #415093;
}

.webapply-frow_border {
  border-color: #415093 !important;
}

/* ---------------
【Parts05】お申込みはWebで全て完結！
 --------------- */
.webapply-inner {
  width: 100%;
  max-width: 1080px;
  padding: 0px 20px 50px;
  margin: 0 auto;
  text-align: center;
}

.webapply-title {
  font-size: 29px;
  font-weight: 600;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .webapply-title {
    font-size: 37px;
  }
}

.webapply-frow {
  margin-top: 40px;
  padding-left: 20px;
}

@media (min-width: 768px) {
  .webapply-title {
    margin-top: 30px;
    padding-left: 0px;
  }
}

.webapply-frowitem {
  border-radius: 10px;
  border: 1px solid;
  padding: 25px 20px 30px;
  height: 100%;
  position: relative;
}

.webapply-frowitem::after {
  content: "";
  background-image: url(/-/media/AeonCard/campaign/lp/_assets/images/frow_icon_triangle.svg);
  width: 14px;
  height: 23px;
  position: absolute;
  left: 50%;
  bottom: -43px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-size: 100%;
  background-repeat: no-repeat;
}

@media (min-width: 769px) {
  .webapply-frowitem {
    padding: 35px 15px 30px;
  }
  .webapply-frowitem::after {
    width: 14px;
    height: 23px;
    position: absolute;
    left: calc(100% + 36px);
    bottom: 50%;
    -webkit-transform: rotate(-90deg) translateY(-50%);
    transform: rotate(-90deg) translateY(-50%);
    background-size: 100%;
    background-repeat: no-repeat;
  }
}

.webapply-frowitem__last::after {
  display: none;
}

.webapply-frow-num {
  position: absolute;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  left: -20px;
  top: -20px;
}

.webapply-frow-num img {
  vertical-align: middle;
}

.webapply-frow .webapply-frow-title {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .webapply-frow .webapply-frow-title {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 22px;
  }
}

.webapply-frow .webapply-frow-text {
  font-size: 14px;
  letter-spacing: 0;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .webapply-frow .webapply-frow-text {
    font-size: 16px;
  }
}

.mukashi {
  text-align: center;
  margin: 0 auto;
  max-width: 900px;
  padding-top: 100px;
}

.mukashi_box {
  width: 100%;
  background: #ffffff;
  border: 1px solid #303e91;
}

.mukashi_box h2 {
  color: #fff;
  text-align: center;
  background-color: #303e91;
  padding: 8px 0;
  font-weight: bold;
  font-size: 22px;
  border: 3px solid #fff;
}

.mukashi_01 {
  font-size: 21px;
  font-weight: bold;
  padding: 15px 0;
}

.mukashi_box ul {
  padding: 15px 0;
}

.mukashi_box ul li {
  font-size: 14px;
}

.mukashi_03 a {
  display: inline-block;
  padding-right: 20px;
  font-size: 18px;
  color: #367fb9;
  text-decoration: underline;
  background-image: url(/-/media/AeonCard/campaign/lp/aeoncardwaon/20230417/images/pc/right_link.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 14px auto;
}

.spCard {
  display: none;
}

.ruleBtn {
  text-align: center;
}

.ruleBtn a {
  display: inline-block;
  color: #0b7ed4;
  text-decoration: underline;
  font-size: 16px;
}

.border_width img {
  border: 1px solid #BEBEBE;
  border-radius: 4%/6%;
}

.detailBox {
  max-width: 420px;
  margin: 0 auto;
}

.detailBox ul {
  padding: 30px 0 5px;
}

.detailBox ul li {
  padding-left: 1em;
  color: #211815;
  font-size: 15px;
  position: relative;
  font-weight: bold;
  line-height: 1.5;
}

.detailBox ul li:before {
  position: absolute;
  left: 0;
  top: 5px;
  content: '';
  background-color: #EC8D31;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

.detailBox ul li span {
  display: block;
  font-size: 11px;
  padding: 5px 0;
  margin-bottom: 10px;
}

.jmbBox {
  text-align: center;
  margin: 30px 0 50px;
}

.jmbDl {
  max-width: 420px;
  margin: 0 auto;
  border-top: 1px solid #878787;
  border-right: 1px solid #878787;
  box-sizing: border-box;
}

.jmbDl dl {
  display: table;
  width: 100%;
  border-bottom: 1px solid #878787;
  box-sizing: border-box;
  margin: 0;
}

.jmbDl dl dt,
.jmbDl dl dd {
  display: table-cell;
  vertical-align: middle;
  border-left: 1px solid #878787;
  padding: 13px 10px;
  font-weight: bold;
  font-size: 12px;
  text-align: left;
  box-sizing: border-box;
}

.jmbDl dl dt {
  width: 120px;
  background-color: #f5f2eb;
}

.jmbDl dl dd .icon span {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: 11px;
  background-color: #a5a196;
  border-radius: 5px;
  padding: 5px;
  margin: 0 5px 5px 0;
}

.jmbDl dl dd .icon span.option {
  background-color: #a6a298;
  opacity: .45;
}

.jmbDl dl dd .icon span.titon {
  background-color: #edebe4;
  padding: 12px;
  color: #7a7872;
}

.jmbDl dl dd .icon_flex {
  display: flex;
}

.jmbDl dl dd .icon_flex span {
  display: inline-block;
  width: 36px;
  height: 36px;
}

.jmbDl dl dd .icon_flex span + span {
  margin-left: 10px;
}

.campaign_headline {
  margin-bottom: 35px;
}

.jmbItem {
  padding-bottom: 30px;
}

.jmbItem dl {
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #000;
  padding: 40px 0;
}

.jmbItem dl:last-child {
  display: block;
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.jmbItem dl dt,
.jmbItem dl dd {
  vertical-align: top;
  margin: 0;
}

.jmbItem dl dt {
  font-weight: bold;
  font-size: 21px;
  margin-bottom: 15px;
}

.jmbItem dl dt .title {
  font-weight: bold;
  font-size: 20px;
}

.jmbItem dl dt .title span {
  display: inline;
  color: #4653A1;
  font-weight: bold;
}

.maruetsuList {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.6;
  margin: 15px 0;
}

.jmbItem dl dt li {
  margin-left: 1em;
  text-indent: -1em;
  color: #211815;
  font-size: 12px;
  font-feature-settings: "palt";
}

.btn-waonpoint {
  z-index: 49;
}

.note-02 {
  margin-top: 20px;
}

.width70 img {
  width: 70%;
  margin: 0 auto;
}

.cards_note {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .cards_note {
    text-align: center;
    font-size: 16px;
    padding-bottom: 15px;
  }
  .ruleBtn a {
    font-size: 12px;
  }
  .mukashi {
    padding: 18vw 5vw 0;
  }
  .mukashi_box h2 {
    padding: 5px 0;
    font-size: 18px;
  }
  .mukashi_01 {
    font-size: 16px;
    padding: 15px 15px 30px;
    text-align: left;
  }
  .mukashi_02 {
    padding: 0 15px;
  }
  .mukashi_box ul {
    padding: 10px 15px;
  }
  .mukashi_box ul li {
    font-size: 12px;
  }
  .mukashi_03 {
    padding: 12px 0;
  }
  .mukashi_03 a {
    padding-right: 20px;
    font-size: 14px;
    background-size: 12px auto;
  }
  .spCard {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
  }
  .spCard p {
    padding: 0 7px;
  }
  .spCardText {
    text-align: center;
    font-size: 10px;
  }
}

@media screen and (max-width: 767.98px) {
  .target-card_description-list .target-card_description-list-inner:first-child .target-card-item_img .img_style {
    padding: 0;
    margin: 0 20px;
    width: calc(100% - 40px);
  }
  .borderTop {
    margin: 30px 0 0;
  }
  .target-card_description-list .target-card_description-list-inner:first-child .target-card-item_img img {
    padding: 0;
    margin: 0 20px;
    width: calc(100% - 40px);
  }
  .target-card_description-list-inner dd {
    margin-top: 3vw;
  }
  .target-card-item_application-link::after {
    right: 4.2vw;
  }
  .target-card-item_detail-link {
    text-decoration: underline;
  }
  .jmbBox {
    margin: 30px 0;
  }
  .jmbItem {
    padding: 0 20px 10px;
  }
  .jmbItem dl {
    padding: 10px 0 20px 0;
    display: block;
    margin-bottom: 20px;
  }
  .jmbItem dl dt {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .jmbItem dl dd {
    font-size: 12px;
  }
  .maruetsuList {
    display: flex;
    justify-content: space-between;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.6;
    margin: 15px 0;
  }
  .maruetsuList p {
    flex: 0 0 67%;
  }
  .maruetsuList .img {
    flex: 0 0 28%;
  }
  .note-01 {
    margin-top: 20px;
  }
  .flow {
    padding-top: 10vw;
  }
  .jmbDl dl dt,
  .jmbDl dl dd {
    padding: 10px 7px;
    font-size: 11px;
  }
  .jmbDl dl dt {
    width: 100px;
  }
  .jmbDl dl dd .icon span {
    font-size: 11px;
    padding: 4px;
  }
  .jmbDl dl dd .icon span.titon {
    padding: 10px;
  }
  .campaign_headline {
    margin-bottom: 6.2666666667vw;
  }
}

@media screen and (max-width: 375px) {
  .mukashi_box h2 {
    font-size: 15px;
  }
}

.cash_back__container,
.cash_back_period__container,
.links__container {
  padding: 33px 0;
}

.cash_back__container {
  background: #fff;
}

@media screen and (max-width: 768px) {
  .cash_back__container,
  .cash_back_period__container,
  .links__container {
    padding: 25px 0;
  }
  .cash_back__container h2 {
    padding: 0 10%;
  }
  .cash_back__container a {
    width: 70%;
  }
}

.lead__title_logo {
  text-align: center;
}

.lead__title {
  width: 100%;
  text-align: center;
  padding-top: 20px;
}

.lead__title_01 {
  font-size: 35px;
  margin-bottom: 5px;
}

.lead__title_02 {
  font-size: 55px;
  line-height: 1.2;
  vertical-align: middle;
}

.lead__title_02 img {
  display: inline-block;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .lead__title_01 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .lead__title_02 {
    font-size: 25px;
    line-height: 1.2;
    vertical-align: middle;
  }
  .lead__title_02 img {
    display: inline-block;
    margin-bottom: 10px;
  }
}

.top__entry {
  background: linear-gradient(to bottom, #ffbd43, #f49101);
  width: 260px;
  border: 0;
  border-radius: 10px;
  color: #ffffff;
  font-weight: bold;
  position: relative;
  height: 50px;
  font-size: 18px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top__entry::after {
  content: "";
  transform: rotate(90deg);
  transform-origin: top;
  position: absolute;
}

.top__entry::after {
  top: 50%;
  right: 5%;
  width: 9px;
  height: 10px;
  background-image: url(/-/media/AeonCard/campaign/lp/aeoncardwaon/20230517/images/pc/button_rignt_arrow.png);
  border: none;
  bottom: auto;
}

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

.jal {
  width: 8%;
  margin: 0 40px 0 70px;
}

@media screen and (max-width: 768px) {
  .jal {
    width: 20%;
    margin: 0 0 0 20px;
  }
  .accordion-icon {
    right: 20px;
    padding-right: 20px;
    background-size: 13px auto;
    font-size: 16px;
    background-position: right 4px;
  }
  .accordion-title {
    min-height: auto;
    text-align: center;
    letter-spacing: 0.1em;
    font-size: 25px;
    padding: 17px 95px;
  }
  .accordion-title button {
    text-align: center;
  }
}

.cashless__contents .js-card_inner {
  width: 100%;
}

.cashless__wallet_wrapper {
  background: #fff;
}

.accordion-item:last-child {
  margin-bottom: 0;
}

.cashless__wallet_wrapper h3 {
  background: #000;
  text-align: left;
  padding: 17px 65px 17px 35px;
}

.accordion-title {
  position: relative;
  cursor: pointer;
  width: 100%;
  text-align: center;
  letter-spacing: 0.025em;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  padding: 17px 65px 17px 15px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .cashless__wallet_wrapper h3 {
    padding: 17px 65px 17px 15px;
    background-position: 0vw 50%;
    background-size: 20vw;
    font-size: 4vw;
  }
}

.accordion-title button {
  text-align: left;
}

.cashless__contents h3 button {
  text-align: left;
  margin: 0;
  padding: 0;
  color: inherit;
  font: inherit;
  text-transform: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
}

.accordion-icon {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-right: 15px;
  background-image: url("/-/media/AeonCard/campaign/lp/_assets/images/icon_line_open.svg");
  background-repeat: no-repeat;
  background-position: right 3px;
  letter-spacing: 0.025em;
  pointer-events: none;
  color: #fff;
  font-weight: 600;
  line-height: 1.5;
  font-size: 16px;
  background-size: 12px 12px;
}

@media (min-width: 768px) {
  .hlg02 {
    min-height: 44px;
    line-height: 1.2;
  }
  .hightTall {
    min-height: 198px;
  }
  .accordion-title {
    min-height: auto;
    text-align: center;
    letter-spacing: 0.1em;
    font-size: 25px;
    padding: 17px 95px;
  }
  .accordion-title button {
    text-align: center;
  }
}

.accordion-icon {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-right: 15px;
  background-image: url("/-/media/AeonCard/campaign/lp/_assets/images/icon_line_open.svg");
  background-repeat: no-repeat;
  background-position: right 3px;
  letter-spacing: 0.025em;
  pointer-events: none;
  color: #fff;
  font-weight: 600;
  line-height: 1.5;
  font-size: 13px;
  background-size: 12px 12px;
}

@media (min-width: 768px) {
  .accordion-icon {
    right: 20px;
    padding-right: 20px;
    background-size: 13px auto;
    font-size: 16px;
    background-position: right 4px;
  }
}

.-isActive .accordion-icon {
  background-image: url("/-/media/AeonCard/campaign/lp/_assets/images/icon_line.svg");
  background-size: 12px auto;
  background-position: right 45%;
}

@media (min-width: 768px) {
  .-isActive .accordion-icon {
    background-image: url("/-/media/AeonCard/campaign/lp/_assets/images/icon_line.svg");
    background-size: 12px auto;
    background-position: right 40%;
  }
}

.accordion-body {
  background-color: #fff;
  display: none;
}

.accordion-body.-open {
  display: block;
}

.accordion-body-inner {
  padding: 30px 50px;
  width: 100%;
  border: 1px solid transparent;
  border-top: none;
}

@media (min-width: 769px) {
  .spOnly {
    display: none !important;
  }
}

.accordion-close {
  text-align: center;
  font-size: 12px;
  padding: 10px;
  padding-top: 40px;
  position: relative;
}

.accordion-close::before,
.accordion-close::after {
  content: "";
  display: block;
  position: absolute;
  border: 1px solid;
  width: 34px;
  height: 1px;
  top: 22px;
  bottom: 0;
  left: 50%;
  border-radius: 100px;
}

.accordion-close::before {
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}

.accordion-close::after {
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}

.border-none {
  border: none !important;
}

.cashless__detail-btn_add {
  color: #002e9b;
}

.step_top_content .cashless__wallet .cashless__detail-btn_add {
  font-size: 16px;
  color: #0b7ed4;
}

.introduce__container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.introduce__bnr-text span {
  display: block;
  position: relative;
  background: #3e4f98;
  border-radius: 25px;
  padding: 5px 10px;
  margin: 15px auto;
  font-size: 26px;
  color: #ffffff;
  width: 160px;
}

.introduce__bnr-text span::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 90%);
  border-top: 10px solid #3e4f98;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 0 solid transparent;
}

.mv__container {
  text-align: center;
}

.k1-btn {
  background: #fff;
  color: #020670;
  margin: 0 auto;
  padding: 9px 2px 6px;
  margin-top: 20px;
  line-height: 1.2;
  font-size: 22px;
  font-weight: bold;
  border-radius: 20px;
  display: inline-block;
  width: 580px;
}

.kv-width-s {
  width: 60%;
  margin-bottom: 16px;
}

.is_sp {
  display: none;
}

/* next KV style PC */
.content-wrap {
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 20px;
}

.bg-light-blue {
  background: #DFF2FC;
}

.bg-fff {
  background: #fff;
}

.con-card,
.con-card-blue {
  border-radius: 10px;
  overflow: hidden;
}

.con-card {
  border: 2px solid #B60281;
}

.con-card-blue {
  border: 2px solid #3F4D9E;
}

.con-card .card-title,
.con-card-blue .card-title-blue {
  font-size: 22px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  height: 60px;
  line-height: 60px;
  display: flex;
  justify-content: center;
  border-radius: 8px 8px 0 0;
}

.con-card .card-title {
  background: #B60281;
}

.con-card-blue .card-title-blue {
  background: #3F4D9E;
}

.con-card .card-title::before,
.con-card-blue .card-title-blue::before {
  align-self: center;
  margin-right: 10px;
}

.con-card .card-title::after,
.con-card-blue .card-title-blue::after {
  align-self: center;
  margin-left: 10px;
}

.con-card .card-content,
.con-card-blue .card-content {
  padding: 15px 20px;
  background: #fff;
  border-radius: 0 0 8px 8px;
  text-align: center;
}

.con-card .card-content .con-text,
.con-card-blue .card-content .con-text {
  margin-top: 10px;
  font-size: 12px;
  text-align: left;
}

.card-content .con-text {
  text-align: center !important;
}

.title-text {
  font-size: 12px;
  font-weight: bold;
  background: #FEFA76;
  height: 26px;
  line-height: 28px;
  text-align: center;
}

.pic-wrap {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  flex-wrap: wrap;
}

.add-icon {
  padding: 10px 0;
  text-align: center;
}

.item-bg-text {
  padding: 16px;
  font-size: 13px;
  background: #FCFAD6;
}

.cp_detail_11-inner {
  background-size: cover;
}

.pic-mt-10 {
  display: inline-block;
  margin-top: 10px;
}

.center-text {
  text-align: center;
}

.center-text .text1 {
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
  color: #002c96;
  margin-top: 10px;
}

.center-text .text2 {
  font-size: 12px;
  color: #f60000;
  margin-top: 10px;
}

.center-text .text3 {
  font-size: 14px;
  margin-top: 12px;
}

.center-text .text3 a {
  font-weight: bold;
  color: #002c96;
  text-decoration: underline;
}

.blue-date {
  background: #16349a;
  padding: 30px;
  color: #fff;
  text-align: center;
}

.blue-date .date-text {
  max-width: 848px;
  margin: 0 auto;
  text-align: center;
  border-top: 1px solid #fff;
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
}

.blue-date .date-text strong {
  display: block;
  padding: 10px 0;
  font-size: 24px;
  font-weight: bold;
}

.kv-btn {
  padding: 40px 22px 80px;
}

.kv-btn a {
  font-size: 31px;
  background: #b50080;
  color: #fff;
  text-align: center;
  display: block;
  width: 700px;
  margin: 0 auto;
  border-radius: 10px;
  font-weight: bold;
  line-height: 1;
  padding: 18px 0;
  padding-right: 30px;
  box-shadow: 0 0 20px rgba(181, 0, 128, 0.1);
  position: relative;
}

.kv-btn a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 18px solid #fff;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 0 solid transparent;
  transform: rotate(-90deg) translateX(35%);
  right: 12px;
  top: 50%;
}

.kv-btn a i {
  font-size: 27px;
  font-style: normal;
}

.cp_detail_11_top_underline {
  text-decoration: underline;
}

.terms_use_detail {
  display: flex;
  position: relative;
  color: #000000;
}

.step_wrapper {
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 5;
}

.terms_use_detail_step {
  display: flex;
  align-items: flex-start;
  flex: 10;
}

.terms_use_detail_step:first-child {
  padding-right: 40px;
  flex: 10;
}

.terms_use_detail_step .terms_use_detail_step_img {
  flex: 1;
}

.blue_txt {
  font-weight: bold;
  text-align: left;
}

.terms_use_detail_step .blue_txt {
  font-size: 18px;
}

.cp_detail_11-inner {
  padding-bottom: 0;
}

.con-card .card-title::before,
.con-card .card-title::after,
.con-card-blue .card-title-blue::before,
.con-card-blue .card-title-blue::after {
  width: 20px;
  height: 24px;
  content: '';
  display: inline-block;
}

.card-content .pic-wrap .mt20 {
  margin-top: 20px;
}

h2.kv1-title2 {
  text-align: center;
  margin: 15px auto;
}

@media screen and (max-width: 768px) {
  .kv-btn a::after {
    border-top: 14px solid #fff;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 0 solid transparent;
  }
  .introduce__container {
    padding-top: 4vw;
  }
  .accordion-body-inner {
    padding: 20px 20px 35px;
  }
  .cashless__wallet_add {
    margin-top: 0 !important;
  }
  .cont .cashless__step-title {
    margin-top: 6.6666666667vw;
    width: 60vw;
  }
  .cashless__step-title img:first-child {
    margin-right: 0;
    margin-bottom: 25px;
    width: 80%;
  }
  .step_top_content .cashless__wallet .cashless__detail-btn_add {
    font-size: 14px;
  }
  .is_sp {
    display: block;
  }
  .k1-btn {
    width: 83%;
    font-size: 12px;
    margin-top: 10px;
    padding: 6px 10px 5px;
  }
  .kv-width-s {
    width: 100%;
    margin: 4vw 0 0 0;
    padding: 0;
  }
  .kv-width-s .mv__images {
    width: 50%;
  }
  .kv-width-s .mv__images .mv__card {
    flex: 0 0 100%;
  }
  .kv-width-s .mv__texts {
    width: 50%;
    padding: 0 20px;
  }
  .content-wrap {
    width: 100%;
    padding: 30px 15px;
  }
  .con-card,
  .con-card-blue {
    border-radius: 10px;
  }
  .con-card {
    border: 2px solid #B60281;
  }
  .con-card-blue {
    border: 2px solid #3F4D9E;
  }
  .con-card .card-title,
  .con-card-blue .card-title-blue {
    font-size: 18px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    height: 60px;
    line-height: 60px;
    border-radius: 6px 6px 0 0;
  }
  .con-card .card-title {
    background: #B60281;
  }
  .con-card-blue .card-title-blue {
    background: #3F4D9E;
  }
  .con-card .card-title::before,
  .con-card .card-title::after,
  .con-card-blue .card-title-blue::before,
  .con-card-blue .card-title-blue::after {
    width: 20px;
    height: 24px;
    content: '';
    display: inline-block;
  }
  .add-icon {
    padding: 10px 0;
    text-align: center;
  }
  .center-text {
    text-align: center;
  }
  .center-text .text1 {
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
    color: #002c96;
    margin-top: 10px;
  }
  .center-text .text2 {
    font-size: 12px;
    color: #f60000;
    margin-top: 10px;
  }
  .center-text .text3 {
    font-size: 14px;
    margin-top: 12px;
  }
  .center-text .text3 a {
    font-weight: bold;
    color: #002c96;
    text-decoration: underline;
  }
  .terms_use_detail {
    flex-direction: column;
  }
  .terms_use_detail_step {
    flex: auto;
  }
  .terms_use_detail_step:first-child {
    padding-right: 0;
    flex: auto;
  }
  .terms_use_detail_step .blue_txt {
    font-size: 3.6vw;
  }
  .cp_detail_11_top_content .cp_detail_11_top_txt a {
    font-size: 14px;
  }
  .blue-date .date-text {
    width: 100%;
  }
  .blue-date .date-text strong {
    font-size: 14px;
  }
  .blue-date .date-text {
    font-size: 12px;
  }
  .kv-btn a {
    font-size: 19px;
    background: #b50080;
    position: relative;
    color: #fff;
    text-align: center;
    display: block;
    width: 100%;
    border-radius: 10px;
    font-weight: bold;
    line-height: 1.2;
    padding: 10px 0;
    box-shadow: 0 0 20px rgba(181, 0, 128, 0.2);
    padding-right: 0;
  }
  .kv-btn a i {
    font-size: 12px;
  }
  .kv-btn {
    padding: 24px 22px;
  }
  .card-content .pic-wrap {
    flex-wrap: nowrap;
  }
}

.cashless__detail p {
  color: #e70031;
}

.content-wrap-other {
  background: #dff2fc;
}

.accordion-icon {
  right: 15px;
  padding-right: 15px;
}

.aeon_wallet {
  width: 350px;
}

.cashless__step-title img:first-child {
  margin-right: 45px;
}

.cashless__detail-btn_add img {
  padding-left: 5px;
  display: inline-block;
  width: auto;
  vertical-align: middle;
  width: 24px;
}

.indent_adjust_atten {
  text-indent: -1.2em;
  margin-left: 1.2em;
}

@media screen and (max-width: 768px) {
  .aeon_wallet {
    width: 250px;
  }
  .cashless__step-title img:first-child {
    margin-right: 0;
    margin-bottom: 25px;
    width: 80%;
  }
  p.cashless__wallet-text {
    margin-top: 15px !important;
  }
  .cashless__detail p {
    text-align: left;
    color: #f60000 !important;
  }
  .u-mtsp0 {
    margin-top: 0 !important;
  }
  .u-plsp10 {
    padding-left: 10px;
  }
}

/* tab area */
h2.title-01-wrapper {
  margin-bottom: 15vw;
  text-align: center;
}

h2.title-01-wrapper img {
  width: 234px;
}

span.title-01 {
  position: relative;
  margin-bottom: 50px;
  color: #e41515;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  h2.title-01-wrapper {
    margin-bottom: 80px;
  }
  span.title-01 {
    margin-bottom: 80px;
    font-size: 30px;
  }
}

span.title-01::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: auto;
  width: 35px;
  height: 2px;
  background: #e41515;
}

@media only screen and (min-width: 768px) {
  span.title-01::after {
    bottom: -25px;
    width: 80px;
    height: 4px;
  }
}

.tab-list {
  position: relative;
  bottom: -2px;
  font-size: 0;
  text-align: center;
}

.tab-list > li {
  display: inline-block;
  width: 100%;
  padding: 14px 12px;
  background: #e41515;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  .tab-list > li {
    padding: 18px 16px;
    font-size: 20px;
  }
}

.tab-list > li.is-active {
  color: #e41515;
  background: #fff;
  border-top: 1px solid #dbdada;
  border-left: 1px solid #dbdada;
  border-right: 1px solid #dbdada;
  border-bottom: 1px solid #fff;
}

.tab.is-active {
  display: block;
}

.tab-1 {
  border: 2px solid #e41515;
}

.tab-wrap_content {
  margin-top: 40px;
}

.tab-wrap_content:first-of-type {
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  .tab {
    padding: 40px 20px;
  }
  .tab-1 {
    border: 4px solid #e41515;
  }
}

@media only screen and (min-width: 768px) {
  .tab-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.title-02 {
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .title-02 {
    margin-bottom: 20px;
    font-size: 20px;
  }
}

.tab-content > p {
  font-size: 12px;
}

@media only screen and (min-width: 768px) {
  .tab-content > p {
    font-size: 16px;
  }
}

.tab-content {
  padding: 30px 20px;
}

@media only screen and (min-width: 768px) {
  .tab-inner .tab-content {
    width: 48%;
  }
}

.img-title {
  margin-top: 30px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .img-title {
    margin-top: 30px;
  }
}

.banner {
  margin: 20px auto 0;
  width: 90%;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .banner {
    margin: 20px auto 0;
    width: 80%;
  }
}

.tab-text-01 {
  margin-top: 20px;
}

.use-img {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.content-section a {
  color: #000;
  text-decoration: underline;
}

.tab-list > li + li {
  margin-left: 2%;
}

@media only screen and (max-width: 767px) {
  .tab-content + .tab-content {
    border-top: 1px solid #d8d7d7;
  }
  .tab-inner + .tab-inner {
    border-top: 1px solid #d8d7d7;
  }
  h2.title-01-wrapper img {
    width: 43vw;
  }
  .feature_wrap .feature_wrap_under a {
    width: 48%;
  }
  .feature_wrap .feature_wrap_under a:nth-child(3),
  .feature_wrap .feature_wrap_under a:nth-child(4) {
    margin-bottom: 0;
  }
}

.icon-window {
  display: inline-block !important;
  width: 12px;
  margin-left: 5px;
  vertical-align: middle;
}

/* feature area */
.feature_wrap .feature_wrap_under {
  display: flex;
  flex-wrap: wrap;
}

.feature_wrap .feature_wrap_under a {
  text-decoration: none;
}

.feature_item {
  position: relative;
  padding: 50px 45px 25px 25px;
  border-radius: 20px;
  border: 3px solid #cbcbcc;
  width: 48%;
  margin: 0 1% 6%;
  background: #fff;
  display: flex;
  flex-direction: column;
}

.feature_item::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-right: 18px solid transparent;
  border-left: 18px solid #e41515;
  border-bottom: 18px solid transparent;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.feature_item:first-child::after {
  transform: rotate(90deg);
  right: 10px;
}

@media screen and (min-width: 769px) {
  .feature_item:nth-child(3) {
    margin-bottom: 0;
  }
  .feature_item:nth-child(4) {
    margin-bottom: 0;
  }
}

.feature_item > span {
  display: block;
  border-radius: 50%;
  border: 3px solid #cbcbcc;
  color: #e41515;
  font-size: 36px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  width: 90px;
  height: 90px;
  text-align: center;
  line-height: 90px;
  font-weight: bold;
}

.feature_top_title {
  font-size: 21px;
  margin-left: 20px;
  font-weight: bold;
}

p.feature_txt {
  font-size: 18px;
  margin: 20px auto;
  text-align: center;
}

.feature_txt_a {
  font-size: 18px;
  margin-top: 20px;
  text-align: center;
  margin-top: auto;
}

.feature_txt_a a {
  color: #0066cc;
  text-decoration: underline;
}

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

.icon_window {
  margin-left: 5px;
  width: 18px;
}

@media only screen and (max-width: 767px) {
  .feature_item:first-child::after {
    transform: translateX(50%) rotate(90deg);
    right: 50%;
  }
  .feature_item::after {
    top: auto;
    right: 50%;
    transform: translateX(calc(50% + 10px));
    bottom: 2vw;
  }
  .feature_top_title {
    margin-left: 0;
  }
  .icon_window {
    width: 3.6vw;
  }
  p.feature_txt {
    font-size: 3.5vw;
    margin: 3vw auto;
  }
  .feature_item {
    width: 100%;
    padding: 11vw 1vw 10vw;
    border-radius: 2.7vw;
    border: 2px solid #f3f3f3;
  }
  .feature_top_title {
    font-size: 3.8vw;
    margin-top: 3vw;
    text-align: center;
  }
  .feature_top {
    width: 22vw;
  }
  .feature_item > span {
    font-size: 8vw;
    width: 18vw;
    height: 18vw;
    line-height: 18vw;
  }
  .feature_item {
    margin: 0 1% 14%;
  }
  .feature_txt,
  .feature_txt_a a {
    font-size: 3.6vw;
  }
}

.period-date {
  font-size: 26px;
  font-weight: bold;
}

.period-note {
  font-size: 15px;
}

.web_limit_jmb {
  padding: 20px 10px 65px;
  background-size: contain;
  text-align: center;
  background: url(/-/media/aeoncard/campaign/lp/jmb_cp/images/web_limit_jmb_center_pc.png) center center no-repeat;
  background-size: auto 100%;
  border-bottom: 6px solid #0060ea;
}

.web_limit_jmb_note {
  font-size: 16px;
  margin-top: 20px;
}

.web_limit_jmb_link {
  font-size: 20px;
  text-decoration: underline;
  margin-top: 10px;
}

.web_limit_jmb_link a {
  color: #000;
}

.web_limit_jmb_lab {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .period-note {
    font-size: 3.3vw;
  }
  .blue-date {
    padding: 5vw 2vw;
  }
  .web_limit_jmb_note {
    font-size: 3.6vw;
    margin-top: 5vw;
  }
  .web_limit_jmb_lab {
    width: 60%;
    margin-bottom: 2.5vw;
  }
  .web_limit_jmb {
    padding: 8vw 12vw 18vw;
    background: url(/-/media/aeoncard/campaign/lp/jmb_cp/images/web_limit_jmb_center_sp.png) center center no-repeat;
    background-size: 100% 100%;
    background-position: center bottom;
    margin-top: 20px;
  }
  .period-date {
    font-size: 4.6vw;
  }
  .web_limit_jmb_link {
    font-size: 3.6vw;
  }
}

/* 条件達成で */
.w1040 {
  width: 1040px;
  padding-bottom: 0;
}

.terms_use_detail {
  padding-left: 50px;
}

.cp_detail_11_aeonpay {
  margin-top: 0 !important;
  padding-top: 35px !important;
}

.blue_wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 40px;
}

.blue_wrap .add_icon {
  position: absolute;
  left: 484px;
  top: 94px;
}

.blue_wrap .blue_item {
  width: 500px;
  border: 4px solid #303e91;
  border-radius: 30px;
  background: #fff;
  text-align: center;
  font-size: 28px;
  padding: 0 30px 20px;
}

.blue_item .blue_title {
  width: 280px;
  height: 52px;
  line-height: 52px;
  color: #fff;
  background: url("/-/media/aeoncard/campaign/lp/aeoncardwaon/20240109/images/blue_titlebg_pc.png") center center no-repeat;
  margin: -28px auto 0;
}

.blue_item .text_b {
  font-size: 12px;
  margin-top: 5px;
}

.blue_item .f_w_28 {
  margin-top: 20px;
  display: block;
  margin-bottom: 25px;
}

.blue_item .f_w_24 {
  font-size: 24px;
  margin-top: 10px;
  display: block;
  margin-bottom: 5px;
}

.blue_item .f_w_24 span {
  color: #303e91;
  position: relative;
  display: inline-block;
  background: linear-gradient(180deg, transparent 0px 26px, #ffea00 0 37px, transparent 0 100%);
  font-size: 1.3em;
}

.arrow_item {
  padding: 30px 0 60px;
  text-align: center;
}

.pink_item {
  width: 730px;
  margin: 0 auto;
  border: 4px solid #b50080;
  border-radius: 30px;
  background: #fff;
  text-align: center;
  font-size: 28px;
  padding-bottom: 20px;
}

.pink_item .pink_title {
  width: 410px;
  height: 52px;
  line-height: 52px;
  color: #fff;
  background: url("/-/media/aeoncard/campaign/lp/aeoncardwaon/20240109/images/pink_titlebg_pc.png") center center no-repeat;
  margin: -28px auto 0;
}

.pink_item .f_w_28 {
  margin-top: 20px;
  display: block;
  margin-bottom: 5px;
}

h2.kv_btm_title {
  text-align: center;
}

.kv_btm .kv_btm_title .dog_logo {
  margin-bottom: 30px;
}

.logo_text {
  padding-bottom: 20px;
  width: 80%;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .feature_item::after {
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-left: 10px solid #e41515;
    border-bottom: 10px solid transparent;
  }
  .feature_inner {
    flex-direction: column;
  }
  .logo_text {
    padding-bottom: 0;
  }
  .kv_btm_title {
    width: 80%;
    margin: auto;
  }
  .pink_item {
    width: 100%;
    border: 2px solid #b50080;
    border-radius: 15px;
    font-size: 20px;
    padding-bottom: 20px;
  }
  .pink_item .pink_title {
    font-size: 19px;
    width: 260px;
    height: 37px;
    line-height: 38px;
    color: #fff;
    background: url("/-/media/aeoncard/campaign/lp/aeoncardwaon/20240109/images/pink_titlebg_sp.png") center center/100% no-repeat;
    margin: -18px auto 0;
  }
  .pink_item .f_w_28 {
    margin-top: 15px;
    display: block;
    margin-bottom: 5px;
  }
  .img_sp85 {
    max-width: 85% !important;
  }
  .w1040 {
    width: 100%;
    padding-bottom: 0;
  }
  .blue_wrap {
    flex-wrap: wrap;
  }
  .blue_wrap .blue_item {
    width: 100%;
    border: 2px solid #303e91;
    border-radius: 15px;
    font-size: 28px;
    padding: 0 30px 20px;
  }
  .blue_item .blue_title {
    font-size: 19px;
    width: 200px;
    height: 37px;
    line-height: 38px;
    color: #fff;
    background: url("/-/media/aeoncard/campaign/lp/aeoncardwaon/20240109/images/blue_titlebg_sp.png") center center/100% no-repeat;
    margin: -18px auto 0;
  }
  .blue_item .f_w_28 {
    margin-top: 15px;
    display: block;
    margin-bottom: 5px;
    font-size: 20px;
  }
  .blue_wrap .add_icon {
    position: inherit;
    left: auto;
    top: auto;
    padding: 20px 0 40px;
    width: 100%;
    text-align: center;
  }
  .blue_wrap .add_icon img {
    width: 60px;
    height: 60px;
  }
  .blue_item:last-child {
    height: auto;
    padding: 0 10px 20px;
  }
  .blue_item:last-child img {
    max-width: 90%;
  }
  .blue_item .f_w_24 {
    font-size: 18px;
  }
  .blue_item .text_b {
    text-align: left;
    margin-top: 10px;
  }
  .arrow_item {
    padding: 30px 0 40px;
  }
  .arrow_item img {
    max-width: 35%;
  }
  .blue_item .f_w_24 span {
    color: #303e91;
    position: relative;
    display: inline-block;
    background: linear-gradient(180deg, transparent 0px 20px, #ffea00 0 28px, transparent 0 100%);
  }
  .terms_use_detail {
    padding-left: 0;
  }
  .cp_detail_11_content_inner {
    padding-top: 0 !important;
  }
}

/* 条件達成で end*/
.gradient_bg_02 {
  background: #dff2fc;
}

.kv-inner-con {
  max-width: 1040px;
  margin: auto;
  padding-left: 10px;
}

.kv-inner {
  padding: 30px 35px 40px 20px;
  background: url(/-/media/aeoncard/campaign/lp/jmb_cp/images/bg.png) center bottom no-repeat;
  background-size: auto 100%;
}

.gradient_bg {
  background-image: linear-gradient(to bottom, #01bffb, #0060eb);
}

.kv-txt-center_img {
  width: 100%;
  margin-top: -2px;
}

.kv-txt-center_img img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .kv-inner-con {
    padding-left: 0;
  }
  .kv-inner {
    padding: 4vw 6vw 9vw 4.5vw;
    background: url(/-/media/aeoncard/campaign/lp/jmb_cp/images/bg_sp.png) center bottom no-repeat;
    background-size: 100% auto;
  }
  .kv-min-height {
    padding: 0 2vw 0 3.5vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1080px) {
  .contents-frame {
    max-width: 100%;
  }
  .w1040 {
    width: 100%;
    display: block;
    margin: auto;
  }
  .blue_wrap {
    position: inherit;
  }
  .blue_wrap .add_icon {
    position: relative;
    left: auto;
    top: auto;
    display: flex;
    align-items: center;
    margin-left: -1.5%;
    margin-right: -1.5%;
  }
  .blue_item .f_w_24 {
    font-size: 2.3vw;
  }
  .blue_item .f_w_28 {
    font-size: 2.5vw;
  }
  .blue_item .text_b {
    font-size: 1.1075vw;
  }
  .blue_wrap .blue_item {
    height: auto;
  }
  .pink_item {
    width: 75%;
  }
  .pink_item .f_w_28 {
    font-size: 2.5vw;
  }
  .pink_item img {
    width: 75%;
  }
}

.table_sp_overflow th {
  background-color: #ececec;
}

.table_sp_overflow th:first-child,
.table_sp_overflow td:first-child {
  background-color: #ececec;
}

@media screen and (max-width: 768px) {
  .table_sp_overflow {
    overflow: hidden;
    overflow-x: scroll;
  }
  .table_sp_overflow table tr > th:first-of-type {
    width: 150px;
  }
  .table_sp_overflow table tr > td:first-of-type {
    width: 150px;
  }
  .table_sp_overflow table {
    table-layout: fixed;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
  }
  .table_sp_overflow td,
  th {
    width: 150px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 30px;
  }
  .table_sp_overflow thead tr th {
    position: sticky;
    top: 0;
    height: 30px;
  }
  .table_sp_overflow th:first-child,
  .table_sp_overflow td:first-child {
    position: sticky;
    left: 0;
    text-align: center;
    right: 0px;
    width: 100px;
  }
  .table_sp_overflow th:first-child {
    z-index: 3;
  }
}

.table_sp_overflow th {
  background-color: #ececec;
}

.table_sp_overflow th:first-child,
.table_sp_overflow td:first-child {
  background-color: #ececec;
}

.table_sp_overflow {
  overflow: hidden;
  overflow-x: scroll;
}

.table_sp_overflow table tr > th:first-of-type {
  width: 150px;
}

.table_sp_overflow table tr > td:first-of-type {
  width: 150px;
}

.table_sp_overflow table {
  table-layout: fixed;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.table_sp_overflow td,
th {
  width: 150px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 30px;
}

.table_sp_overflow thead tr th {
  position: sticky;
  top: 0;
  height: 30px;
}

.table_sp_overflow th:first-child,
.table_sp_overflow td:first-child {
  position: sticky;
  left: 0;
  text-align: center;
  right: 0px;
  width: 100px;
}

.table_sp_overflow th:first-child {
  z-index: 3;
}

.c-table th,
.c-table td {
  font-size: 14px;
  border: 1px solid #707070;
}

@media screen and (max-width: 768px) {
  .c-table th,
  .c-table td {
    font-size: 12px;
  }
  .table_sp_overflow table tr > th:first-of-type {
    width: 120px;
  }
  .table_sp_overflow td,
  th {
    width: 110px;
  }
  .c-table th,
  .c-table td {
    padding: 0.6em;
  }
}

.b_kv_bg {
  border-top: 6px solid #303e91;
}

.indent_adjust_atten .text-red {
  color: #f00;
  font-style: none;
}

.datewrap {
  text-align: center;
  font-size: 30px;
  color: #303e91;
}

.datewrap .iconline {
  padding: 0 10px;
  display: inline-block;
}

.datewrap .iconline::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 30px;
  background: #7e8186;
  transform: rotate(20deg);
}

.datewrap strong {
  font-size: 26px;
  height: 45px;
  color: #000;
  display: inline-flex;
  align-items: center;
  margin-right: 10px;
}

.datewrap strong::before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 30px;
  background: #7e8186;
  transform: rotate(20deg);
  margin-right: 12px;
}

.datewrap strong::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 30px;
  background: #7e8186;
  transform: rotate(20deg);
  margin-left: 12px;
}

.datewrap span {
  display: inline-flex;
  height: 45px;
  font-weight: bold;
  font-size: 30px;
}

.datewrap .date_p {
  font-size: 16px;
  color: #000;
  margin-top: 0px;
  padding-bottom: 20px;
}

.datewrap .date_p1 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .datewrap .date_p1 {
    flex-wrap: wrap;
    margin-top: 10px;
    flex-direction: column;
  }
  .datewrap .date_p1::before {
    content: '';
    width: 80%;
    height: 1px;
    background: #7e8186;
    position: absolute;
    z-index: 0;
    margin-top: -20px;
  }
  .datewrap strong {
    font-size: 15px;
    height: 32px;
    z-index: 1;
    padding: 0 6px;
    background: #cce1fb;
  }
  .datewrap strong::before {
    height: 20px;
  }
  .datewrap strong::after {
    height: 20px;
  }
  .datewrap span {
    font-size: 18px;
    height: 20px;
  }
  .datewrap .date_p {
    font-size: 2.5vw;
    margin-top: 5px;
  }
}

.img_block_auto {
  display: block;
  margin: auto;
}

.web_limit_entry a {
  color: #002e9b;
  text-decoration: underline;
  display: inline-block;
}

.img_center_style {
  width: 420px;
  margin: 0 auto;
}

.campaign_entry {
  background: none;
}

.kv_bottom_form {
  border: 4px solid #4057a3;
  margin-top: 30px !important;
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.redline {
  background-color: #4057a3;
}

.kv_bottom_form_second {
  padding: 70px 40px 40px;
  margin-top: 100px !important;
}

.kv_bottom_form_second .bottom_form_title {
  margin-top: -90px !important;
  margin-bottom: 40px;
}

.kv_b_flex {
  width: 420px;
  margin: 0 auto;
  flex-wrap: inherit !important;
  display: block !important;
}

.kv_b_flex div:last-child {
  margin-right: 0;
}

.kv_pink_border {
  border: 3px solid #e40873;
  padding: 30px 30px 40px;
  border-radius: 20px;
  margin-top: 100px;
  background: #fff;
}

.webcm_style2 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: -68px;
}

.kv_pink_border .video_wrap_link a {
  background: #ffe2f0 !important;
  border: 3px solid #ff6eb5 !important;
  border-radius: 10px !important;
  font-size: 22px !important;
  font-weight: bold !important;
  color: #2d2d2d !important;
  position: relative;
  padding: 22px 50px;
}

.kv_pink_border .video_wrap_link a::after {
  width: 0;
  height: 0;
  display: inline-block;
  content: '';
  border: 10px solid transparent;
  border-left: 16px solid #2d2d2d;
  position: absolute;
  right: 4px;
  top: 27px;
}

.pinkline {
  display: block;
  width: 100%;
  height: 0px;
  border-bottom: 4px dashed #f21d91;
  margin: 25px 0;
}

.video_wrap_link {
  padding: 30px 0 0 !important;
}

.kv_sub_text {
  width: 410px;
  text-align: left;
  padding-top: 1em;
}

@media screen and (max-width: 768px) {
  .kv_bottom_form {
    padding: 5vw !important;
  }
  .kv_bottom_form_second {
    padding: 15vw 5vw 5vw 5vw;
    margin-top: 15vw !important;
  }
  .kv_bottom_form .kv_b_flex div {
    width: 100%;
    margin-right: 0;
  }
  .kv_bottom_form_second .bottom_form_title {
    margin-top: -13vw !important;
    margin-bottom: 20px;
  }
  .kv_b_flex {
    width: 100%;
    flex-wrap: inherit;
  }
  .qa_wrap .qa_content .qa_item_title {
    font-size: 12px;
  }
  .img_center_style {
    width: 100%;
  }
  .web_limit_entry a {
    width: 100%;
  }
  .web_limit_entry a img {
    width: 100%;
  }
  .kv_sub_text {
    width: 100%;
  }
  .kv_content_tips a {
    display: block;
    margin: 0 auto;
  }
  .kv_pink_border {
    border: 3px solid #e40873;
    padding: 5vw;
    border-radius: 10px;
    margin-top: 16vw;
  }
  .webcm_style2 {
    padding-top: 0 !important;
    margin-top: -12vw;
  }
  .video_wrap_link {
    padding-top: 20px !important;
  }
  .video_title {
    text-align: left !important;
  }
  .kv_pink_border .video_wrap_link a {
    border: 2px solid #ff6eb5 !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    padding: 12px;
  }
  .kv_pink_border .video_wrap_link a::after {
    width: 0;
    height: 0;
    display: inline-block;
    content: '';
    border: 6px solid transparent;
    border-left: 10px solid #2d2d2d;
    position: absolute;
    right: 4px;
    top: 16px;
  }
}

.kv_b_flex {
  justify-content: center;
}

.bottom_form_title {
  position: inherit !important;
  display: flex;
  justify-content: center;
  margin-top: 10px !important;
}

.wrap-common-content {
  max-width: 780px;
  width: 100%;
  background-color: #ffffff;
  padding: 30px 25px 70px;
  display: block;
  margin: auto;
  margin-top: 30px;
}

.wrap-common-block {
  display: block;
  margin: auto;
}

.wrap-common-flex {
  display: flex;
  justify-content: center;
}

.wrap-common-flex a {
  max-width: 420px;
}

.wrap-common-pt90 {
  padding-top: 90px;
}

.wrap-common-pt80 {
  padding-top: 80px;
}

.wrap-common-pt30 {
  padding-top: 30px;
}

.wrap-common-pt20 {
  padding-top: 20px;
}

.wrap-common-pt10 {
  padding-top: 10px;
}

.wrap-common-max520 {
  max-width: 520px;
  width: 100%;
  display: block;
  margin: auto;
}

.wrap-common-dates {
  font-size: 20px;
  font-weight: bold;
}

.wrap-common-tips {
  font-size: 12px;
  color: #4d4d4d;
  padding-top: 20px;
  padding-left: 1em;
  text-indent: -1em;
}

.wrap-common-sarani {
  max-width: 780px;
  height: 410px;
  display: block;
  margin: auto;
  background-image: url(/-/media/AeonCard/campaign/lp/jmb_cp/20240801/images/common-wrap-bg-pc.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  margin-top: -25px;
}

.relativeswiper {
  position: relative;
  max-width: 520px;
  display: block;
  margin: auto;
  margin-bottom: 30px;
}

.swiper-bnr {
  max-width: 420px;
  display: block;
  margin: auto;
  overflow: hidden;
}

.swiper-title {
  color: #262626;
  font-size: 24px;
  text-align: center;
  padding-bottom: 20px;
  font-weight: bold;
}

.swiper-button-next, .swiper-button-prev {
  top: 57% !important;
}

.swiper-button-next {
  background-image: url(/-/media/AeonCard/campaign/lp/minions/images/20240801/swiper-btn-right.png) !important;
  right: -20px !important;
}

.swiper-button-prev {
  background-image: url(/-/media/AeonCard/campaign/lp/minions/images/20240801/swiper-btn-left.png) !important;
  left: -20px !important;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: '';
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: '';
}

.swiper-pagination {
  width: 100%;
  position: relative !important;
  padding-top: 15px;
}

.swiper-pagination > span {
  margin-right: 20px;
}

.swiper-pagination > span:last-of-type {
  margin-right: 0;
}

.swiper-pagination-bullet {
  width: 16px !important;
  height: 16px !important;
  border: 1px solid #777777;
  background: #eee !important;
  opacity: .7 !important;
}

.swiper-pagination-bullet-active {
  background: #b60081 !important;
}

@media screen and (max-width: 768px) {
  .wrap-common-content {
    padding: 8vw 5vw 10vw;
  }
  .wrap-common-sarani {
    background: url(/-/media/AeonCard/campaign/lp/jmb_cp/20240926/images/common-wrap-bg-sp_02.png) no-repeat center bottom/100% auto, url(/-/media/AeonCard/campaign/lp/jmb_cp/20240926/images/common-wrap-bg-sp_01.png) no-repeat center top/100% auto;
    height: 80vw;
    margin-top: -2vw;
    padding: 0 5vw;
  }
  .wrap-common-pt90 {
    padding-top: 18vw;
  }
  .wrap-common-pt80 {
    padding-top: 11vw;
  }
  .wrap-common-pt30 {
    padding-top: 6vw;
  }
  .wrap-common-pt20 {
    padding-top: 4vw;
  }
  .wrap-common-pt10 {
    padding-top: 2vw;
  }
  .wrap-common-sp55 {
    width: 55vw;
  }
  .wrap-common-dates {
    font-size: 4vw;
  }
  .wrap-common-tips {
    font-size: 3.2vw;
    padding-top: 4vw;
  }
  .wrap-common-flex a {
    padding: 0 5vw;
  }
  .swiper-title {
    font-size: 5vw;
    padding-bottom: 4vw;
  }
  .swiper-bnr .swiper-slide {
    padding: 0 5vw;
  }
  .swiper-button-next, .swiper-button-prev {
    width: 7vw !important;
    height: 5vw !important;
    margin-top: -5vw;
  }
  .swiper-button-prev {
    left: 0vw !important;
  }
  .swiper-button-next {
    right: 0 !important;
  }
  .swiper-pagination {
    padding-top: 1vw;
  }
  .swiper-pagination-bullet {
    width: 3vw !important;
    height: 3vw !important;
  }
  .common-wrap-img02_img {
    width: 40vw;
  }
}

.tag-flex {
  display: flex;
  justify-content: center;
  gap: 7px;
  margin-top: 20px;
}

.new-tag, .old-tag {
  font-size: 16px;
  line-height: 2;
}

.new-tag {
  border: 1px solid #b60081;
  width: 90px;
  color: #b60081;
  background: #fff;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .tag-flex {
    margin-top: 4vw;
  }
  .old-tag {
    width: 21.06667vw;
    background: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 3.73333vw;
  }
  .new-tag {
    width: 21.06667vw;
    background: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 3.73333vw;
  }
}

.relativeswiper div.swiper-button-next, div.swiper-button-prev {
  top: 50% !important;
  transform: translateY(-50%);
}

.swiper-bnr_relative {
  position: relative;
}

.swiper-bnr_relative a {
  display: block;
}

.alert-box {
  margin: 0 auto;
  max-width: 700px;
  padding: 20px;
  border: 2px solid #eb0015;
  color: #eb0015;
  font-weight: 600;
  background: #fff;
  position: relative;
}

.alert-box__wrapper {
  padding-top: 50px;
}

@media screen and (max-width: 768px) {
  .alert-box {
    margin: 0 20px;
    padding: 10px !important;
  }

  .alert-box__wrapper {
    padding-top: 30px;
  }
}

.alert-box > h3 {
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .alert-box > h3 {
    font-size: 16px;
  }
}

.alert-box > h3::before {
  content: '';
  width: 28px;
  height: 28px;
  background: url(/-/media/aeoncard/campaign/lp/aeoncardwaon/20260113/images/alert-fill-red.svg) no-repeat center center/contain;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .alert-box > h3::before {
    width: 22px;
    height: 22px;
    margin-right: 5px;
  }
}

.alert-box > p {
  margin-top: 10px;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .alert-box > p {
    margin-top: 5px;
    font-size: 14px;
  }
}

.alert-box > ul {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .alert-box > ul {
    margin-top: 5px;
  }
}

.alert-box > ul li {
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
}

.alert-box .cp-link__blue {
  color: #015ec5;
  text-decoration: underline;
}

.tos_campaign-number__note {
  margin-top: 10px;
  text-align: right;
  font-size: 10px;
}