@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700;800&;900display=swap");
.qx-mt5 {
  margin-top: 5px;
}

.qx-mt10 {
  margin-top: 10px;
}

.qx-mt15 {
  margin-top: 15px;
}

.qx-mt20 {
  margin-top: 20px;
}

.qx-mt25 {
  margin-top: 25px;
}

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

.qx-mt35 {
  margin-top: 35px;
}

.qx-mt40 {
  margin-top: 40px;
}

.qx-mt45 {
  margin-top: 45px;
}

.qx-mt50 {
  margin-top: 50px;
}

.qx-mt55 {
  margin-top: 55px;
}

.qx-mt60 {
  margin-top: 60px;
}

.qx-mt65 {
  margin-top: 65px;
}

.qx-mt70 {
  margin-top: 70px;
}

.qx-mt75 {
  margin-top: 75px;
}

.qx-mt80 {
  margin-top: 80px;
}

.qx-mt85 {
  margin-top: 85px;
}

.qx-mt90 {
  margin-top: 90px;
}

.qx-mb5 {
  margin-bottom: 5px;
}

.qx-mb10 {
  margin-bottom: 10px;
}

.qx-mb15 {
  margin-bottom: 15px;
}

.qx-mb20 {
  margin-bottom: 20px;
}

.qx-mb25 {
  margin-bottom: 25px;
}

.qx-mb30 {
  margin-bottom: 30px;
}

.qx-mb35 {
  margin-bottom: 35px;
}

.qx-mb40 {
  margin-bottom: 40px;
}

.qx-mb45 {
  margin-bottom: 45px;
}

.qx-mb50 {
  margin-bottom: 50px;
}

.qx-mb55 {
  margin-bottom: 55px;
}

.qx-mb60 {
  margin-bottom: 60px;
}

.qx-mb65 {
  margin-bottom: 65px;
}

.qx-mb70 {
  margin-bottom: 70px;
}

.qx-mb75 {
  margin-bottom: 75px;
}

.qx-mb80 {
  margin-bottom: 80px;
}

.qx-mb85 {
  margin-bottom: 85px;
}

.qx-mb90 {
  margin-bottom: 90px;
}

@media (max-width: 768px) {
  .qx-spmt5 {
    margin-top: 1.28205vw;
  }
  .qx-spmt10 {
    margin-top: 2.5641vw;
  }
  .qx-spmt15 {
    margin-top: 3.84615vw;
  }
  .qx-spmt20 {
    margin-top: 5.12821vw;
  }
  .qx-spmt25 {
    margin-top: 6.41026vw;
  }
  .qx-spmt30 {
    margin-top: 7.69231vw;
  }
  .qx-spmt35 {
    margin-top: 8.97436vw;
  }
  .qx-spmt40 {
    margin-top: 10.25641vw;
  }
  .qx-spmt45 {
    margin-top: 11.53846vw;
  }
  .qx-spmt50 {
    margin-top: 12.82051vw;
  }
  .qx-spmt55 {
    margin-top: 14.10256vw;
  }
  .qx-spmt60 {
    margin-top: 15.38462vw;
  }
  .qx-spmt65 {
    margin-top: 16.66667vw;
  }
  .qx-spmt70 {
    margin-top: 17.94872vw;
  }
  .qx-spmt75 {
    margin-top: 19.23077vw;
  }
  .qx-spmt80 {
    margin-top: 20.51282vw;
  }
  .qx-spmt85 {
    margin-top: 21.79487vw;
  }
  .qx-spmt90 {
    margin-top: 23.07692vw;
  }
}

/* ------------------------------------
reset
------------------------------------*/
body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  line-height: 1.35;
  letter-spacing: 0.01em;
  color: #1a1a1a;
}

@media (max-width: 768px) {
  body {
    font-size: 3.58974vw;
  }
}

@media (min-width: 769px) {
  body {
    min-width: 100%;
  }
}

h1, h2, h3, h4, h5, p {
  margin: 0;
}

ul, li {
  list-style: none;
}

a:hover, button:hover {
  opacity: .4;
  transition: .5s ease-out;
}

