@charset "UTF-8";

.qx-merit-wrapper{
  margin-left: 100px;
  margin-right: 100px;
}

@media (max-width: 768px) {
.qx-merit-wrapper{
  margin-left: 0;
  margin-right: 0;
}
}

.qx-merit-title {
  text-align: center;
  font-size: 26px;
  color: #000039;
}

.qx-merit-txt-marker{
  background: linear-gradient(transparent 60%, #d9edfc 0%);
  background-repeat: no-repeat;
  background-size: 100% 0.8em; 
  background-position: 0 50%;
  font-size: 18px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .qx-merit-title {
  font-size: 18px;
}

.qx-merit-txt-marker{
  font-size: 14px;
}
}

.qx-merit-box{
  border: 2px solid #458fca;
  background: #d9edfc;
  border-radius: 10px;
  padding: 30px 100px 0;

}

.qx-merit-box img{
  display: block;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .qx-merit-box{
  border: 2px solid #458fca;
  background: #d9edfc;
  border-radius: 10px;
  padding: 20px 20px 0;

}

.qx-merit-box img{
  display: block;
  margin-bottom: 20px;
}
}

.qx-merit-txt{
  margin-left: 70px;
  margin-top: 20px;
}

@media (max-width: 768px) {
.qx-merit-txt{
  margin-left: 0px;
}

}

.qx-card-title {
  font-size: 22px;
  color: #4d4d4d;
  position: relative;
  display: inline-block;
  width:100%;
}

.qx-card-title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background-color: #4d4d4d;
  transform: translateY(-50%);
  z-index: 0;
}

.qx-card-title span{
  position: relative;
  background-color: #fff; 
  z-index: 1;
  padding-left: 10px;
  padding-right: 10px;
}

.qx-card-txt {
  color: #4d4d4d;
}

@media (max-width: 768px) {
  .qx-card-title {
  font-size: 18px;
}
}

.qx-table{
  border-top: none;
}

.qx-card-list {
  border-collapse: collapse;
}

.qx-card-list tr th {
  background: none;
  text-align: center;
  border-top: 1px solid #b1b1b1;
  border-right: 1px solid #b1b1b1;
  border-bottom: 1px solid #b1b1b1;
  width: 33.3%;
}


.qx-card-list tr td,
.qx-card-commission tr td{
  border-bottom: 1px solid #b1b1b1;
  border-right: 1px solid #b1b1b1;
  text-align: center;
}

.qx-card-commission tr th{
  background: #707070;
  text-align: center;
  border-top: 1px solid #b1b1b1;
  border-right: 1px solid #b1b1b1;
  border-bottom: 1px solid #b1b1b1;
  width: 33.3%;
  color: #fff;
  font-weight: normal;
}

.qx-card-list tr th:last-child,
.qx-card-list tr td:last-child,
.qx-card-commission tr th:last-child,
.qx-card-commission tr td:last-child{
  border-right: none;
}

@media (max-width: 768px) {
.qx-card-list tr th,
.qx-card-list tr td,
.qx-card-commission tr th,
.qx-card-commission tr td{
  display: table-cell;
}
}

.qx-title-underline{
  border-bottom: 1px solid #393a68;
  color: #393a68;
  font-size: 18px;

}

.qx-title-bg-navyblue {
  background: #00003c;
  padding: 10px 0;
  color: #fff;
  font-size: 18px;
}

@media (max-width: 768px) {
.qx-title-bg-navyblue {
  font-size: 14px;
}
}

.qx-interest-table{
  width: 100%;
}

.qx-interest-table tr td{
border-right: 1px dashed #000134;
width: 25%;
text-align: center;
font-weight: bold;
}

.qx-interest-table tr td:last-child{
  border-right: none;
}

.qx-interest{
  font-size: 22px;
}

@media (max-width: 768px) {
 .qx-interest-table tr td {
  font-size: 12px;
 }

 .qx-interest{
  font-size: 16px;
}
 }

