@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400..600&display=swap");
/* ------------------------------
COMMON 
------------------------------ */
body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.02em;
}

.qx-content__inner {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .qx-content__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.qx-content__inner02 {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .qx-content__inner02 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

img {
  max-width: 100%;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  outline: none;
}

button {
  margin: 0;
  padding: 0;
  color: inherit;
  font: inherit;
  text-transform: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
}

#contentMain {
  padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
  #contentMain {
    padding-bottom: 40px;
  }
}

#contentMain * {
  box-sizing: border-box;
}

/* ------------------------------
Frame 
------------------------------ */
.qx-content__inner {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .qx-content__inner {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.qx-kv__mv {
  max-width: 1280px;
  width: 100%;
}

.qx-frame__flow {
  border: 2px solid #1DCBB7;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 40px;
}

.qx-frame__flow__ttl {
  color: #fff;
  font-size: 22px;
  text-align: center;
  background: #1DCBB7;
  padding: 2px 5px 5px;
  font-weight: 700;
}

.qx-frame__flow__ttl strong {
  font-size: 26px;
}

.qx-frame__flow__body {
  padding: 40px;
}

.qx-frame__flow__item {
  padding: 20px 0;
}

.qx-frame__flow__item:first-of-type {
  padding-top: 0;
}

.qx-frame__flow__item ~ .qx-frame__flow__item {
  border-top: 2px solid #1DCBB7;
}

@media screen and (max-width: 768px) {
  .qx-frame__flow__body {
    padding: 20px 12px;
  }
}

@media screen and (max-width: 768px) {
  .qx-frame__flow__ttl {
    font-size: 18px;
    padding: 3px 5px 5px;
  }
  .qx-frame__flow__ttl strong {
    font-size: 24px;
    line-height: 1;
  }
}

/* ------------------------------
Unit 
------------------------------ */
.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-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;
}

@media screen and (max-width: 768px) {
  .qx-spmt5 {
    margin-top: 5px;
  }
  .qx-spmt10 {
    margin-top: 10px;
  }
  .qx-spmt15 {
    margin-top: 15px;
  }
  .qx-spmt20 {
    margin-top: 20px;
  }
  .qx-spmt25 {
    margin-top: 25px;
  }
  .qx-spmt30 {
    margin-top: 30px;
  }
  .qx-spmt35 {
    margin-top: 35px;
  }
  .qx-spmt40 {
    margin-top: 40px;
  }
  .qx-spmt45 {
    margin-top: 45px;
  }
  .qx-spmt50 {
    margin-top: 50px;
  }
  .qx-spmb5 {
    margin-bottom: 5px;
  }
  .qx-spmb10 {
    margin-bottom: 10px;
  }
  .qx-spmb15 {
    margin-bottom: 15px;
  }
  .qx-spmb20 {
    margin-bottom: 20px;
  }
  .qx-spmb25 {
    margin-bottom: 25px;
  }
  .qx-spmb30 {
    margin-bottom: 30px;
  }
  .qx-spmb35 {
    margin-bottom: 35px;
  }
  .qx-spmb40 {
    margin-bottom: 40px;
  }
  .qx-spmb45 {
    margin-bottom: 45px;
  }
  .qx-spmb50 {
    margin-bottom: 50px;
  }
}

.qx-color--red, .u-attention_txt_color {
  color: #EB0015;
}

.qx-decoration--underline {
  text-decoration: underline;
}

.qx-align--center {
  text-align: center;
}

.qx-align--left {
  text-align: left;
}

.qx-align--right {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .qx-sp-none {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .qx-pc-none {
    display: none;
  }
}

.qx-note {
  font-size: 12px;
}

.qx-note li {
  margin-left: 1em;
  text-indent: -1em;
}

.qx-note--normal {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .qx-note {
    font-size: 10px;
  }
  .qx-note--normal {
    font-size: 14px;
  }
}

.qx-h4 {
  font-size: 21px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .qx-h4 {
    font-size: 16px;
  }
}

/* ------------------------------
components
------------------------------ */
.qx-section {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .qx-section {
    margin-top: 25px;
  }
}

.qx-h2 {
  border-left: 6px solid #7D2AFF;
  padding: 10px 15px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .qx-h2 {
    border-left: 5px solid #7D2AFF;
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.qx-lab01 {
  position: relative;
  display: inline-block;
  padding: 0 15px;
  font-size: 20px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .qx-lab01 {
    font-size: 16px;
  }
}

.qx-lab01::before,
.qx-lab01::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 1px;
  background: #1a1a1a;
  height: 25px;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .qx-lab01::before,
  .qx-lab01::after {
    height: 20px;
  }
}

.qx-lab01::before {
  transform: rotate(135deg);
  left: 0;
}

.qx-lab01::after {
  transform: rotate(45deg);
  right: 0;
}

.qx-lab02 {
  background: #DC0695;
  min-width: 220px;
  display: inline-block;
  padding: 8px 5px 9px;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  border-radius: 25px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .qx-lab02 {
    font-size: 16px;
    min-width: 175px;
    padding: 5px 5px 6px;
  }
}

.qx-link {
  color: #015EC5;
  text-decoration: underline;
}

.qx-cursor--pointer:hover {
  cursor: pointer;
}

/* ------------------------------
kv 
------------------------------ */
.qx-kv__inner {
  text-align: center;
}

/* ------------------------------
Flow 
------------------------------ */
.qx-flow__statement {
  font-size: 22px;
  padding: 20px 0;
  font-weight: 600;
}

.qx-flow__statement strong {
  font-size: 26px;
  color: #DC0695;
}

.qx-flow__statement:first-child {
  padding-top: 0;
}

.qx-flow__statement.qx-flow__statement--small {
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .qx-flow__statement.qx-flow__statement--small {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .qx-flow__statement {
    font-size: 14px;
    padding: 10px 0;
  }
  .qx-flow__statement strong {
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {
  .qx-maxheight01 {
    max-height: 54px;
  }
  .qx-maxheight02 {
    max-height: 34px;
  }
  .qx-maxheight03 {
    max-height: 138px;
  }
}

.qx-flow__pop {
  position: relative;
}

.qx-flow__pop .qx-flow__img {
  position: absolute;
  top: 10px;
  right: 80px;
  width: 90px;
  height: 90px;
}

@media screen and (max-width: 768px) {
  .qx-flow__pop .qx-flow__img {
    top: 15px;
    right: -6px;
    width: 60px;
    height: 60px;
  }
}

@media screen and (max-width: 374px) {
  .qx-flow__pop .qx-flow__img {
    top: 15px;
    right: -8px;
    width: 40px;
    height: 40px;
  }
}

/* ------------------------------
特典 
------------------------------ */
.qx-benefit__h3 {
  font-size: 24px;
  margin-top: 25px;
  margin-bottom: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .qx-benefit__h3 {
    font-size: 18px;
    padding-top: 2px;
  }
}

.qx-benefit__num {
  color: #fff;
  border-radius: 50%;
  background: #7B2BFF;
  font-weight: 600;
  font-size: 24px;
  margin-right: 4px;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .qx-benefit__num {
    width: 18px;
    height: 18px;
    font-size: 12px;
    margin-right: 2px;
  }
}

.qx-benefit__block {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .qx-benefit__block {
    margin-bottom: 15px;
  }
}

.qx-karute {
  box-sizing: content-box !important;
  margin-left: auto;
  margin-right: auto;
  max-width: 93.3333333333%;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .qx-karute {
    font-size: 12px;
  }
  .qx-karute p, .qx-karute .qx-note--normal {
    font-size: 12px;
  }
  .qx-karute a {
    font-size: inherit;
  }
}

.qx-karute__item {
  margin-bottom: 40px;
}

.qx-karute__item .qx-karute__h4 {
  font-size: 21px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .qx-karute__item .qx-karute__h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .qx-karute__item .qx-karute__h4.m-heading_label .a-icon {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    margin-right: 4px;
  }
}

.qx-karute__cpnum {
  display: inline-block;
  padding: 4px 10px;
  border: 1px solid #1a1a1a;
}

/* ------------------------------
accodion
------------------------------ */
.js-accordion__trigger:hover {
  opacity: 0.6 !important;
  transition: all 0.15s cubic-bezier(0.39, 0.575, 0.565, 1) !important;
}

.rule__acd-trigger {
  background-color: #2c3d8a;
  padding: 10px 60px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .rule__acd-trigger {
    min-height: 9.5vw;
    padding: 10px 70px 10px 20px;
    align-items: center;
  }
}

.rule__acd-title {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .rule__acd-title {
    font-size: 15px;
    line-height: 1.375;
    text-align: left;
  }
}

.rule__acd-content {
  border: 1px solid #2c3d8a;
  background-color: #ffffff;
  padding: 40px 20px;
}

@media screen and (max-width: 768px) {
  .rule__acd-content {
    padding: 5.3333333333vw;
  }
}

.js-accordion__trigger {
  position: relative;
}

.js-accordion__target {
  overflow: hidden;
}

.js-accordion__target-enter-active {
  transition: all 0.5s ease-in-out;
}

.js-accordion__target-leave-active {
  transition: all 0.5s ease-in-out;
}

.js-accordion__target-enter,
.js-accordion__target-leave-to {
  opacity: 0;
}

.js-accordion__icon {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .js-accordion__icon {
    right: 10px;
    width: 17px;
    height: 17px;
  }
}

.js-accordion__icon::before {
  position: absolute;
  top: 50%;
  right: 25px;
  width: 100px;
  transform: translateY(-50%);
  content: "閉じる";
  color: #ffffff;
  font-weight: bold;
  line-height: 1;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .js-accordion__icon::before {
    font-size: 12px;
  }
}

.js-accordion__icon span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  transition-delay: 0.3s;
}

.js-accordion__icon span::before,
.js-accordion__icon span::after {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.js-accordion--close .js-accordion__icon::before {
  content: "開く";
}

.js-accordion--close .js-accordion__icon span::after {
  transform: translateY(-50%) rotate(90deg);
}

/* js-fade:start */
:root {
  --fade-translate-x: 0px;
  --fade-translate-y: 0px;
  --fade-duration: 500ms;
}

/* ------------------------------
card
------------------------------ */
.qx-accordion-title {
  position: relative;
}

.accordion_bg {
  background-color: #e2e5f2;
  border: 1px solid #415093;
}

.accordion-title {
  position: relative;
  cursor: pointer;
  width: 100%;
  text-align: center;
  letter-spacing: 0.025em;
  font-size: 14px;
  font-weight: 600;
  padding: 17px 65px 17px 15px;
  line-height: 1.5;
  background-repeat: no-repeat;
  background-position: 10px 50%;
  background-size: 50px;
}

.accordion-title button {
  text-align: left;
}

@media (min-width: 768px) {
  .accordion-title button {
    text-align: center;
  }
  .accordion-title {
    min-height: auto;
    text-align: center;
    letter-spacing: 0.1em;
    font-size: 25px;
    padding: 17px 95px;
  }
}

@media screen and (max-width: 768px) {
  .accordion-title {
    padding: 3.5vw 17vw 3.2vw 21vw;
    background-position: 4vw 50%;
    background-size: 12vw;
    font-size: 4vw;
  }
}

.accordion-title-01 {
  background-image: url(/-/media/AeonCard/campaign/lp/2509-H009/images/accordion_icon_01.png);
}

.campcard-new-border {
  border-radius: 30px;
  background-color: #ffffff;
}

.new-c-style {
  background-color: #FFEEF7;
  color: #dc0695;
  font-weight: bold;
  border-radius: 0;
  display: block;
  border-radius: 10px;
  padding: 4px 0;
  background-image: url(/-/media/AeonCard/campaign/lp/2509-H009/images/card_new_icon_01.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 12px 50%;
  padding-left: 20px;
  padding-top: 6px;
}

.qx-accordion-title__icon {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 10px;
  left: 10px;
  text-align: center;
  width: 52px;
}

@media screen and (max-width: 768px) {
  .qx-accordion-title__icon {
    top: 10px;
    left: 10px;
    width: 13.86667vw;
  }
}

.accordion-body {
  background-color: #fff;
  border: 1px solid #2c3d8a;
  border-top: 0;
}

.accordion-body-inner {
  padding: 20px 15px;
}

@media (min-width: 768px) {
  .accordion-body-inner {
    padding: 50px 20px;
  }
}

.cp-card-label {
  display: block;
  margin-bottom: 10px;
}

.cp-card-label01 {
  max-width: 91.5px !important;
}

.cp-card-label02 {
  max-width: 108px !important;
}

.cp-card-label03 {
  max-height: 36px !important;
}

.cp-card-label01 + .cp-card-label02,
.cp-card-label01 + .cp-card-label03 {
  margin-left: 25px;
}

@media screen and (max-width: 768px) {
  .cp-card-label01 + .cp-card-label02
.cp-card-label01 + .cp-card-label03 {
    margin-left: 12px;
  }
  .cp-card-label01 {
    max-width: 61px !important;
  }
  .cp-card-label02 {
    max-width: 72px !important;
  }
  .cp-card-label03 {
    max-height: 24px !important;
  }
}

.cp-point-box {
  margin-top: 40px;
  border: 2px solid #2c3d8a;
}

.cp-point-hdg {
  padding: 4px 0 6px;
  text-align: center;
  color: #fff;
  background-color: #2c3d8a;
  font-weight: bold;
}

.cp-point-text {
  padding: 15px;
}

.cp-point-list {
  margin-top: 0;
}

.cp-point-list > li {
  text-indent: -1.2em;
  margin-left: 1.2em;
  font-size: 14px;
}

.cp-point-text > p:first-child {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .cp-point-list > li {
    font-size: 12px;
  }
}

.cp-point_ts_box {
  margin-top: 20px;
  padding: 30px 15px;
  background-color: #f6f7fb;
}

.cp-point-flex-list {
  margin-top: 0;
}

.cp-point-flex-list > li {
  display: flex;
}

.cp-point-flex-list > li > span:first-child {
  min-width: 20px;
}

@media screen and (max-width: 768px) {
  .cp-point-flex-list > li {
    font-size: 3.73333vw;
  }
  .cp-point-flex-list > li > span:first-child {
    min-width: 4.66667vw;
  }
}

.newcard-btn_wrapper .newcard-btn li:first-of-type {
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .newcard-btn_wrapper .newcard-btn li:first-of-type {
    margin-top: 0;
  }
}

.newcard-btn_wrapper .newcard-btn .link {
  text-align: right;
}

.newcard-btn_wrapper .newcard-btn .link a {
  border: 0;
  color: #777;
  text-decoration: underline;
}

.newcard-btn_wrapper .newcard-btn .link a::before {
  display: none;
}

.newcard-btn_wrapper .newcard-out {
  color: #787878;
  text-decoration: underline;
  margin-top: 10px;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .newcard-out {
    font-size: 12px;
  }
}

.newcard-btn_wrapper .newcard-btn .btn {
  width: 100%;
  flex: 0 0 100%;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .newcard-btn_wrapper .newcard-btn .btn {
    flex: 0 0 100%;
    margin-top: 10px;
  }
}

.newcard-btn_wrapper .newcard-btn .btn a {
  width: 72%;
}

@media screen and (max-width: 768px) {
  .newcard-btn_wrapper .newcard-btn .btn a {
    width: 86%;
  }
}

@media screen and (max-width: 768px) {
  .newcard-btn_wrapper .newcard-btn {
    margin-top: 0;
  }
}

.newcard-btn .link a, .newcard-btn .btn a {
  background-color: #fff;
  border-radius: 8px;
  color: #fff;
  display: block;
  font-size: 14px;
  padding: 8px 0;
  position: relative;
}

.newcard-btn .btn a {
  background: url(/-/media/AeonCard/campaign/lp/2509-H009/images/icon_btn_arrow.svg) no-repeat 93% center/8px, #ff8a24;
  text-align: center;
  font-weight: bold;
}

.newcard-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.newcard-list [class^=newcard-box] {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #707070;
}

.newcard-list .hr__nonepc {
  border-bottom: none;
}

@media screen and (max-width: 768px) {
  .newcard-list .hr__nonesp:last-child {
    border-bottom: none !important;
    padding-bottom: 0;
  }
  .newcard-list .hr__nonepc {
    border-bottom: 1px solid #707070;
  }
}

@media (min-width: 768px) {
  .newcard-list .hr__nonesp {
    border-bottom: none !important;
  }
}

@media screen and (max-width: 768px) {
  .newcard-list {
    display: block;
  }
}

.qx-color__blue {
  color: #2C3E8A;
}

.qx-card .js-accordion__icon::before {
  color: #1a1a1a;
}

.qx-card .js-accordion__icon span::before,
.qx-card .js-accordion__icon span::after {
  background-color: #1a1a1a;
}

.u-width100 {
  width: 100%;
}

.newcard-box {
  flex: 0 0 50%;
}

.newcard-box .u-mb30 {
  padding: 0 4%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .newcard-box .u-mb30 {
    padding: 0;
  }
}

@media screen and (min-width: 769px) {
  .a-pc-mh285 {
    min-height: 285px;
  }
  .a-pc-mh275 {
    min-height: 275px;
  }
}

.u-txt-size-18 {
  font-size: 18px !important;
}

.u-mb10 {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .hlg02 {
    min-height: 56px;
    line-height: 1.5;
  }
}

.hlg04 {
  flex-grow: 1;
}

.cp-card-label {
  display: block;
  margin-bottom: 10px;
}

.campcard-img__adjust {
  max-height: 138px;
}

@media (min-width: 768px) {
  .campcard-img__adjust {
    max-height: 198px;
  }
}

.newcard-dl {
  display: table;
  width: 100%;
  margin-top: 0;
}

.newcard-dl dt, .newcard-dl dd {
  display: table-cell;
  vertical-align: top;
  width: 50%;
  text-align: center;
}

.newcard-dl dt {
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .newcard-dl dt {
    padding: 0 10px;
  }
}

.newcard-dl dd {
  padding: 0 10px;
}

@media screen and (max-width: 768px) {
  .newcard-dl dd {
    padding: 0;
  }
}

.campcard-company-logo {
  margin: 0 auto 5px;
}

.campcard-company-logo li {
  display: inline-block;
  margin: 0 3px;
}

@media (min-width: 768px) {
  .campcard-company-logo li {
    margin: 0 5px;
  }
}

.cp-card-support01, .cp-card-support02, .cp-card-support03 {
  font-size: 12px;
  font-weight: bold;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-size: 34px;
  background-position: 7px 50%;
  padding: 9px 7px 8px 42px;
  max-width: 200px;
  margin: 0 auto 5px;
}

.cp-card-support01 {
  background-color: #FFEEF7;
  background-image: url(/-/media/AeonCard/campaign/lp/2509-H009/images/icon_card_support_01.png);
}

.cp-card-support02 {
  background-color: #e2e5f2;
  background-image: url(/-/media/AeonCard/campaign/lp/2509-H009/images/icon_card_support_02.png);
}

.cp-card-support03 {
  background-color: #fff5d6;
  background-image: url(/-/media/AeonCard/campaign/lp/2509-H009/images/icon_card_support_03.png);
  position: relative;
}

.cp-card-support03::after {
  content: '※条件あり';
  position: absolute;
  right: 0;
  bottom: -20px;
}

.newcard-dl .cp-card-support03 {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .cp-card-support01, .cp-card-support02, .cp-card-support03 {
    font-size: 9px;
    margin: 0 auto 3px;
  }
  .cp-card-support03::after {
    bottom: -17px;
  }
}

.tgc-line {
  border: 1px solid #eee;
  border-radius: 8px;
}

.newcard-mess {
  color: #2c3d8a;
}

.u-mb5 {
  margin-bottom: 5px;
}

.u-mt10 {
  margin-top: 10px;
}

.u-fontweight_bold {
  font-weight: bold !important;
}

.u-txt-size-16 {
  font-size: 16px !important;
}

.newcard-copywrite {
  font-size: 10px;
  text-align: right;
}

.boderimg {
  border-radius: 5px;
  border: 1px solid #707070;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .a-pc-mh72 {
    min-height: 72px;
  }
}

@media (max-width: 768px) {
  .u-txtsp-size-14 {
    font-size: 14px !important;
  }
}

@media (max-width: 768px) {
  .u-mbsp20 {
    margin-bottom: 20px;
  }
}

/* modal:start */
.modal__overlay {
  z-index: 999;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}

.modal__container {
  margin-top: 100px;
  max-width: 840px;
  max-height: 800px;
  width: 90vw;
  height: 80vh;
  padding: 10px 20px 50px;
  position: relative;
  background-color: #ffffff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}

.modal__container--normal {
  height: auto;
}

@media screen and (max-width: 768px) {
  .modal__container {
    padding-bottom: 30px;
    margin-top: 13.3333333333vw;
  }
}

.modal__close {
  width: 30px;
  height: 30px;
  padding: 0;
  margin-left: auto;
  margin-bottom: 10px;
}

.modal__text-area {
  flex: 1;
  background-color: #e5e5e5;
  width: 100%;
  overflow-y: auto;
  max-height: 100%;
}

.qx-benefit__h3 {
  font-weight: 600;
}

.modal__text-area .qx-benefit__h3 {
  background: #a0a0a0;
  padding: 11px 20px;
  color: #fff;
  font-size: 18px;
}

.modal__text-area .qx-benefit__num {
  display: none;
}

@media screen and (max-width: 768px) {
  .modal__text-area .qx-benefit__h3 {
    padding: 8px 10px;
  }
  .modal__text-area .cont__container {
    padding-left: 0;
    padding-right: 0;
  }
}

.modal__entry {
  height: 110px;
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .modal__entry {
    height: 85px;
    padding-top: 30px;
  }
}

.modal__entry-btn {
  position: relative;
  color: #ffffff;
  text-align: center;
  width: 400px;
  height: 70px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3888888889;
  background: url("/-/media/AeonCard/campaign/lp/2509-H009/images/icon_right.png") no-repeat 96% center/10px, #ff8a24;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
}

.modal__entry-btn::after {
  background: none;
}

@media screen and (max-width: 768px) {
  .modal__entry-btn {
    width: 300px;
    max-width: 100%;
    height: 55px;
    font-size: 16px;
    line-height: 1.40625;
    border-radius: 8px;
  }
}

/* modal:end */
/* float:start */
.float-link__container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}

.float-link__contents {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.float-link__caution {
  margin-right: 40px;
  width: 140px;
  height: 70px;
  border: 2px solid #4653a2;
  border-radius: 6px;
  background-color: #ffffff;
  color: #4653a2;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}

.float-link__card {
  width: 500px;
  height: 70px;
}

@media screen and (max-width: 768px) {
  .float-link__card {
    width: 340px;
    height: 70px;
  }
}

@media screen and (max-width: 375px) {
  .float-link__card {
    width: 90.6666666667vw;
    height: 18.6666666667vw;
  }
}

.float-link__card::after {
  right: 15px;
}

@media screen and (max-width: 768px) {
  .float-link__card::after {
    right: 2.9411764706%;
    height: 17.1428571429%;
  }
}

.float-link__text {
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .float-link__text {
    font-size: 17px;
  }
}

@media screen and (max-width: 375px) {
  .float-link__text {
    font-size: 4.5333333333vw;
  }
}

.float-link__note {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .float-link__note {
    font-size: 12px;
    line-height: 1.4166666667;
    text-align: center;
  }
}

@media screen and (max-width: 375px) {
  .float-link__note {
    font-size: 3.2vw;
  }
}

.float-top__container {
  position: fixed;
  bottom: 140px;
  right: 20px;
  width: 65px;
  z-index: 11;
}

@media screen and (max-width: 768px) {
  .float-top__container {
    width: 45px;
    bottom: 110px;
    right: 15px;
  }
}

.float-link__container .modal__entry {
  padding: 0;
}

.float-link__container .modal__entry-btn {
  min-width: 420px;
}

@media screen and (max-width: 768px) {
  .float-link__container .modal__entry-btn {
    min-width: unset;
  }
}

/* float:end */