img {
  max-width: 100%;
}

#contentMain * {
  box-sizing: border-box;
}

/* ------------------------------------
frame
------------------------------------*/
.o-header {
  border-bottom: 4px solid #2C3E8A;
}

@media (max-width: 768px) {
  .o-header {
    border-bottom: 0;
  }
}

.qx-kvcontent__frame {
  max-width: 728px;
  margin-inline: auto;
  margin-block: 40px 60px;
}

@media (max-width: 768px) {
  .qx-kvcontent__frame {
    margin-inline: 5.12821vw;
    margin-block: 6.41026vw 7.69231vw;
  }
}

.qx-content__frameWrapper {
  border-top: 5px solid #D82D8B;
  background-color: rgba(14, 110, 184, 0.05);
}

@media (max-width: 768px) {
  .qx-content__frameWrapper {
    border-top: 1.02564vw solid #D82D8B;
  }
}

.qx-content__frame {
  max-width: 680px;
  margin-inline: auto;
  padding-block: 60px;
}

@media (max-width: 768px) {
  .qx-content__frame {
    margin-inline: 5.12821vw;
    padding-block: 10.25641vw;
  }
}

/* ------------------------------------
unit
------------------------------------*/
.qx-note li {
  text-indent: -1em;
  margin-left: 1em;
}

.qx-note--small {
  font-size: 12px;
}

@media (max-width: 768px) {
  .qx-note--small {
    font-size: 3.07692vw;
  }
}

.qx-apply__btn {
  color: #ffffff;
  text-align: center;
  font-size: 21px;
  font-weight: 600;
  margin-inline: auto;
  display: block;
  border-radius: 10px;
}

.qx-apply__btn span {
  font-size: 12px;
  font-weight: normal;
  display: block;
  margin-top: 3px;
}

.qx-apply__btn--normal {
  background: url(/-/media/aeoncard/campaign/lp/jq_2509/images/arrow_right.svg) no-repeat calc(100% - 17px) center, #EE7203;
  max-width: 280px;
  width: 100%;
  padding-block: 10px;
}

.qx-apply__btn--anchor {
  background: url(/-/media/aeoncard/campaign/lp/jq_2509/images/arrow_bottom.svg) no-repeat calc(100% - 31px) center, #EE7203;
  max-width: 530px;
  width: 100%;
  padding-block: 14px;
}

@media (max-width: 768px) {
  .qx-apply__btn {
    font-size: 5.38462vw;
    border-radius: 2.5641vw;
  }
  .qx-apply__btn span {
    font-size: 3.07692vw;
    margin-top: 0.76923vw;
  }
  .qx-apply__btn--normal {
    background: url(/-/media/aeoncard/campaign/lp/jq_2509/images/arrow_right.svg) no-repeat calc(100% - vw(17)) center, #EE7203;
    padding-block: 2.5641vw;
    max-width: 71.79487vw;
  }
  .qx-apply__btn--anchor {
    background: url(/-/media/aeoncard/campaign/lp/jq_2509/images/arrow_bottom.svg) no-repeat calc(100% - vw(31)) center, #EE7203;
    padding-block: 3.33333vw;
    max-width: 135.89744vw;
  }
}

.qx-title__h2 {
  background: #D82D8B;
  color: #ffffff;
  font-size: 28px;
  padding: 20px 10px;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .qx-title__h2 {
    font-size: 7.17949vw;
    padding: 5.12821vw 2.5641vw;
    border-radius: 2.5641vw;
    margin-bottom: 7.69231vw;
  }
}

.qx-txt__lead {
  font-weight: 800;
  text-align: center;
  font-size: 17px;
  margin-bottom: 20px;
  position: relative;
}

.qx-txt__lead--pink {
  color: #D82D8B;
}

.qx-txt__lead__line::before, .qx-txt__lead__line::after {
  content: "";
  width: 2px;
  background: #D82D8B;
  display: inline-block;
  position: absolute;
  top: 50%;
  height: 90%;
}

.qx-txt__lead__line::before {
  left: -10px;
  transform: translateY(-50%) rotate(140deg);
}

