@charset "utf-8";

main {
    overflow: hidden;
}
a:link {
    text-decoration: none;
}
.text {
        margin: 3.2rem 0 0!important;
        font-size: 1.6rem;
}
.mt32 {
    margin-top: 3.2rem!important;
}
.mt20 {
    margin-top: 2rem!important;
}
.mt0 {
    margin-top: 0!important;
}
.rte-size--1-5 {
    font-size: 18px;
}
.rte-size--middle {
    font-size: 32px;
}
.rte-size--big {
    font-size: 90px;
}
.aib {
align-items: baseline;
}
.no-grow {
    flex-grow: 0;
}
.d-flex {
display: flex;
justify-content: center;
align-items: center;
}
.Main__guide .box-v3__inner  {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
/* magenta-box */
.magenta-title {
  background-color: #D82B90;
  border: #D82B90;
  border-radius: 30px 30px 0 0;
  padding: 20px;
}
.magenta-title p {
   font-weight: bold;
   color: #fff;
   text-align: center;
   font-size: 22px;
}
.magenta-box {
    border: #D82B90 solid 2px;
    border-radius: 0 0 30px 30px;
    background-color: #fff;
    padding: 23px 33px 56px;
    position: relative;
    margin: 0 auto 9.2rem;
}
.magenta-box::after {
    bottom: -110px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    content: "";
    display: block;
    border: 40px solid transparent;
    border-top: 44px solid #E880BC;
}
/* waonget-step */
.waonget-step {
    max-width: 780px;
    margin: 3.2rem auto 2.4rem ;
    box-shadow: 0 0 16px 0 rgba(50, 50, 50, .22);
    border-radius: 12px;
    position: relative;
}
.waonget-step:nth-of-type(n+3) {
    margin-top: 72px;
}
.waonget-step::after {
    bottom: -55px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    position: absolute;
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-size: 100%;
}
.arrow::after{
    background-image: url(/campaign/aeoncard/2604_01/img/arrow.svg);
}
.plus::after{
    background-image: url(/campaign/aeoncard/2604_01/img//plus.svg);
}
.none::after {
    background-image: none;
    content: none;
}
.waon-logo img {
    width: 120px;
    vertical-align: baseline;
    margin-left: 10px;

}
.waonget-step_inner {
    height: 100%;
    padding: 1.6rem 3.2rem 3.2rem;
}
.waonget-step_title {
    background-color: #fbeaf4;
    border-radius: 12px 12px 0 0;
    padding: 15px;
}
.waonget-step_title p {
    text-align: center;
    color: #D82B90;
    font-size: 24px;
}
.waonget-step_line {
    border-bottom: 2px solid #D8D8D8;
    margin-top: 20px;
}
.w_waonget-step {
  max-width: 780px;
  margin: 0 auto;
}
/* notice-box */
.notice-box {
    border: #D82B90 solid 1px;
    margin: 3.2rem auto 0 ;
    height: 100%;
    padding: 2.4rem 2.4rem 3.2rem;
}
.notice-title {
    position: relative;
    margin: 0;
    padding-left: 38px;
    font-weight: 700;
    color: #ad2273;
    line-height: 1.4;
    font-size: 1.8rem;
    margin-bottom: 10px;
}
.notice-title::before {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 24px;
    height: 20px;
    background: url(/app-files/img/note_01.svg) no-repeat left top / 100%;
    content: "";
}
/* free-list */
.free-list li {
    list-style: none!important;
    position: relative;
    padding-left: 2.4rem;
}
.free-list__mark {
    position: absolute;
    top: 0;
    left: 2px;
}
/* gray-box */
.gray-box {
  background-color: #F5F5F5;
  border-radius: 20px;
  padding: 30px;
  margin: 3.2rem auto 5.6rem;
}
#feature-panel-link-disabled2 .cmp-panel-list__item:is(:nth-child(1)) .cmp-feature-panel__type {
    pointer-events: none;
}
#feature-panel-link-disabled2 .cmp-panel-list__item:is(:nth-child(1)) .cmp-feature-panel__type::after {
    display: none;
}
/* ======================================================
 * PC layout
====================================================== */
@media print,screen and (min-width:768px){
/* ======================================================
 * Override
====================================================== */
.pc-hidden {
    display: none;
}
.pc-ac {
    text-align: center!important;
}
[data-pc-text="center"] {
    text-align: center!important;
  }
[data-pc-text="right"] {
    text-align: right!important;
  }

.link-img a:hover {
        opacity: 0.7;
}
.minh-220 {
    min-height: 220px;
}
}



/* ======================================================
 * SP layout
====================================================== */
@media only screen and (max-width:767.98px){
/* ======================================================
 * Override
====================================================== */
[data-sp-text="center"] {
    text-align: center!important;
  }
[data-sp-text="right"] {
    text-align: right!important;
  }
[data-sp-text="left"] {
    text-align: left!important;
  }

.sp-hidden {
    display: none!important;
}
.sp-mb46 {
    margin-bottom: 4.6rem!important;
}
.rte-size--small {
    font-size: 10px;
}
.rte-size--1-5 {
    font-size: 16px;
}
.rte-size--middle {
    font-size: 24px;
}
.rte-size--big {
    font-size: 42px;
}
/* magenta-box */
.magenta-box {
    padding: 23px 22px 56px;
    margin: 0 auto 9.2rem;
}
.magenta-box::after {
    bottom: -100px;
    border: 30px solid transparent;
    border-top: 35px solid #E880BC;
}
.magenta-title {
    padding: 12px;
    border-radius: 20px 20px 0 0;
}
.magenta-title p {
   font-size: 20px;
}
/* waonget-step */
.waon-logo img {
    width: 80px;
    margin-left: 5px;
}
.waonget-step_title p {
    font-size: 18px;
}
.waonget-step_inner {
    padding: 1.6rem 2.0rem 3.2rem;
}
/* notice-box */
.notice-box {
    border: none;
    padding: 2.4rem 1.6rem ;
    background-color: #fbeaf4;
}
.notice-box .text {
    font-size: 14px;
}
/* .free-list  */
.free-list {
    padding: 0!important;
}
/* 既存パーツ修正 */
.cmp-container__border--rounded>.cmp-container>.cmp-container--inner {
    padding: 23px 26px 18px!important;
}
.button-v2 [class*="__type"] {
    padding: 1rem 3.2rem .9rem!important;
}
.button-v3 [class*="__type"] {
    padding: 1rem 3.2rem .9rem!important;
}
}