@media (max-width: 375px) {
   .qx-interest-table tr td {
  font-size: 10px;
 }
}

.qx-title-bg-blue{
  background: #007bff;
  padding: 10px 0;
  color: #fff;
  font-size: 18px;
}

@media (max-width: 768px) {
  .qx-title-bg-blue{
  font-size: 14px;
}
}
.qx-blue-warpper {
margin-bottom: 85px;
}

.qx-blue-inner {
  background: #e5f2ff;
  padding: 30px;
  text-align: center;
  margin-bottom: 30px;}

.qx-blue-warpper::after {
  content: "";
  display: block;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid #458fca; 
  position: absolute;
  transform: translateX(-50%);
}

.qx-interest-txt{
  color: #868686;
  font-size: 12px;
}


.qx-kv-img{
  aspect-ratio: 4 / 3;
  width: 100%;
}

.qx-buttons-container-wrapper {
  position: fixed;
  left: 280px;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(217, 237, 252, 0.6);
  backdrop-filter: blur(10px);
  padding: 15px 15px 45px;
}

@media (max-width: 1365px) {
  .qx-buttons-container-wrapper {
   left: 0;
  }
}

@media (max-width: 768px) {
  .qx-buttons-container-wrapper {
   bottom: 65px;
   margin-bottom: -15px;
   padding-bottom: 50px;
  }
}

.qx-buttons-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .qx-buttons-container {
   padding-left: 10px;
   padding-right: 10px;
  }
  .qx-buttons-container img {
   width: 100%;
  }
}

.qx-floating-bnr {
  transform: translateY(0);
  transition: .4s;
}

.qx-floating-bnr-link {
  max-width: 489px;
  margin-inline: auto;
  display: block;
}

.qx-floating-bnr-link img {
  width: 100%;
}

.qx-floating-bnr.is-hidden {
  transform: translateY(calc(100% + 16px));
}

@media screen and (max-width:768px){
  .qx-floating-bnr {
   bottom: 65px;
  }

  .qx-floating-bnr.is-scroll-down {
   bottom: 15px;
  }
}

.qx-check-title{
  background: #458fca;
  text-align: center;
  font-weight: bold;
  color: #fff;
  padding-right: 18px;
}

.m-listitem_thumb_toggleindicator>.a-icon{
  transform: translateX(0px);
}

.a-icon-minus {
background-image: url(/-/media/aeoncard/assets/images/icon/minus.svg);
filter: brightness(0) invert(1);
}
.a-icon-plus {
background-image: url(/-/media/aeoncard/assets/images/icon/plus.svg);
filter: brightness(0) invert(1);
}

.m-listitem_accordion {
  display: none;
  padding: 0 0;
}
.notes-accordion .m-listitem_accordion {
  display: block
}