.qx-txt__lead__line::after {
  right: -10px;
  transform: translateY(-50%) rotate(40deg);
}

@media (max-width: 768px) {
  .qx-txt__lead {
    font-size: 4.35897vw;
    margin-bottom: 2.5641vw;
  }
  .qx-txt__lead::before, .qx-txt__lead::after {
    width: 0.25641vw;
  }
  .qx-txt__lead::before {
    left: -2.5641vw;
  }
  .qx-txt__lead::after {
    right: -2.5641vw;
  }
}

.qx-link {
  color: #367FB9;
  text-decoration: underline;
}

.qx-color--red {
  color: #eb0015;
}

.qx-fontweight--bold {
  font-weight: 600;
}

.qx-flex {
  display: flex;
}

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

/* ------------------------------------
kv
------------------------------------*/
.qx-kv {
  background: rgba(14, 110, 184, 0.2);
  overflow: hidden;
}

.qx-kv__card {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-bottom: 35px;
}

.qx-kv__cardface {
  width: 240px;
}

.qx-kv__card__content {
  background: #ffffff;
}

.qx-kv__text {
  text-align: center;
}

.qx-kv__textinner {
  font-size: 36px;
  display: inline-block;
  padding: 0 20px;
  text-align: center;
  color: #D82D8B;
  font-weight: 800;
  position: relative;
}

.qx-kv__textinner::before, .qx-kv__textinner::after {
  content: "";
  width: 3px;
  background: #D82D8B;
  display: inline-block;
  position: absolute;
  top: 50%;
  height: 90%;
}

.qx-kv__textinner::before {
  left: 0;
  transform: translateY(-50%) rotate(140deg);
}

.qx-kv__textinner::after {
  right: 0;
  transform: translateY(-50%) rotate(40deg);
}

.qx-kv__content {
  position: relative;
  padding: 0 50px 25px;
  background: #ffffff;
  border-radius: 10px;
  margin-top: 45px;
  text-align: center;
}

.qx-kv__content__title {
  display: inline-block;
  font-size: 28px;
  color: #ffffff;
  text-align: center;
  background: #D82D8B;
  font-weight: 600;
  border-radius: 10px;
  padding: 12px 25px;
  transform: translateY(-50%);
}

.qx-kv__date {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-block: 20px;
}

.qx-kv__dateitem {
  flex: 1;
  border: 1px solid #D82D8B;
  border-radius: 20px;
  font-weight: 600;
  overflow: hidden;
  background: #ffffff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.qx-kv__dateitem__left {
  display: inline-block;
  padding: 7px 10px;
  background: #D82D8B;
  color: #ffffff;
  font-size: 12px;
}

.qx-kv__dateitem__right {
  display: inline-block;
  padding-inline: 5px;
}

@media (max-width: 768px) {
  .qx-kv__card {
    gap: 5.12821vw;
    margin-bottom: 6.41026vw;
  }
  .qx-kv__cardface {
    width: 42.05128vw;
  }
  .qx-kv__textinner {
    font-size: 7.17949vw;
    padding: 0 4.61538vw;
  }
  .qx-kv__textinner::before, .qx-kv__textinner::after {
    content: "";
    width: 0.76923vw;
  }
  .qx-kv__content {
    padding: 0 5.12821vw 6.41026vw;
    background: #ffffff;
    border-radius: 2.5641vw;
    margin-top: 10.25641vw;
  }
  .qx-kv__content__title {
    font-size: 4.61538vw;
    border-radius: 2.5641vw;
    padding: 1.79487vw;
  }
  .qx-kv__date {
    flex-direction: column;
    gap: 2.5641vw;
    margin-block: 5.12821vw;
  }
  .qx-kv__dateitem {
    border-radius: 5.12821vw;
    width: 100%;
  }
  .qx-kv__dateitem__left {
    padding: 1.79487vw 2.5641vw;
  }
  .qx-kv__dateitem__right {
    font-size: 3.33333vw;
    padding-inline: 2.5641vw 0;
  }
}

