/* --------------------------------
アコーディオン
-------------------------------- */

.m-notes-alwaysopen .m-notes_header,.notes-accordion .m-notes_header {
  border-bottom-width: 1px
}
.m-notes_header {
  padding: 16px 0 18px;
  cursor: pointer;
  border-bottom-width: 0;
}
.m-notes_title {
  display: flex;
  align-items: center;
  pointer-events: auto;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: -.0225em;
  font-weight: 600
}
.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 {
  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)
}
.a-icon-plus {
background-image: url(/-/media/aeoncard/assets/images/icon/plus.svg)
}
.a-icon {
  display: inline-block;
  width: 28px;
  height: 28px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}

.p-buttoncontainer .a-button>span {
  max-width: none;
}


.m-text-button-label {
  text-align: center;
  font-size: 18px;
}
.m-text-button-label > span {
  display: flex;
  justify-content: center;
  align-items: center;
}
.m-text-button-label > span::before {
  content: '';
  display: block;
  margin-right: 10px;
  width: 1px;
  height: 20px;
  background-color: #333;
  transform: rotate(-45deg);
}
.m-text-button-label > span::after {
  content: '';
  display: block;
  margin-left: 10px;
  width: 1px;
  height: 20px;
  background-color: #333;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .m-text-button-label {
    font-size: 16px;
  }
  .m-text-button-label > span::before {
    margin-right: 15px;
    height: 40px;
    transform: rotate(-30deg);
  }
  .m-text-button-label > span::after {
    margin-left: 15px;
    height: 40px;
    transform: rotate(30deg);
  }
}

.m-heading-typeh1 + .a-image.a-image-lazy img, .m-heading-typeh1 + .o-section .a-image img {
  width: auto;
  height: auto;
}

.qx-table__ttl {
  font-weight: 600;
  font-size: 18px;
}

.qx-bnr {
  max-width: 800px;
  margin-inline: auto;
}

.qx-bnr-each {
  display: block;
  max-width: 500px;
  margin-inline: auto;
}

.qx-border--gold {
  border: 2px solid #B38442;
  padding: 15px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .qx-table__ttl {
    font-size: 13px;
  }

  .qx-border--gold {
    padding: 10px;
  }
}