@charset "UTF-8";
.qx-tab {
  margin: 30px 0 0;
}

.qx-tab__lab {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 7px;
}

.qx-tab__lab--unit {
  flex: 1;
  border-style: solid;
  border-width: 7px 2px 0;
  position: relative;
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  color: #fff;
}

.qx-tab__lab--unit.is-current {
  background: none;
  padding: 20px 10px;
  color: #1a1a1a;
}

.qx-tab__lab--unit.is-current::after {
  content: "";
  display: block;
  position: absolute;
  height: 5px;
  bottom: -3px;
  left: 0;
  background: #fff;
  width: 100%;
}

.qx-tab__lab--blue {
  border-color: #0070c0;
  background: #0070c0;
}

.qx-tab__lab--orange {
  border-color: #ec7d31;
  background: #ec7d31;
}

.qx-tab__lab--green {
  border-color: #92d051;
  background: #92d051;
}

.qx-tab__content {
  border-style: solid;
  border-width: 2px;
  background: #fff;
  padding: 45px 20px 0;
}

img.qx-tab__img {
  float: left;
  height: 46px;
}

.qx-tab__txt {
  text-align: right;
}

.qx-tab__txt--bold {
  font-weight: bold;
}

.qx-tab__txt--red {
  color: #da0026;
}

.qx-tab__content--frame {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 20px;
}

.qx-tab__content--frame > li {
  width: calc((100% - 40px) / 3);
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: column;
  padding-bottom: 60px;
}

.qx-tab__content--frame .c-list-marked li {
  margin-bottom: 0;
  font-size: 12px;
}

.qx-tab__btn {
  margin-top: 15px;
  width: 100%;
}

.qx-btn--blank {
  width: 240px;
  max-width: 100%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
}

.qx-payment-state {
  text-align: center;
  color: #305496;
  margin-top: 60px;
}

.qx-payment-state span {
  font-size: 21px;
  padding: 0 18px;
  font-weight: bold;
  position: relative;
}

.qx-payment-state span::before, .qx-payment-state span::after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 36px;
  position: absolute;
  background: #305496;
  bottom: 0;
  top: 0;
  margin: auto;
}

.qx-payment-state span::before {
  left: 0;
  transform: rotate(-35deg);
}

.qx-payment-state span::after {
  right: 0;
  transform: rotate(35deg);
}

/* ACC-1 アコーディオン start */
.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;
}

.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;
}

.qx-accodion__icon {
  background-image: none;
  background: #3d4d8c;
  border-radius: 50%;
  position: relative;
  width: 20px;
  height: 20px;
}

.qx-accodion__icon::before, .qx-accodion__icon::after {
  content: "";
  width: 12px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.qx-accodion__icon.a-icon-plus::after {
  transform: translate(-50%, -50%) rotate(0);
}

.qx-accodion__icon.a-icon-plus::before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.qx-notes {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.qx-accodion__toggleicon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%);
}

.qx-notes__header {
  width: 240px;
  height: 56px;
  color: #3d4d8c;
  position: relative;
  background: none;
  max-width: 344px;
  border: 2px solid #3d4d8c;
  border-radius: 28px;
  outline: none;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.05);
  transition: all .4s ease-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 12px;
  line-height: 1.1875;
  letter-spacing: -.0225em;
  font-weight: 600;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.qx-note__content {
  padding: 0;
  background: #fff;
}

.qx-note__content p {
  margin-bottom: 3px !important;
  margin-top: 15px;
}

/* ACC-1 アコーディオン end */
.qx-h4 {
  color: #0070C0;
  text-align: center;
  font-size: 18px;
}

.qx-img {
  max-width: 100%;
}

.qx-tab__content--frame td {
  vertical-align: top;
}

.qx-th {
  width: 75px;
}

.qx-col2 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
}

@media screen and (max-width: 768px) {
  .qx-tab {
    margin: 20px 0 0;
  }
  .qx-tab__content {
    padding: 20px 10px;
  }
  .qx-tab__lab--unit {
    font-size: 12px;
  }
  .qx-tab__lab--unit.is-current {
    padding: 12px 5px;
  }
  .qx-tab__lab--unit {
    padding: 8px 0;
    margin-top: 5px;
  }
  .qx-tab__content--frame > li {
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #cccccc;
  }
  .qx-tab__content--frame > li:last-of-type {
    border-bottom: 0;
  }
  .qx-tab__lab {
    gap: 3px;
  }
  .qx-payment-state {
    margin-top: 40px;
  }
  .qx-payment-state span {
    font-size: clamp(16px, calc(42 / 750 * 100vw), 20px);
    padding: 0 clamp(9px, calc(22 / 750 * 100vw), 11px);
  }
  .qx-payment-state span::before, .qx-payment-state span::after {
    height: clamp(17px, calc(43 / 750 * 100vw), 21px);
    width: 2px;
  }
  .qx-tab__content--frame {
    gap: 40px;
  }
  .qx-col2 {
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }
}

.qx-bnr img {
  max-width: 740px;
  width: 100%;
}