@charset "UTF-8";

@media (max-width: 768px) {
    .qx-lage-img{
        margin-left: -16px;
        margin-right: -16px;
    }
}

.qx-step-wrapper {
    background: #c8e5fd;
    padding:60px 80px;
}

@media (max-width: 768px) {
    .qx-step-wrapper {
        padding: 30px 16px;
        margin-left: -16px;
        margin-right: -16px;
    }
}


.qx-step-wrapper .c-step_box {
  border: 4px solid #24438a;
  padding-inline: 30px;
}

@media (max-width: 768px) {
    .qx-step-wrapper .c-step_box {
        padding-inline: 16px;
    }
}

.qx-step-wrapper .c-step_num {
  background: no-repeat center center #24438a;
}

.qx-step-wrapper .c-step_box:not(:last-child)::after {
  border-top: 25px solid #24438a;
}

.qx-step-title {
    font-size: 27px;
    font-weight: 600;
    text-align: center;
    color: #1a347d;
}

.qx-step-wrapper .c-step_box:nth-child(4) .c-step_num::before {
  mask-image: url('/-/media/aeoncard/campaign/member/common/images/step-03.svg');
  -webkit-mask-image: url('/-/media/aeoncard/campaign/member/common/images/step-03.svg');
}

@media (max-width: 768px) {
    .qx-step-title {
        font-size: 18px;
    }

.qx-step-wrapper .c-step_box:nth-child(2){
margin-bottom: 0;
}
.qx-step-wrapper .c-step_box:nth-child(2)::after {
    display: none;
}

.qx-step-wrapper .c-step_box:last-child {
  margin-top: 55px;
}
.qx-step-wrapper .c-step_box:last-child::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
  border-top: 25px solid #24438a;
  border-bottom: 0;
  position: absolute;
  left: 50%;
  top: -43px;
  transform: translateX(-50%);
}

}

.qx-step-img-wrapper {
    display: flex;
    flex-wrap:nowrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
    width: 100%;
}

@media (max-width: 768px) {
   .qx-step-img-wrapper {
    flex-direction: column;
    gap: 20px;
   } 
}

.qx-step-img-txt{
    width:calc(60% -30px);
}

.qx-step-img-txt p{
    font-size: 16px;
    font-weight: 600;
}

.qx-step-img {
    width:calc(40% -30px);
}

.qx-step-img img{
    max-width: 267px;
}

@media (max-width: 768px) {
    .qx-step-img-txt,
    .qx-step-img{
        width: 100%;
        text-align: center;
    }

    .qx-step-img-txt p{
        font-size: 14px;
    }

    .qx-step-img img{
        width: 63.77vw;
    }
}

.qx-app-links-title {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.qx-color-purple{
    color: #b70081;
}

.qx-app-links-bt-wrapper{
    display: flex;
    flex-wrap:nowrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

@media (max-width: 768px) {
    .qx-app-links-bt-wrapper{
        max-width: 360px;
        margin-left: auto;
        margin-right: auto;
    }
}



/* ACC-1 アコーディオン start */

.m-notes{
    background: #fff;
}

@media (max-width: 500px) {
    
.m-notes{
    padding: 0 0;
}

}
.m-notes-alwaysopen .m-notes_header,.notes-accordion .m-notes_header {
border-bottom-width: 1px
}

.m-notes_header {
padding: 16px 0 18px;
pointer-events: auto;
cursor: pointer;
border-bottom-width: 0;
border-bottom: 1px solid #1a347d;
display: flex;
justify-content: center;
align-items: center;
}
@media (max-width: 768px) {
    .m-notes_header {
        justify-content: start;
    }
}

.m-notes_title {
display: flex;
align-items: center;
pointer-events: auto;
font-size: 16px;
line-height: 1.75;
font-weight: 600;
color:#1a347d;
}

@media (max-width: 500px) {
.m-notes_title {
    font-size: 14px;
}
}

.m-notes_title>.a-icon {
display: block;
flex-shrink: 0;
width: 28px;
height: 28px;
margin-right: 8px;
background-color: #fff;
border: 4px solid #fff;
border-radius: 50%
}
.m-notes-alert .m-notes_title {
color: #eb0015
}

.m-notes_toggleicon {
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 768px) {
   .m-notes_toggleicon {
      right: 0px;
   } 
}
.m-notes_toggleicon {
margin-top: -3px
}
.m-notes_toggleicon {
display: block
}
.m-notes_content {
padding: 28px 36px
}
.m-notes_content {
display: none;
padding: 28px 0
}
.m-notes-alwaysopen .m-notes_content,.notes-accordion .m-notes_content {
display: block
}
.a-icon-minus {
background-image: url(/-/media/aeoncard/assets/images/icon/minus.svg);
filter: brightness(0) saturate(100%) invert(20%) sepia(31%) saturate(1541%) hue-rotate(188deg) brightness(88%) contrast(96%);
}
.a-icon-plus {
background-image: url(/-/media/aeoncard/assets/images/icon/plus.svg);
filter: brightness(0) saturate(100%) invert(20%) sepia(31%) saturate(1541%) hue-rotate(188deg) brightness(88%) contrast(96%);
}
.a-icon {
display: inline-block;
width: 28px;
height: 28px;
vertical-align: middle;
background-repeat: no-repeat;
background-position: 50%;
background-size: contain;
}
/* ACC-1 アコーディオン end */