/* ------------------------------------
qx-summary
------------------------------------*/
.qx-summary__condition {
  margin-block: 30px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.qx-summary__condition span {
  font-size: 26px;
  font-weight: 800;
  padding: 0 20px;
  background: #f3f8fb;
}

.qx-summary__condition::before {
  content: "";
  width: 100%;
  height: 2px;
  background: #1a1a1a;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: -1;
}

@media (max-width: 768px) {
  .qx-summary__condition {
    margin-block: 12.82051vw 6.41026vw;
  }
  .qx-summary__condition span {
    font-size: 6.66667vw;
    padding: 0 2.5641vw;
  }
}

.qx-summary__item {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #D82D8B;
  margin-block: 20px;
  background: #ffffff;
}

.qx-summary__itemlab {
  background: #D82D8B;
  color: #ffffff;
  text-align: center;
  font-weight: 600;
  padding: 3px;
  font-size: 20px;
}

.qx-summary__itemcont {
  padding: 20px 30px 0;
}

.qx-summary__itemcont__txt {
  font-size: 16px;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 600;
}

.qx-summary__itemcont__graph {
  text-align: center;
}

.qx-summary__itembottom {
  border-top: 1px solid #D82D8B;
  font-weight: 600;
  margin-top: 20px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.qx-summary__itembottom__left, .qx-summary__itembottom__right {
  padding-block: 6px;
}

.qx-summary__itembottom__left {
  padding-inline: 40px;
  color: #D82D8B;
}

.qx-summary__itembottom__right {
  text-align: center;
  background: #D82D8B;
  color: #ffffff;
  flex-grow: 1;
}

.qx-summary__itembottom__right strong {
  font-size: 18px;
}

.qx-summary__item:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .qx-summary__item {
    border-radius: 2.5641vw;
    margin-block: 5.12821vw 7.69231vw;
  }
  .qx-summary__itemlab {
    padding: 0.76923vw;
    font-size: 5.12821vw;
  }
  .qx-summary__itemcont {
    padding: 5.12821vw 5.12821vw 0;
  }
  .qx-summary__itemcont__txt {
    font-size: 4.10256vw;
    margin-bottom: 2.5641vw;
  }
  .qx-summary__itemcont__graph {
    text-align: center;
  }
  .qx-summary__itembottom {
    margin-top: 7.69231vw;
  }
  .qx-summary__itembottom__left, .qx-summary__itembottom__right {
    padding-block: 2.05128vw;
  }
  .qx-summary__itembottom__left {
    padding-inline: 1.28205vw;
  }
  .qx-summary__itembottom__right {
    padding-inline: 0.76923vw;
    font-size: 3.33333vw;
  }
  .qx-summary__itembottom__right strong {
    font-size: 4.10256vw;
  }
}

@media (max-width: 768px) {
  .qx-summary__arrow {
    width: 17.94872vw;
  }
}

/* ------------------------------------
qx-card
------------------------------------*/
.qx-card__item {
  padding-block: 25px 45px;
  border: 1px solid #000000;
  background: #ffffff;
}

.qx-card__item ~ .qx-card__item {
  margin-top: 30px;
}

.qx-card__item__inner {
  max-width: 310px;
  margin-inline: auto;
}

.qx-card__cardface {
  max-width: 240px;
  margin-bottom: 20px;
}

.qx-card__logo {
  max-width: 28px;
}

@media (max-width: 768px) {
  .qx-card__item {
    padding-block: 6.41026vw 11.53846vw 5.12821vw;
  }
  .qx-card__item ~ .qx-card__item {
    margin-top: 5.12821vw;
  }
  .qx-card__item__inner {
    max-width: 79.48718vw;
  }
  .qx-card__cardface {
    max-width: 61.53846vw;
    margin-bottom: 5.12821vw;
  }
  .qx-card__logo {
    max-width: 7.17949vw;
  }
}

.qx-card-detail__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 600px;
}

.qx-card-detail__btn img {
  margin-left: 3px;
}

.qx-card__content {
  max-width: 274px;
  margin-inline: auto;
}

.qx-card__list {
  font-size: 16px;
  margin-top: 25px;
  font-weight: 600;
}

.qx-card__detail {
  margin-top: 20px;
  font-size: 12px;
}

