@charset "UTF-8";
/* ---------------
common
 --------------- */
.o-main-sitecore {
  background: #f9f9fb;
}

.c-top_inner {
  max-width: 1040;
}

.c-inner {
  max-width: 1040px;
  padding: 35px 40px;
}

.main_color_01 {
  color: #009cde;
}

.main_color_02 {
  color: #e5f5fc;
}

.main_color_03 {
  color: #073190;
}

.main_color_04 {
  color: #e60012;
}

.main_bg_color_01 {
  background-color: #009cde;
}

.main_bg_color_02 {
  background-color: #e5f5fc;
}

.main_bg_color_03 {
  background-color: #073190;
}

.main_bg_color_04 {
  background-color: #fff;
}

.main_bg_color_05 {
  background-color: #86be24;
}

.title_h2, .qx-title__h2__02 {
  padding: 23px 24px 21px;
  background: #fff;
  color: #073190;
  font-size: 28px;
  text-align: center;
  font-weight: bold;
}

.title_h2 {
  border-top: 3px solid #073190;
  border-bottom: 3px solid #073190;
}

.accodion_atten {
  margin-top: 40px;
}

.js-accordion-panel {
  display: none;
}

.accordion-title {
  height: 70px;
  background-color: #f9f9fb;
  border: 2px solid #073190;
  border-radius: 50px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.u-hover:hover {
  opacity: 1 !important;
}

body.is-pc button.acoodion_top:hover {
  opacity: 1 !important;
}

.acoodion_top {
  font-size: 24px;
  color: #073190;
  text-align: center;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  position: relative;
  background: #fff;
}

.accordion-icon {
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.accordion-icon::before, .accordion-icon::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 4px;
  background: #073190;
}

.accordion-icon::after {
  position: relative;
  z-index: 2;
  transform: rotate(90deg);
  transition: .4s ease-in-out;
}

.-isActive .accordion-icon::after {
  position: relative;
  z-index: 2;
  transform: rotate(0);
}

.acoodion_content {
  padding: 30px 30px 0;
}

.note-list li {
  text-indent: -1.2em;
  margin-left: 1em;
}

.note-list li > span {
  color: #CE0B0B;
  text-decoration: underline;
}

.apply-btn_new {
  display: flex;
  justify-content: center;
  align-items: center;
}

.apply-btn_new a {
  color: #fff;
  background: #86be24;
  font-size: 28px;
  text-align: center;
  display: block;
  max-width: 600px;
  width: 100%;
  height: 70px;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  position: relative;
}

.apply-btn_new a::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-width: 10px 0  10px 17px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}

.apply-btn_new_space_01 {
  margin: 40px 0 25px;
}

.apply-btn_new_space_02 {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .apply-btn_new_space_02 {
    margin-top: 25px;
  }
}

.note_space_01 {
  margin-top: 30px;
}

.base_title {
  text-align: center;
  font-weight: bold;
  color: #000;
  font-size: 28px;
  margin-bottom: 30px;
}

.base_title > .title_aa {
  display: inline-block;
  position: relative;
  padding: 0 1.25em;
}

.base_title > .title_aa::before, .base_title > .title_aa::after {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  background: #000;
  height: 80%;
  bottom: 50%;
}

.base_title > .title_aa::before {
  left: 0;
  transform: rotate(-20deg) translateY(50%);
}

.base_title > .title_aa::after {
  right: 0;
  transform: rotate(20deg) translateY(50%);
}

.base_title > .title_aa strong {
  font-weight: 900;
}

@media screen and (max-width: 768px) {
  .base_title > .title_aa {
    padding: 0 1.75em;
  }
  .base_title > .title_aa::before, .base_title > .title_aa::after {
    width: 0.4vw;
    height: 60%;
    bottom: 40%;
  }
}

.base_title .base_title_top {
  font-size: 24px;
}

.u-pc-inline-hidden {
  display: none;
}

.u-sp-inline-hidden {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .note_space_01 {
    margin-top: 4vw;
  }
  .u-pc-inline-hidden {
    display: inline-block;
  }
  .u-sp-inline-hidden {
    display: none;
  }
  .note-list {
    font-size: 2.7vw;
  }
  .accodion_atten {
    margin-top: 8vw;
  }
  .base_title > .apply_title_aa {
    font-size: 6vw;
    padding: 0 0.7em;
  }
  .base_title > .apply_title_aa::before, .base_title > .apply_title_aa::after {
    height: 80%;
    bottom: 60%;
  }
  .title_h2, .qx-title__h2__02 {
    padding: 3.33333vw;
    font-size: 5vw;
  }
  .apply-btn_new_space_01 {
    margin: 9.6vw 0 14vw;
  }
  .apply-btn_new_space_02 {
    margin: 4vw 0 6vw;
  }
  .base_title {
    font-size: 4vw;
    margin-bottom: 5.33333vw;
  }
  .base_title .base_title_top {
    font-size: 3vw;
  }
  .apply-btn_new a {
    font-size: 4.8vw;
    height: 13.33333vw;
    border-radius: 10.66667vw;
  }
  .apply-btn_new a::after {
    border-width: 2vw 0 2vw 4vw;
    right: 4.26667vw;
  }
  .accordion-title {
    height: 10.66667vw;
    width: 53.33333vw;
    margin: 0 auto;
  }
  .acoodion_content {
    padding: 5.33333vw 4vw 0;
  }
  .acoodion_top {
    font-size: 4.26667vw;
  }
  .accordion-icon {
    right: 3.5vw;
  }
  .accordion-icon::before, .accordion-icon::after {
    width: 3.33333vw;
    height: 0.53333vw;
  }
  .c-inner {
    max-width: 100%;
    padding: 4.66667vw 5.33333vw;
  }
}

/* ---------------
main_vs
 --------------- */
.main_vs_content_top {
  padding: 15px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  position: relative;
}

.main_vs_content_top span {
  font-size: 26px;
}

.main_vs_content_top::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 0;
  border-width: 20px 20px 0 20px;
  border-color: #073190 transparent transparent transparent;
  border-style: solid;
  transform: translate(-50%, 100%);
}

