@charset "UTF-8";
/* カスタムヘッドタグより取り込み */
.a-image.cms-img_floating {
  width: 52%;
}

.a-image.cms-img_floating:first-child {
  margin-left: 10%;
}

.a-image.cms-img_floating:last-child {
  float: right;
  margin-top: -13%;
  margin-right: 10%;
}

@media (max-width: 1023px) {
  .a-image.cms-img_floating:last-child {
    margin-top: -10%;
  }
}

@media (max-width: 767px) {
  .a-image.cms-img_floating:last-child {
    margin-top: -12%;
  }
}

.m-smallarticle_image-verticalcardface {
  display: flex;
  align-items: baseline;
}

.m-smallarticle_image-verticalcardface .a-image.cms-img_floating:first-child {
  margin-bottom: 0;
  margin-left: 0;
  width: 37%;
}

.m-smallarticle_image-verticalcardface .a-image.cms-img_floating:last-child {
  width: calc(63% - 13px);
  margin-top: 0;
  margin-right: 0;
  margin-left: 13px;
}

@media (max-width: 1023px) {
  .m-smallarticle_image-verticalcardface .a-image.cms-img_floating:last-child {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .m-smallarticle_image-verticalcardface .a-image.cms-img_floating:last-child {
    margin-top: 0;
  }
}

.o-section ~ .o-section-leadcontainer {
  margin-top: 60px;
}

@media (max-width: 768px) {
  .o-section ~ .o-section-leadcontainer {
    margin-top: 30px;
  }
}

.o-section-leadcontainer .m-leadcontainer_buttonwrapper .m-buttoncontainer-equalbuttonwidth .m-buttoncontainer_primary,
.o-section-leadcontainer .m-leadcontainer_buttonwrapper .m-buttoncontainer-equalbuttonwidth .m-buttoncontainer_secondary {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-basis: 332px;
}

@media (max-width: 767px) {
  .m-buttoncontainer-equalbuttonwidth .a-button {
    height: 56px;
    font-size: 16px;
    letter-spacing: -.025em;
  }
}

.p-svc2201-magenta-text {
  color: #B60081;
}

.p-svc2201-blue-text {
  color: #4653A2;
}

/* 2609 new style */
.qx-etc-mv__flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

@media (max-width: 768px) {
  .qx-etc-mv__flex {
    flex-direction: column;
    gap: 30px;
  }
}

.qx-etc-mv__flex__contents {
  padding: 40px;
  border-radius: 12px;
  background-color: #fff;
}

@media (max-width: 768px) {
  .qx-etc-mv__flex__contents {
    padding: 14px 18px;
  }
}

.qx-etc-mv__flex__contents > h2 {
  margin: 0;
  font-size: 20px;
}

.qx-etc-mv__flex__contents > p {
  margin-top: 15px;
}

.qx-etc-mv__flex__img {
  width: 285px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

@media (max-width: 768px) {
  .qx-etc-mv__flex__img {
    width: 278px;
  }
  .qx-etc-mv__flex__img > img {
    width: 230px;
  }
}

.qx-etc-mv__box {
  margin: 30px auto 0;
  width: 624px;
  padding: 20px 40px;
  border-radius: 12px;
  background-color: #fff;
}

@media (max-width: 768px) {
  .qx-etc-mv__box {
    width: 100%;
    padding: 14px 20px;
  }
}

.qx-etc-mv__box > h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
}

.qx-etc-mv__box > p {
  margin-top: 10px;
}

.qx-etc-table {
  margin: 0;
  border-collapse: collapse;
  width: 100%;
}

.qx-etc-table th {
  border: 1px solid #E0E0E0;
  background-color: #EDEFF7;
  padding: 20px 16px;
  text-align: left;
  width: 150px;
  color: #666;
}

@media (max-width: 768px) {
  .qx-etc-table th {
    width: 134px;
  }
}

.qx-etc-table td {
  border: 1px solid #E0E0E0;
  padding: 20px 16px;
  width: calc(100% - 150px);
  font-size: 12px;
  color: #666;
  font-weight: 600;
}

@media (max-width: 768px) {
  .qx-etc-table td {
    padding: 14px 12px;
  }
}

.qx-etc-table td > strong {
  font-weight: 700;
  color: #CF009E;
  font-size: 14px;
}

.qx-etc-merit {
  margin: 0;
  list-style: none;
}

.qx-etc-merit > li {
  padding: 20px 20px 20px 58px;
  border-top: 1px solid #f0f0f0;
  position: relative;
}

@media (max-width: 768px) {
  .qx-etc-merit > li {
    padding: 18px 18px 18px 38px;
  }
}

.qx-etc-merit > li:last-child {
  border-bottom: 1px solid #f0f0f0;
}

.qx-etc-merit > li::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: 28px;
  height: 28px;
  background: url("/-/media/aeoncard/service/etc/images/icon_check.svg") no-repeat center center/contain;
}

.qx-etc-merit > li > h3 {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 700;
}

.qx-button small {
  font-size: 13px;
}

.qx-button small > span {
  margin: 0 !important;
  font-size: 12px;
}

.qx-faq {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (max-width: 767px) {
  .qx-faq {
    gap: 16px;
  }
}

.qx-faq__item {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.qx-faq__q {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 20px 24px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  color: #333;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .qx-faq__q {
    padding: 16px 18px;
  }
}

.qx-faq__q-label {
  flex-shrink: 0;
  color: #CF009E;
  font-size: 15px;
  font-weight: 700;
}

.qx-faq__q-text {
  flex: 1;
}

.qx-faq__icon {
  flex-shrink: 0;
  position: relative;
  width: 14px;
  height: 14px;
  margin-left: 8px;
}

.qx-faq__icon::before, .qx-faq__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #CF009E;
  transform: translateY(-50%);
  transition: transform 0.25s, opacity 0.25s;
}

.qx-faq__icon::after {
  transform: translateY(-50%) rotate(90deg);
}

.qx-faq__q[aria-expanded="true"] .qx-faq__icon::after {
  transform: translateY(-50%) rotate(0deg);
  opacity: 0;
}

.qx-faq__a {
  padding: 0 24px 20px;
}

@media (max-width: 767px) {
  .qx-faq__a {
    padding: 0 18px 16px;
  }
}

.qx-gray-box {
  margin-top: 30px;
  padding: 28px;
  border-radius: 6px;
  background-color: #f7f7f7;
}

@media (max-width: 768px) {
  .qx-gray-box {
    padding: 16px;
  }
}

.o-list-steps.qx-listitem-noicon .m-listitem + .m-listitem:before {
  content: none;
}

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

/* PCでも .m-notes をアコーディオン化（デフォルト閉じ） */
@media (min-width: 769px) {
  .m-notes.qx-m-notes .m-notes_header {
    pointer-events: auto;
    cursor: pointer;
    border-bottom-width: 0;
  }
  .m-notes.qx-m-notes.m-notes-showcontent .m-notes_header {
    border-bottom-width: 1px;
  }
  .m-notes.qx-m-notes .m-notes_toggleicon {
    display: block;
  }
  .m-notes.qx-m-notes .m-notes_content {
    display: none;
  }
  .m-notes.qx-m-notes.m-notes-showcontent .m-notes_content {
    display: block;
  }
}