.qx-card__detail th, .qx-card__detail td {
  border: 1px solid #000;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: normal;
  text-align: left;
}

.qx-card__detail th {
  width: 110px;
  padding-inline: 12px;
  background: #EDEBE4;
}

.qx-card__detail td {
  padding-inline: 20px;
  padding-block: 10px;
}

.qx-card__detail span {
  font-size: 10px;
  padding: 4px 5px;
  border-radius: 4px;
  display: inline-block;
  min-width: 63px;
  text-align: center;
}

.qx-card__lab01,
.qx-card__lab02,
.qx-card__lab03 {
  margin-top: 5px;
  margin-right: 3px;
}

.qx-card__lab01 {
  background: #EDEBE4;
  color: #77746D;
}

.qx-card__lab02 {
  background: #D8D5D0;
  color: #ffffff;
}

.qx-card__lab03 {
  background: #A6A298;
  color: #ffffff;
}

@media (max-width: 768px) {
  .qx-card-detail__btn {
    margin-top: 3.84615vw;
    font-size: 4.10256vw;
  }
  .qx-card-detail__btn img {
    margin-left: 0.76923vw;
  }
  .qx-card__content {
    max-width: 70.25641vw;
  }
  .qx-card__list {
    font-size: 4.10256vw;
    margin-top: 5.12821vw;
  }
  .qx-card__detail {
    margin-top: 7.69231vw;
    font-size: 3.07692vw;
  }
  .qx-card__detail th, .qx-card__detail td {
    padding-top: 2.5641vw;
    padding-bottom: 2.5641vw;
  }
  .qx-card__detail th {
    width: 28.20513vw;
    padding-inline: 3.07692vw;
    background: #EDEBE4;
  }
  .qx-card__detail td {
    padding-inline: 5.12821vw;
    padding-block: 2.5641vw;
  }
  .qx-card__detail span {
    font-size: 2.5641vw;
    padding: 1.02564vw 1.28205vw;
    border-radius: 1.02564vw;
    display: inline-block;
    min-width: 16.15385vw;
  }
  .qx-card__lab01,
  .qx-card__lab02,
  .qx-card__lab03 {
    margin-top: 1.28205vw;
    margin-right: 0.76923vw;
  }
}

/* ------------------------------------
karute
------------------------------------*/
.rule__title {
  background-color: #e5e5e5;
  padding: 11px 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.rule__contents {
  margin-bottom: 40px;
}

.rule__texts {
  padding-top: 20px;
}

.tos_campaign-number-container {
  display: flex;
  justify-content: flex-end;
}

.tos_campaign-number {
  border: 1px solid #1a1a1a;
  padding: 4px 10px;
  font-size: 16px;
}

@media (max-width: 768px) {
  .rule__title {
    padding: 2.82051vw 5.12821vw;
    font-size: 4.61538vw;
    font-weight: 700;
    line-height: 1;
  }
  .rule__contents {
    margin-bottom: 10.25641vw;
  }
  .rule__texts {
    padding-top: 5.12821vw;
  }
  .rule p {
    font-size: 3.58974vw;
  }
  .tos_campaign-number {
    padding: 1.02564vw 2.5641vw;
    font-size: 4.10256vw;
  }
}

/* ------------------------------------
float
------------------------------------*/
.float-link__container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.float-link__contents {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 15px;
}

.float-link__contents img {
  max-width: 240px;
}

.rule__table th {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}

@media (max-width: 768px) {
  .rule__table th {
    width: 23.07692vw;
  }
}

@media (min-width: 769px) {
  .float-link__contents {
    max-width: 600px;
  }
}

.float-top__container {
  position: fixed;
  bottom: 140px;
  right: 20px;
  width: 65px;
  z-index: 11;
}

@media (max-width: 768px) {
  .float-link__contents {
    margin-top: 2.5641vw;
    margin-bottom: 2.5641vw;
    gap: 2.5641vw;
  }
  .float-link__contents img {
    max-width: 43.58974vw;
  }
  .float-top__container {
    width: 45px;
    bottom: 110px;
    right: 15px;
  }
}