.main_vs_content_center {
  padding: 22px 0;
}

.main_vs_content_center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.main_vs_content_center_01 {
  margin-right: 25px;
}

.main_vs_content_center_03 {
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 28px;
  width: 100%;
  margin-top: 80px;
}

.main_vs_content_center_03 > .title_aa {
  display: inline-block;
  position: relative;
  padding: 0 1.25em;
}

.main_vs_content_center_03 > .title_aa::before, .main_vs_content_center_03 > .title_aa::after {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  background: #fff;
  height: 80%;
  bottom: 50%;
}

.main_vs_content_center_03 > .title_aa::before {
  left: 0;
  transform: rotate(-20deg) translateY(50%);
}

.main_vs_content_center_03 > .title_aa::after {
  right: 0;
  transform: rotate(20deg) translateY(50%);
}

.main_vs_content_center_03 > .title_aa strong {
  font-weight: 900;
}

@media screen and (max-width: 768px) {
  .main_vs_content_center_03 > .title_aa {
    padding: 0 1.75em;
  }
  .main_vs_content_center_03 > .title_aa::before, .main_vs_content_center_03 > .title_aa::after {
    width: 0.4vw;
    height: 60%;
    bottom: 40%;
  }
}

.main_vs_content_center_03 .title_aa {
  font-weight: 400;
}

.slide-top {
  animation: slide-top 1.2s ease both;
  animation-delay: 0.3s;
}

.slide-top_02 {
  animation: slide-top_02 1.2s ease both;
  animation-delay: 0.3s;
}

.fade-in-02 {
  animation: fade-in 2s ease both;
  animation-delay: 0.5s;
}