@media screen and (min-width:769px){
.swiper-slide.m-listitem.m-listitem-step{
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
}

@media screen and (max-width:768px){
.o-list-stepssimple>.m-listitem.m-listitem-step:not(:first-child):before {
    position: absolute;
    top: -21px;
    left: calc(50% - 10px);
    width: 0px;
    height: 0px;
    content: "";
    background: none;
}

.swiper-slide.m-listitem.m-listitem-step{
  margin-top: 0 !important;
}
}



@media (min-width:769px) {
  .qx-swiper-pattern04 .swiper-wrapper {
    flex-wrap: nowrap !important;
    width: 100%;
  }

  .qx-swiper-pattern04 .swiper-slide {
    box-sizing: border-box;
    width: calc(85% /3) !important;
    min-height: 600px;
  }
}

@media (min-width: 1025px) {
  .qx-swiper-pattern04 .swiper-wrapper {
    flex-wrap: nowrap !important;
    width: 100%;
  }

  .qx-swiper-pattern04 .swiper-slide {
    box-sizing: border-box;
    width: calc(89% / 3) !important;
    min-height: 480px;
  }
}

@media (max-width: 768px) {
  .qx-swiper-pattern04 .swiper-slide {
    width: 100%;
  }

.swiper-slide{
min-height: 650px;
padding: 0 20px;
}
}

@media (max-width: 390px) {
.swiper-slide{
min-height: 480px;

}
}

.qx-swiper-pattern04-button-next,
.qx-swiper-pattern04-button-prev {
  position: absolute;
  top: 47%;
  transform: translateY(-50%);
  z-index: 100;
  background: #fff;
  width: 30px;
  height:30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.qx-swiper-pattern04-pagination {
  text-align: center;
  margin-top: 0px;
  line-height: 0;
}

.qx-swiper-pattern04-pagination .swiper-pagination-bullet {
  background-color: #c9c9c9;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  opacity: 1;
  margin: 0 8px;
}

.qx-swiper-pattern04-pagination .swiper-pagination-bullet-active {
  background: #e8add7;
}

.swiper-button-next:after, .swiper-button-prev:after {
  content: none;
}

.qx-swiper-pattern04 .swiper-button-lock {
  display: block;
  opacity: 1 !important;
}

div.qx-swiper-pattern04 [role=button]:focus {
  opacity: 1 !important;
}


  .qx-swiper-pattern04-button-next {
    right: 0;
  }
  .qx-swiper-pattern04-button-prev {
    left: 0;
  }
  .qx-swiper-pattern04 .swiper-button-disabled {
    display: none;
  }
  .qx-swiper-pattern04-pagination {
    display: none;
  }


@media (max-width: 390px) {
.qx-swiper-pattern04-button-next,
.qx-swiper-pattern04-button-prev {
  top: 28%;
}
}


@media (min-width: 769px) {
.o-list-stepssimple>.m-listitem.m-listitem-step .m-listitem_thumb .m-listitem_thumb_main>.m-listitem_thumb_title.qx-atm-title{
font-size: 11px;
}
}

/* タイマーで導線削除 */
.qx-campaign {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.qx-js__campaign {
  display: none;
}

.qx-campaign a {
  color: #1a1a1a;
}

.qx-campaign__content {

  margin-left: auto;
  margin-right: auto;
  color: #1a1a1a;
}

.qx-campaign__content .qx-campaign__title {
  font-size: 12px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 5px;
}

.qx-campaign__content .qx-campaign__txt {
  font-size: 10px;
}

.qx-campaign__content .qx-campaign__txt span {
  margin-right: 15px;
}

.qx-campaign__items {
  display: block;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  max-width: 740px;
  width: 100%;
}

.qx-campaign__items a {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .qx-campaign__content .qx-campaign__txt span {
    margin-right: 8px;
  }
  .qx-campaign__items {
    flex-direction: column;
  }
  .qx-campaign__items a {
    width: 100%;
  }
}

/* タイトル */
.qx-title-line {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  position: relative;
  width: fit-content;
  margin-inline: auto;
  padding-inline: .8em;
  display: block;
}

.qx-title-line::before,
.qx-title-line::after {
  display: block;
  content: '';
  width: 2px;
  height: 1.5em;
  background-color: #1a1a1a;
  position: absolute;
  bottom: 0;
}

.qx-title-line::before {
  left: 0;
  transform: rotate(-45deg)
}

.qx-title-line::after {
  right: 0;
  transform: rotate(45deg)
}

.qx-bnr-img {
  text-align: center;
}

.qx-bnr-img img {
  max-width: 100%;
}

@media (max-width: 768px) {
  .qx-title-line {
    font-size: 16px;
    padding-inline: .6em;
  }
  .qx-title-line::before {
    left: -7px;
    transform: rotate(-25deg);
  }
  .qx-title-line::after {
    right: -7px;
    transform: rotate(25deg)
  }
}

@media (max-width: 374px) {
  .qx-title-line {
    font-size: 14px;
    padding-inline: .6em .4em;
  }
}