.slide-right {
  animation: slide-right 1.2s ease both;
  animation-delay: 0.2s;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes slide-right {
  0% {
    opacity: 0;
    transform: translateX(-40%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

@keyframes slide-top {
  0% {
    opacity: 0;
    transform: translateY(40%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

@keyframes slide-top_02 {
  0% {
    opacity: 0;
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

@media screen and (max-width: 768px) {
  .main_vs_content_top {
    font-size: 4.53333vw;
    padding: 2.66667vw 2vw 1.33333vw;
  }
  .main_vs_content_top strong {
    font-size: 5.86667vw;
  }
  .main_vs_content_top strong span {
    font-size: 5.33333vw;
  }
  .main_vs_content_top::after {
    border-width: 2.93333vw 1.33333vw 0 1.33333vw;
  }
  .main_vs_content_top span {
    font-size: 4vw;
  }
  .main_vs_content_center {
    padding: 4.66667vw 0;
  }
  .main_vs_content_center_01 {
    order: 2;
    margin-top: 5.33333vw;
    margin-right: 0;
  }
  .main_vs_content_center_03 {
    order: 3;
    margin-top: 10.66667vw;
    font-size: 4vw;
  }
}

/* ---------------
base
 --------------- */
.base_toku {
  background: #fff;
  border-radius: 40px;
  overflow: hidden;
}

.qx-base_toku_none {
  border-radius: 0 !important;
  margin-top: 0 !important;
}

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

.base_logo {
  background: #fff;
  padding: 30px;
  margin-top: 40px;
}

.base_toku_content {
  padding: 70px 40px 40px;
}

.base_10 {
  font-size: 26px;
  text-align: center;
  font-weight: bold;
  margin: 45px 0 60px;
}

.base_10 .base_10_top {
  margin-bottom: -26px;
  display: inline-block;
}

.base_10 > span {
  color: #e60012;
  display: inline-block;
}

.base_10 > span strong {
  display: inline-block;
  width: 75px;
  text-align: center;
  position: relative;
}

.base_10 > span strong span {
  font-size: 50px;
  color: #e60012;
  position: absolute;
  width: 100%;
  letter-spacing: 0;
  bottom: 0;
  left: 0;
  line-height: 0.58;
}

.base_toku_top {
  background: #ccebf8;
  font-size: 26px;
  text-align: center;
  padding: 25px;
  font-weight: bold;
}

.base_toku_img {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .qx-top__space {
    margin-top: 7.69231vw;
  }
  .base_logo {
    margin-top: 5.33333vw;
    padding: 4vw;
  }
  .base_logo .base_title {
    font-size: 3.4vw;
  }
  .base_10 {
    font-size: 4.8vw;
    margin: 6.66667vw 0 9.33333vw;
  }
  .base_10 img {
    width: 75%;
  }
  .base_10 > span strong {
    width: 11vw;
  }
  .base_10 > span strong span {
    font-size: 7vw;
  }
  .base_toku {
    border-radius: 5.33333vw;
  }
  .base_toku_top {
    font-size: 3.4vw;
    padding: 4vw;
  }
  .base_toku_content {
    padding: 8vw 4vw 11vw;
  }
}

/* ---------------
new
 --------------- */
.new_web {
  font-size: 26px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}

.new_cping {
  font-size: 28px;
  text-align: center;
  color: #009cde;
  margin-top: 50px;
  margin-bottom: 30px;
  font-weight: bold;
}

.new_space_01 {
  margin: 90px 0 0;
}

.new_space_02 {
  margin: 65px 0 20px;
}

.new_qa {
  background: #e5f5fc;
  margin-bottom: 20px;
}

.new_q {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 28px;
  color: #073190;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: 2px solid #073190;
}

.new_q img {
  margin-right: 20px;
}

.new_a {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
}

.new_a_content {
  flex-grow: 1;
  text-align: center;
  margin-top: 30px;
}

.new_content {
  margin-top: 50px;
  position: relative;
}

.new_content_top {
  border-radius: 40px 40px 0 0;
  color: #fff;
  font-size: 30px;
  text-align: center;
  padding: 25px 0;
  background: #009cde;
  font-weight: bold;
}

.new_content_top > span {
  position: relative;
  padding: 0 10px;
}

.new_content_top > span .new_pop {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateX(-100%);
  width: 100px;
}

.new_content_top strong {
  position: relative;
  display: inline-block;
  width: 90px;
}

.new_content_top strong span {
  position: absolute;
  font-size: 57px;
  letter-spacing: 0;
  bottom: 0;
  left: 0;
  line-height: 0.58;
  color: #fff;
  font-weight: bold;
  width: 100%;
  text-align: center;
}

.new_content_top_strong_02 strong {
  width: 140px;
}

.new_content_top_strong_02 strong span {
  font-size: 44px;
}

.new_content_top_strong_03 strong {
  width: 180px;
}

.new_content_top_strong_03 strong span {
  font-size: 44px;
}

.new_content_main {
  padding: 20px 45px 50px;
  background: #fff;
  border-radius: 0 0 40px 40px;
}

.new_content_arrow {
  position: relative;
}

.new_content_arrow::after {
  content: "";
  width: 0;
  height: 0;
  border-width: 32px 78px 0;
  border-style: solid;
  border-color: #009cde transparent transparent transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
}

.new_double {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.new_double > .new_content {
  flex: 1;
}

.new_double .new_content:first-child {
  margin-right: 35px;
}

.new_double > .new_content .new_content_main {
  padding: 20px 10px 50px;
}

@media screen and (max-width: 768px) {
  .new_img {
    width: 90%;
  }
  .new_qa {
    margin-bottom: 2.66667vw;
  }
  .new_a_content {
    margin-top: 4.66667vw;
  }
  .new_content {
    margin: 12vw 5.33333vw 5.33333vw;
  }
  .new_space_01 {
    margin-top: 12vw;
  }
  .new_web {
    font-size: 4.3vw;
    margin-bottom: 4.66667vw;
  }
  .new_content_main {
    border-radius: 0 0 5.33333vw 5.33333vw;
  }
  .new_content_top {
    border-radius: 5.33333vw 5.33333vw 0 0;
  }
  .new_cping {
    font-size: 4.3vw;
    margin: 13.33333vw 0 3.33333vw;
  }
  .new_content_top {
    font-size: 4.8vw;
    padding: 6vw 16vw 4vw;
  }
  .new_content_main {
    padding: 7.33333vw 3.33333vw 10.66667vw;
  }
  .new_content_arrow .new_content_top {
    padding-left: 21vw;
    padding-right: 11vw;
  }
  .new_content_arrow .new_content_top--center {
    padding-left: 16vw;
    padding-right: 16vw;
  }
  .new_content_top > span {
    padding: 0;
  }
  .new_q {
    font-size: 4vw;
    margin-top: 6vw;
  }
  .new_content_top strong {
    width: 13.33333vw;
  }
  .new_content_top strong span {
    font-size: 9.33333vw;
  }
  .new_content_arrow::after {
    border-width: 6.66667vw 6.66667vw 0 6.66667vw;
  }
  .new_space_02 {
    margin: 12vw 0 4vw;
  }
  .new_content_top_strong_02 strong {
    width: 25vw;
  }
  .new_content_top_strong_03 strong {
    width: 30vw;
  }
  .new_content_top_strong_02 strong span, .new_content_top_strong_03 strong span {
    font-size: 7.5vw;
    line-height: 4.5vw;
  }
  .new_q {
    padding-bottom: 3.33333vw;
  }
  .new_q > img, .new_a > img {
    margin-right: 2.66667vw;
  }
  .new_q > img, .new_a > img {
    width: 12vw;
  }
  .new_double {
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
  }
  .new_double .new_content {
    margin-top: 8vw;
  }
  .new_double .new_content:first-child {
    margin: 12vw 5.33333vw 5.33333vw;
  }
  .new_content_top > span .new_pop {
    width: 20vw;
  }
  .new_content_top > span .new_pop.new_pop_w {
    transform: translateX(-70%);
  }
}

/* ---------------
more
 --------------- */
.more_list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.more_list li {
  width: calc((100% - 40px) / 2);
  margin-bottom: 30px;
  font-size: 18px;
}

.more_list li:nth-of-type(2n+1) {
  margin-right: 40px;
}

.more_list li a {
  font-weight: bold;
  letter-spacing: 0.01em;
  display: block;
  border: 2px solid #073190;
  border-radius: 10px;
  background: #e5f5fc;
  height: 100px;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 65px 15px 15px;
  color: #000;
}

.more_list li a span {
  text-align: center;
  flex-grow: 1;
}

.more_list li a::after {
  content: "";
  width: 0;
  height: 0;
  border-width: 10px 0 10px 17px;
  border-style: solid;
  border-color: transparent transparent transparent #073190;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}

.more_list li a img {
  margin-right: 5px;
  max-width: 95px;
}

.more_list li strong {
  font-size: 22px;
  display: block;
}

@media screen and (max-width: 768px) {
  .more_list li:last-of-type {
    margin-bottom: 0;
  }
  .more_list {
    flex-direction: column;
    width: 100%;
    border-radius: 0.66667vw;
    margin-bottom: 8.4999vw;
  }
  .more_list li {
    width: 100%;
    margin-bottom: 4vw;
  }
  .more_list li:nth-of-type(2n+1) {
    margin-right: 0;
  }
  .more_list li a {
    height: 22.66667vw;
  }
  .more_list li a {
    padding: 4vw 11vw 4vw 2.66667vw;
  }
  .more_list li a img {
    max-width: 14.66667vw;
    margin-right: 0.66667vw;
  }
  .more_list li a span {
    flex-grow: 1;
  }
  .more_list li {
    font-size: 3.2vw;
  }
  .more_list li strong {
    font-size: 4.8vw;
  }
  .more_list li a::after {
    border-width: 1.2vw 0 1.2vw 1.9vw;
    right: 4vw;
  }
}

/* ---------------
appeal
 --------------- */
.appeal {
  padding-left: 0;
  padding-right: 0;
}

.pink-text {
  color: #b60081;
}

.appeal-head {
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  margin-top: 85px;
}

.appeal-list {
  margin-top: 40px;
  padding: 0;
}

.appeal-list-item {
  height: 100%;
  margin: 0 auto;
  background-color: #e5f5fc;
  padding: 25px 15px 30px;
  width: calc(100% - 12px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  line-height: 1.1;
}

.appeal-list-item .appeal_img_wrap {
  margin: 5px auto;
  height: 120px;
}

.appeal-list-item .appeal_img_wrap img {
  max-height: 100%;
  margin: auto;
}

.appeal-text_02 {
  text-align: center;
}

.appeal-text {
  font-size: 17px;
  margin-bottom: 15px;
  text-align: center;
  font-weight: bold;
  margin-top: 15px;
  line-height: 1.5em;
  letter-spacing: 0.5px;
}

.appeal-btn-wrap {
  margin-top: 20px;
}

.u-txt-size-42 {
  font-size: 42px;
  line-height: 1.2;
}

.slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.slick-slide {
  height: auto !important;
}

.slick-prev, .slick-next {
  background-color: #073190;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: 45%;
}

.slick-dots li.slick-active {
  width: 80px;
  border-radius: 20px;
  background: #525252;
}

.slick-dots li {
  background: #b2b0b0;
  border-radius: 100%;
  width: 15px;
  height: 15px;
}

.slick-list {
  margin-bottom: 120px;
}

.slick-dots {
  bottom: -60px;
}

.slick-prev {
  left: -65px;
  z-index: 10;
}

.slick-dots li button:before {
  content: "";
}

.slick-next {
  right: -65px;
  z-index: 10;
}

.slick-prev::before, .slick-next::before {
  content: "";
  background-image: url(/-/media/AeonCard/card/lp/welciacard/images/slick-arrow.svg);
  width: 12px;
  height: 12px;
  display: inline-block;
  background-size: contain;
  opacity: 1;
}

.slick-next::before {
  content: "";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  background: #073190;
}

.slick-prev, .slick-next {
  width: 65px;
  height: 65px;
}

.slick-prev::before, .slick-next::before {
  content: "";
  width: 14px;
  height: 14px;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  background: #073190;
  opacity: 0.6;
}

.debit_card {
  width: 120px;
  display: flex;
  align-items: center;
}

.appeal-info-btn {
  border-radius: 8px;
  position: relative;
  background: #fff;
  text-align: center;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  box-shadow: 0.5px 0.5px 10px 0 rgba(7, 49, 144, 0.3), -0.5px -0.5px 10px 0 rgba(7, 49, 144, 0.3);
}

.appeal-info-btn::after {
  content: "";
  width: 0;
  height: 0;
  border-width: 7px 0 7px 11px;
  border-style: solid;
  border-color: transparent transparent transparent #073190;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
}

.appeal-info-btn span {
  color: #073190;
  font-weight: bold;
  letter-spacing: 0.01em;
  font-size: 19px;
}

.appeal-info-btn-pink {
  background: #b60081;
  border: none;
}

.appeal-info-btn-pink span {
  color: #fff;
}

.appeal-info-btn-pink::after {
  border-color: transparent transparent transparent #fff;
}

@media screen and (max-width: 768px) {
  .appeal {
    padding: 4.66667vw 5.33333vw;
  }
  .appeal-btn-wrap {
    margin-top: 5.33333vw;
  }
  .appeal-info-btn {
    height: 16vw;
  }
  .appeal-info-btn span {
    font-size: 4.26667vw;
  }
  .appeal-list-item .appeal_img_wrap {
    height: 24vw;
  }
  .debit_card {
    width: 24vw;
  }
  .c-note {
    font-size: 2.7vw;
  }
  .appeal-text {
    font-size: 4vw;
  }
  .appeal-text_02 {
    font-size: 3.5vw;
    text-align: center;
  }
  .slick-dots li {
    width: 3.33333vw;
    height: 3.33333vw;
  }
  .slick-dots {
    bottom: -8.66667vw;
  }
  .slick-dots li button:before {
    width: 3.33333vw;
    height: 3.33333vw;
  }
  .slick-dots li.slick-active {
    width: 16.66667vw;
  }
  .slick-list {
    margin-bottom: 20vw;
  }
  .appeal-head {
    font-size: 4.26667vw;
    margin-top: 11.33333vw;
  }
  .slick-prev, .slick-next {
    width: 13.33333vw;
    height: 13.33333vw;
    display: none !important;
  }
  .slick-next {
    right: -4vw;
  }
  .slick-prev {
    left: -4vw;
  }
  .appeal-list-item {
    padding: 6.66667vw 5.33333vw 8vw;
  }
  .appeal-list {
    margin-top: 5.33333vw;
  }
}

/* ---------------
apply-card
 --------------- */
.apply_card {
  background: #fff;
}

.apply {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.apply-innner {
  max-width: 1100px;
  padding: 60px 20px;
  margin: 0 auto;
}

.apply-card-wrap {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .apply-card-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 936px;
    margin: 0 auto 65px;
  }
}

.apply-card-img {
  text-align: center;
  margin-bottom: 30px;
}

.apply-card-img img {
  max-width: 178px;
  -webkit-box-shadow: 0px 15px 20px #707070;
  box-shadow: 0px 15px 20px #707070;
  border-radius: 6%/4%;
}

@media (min-width: 768px) {
  .apply-card-img {
    margin-bottom: 0px;
  }
  .apply-card-img img {
    max-width: 250px;
  }
}

.apply-head {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  color: #211815;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .apply-head {
    font-size: 37px;
    margin-bottom: 50px;
  }
}

.apply-card-detail {
  padding: 0 10px;
}

.apply-card-detail div {
  border-bottom: solid 1px #9D9D9D;
  overflow: hidden;
  padding: 15px 0;
  font-size: 12px;
}

.apply-card-detail div:first-child {
  border-top: solid 1px #9D9D9D;
}

.apply-card-detail dt {
  float: left;
  clear: left;
  width: 109px;
  padding-left: 1em;
  font-weight: bold;
}

.apply-card-detail dd {
  float: left;
  margin-left: 1em;
}

.apply-card-detail .lh-adjust {
  line-height: 2.2;
}

.apply-card-detail .lh-adjust span {
  line-height: 1.5;
}

@media (min-width: 768px) {
  .apply-card-detail {
    padding: 0;
    margin-left: 10%;
  }
  .apply-card-detail div {
    padding: 20px 0;
    font-size: 18px;
  }
  .apply-card-detail dt {
    width: 160px;
  }
  .apply-card-detail .lh-adjust {
    line-height: 1.5;
  }
}

[class^=card-detail-label] {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background-color: #A5A299;
  margin-right: 5px;
  padding: 3px 5px;
}

@media (min-width: 768px) {
  [class^=card-detail-label] {
    font-size: 14px;
  }
}

.card-detail-label02 {
  background-color: #EDEBE5;
  color: #211815;
}

.card-detail-label03 {
  background-color: #D7D5D1;
}

.apply-card-btnwrap {
  margin: 20px auto;
}

@media (min-width: 768px) {
  .apply-card-btnwrap {
    margin: 30px auto 40px;
  }
}

.apply-note {
  text-align: center;
  margin-top: 15px;
}

.apply-note .c-note {
  font-size: 12px;
}

.c-note__inb {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .apply-note .c-note {
    font-size: 16px;
  }
}

/* ---------------
カルテ
 --------------- */
.requirement {
  background-color: #EFEFEF;
  width: 100%;
}

.requirement-inner {
  max-width: none;
  padding: 0px 15px 15px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .requirement-inner {
    padding: 60px 30px;
    max-width: 1260px;
  }
}

.requirement-container {
  padding-bottom: 30px;
}

.requirement-heading {
  background-color: #989898;
  letter-spacing: 0;
  color: #fff;
  font-weight: bold;
  padding: 12px 15px;
  margin-bottom: 15px;
}

.requirement-body p {
  letter-spacing: 0.01em;
  color: #211815;
  font-size: 16px;
  margin-bottom: 0;
}

.requirement-body table {
  font-size: 16px;
}

.requirement-number {
  border: 1px solid #707070;
  font-size: 16px;
  padding: 0.4em 0.6em;
  letter-spacing: 0.01em;
  display: inline-block;
}

.announcement {
  height: 0;
}

.announcement-wrap {
  position: fixed;
  z-index: 999;
  right: 0;
  bottom: 0 !important;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
}

.announcement-box {
  max-width: 602px;
  padding: 15px 0;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .announcement-box {
    padding: 12px 0;
  }
}

.js-followBtn {
  display: none;
}

.pagetopbtn {
  position: relative;
  z-index: 99;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.pagetopbtn-wrap {
  display: none;
  position: fixed;
  width: 45px;
  bottom: 110px !important;
  right: 15px;
  -webkit-transition: bottom 0.2s;
  transition: bottom 0.2s;
}

@media (min-width: 768px) {
  .pagetopbtn-wrap {
    right: 20px;
    bottom: 140px !important;
    width: 65px;
  }
}

.apply-btn {
  position: relative;
  border-radius: 20px;
  width: 100%;
  max-width: 600px;
  background: -webkit-gradient(linear, left top, left bottom, from(#B60081), to(#A30978));
  background: -webkit-linear-gradient(top, #B60081, #A30978);
  background: linear-gradient(to bottom, #B60081, #A30978);
  text-align: center;
  padding: 10px 30px;
  min-height: 80px;
  line-height: 1;
  font-size: 28px;
  color: #fff;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}

.apply-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 12px;
  height: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(/-/media/AeonCard/campaign/lp/_assets/images/icon_triangle-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

@media (min-width: 768px) {
  .apply-btn {
    font-size: 36px;
    min-height: 96px;
  }
  .apply-btn::after {
    width: 18px;
    height: 18px;
  }
}

.apply-btn.allow-down::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

@media (min-width: 768px) {
  .apply-btn.allow-down::after {
    right: 15px;
  }
}

.apply-btn__main {
  padding: 10px 20px;
}

.apply-btn__mainsub {
  font-size: 10px;
  letter-spacing: 0.5px;
}

@media (min-width: 768px) {
  .apply-btn__main {
    font-size: 40px;
    line-height: 0.7em;
    padding-top: 15px;
  }
  .apply-btn__mainsub {
    font-size: 14px;
    letter-spacing: 0.5px;
  }
}

.c-info-btn {
  border-radius: 10px;
  padding: 16px 10px;
  padding-right: 20px;
  line-height: 1;
  min-height: 60px;
  max-width: 235px;
}

.c-info-btn span {
  color: #415093;
  font-weight: bold;
  font-size: 18px;
}

.c-margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.c-note__min {
  letter-spacing: 0.01em;
}

@media (min-width: 768px) {
  .c-note__min {
    letter-spacing: 0.02em;
  }
}

.anchor-title {
  font-size: 15px;
  line-height: 20px;
  margin: 20px auto 20px;
  color: #042274;
  text-align: center;
  border: 4px solid #EF0031;
  padding: 10px;
  border-radius: 18px;
  background: #fff;
}

@media (min-width: 768px) {
  .anchor-title {
    width: 85%;
    font-size: 25px;
    line-height: 40px;
    margin: 30px auto 30px;
    padding: 25px 25px;
  }
}

.anchor-links01 {
  margin: 30px 0 0px;
  padding: 0;
}

.txt_weight {
  font-weight: bold;
}

.anchor-title a {
  color: #0B7ECE;
  text-decoration: underline;
  font-weight: bold;
}

.anchor-title a::after {
  content: "";
  background-image: url(/-/media/AeonCard/campaign/lp/_assets/images/icon_window.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-left: 0.2em;
}

@media (min-width: 768px) {
  .anchor-title a::after {
    width: 12px;
    height: 12px;
  }
}

@media (min-width: 768px) {
  .anchor-links01 {
    margin: 45px auto 0px;
    padding: 0;
  }
}

.textimgauto {
  margin: auto;
}

.textimgautopc {
  width: 434px;
}

.textimgautosp {
  width: 244px;
}

.textfontstyle {
  color: #0A246F;
  font-size: 25px;
  text-align: center;
  margin-top: 58px;
  line-height: 1.3;
}

.imgflex {
  display: flex;
}

.imgflex a {
  flex: 1;
}

.imgflex_left img {
  width: 247px;
}

.imgflex_left a:last-of-type img {
  margin-left: 4px;
}

.imgflex_right img {
  margin: auto;
}

.welciacard_link {
  display: flex;
  justify-content: center;
  margin-top: 25px;
  margin-bottom: 70px;
}

.anchor-links img {
  width: 100%;
}

.mainvisual-text {
  font-size: 14px;
  color: #000000;
  padding: 0 40px;
}

.mainvisual-text span {
  text-indent: 14px;
  display: block;
}

.new_ul_flex {
  display: flex;
}

.left_li {
  margin-right: 10px;
}

.new_flex {
  display: flex;
}

.new_sp_flex {
  display: flex;
  margin: 5px 0;
}

.poingimg img {
  width: 456px;
  margin-top: 25px;
}

.pink-text {
  color: #B60081;
}

.fs-14-center {
  font-size: 14px;
  text-align: center;
}

.fs-14 {
  font-size: 14px;
}

.fs-12 {
  font-size: 12px;
}

.c-info-btn-pink {
  background: -webkit-gradient(linear, left top, left bottom, from(#B60081), to(#A30978));
  background: -webkit-linear-gradient(top, #B60081, #A30978);
  background: linear-gradient(to bottom, #B60081, #A30978);
}

.c-info-btn-pink::after {
  background-image: url(/-/media/AeonCard/campaign/lp/_assets/images/icon_triangle-white.svg);
}

.c-info-btn-pink span {
  color: #ffffff;
}

.text-left {
  text-align: left;
}

.pointget-note p {
  margin-bottom: 0;
}

.c-doublearrow-link {
  color: #0B7ECE;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  line-height: 1;
  border-bottom: 1px solid #0B7ECE;
}

.c-doublearrow-link::before {
  content: "";
  background-image: url(/-/media/AeonCard/card/lp/welciacard/images/arrow-double.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 14px;
  height: 14px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: inline-block;
}

.w100style {
  width: 340px;
  max-width: 90.6666666667%;
  box-shadow: 0.5px 0.5px 10px 0 rgba(0, 0, 0, 0.1), -0.5px -0.5px 5px 0 rgba(0, 0, 0, 0.3);
  border-radius: 2.7vw;
}

@media (min-width: 768px) {
  .w100style {
    width: 570px;
    max-width: none;
    box-shadow: 0.5px 0.5px 10px 0 rgba(0, 0, 0, 0.1), -0.5px -0.5px 5px 0 rgba(0, 0, 0, 0.3);
    border-radius: 18px;
  }
  .c-doublearrow-link {
    font-size: 24px;
  }
  .c-doublearrow-link::before {
    width: 20px;
    height: 20px;
  }
}

@media (min-width: 1200px) {
  .c-doublearrow-link:hover {
    border-bottom: none;
  }
  .c-doublearrow-link:focus {
    border-bottom: none;
  }
}

@media screen and (max-width: 768px) {
  .c-doublearrow-link {
    font-size: 3.73333vw;
  }
  .c-doublearrow-link::before {
    width: 3vw;
    height: 3vw;
  }
  .apply-note .c-note {
    font-size: 2.7vw;
  }
  .announcement-box {
    padding: 21.5px 0;
  }
}

.poslink {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  margin-top: -50px;
}

.poslink a {
  color: #0b7ece;
  font-size: 14px;
  text-decoration: underline;
}

.poslink a img {
  position: relative;
  top: 6px;
  left: 3px;
  width: 11px;
}

.redlne {
  text-decoration: underline;
  color: #FF0000;
}

.hrefstyle {
  color: #0b7ece;
  text-decoration: underline;
}

.hrefstyle img {
  position: relative;
  top: 4px;
  left: 3px;
}

.base_toku_img_flex {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  gap: 40px;
}

.qx-base_toku_none .base_toku_img_flex > div:first-of-type {
  margin-right: 40px;
}

@media screen and (max-width: 767.9px) {
  .poslink {
    margin-top: -11.75vw;
  }
  .poslink a {
    font-size: 3vw;
  }
  .poslink a img {
    top: 2.3vw;
    left: 1vw;
    width: 2vw;
  }
  .hrefstyle img {
    top: 1.2vw;
    width: 2.4vw;
  }
  .base_toku_img_flex {
    flex-direction: column;
    gap: 25px;
    margin-top: 50px;
  }
  .base_toku_img_flex > div:first-of-type {
    margin-right: 0;
    margin-bottom: 5vw;
  }
  .qx-base_toku_none .base_toku_img_flex > div:first-of-type {
    margin-right: 0;
  }
}

/* 20240926 new style */
.main_vs_content_center_02 {
  margin-top: 30px;
}

.main_vs_content_center {
  padding-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .main_vs_content_center_02 {
    margin-top: 10px;
  }
  .main_vs_content_center {
    padding-bottom: 30px;
  }
  .base_toku {
    margin-top: 25px;
  }
}

/* blue box */
.m-box-blue {
  margin-top: 40px;
  padding: 40px;
  background-color: #dbeaff;
  border-radius: 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.m-box-blue__left {
  padding: 0 10px;
  text-align: center;
}

.m-box-blue__left__text {
  margin-top: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
}

.m-box-blue__left__img {
  margin-top: 25px;
}

.m-box-blue__left__img > img {
  max-width: 300px;
}

.m-box-blue__center {
  margin-top: 0;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
}

.m-box-blue__right {
  margin-top: 0;
  padding: 0 10px;
}

.m-box-blue__right__text {
  margin-top: 0;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.5;
  text-align: center;
}

.m-box-blue__right__img {
  margin-top: 25px;
  text-align: center;
}

.m-box-blue__right__img > img {
  max-width: 74px;
}

.m-box-blue .m-list-notes {
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .m-box-blue {
    margin-top: 20px;
    padding: 30px 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .m-box-blue__left {
    padding: 0;
  }
  .m-box-blue__left__text {
    font-size: 4.35897vw;
  }
  .m-box-blue__left__img > img {
    max-width: 69.23077vw;
  }
  .m-box-blue__center {
    margin-top: 28px;
    margin-bottom: 0;
    font-size: 5.12821vw;
  }
  .m-box-blue__right {
    margin-top: 28px;
    padding: 0;
  }
  .m-box-blue__right__text {
    font-size: 5.12821vw;
  }
  .m-box-blue__right__img {
    margin-top: 30px;
    text-align: center;
  }
  .m-box-blue__right__img > img {
    max-width: 19.23077vw;
  }
  .m-box-blue .m-list-notes > li {
    font-size: 3.33333vw;
    letter-spacing: -0.12821vw;
  }
}

/* ajustment */
.a-marker-orange {
  background: linear-gradient(transparent 70%, #ffc87a 70%);
}

.a-img-mt {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .a-img-mt {
    margin-top: 3.2vw;
  }
}

/* 20241022 new update */
.qx-note_atten {
  text-decoration: underline;
  color: #CE0B0B;
}

.qx-new_title {
  font-size: 26px;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .qx-new_title {
    font-size: 4.2vw;
  }
}

/* qx-security */
.qx-security {
  text-align: center;
  margin: 50px auto;
  order: 3;
  width: 100%;
}

.qx-security img {
  max-width: 800px;
  width: 100%;
}

/* thanks */
.qx-thanks {
  background: #FBE4EE;
  padding-bottom: 60px;
}

.qx-thanks__top {
  background: #EA609A;
}

.qx-thanks__support__content {
  padding: 15px 40px 35px;
  text-align: center;
}

.qx-thanks__entry {
  background: #DF447C;
  border-radius: 20px 20px 0 0;
  max-width: 960px;
  margin: auto;
  padding: 16px 75px;
  text-align: center;
}

.qx-thanks__3bai {
  margin-top: 40px;
  padding: 30px;
  border-radius: 10px;
  border: 4px solid #EA609A;
  background: #fff;
  margin-bottom: 65px;
  max-width: 840px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.qx-thanks__3bai h3 {
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

.qx-thanks__img__support {
  max-width: 450px;
  text-align: center;
  width: 100%;
}

.qx-thanks__img__support_02 {
  max-width: 750px;
  width: 100%;
}

.qx-thanks__h3 {
  color: #B60081;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

.qx-thanks__h3__02 {
  color: #B60081;
  text-align: center;
  margin-bottom: 30px;
  font-size: 32px;
  margin-top: 65px;
  font-weight: bold;
}

.base_toku.qx-thanks__base_toku.base_toku.qx-thanks__base_toku {
  margin-top: 30px;
}

.qx-thanks__3bai_p {
  color: #B60081;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}

.qx-thanks__3bai_p span {
  text-decoration: underline;
}

.qx-thanks__3bai_p02 {
  font-size: 26px;
  text-align: center;
  border-bottom: 10px;
  font-weight: bold;
}

.qx-thanks__3bai__img {
  text-align: center;
  padding-bottom: 40px;
  border-bottom: 1px solid #D9D9D9;
}

.table_sp_overflow {
  overflow: hidden;
  overflow-x: scroll;
}

.scroll-hint-icon {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.qx-thanks__limit {
  background-color: #EA609A;
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  position: relative;
  padding: 30px 25px;
}

.qx-thanks__limit::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 49%) rotate(45deg);
  border-top: 9px solid transparent;
  border-left: 9px solid transparent;
  border-bottom: 9px solid #EA609A;
  border-right: 9px solid #EA609A;
}

.qx-thanks__limit .qx-thanks__limit__p {
  color: #fff;
  font-size: 20px;
  margin-bottom: 10px;
}

.qx-thanks__limit strong {
  background: #fff;
  border-radius: 40px;
  padding: 3px 30px;
  color: #EA609A;
  display: block;
  max-width: 480px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container {
  margin-bottom: 60px;
}

.qx-thanks__base_toku .base_toku_top {
  font-size: 24px;
  color: #fff;
  background: #EA609A;
  padding: 5px 0;
  line-height: 1;
  min-height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.qx-thanks__base_toku .base_toku_top span {
  font-size: 19px;
}

.qx-thanks__base_toku .base_toku_top span strong {
  font-size: 40px;
}

.qx-thanks__acoodion_top.acoodion_top {
  color: #1A1A1A;
  background: none;
}

.qx-thanks__accordion-title.accordion-title {
  border: none;
  background: none;
}

.qx-thanks__accordion-item.accordion-item {
  border: 2px solid #B60081;
  border-radius: 50px;
  background: #fff;
  overflow: hidden;
  transition: 0.6s;
}

.qx-thanks__acoodion_content.acoodion_content {
  padding: 10px 30px 30px;
}

.qx-thanks__accordion-icon.accordion-icon {
  background: #B60081;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  right: 20px;
}

.qx-thanks__accordion-icon.accordion-icon::before,
.qx-thanks__accordion-icon.accordion-icon::after {
  background: #fff;
  width: 16px;
  height: 4px;
}

.qx-thanks__acoodion_content.acoodion_content.qx-thanks__acoodion_content_none {
  padding: 0;
}

.qx-thanks__acoodion_top__pink.qx-thanks__acoodion_top {
  color: #B60081;
}

.base_toku.qx-thanks__base_toku.base_toku.qx-thanks__base_toku {
  border-radius: 10px;
}

.qx-thanks__base_toku .base_toku_content {
  padding: 70px 50px 25px;
}

.qx-js__open {
  border-radius: 20px !important;
}

.qx-note_atten__02 {
  color: #FF3333;
  margin-bottom: 80px;
}

.qx-thanks__note {
  font-size: 12px;
  margin-top: 15px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .qx-thanks__acoodion_content.acoodion_content {
    padding: 0 5.12821vw 10.25641vw;
  }
  .qx-thanks__note {
    font-size: 2.7vw;
    margin-top: 3vw;
  }
  .qx-note_atten__02 {
    margin-bottom: 7.69231vw;
  }
  .qx-js__open {
    border-radius: 6.15385vw !important;
  }
  .qx-thanks {
    padding-bottom: 8.97436vw;
  }
  .qx-thanks__base_toku .base_toku_img_flex > div:first-of-type {
    margin-bottom: 0;
  }
  .qx-thanks__support__content {
    padding: 2.5641vw 2.5641vw 5.12821vw;
  }
  .qx-thanks__acoodion_top__pink.qx-thanks__acoodion_top {
    font-size: 3.6vw;
    text-align: left;
    width: 100%;
    display: block;
    padding-left: 4vw;
  }
  .qx-thanks__h3__02 {
    font-size: 6.15385vw;
    margin-top: 8.97436vw;
    margin-bottom: 3.84615vw;
  }
  .base_toku.qx-thanks__base_toku.base_toku.qx-thanks__base_toku {
    margin-top: 6.41026vw;
  }
  .qx-thanks__base_toku .base_toku_content {
    padding: 5.12821vw;
  }
  .scroll-hint-icon {
    padding-left: 5.33333vw;
  }
  .scroll-hint-icon:after {
    background-image: url(/-/media/AeonCard/card/lp/welciacard/20241219/images/arrow.svg);
    top: calc(50% - 60px);
    left: calc(50% + 45px);
  }
  .scroll-hint-icon:before {
    background-image: url(/-/media/AeonCard/card/lp/welciacard/20241219/images/hand.svg);
    width: 60px;
    height: 80px;
  }
  .container {
    margin-bottom: 10.25641vw;
  }
  .table_sp_overflow {
    margin-right: -5.33333vw;
  }
  .is-left-scrollable.is-right-scrollable {
    margin-right: -5.33333vw;
  }
  .is-left-scrollable {
    margin-right: 5.33333vw;
  }
  .qx-thanks__3bai_p {
    font-size: 4.10256vw;
    margin-bottom: 6.41026vw;
  }
  .qx-thanks__3bai_p02 {
    font-size: 4.61538vw;
    margin-bottom: 3.84615vw;
  }
  .qx-thanks__entry {
    padding: 3.84615vw 14.10256vw;
  }
  .qx-thanks__img__support {
    max-width: 94.87179vw;
  }
  .qx-security {
    margin: 7.69231vw 0;
  }
  .qx-thanks__accordion-icon.accordion-icon {
    width: 8.20513vw;
    height: 8.20513vw;
    right: 2vw;
  }
  .qx-thanks__accordion-title.accordion-title {
    width: 100%;
  }
  .qx-thanks__accordion-item.accordion-item {
    border-radius: 6.15385vw;
  }
  .qx-thanks__accordion-title.accordion-title {
    height: 12.82051vw;
  }
  .qx-thanks__accordion-icon.accordion-icon::before, .qx-thanks__accordion-icon.accordion-icon::after {
    width: 4.10256vw;
    height: 1.02564vw;
  }
  .qx-thanks__base_toku .base_toku_top {
    font-size: 6.15385vw;
  }
  .qx-thanks__base_toku .base_toku_top span {
    font-size: 4.87179vw;
  }
  .qx-thanks__base_toku .base_toku_top span strong {
    font-size: 10vw;
  }
  .qx-security img {
    padding: 0 5.12821vw;
  }
  .qx-thanks__3bai {
    margin-top: 5.12821vw;
    margin-bottom: 11.53846vw;
    padding: 3.84615vw;
    border-width: 3px;
  }
  .qx-thanks__3bai__img {
    text-align: center;
    padding-bottom: 2.7vw;
    border-bottom: 0;
  }
  .qx-thanks__3bai h3 {
    font-size: 5.12821vw;
    margin-bottom: 6.41026vw;
  }
  .qx-thanks__h3 {
    font-size: 6.15385vw;
    margin-bottom: 6.41026vw;
  }
  .qx-img {
    max-width: none;
    width: 700px;
  }
  .container {
    margin-right: -5.33333vw;
  }
  .scroll-hint-text {
    font-size: 6.66667vw;
  }
  .qx-thanks__limit {
    padding: 6.41026vw 5.12821vw;
  }
  .qx-thanks__limit .qx-thanks__limit__p {
    font-size: 5.12821vw;
    margin-bottom: 2.5641vw;
  }
  .qx-thanks__limit strong {
    font-size: 5.12821vw;
    max-width: 123.07692vw;
  }
  .qx-thanks__limit::after {
    border-top: 2.30769vw solid transparent;
    border-left: 2.30769vw solid transparent;
    border-bottom: 2.30769vw solid #EA609A;
    border-right: 2.30769vw solid #EA609A;
  }
}

.modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 999;
  /* 表示状態 */
}

.modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

.modal__dialog {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 100px auto 0;
  background: #fff;
  border-radius: 8px;
  padding: 40px 110px;
  z-index: 1000;
  max-height: calc(100vh - 200px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .modal__dialog {
    padding: 60px 20px 40px;
    margin: 50px auto 0;
    max-height: calc(100vh - 200px);
    max-width: calc(100vw - 40px);
  }
}

.modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  padding: 0;
}

.modal__close > img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .modal__close {
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
  }
}

.modal__content {
  max-height: 100%;
  overflow-y: auto;
  flex: 1 1 auto;
  min-height: 0;
}

.modal__flex {
  display: flex;
  justify-content: center;
  gap: 35px;
}

.modal__flex > img {
  width: 100%;
  max-width: 200px;
}

.modal__flex > p {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .modal__flex {
    gap: 25px;
    flex-direction: column-reverse;
  }
  .modal__flex > img {
    max-width: 100%;
  }
}

.modal.-is-open {
  display: block;
}

body.modal-open {
  overflow: hidden;
}

.qx-text-red {
  color: #CE0B0B;
  text-decoration: none !important;
}

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

.qx-modal-icon {
  margin-left: 3px;
  width: 1em;
  height: auto;
}

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

.qx-aeonpay__banner img {
  max-width: 480px;
  width: 100%;
}

.qx-aeonpay__banner ~ .qx-aeonpay__banner {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .qx-aeonpay__banner ~ .qx-aeonpay__banner {
    margin-top: 4.8vw;
  }
}

.modal01__border {
  border: 1px solid #999;
}
