@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap");
/*====================================================================================
1. START COMMON ONLY CHILD PAGE.
====================================================================================*/
/*---------- START BREADCRUMB ----------*/
.cm-lpheader {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .cm-lpheader {
    padding: 3.3rem 0 3.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-lpheader {
    padding: 1rem 0;
  }
}
@media only screen and (min-width: 768px) {
  .cm-lpheader img {
    width: 44.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-lpheader img {
    width: 25rem;
    display: block;
    margin: auto;
  }
}

.cm_lpttl {
  text-align: center;
  font-weight: 700;
  position: relative;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .cm_lpttl {
    font-size: 5rem;
    padding-bottom: 2.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm_lpttl {
    font-size: 2rem;
    padding-bottom: 1.2rem;
  }
}
.cm_lpttl:after {
  content: "";
  height: 0.4rem;
  background: #01abe6;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .cm_lpttl:after {
    width: 9.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm_lpttl:after {
    width: 5rem;
  }
}

.point_card_LP .lp-mainvisual {
  padding: 10rem 0 18.7rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 1400px) {
  .point_card_LP .lp-mainvisual {
    padding: 4rem 0;
  }
}
@media only screen and (min-width: 768px) {
  .point_card_LP .lp-mainvisual {
    background: #f5f1f1 url(../point_card_LP/images/bg_mv.webp) no-repeat right
      top;
    background-size: cover;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .lp-mainvisual {
    background: #f5f1f1 url(../point_card_LP/images/bg_mv_sp.webp) no-repeat
      right top;
    background-size: cover;
  }
}
.point_card_LP .lp-mainvisual__inner {
  display: block;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .point_card_LP .lp-mainvisual__inner {
    max-width: 120rem;
    padding: 0 4.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .lp-mainvisual__inner {
    padding: 0 2rem;
  }
  .point_card_LP .lp-mainvisual__inner .tag_mv {
    width: 10rem;
    margin-bottom: 0.5rem;
  }
  .point_card_LP .lp-mainvisual__inner .img {
    width: 20rem;
  }
}
.point_card_LP .lp-mainvisual__ttl .ttl {
  color: #01abe6;
  letter-spacing: 0.1em;
  line-height: 1.5487301587;
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.7),
    0 0 6px rgba(255, 255, 255, 0.6), 1px 1px 2px rgba(255, 255, 255, 0.9);
}
@media only screen and (min-width: 768px) {
  .point_card_LP .lp-mainvisual__ttl .ttl {
    font-size: 6.3rem;
    margin: 3.1rem 0 1.8rem;
  }
}
@media only screen and (max-width: 1400px) {
  .point_card_LP .lp-mainvisual__ttl .ttl {
    font-size: 5.3rem;
    line-height: 1.39;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .lp-mainvisual__ttl .ttl {
    font-size: 2.3rem;
  }
}
.point_card_LP .lp-mainvisual__ttl .ttl span {
  color: #000;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .point_card_LP .lp-mainvisual__ttl .ttl span {
    font-size: 5.3rem;
    line-height: 1.8409433962;
  }
}
@media only screen and (max-width: 1400px) {
  .point_card_LP .lp-mainvisual__ttl .ttl span {
    font-size: 4.3rem;
    line-height: 2.0365116279;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .lp-mainvisual__ttl .ttl span {
    font-size: 1.6rem;
  }
}
.point_card_LP .lp-mainvisual p {
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .point_card_LP .lp-mainvisual p {
    font-size: 2.4rem;
    line-height: 1.6666666667;
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .lp-mainvisual p {
    margin-top: 1rem;
    text-shadow: 0 0 3px rgba(255, 255, 255, 0.7),
      0 0 6px rgba(255, 255, 255, 0.6), 1px 1px 2px rgba(255, 255, 255, 0.9);
  }
}
.point_card_LP .concerns-section {
  background: url(../point_card_LP/images/bg1.webp);
}
@media only screen and (min-width: 768px) {
  .point_card_LP .concerns-section {
    padding: 3.5rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .concerns-section {
    padding: 2rem 0 0;
  }
}
.point_card_LP .concerns-section__inner {
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .point_card_LP .concerns-section__inner {
    margin-top: 4.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .concerns-section__inner {
    margin-top: 2rem;
    padding-top: 3rem;
  }
}
.point_card_LP .concerns-section__inner .inner {
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .point_card_LP .concerns-section__inner .inner {
    height: 64.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .point_card_LP .concerns-section__inner .inner .img {
    margin-top: 39rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .concerns-section__inner .inner .img {
    width: 30rem;
    margin-top: 2rem;
  }
}
.point_card_LP .concerns-section__inner .item {
  border-style: solid;
  border-radius: 1rem;
}
@media only screen and (min-width: 768px) {
  .point_card_LP .concerns-section__inner .item {
    position: absolute;
    border-width: 3px;
    -webkit-box-shadow: 0px 16px 0px 0 #d7d8d9;
    box-shadow: 0px 16px 0px 0 #d7d8d9;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .concerns-section__inner .item {
    border-width: 1px;
    width: 100%;
    padding: 1.5rem 1rem;
    -webkit-box-shadow: 0px 0.5rem 0px 0 #d7d8d9;
    box-shadow: 0px 0.5rem 0px 0 #d7d8d9;
    margin: 0 auto 2rem;
    max-width: 30rem;
  }
}
.point_card_LP .concerns-section__inner .item p {
  letter-spacing: 0.075em;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .point_card_LP .concerns-section__inner .item p {
    line-height: 1.875;
  }
}
.point_card_LP .concerns-section__inner .item p:after {
  content: "";
  position: absolute;
}
.point_card_LP .concerns-section__inner .item p span {
  font-weight: 700;
}
.point_card_LP .concerns-section__inner .item.item1 {
  border-color: rgb(246, 163, 70);
  background-color: rgb(255, 246, 236);
}
@media only screen and (min-width: 768px) {
  .point_card_LP .concerns-section__inner .item.item1 {
    top: 34.3rem;
    left: -1rem;
    width: 35.1rem;
    height: 14.2rem;
    padding: 2.2rem;
  }
  .point_card_LP .concerns-section__inner .item.item1 p::after {
    background: url(../point_card_LP/images/ico1.webp) no-repeat center center;
    background-size: 100% auto;
    width: 3rem;
    height: 2.6rem;
    top: 3.2rem;
    right: -6.2rem;
  }
}
.point_card_LP .concerns-section__inner .item.item1 span {
  color: rgb(246, 163, 70);
}
.point_card_LP .concerns-section__inner .item.item2 {
  border-color: rgb(53, 106, 210);
  background-color: rgb(223, 236, 255);
}
@media only screen and (min-width: 768px) {
  .point_card_LP .concerns-section__inner .item.item2 {
    width: 39.5rem;
    height: 12.8rem;
    top: 12.6rem;
    left: 16.5rem;
    padding: 1.7rem 2.2rem;
  }
  .point_card_LP .concerns-section__inner .item.item2 p::after {
    background: url(../point_card_LP/images/ico2.webp) no-repeat center center;
    background-size: 100% auto;
    width: 4rem;
    height: 5rem;
    top: 11.7rem;
    right: 3rem;
  }
}
.point_card_LP .concerns-section__inner .item.item2 span {
  color: rgb(53, 106, 210);
}
.point_card_LP .concerns-section__inner .item.item3 {
  border-color: rgb(82, 191, 84);
  background-color: rgb(225, 249, 225);
}
@media only screen and (min-width: 768px) {
  .point_card_LP .concerns-section__inner .item.item3 {
    top: 19.6rem;
    right: 19rem;
    width: 39.5rem;
    height: 12.8rem;
    padding: 1.4rem 2.2rem;
  }
  .point_card_LP .concerns-section__inner .item.item3 p::after {
    background: url(../point_card_LP/images/icon3.webp) no-repeat center center;
    background-size: 100% auto;
    width: 4rem;
    height: 3rem;
    top: 11.7rem;
    left: 4.6rem;
  }
}
.point_card_LP .concerns-section__inner .item.item3 span {
  color: rgb(82, 191, 84);
}
.point_card_LP .concerns-section__inner .item.item4 {
  border-color: rgb(244, 78, 78);
  background-color: rgb(255, 227, 227);
}
@media only screen and (min-width: 768px) {
  .point_card_LP .concerns-section__inner .item.item4 {
    width: 35.1rem;
    height: 14.2rem;
    top: 38.3rem;
    right: 1.7rem;
    padding: 2.2rem;
  }
  .point_card_LP .concerns-section__inner .item.item4 p::after {
    background: url(../point_card_LP/images/icon4.webp) no-repeat center center;
    background-size: 100% auto;
    width: 5.2rem;
    height: 2.2rem;
    top: 12.3rem;
    left: 0.6rem;
  }
}
.point_card_LP .concerns-section__inner .item.item4 span {
  color: rgb(244, 78, 78);
}
.point_card_LP .benefit-section {
  background: #f2f5f9;
}
@media only screen and (min-width: 768px) {
  .point_card_LP .benefit-section {
    padding: 10.9rem 0 8.3rem;
    margin-top: -0.3rem;
    border-radius: 5rem 5rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .benefit-section {
    margin-top: 3rem;
    padding-bottom: 4rem;
  }
}
.point_card_LP .benefit-section__title {
  background: #00489e;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .point_card_LP .benefit-section__title {
    margin: 0 -4.5rem;
    padding: 1rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .benefit-section__title {
    margin: 0 -1.2rem;
    padding: 0.5rem 0;
  }
}
.point_card_LP .benefit-section__title span {
  letter-spacing: 0.075em;
  color: #fff;
  display: block;
}
@media only screen and (min-width: 768px) {
  .point_card_LP .benefit-section__title span {
    padding: 1.8rem 0 2.2rem;
    font-size: 4rem;
    line-height: 1.5;
    border-top: 0.5rem solid #fff;
    border-bottom: 0.5rem solid #fff;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .benefit-section__title span {
    padding: 1.5rem;
    font-size: 1.6rem;
    border-top: 0.2rem solid #fff;
    border-bottom: 0.2rem solid #fff;
  }
}
.point_card_LP .benefit-section .txt {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .point_card_LP .benefit-section .txt {
    margin-top: 5.7rem;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .benefit-section .txt {
    margin-top: 3rem;
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .point_card_LP .benefit-section .list_methor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4.5rem;
    margin-top: 6.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .benefit-section .list_methor {
    margin-top: 2rem;
  }
}
.point_card_LP .benefit-section .list_methor .item {
  background: #fff;
  border-radius: 2rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .point_card_LP .benefit-section .list_methor .item {
    width: calc(33.3333333333% - 3rem);
    padding: 1.8rem 0 4.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .benefit-section .list_methor .item {
    margin-bottom: 2rem;
    overflow: hidden;
    padding: 0 0 2.5rem;
  }
}
.point_card_LP .benefit-section .list_methor .item img {
  width: 100%;
}
.point_card_LP .benefit-section .list_methor .item p {
  color: #01abe6;
  font-weight: 700;
  margin: 0.9rem 0 0;
}
@media only screen and (min-width: 768px) {
  .point_card_LP .benefit-section .list_storecustomers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5.5rem;
    margin-top: 7.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .benefit-section .list_storecustomers {
    margin-top: 3rem;
  }
}
.point_card_LP .benefit-section .list_storecustomersTtl {
  text-align: center;
  background: #01abe6;
  color: #fff;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .point_card_LP .benefit-section .list_storecustomersTtl {
    font-size: 2.4rem;
    padding: 0.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .benefit-section .list_storecustomersTtl {
    font-size: 1.8rem;
    padding: 1rem;
  }
}
.point_card_LP .benefit-section .list_storecustomers .item {
  border-radius: 0.5rem;
  overflow: hidden;
  border-style: solid;
  border-width: 0.2rem;
  border-color: rgb(225, 229, 235);
  border-radius: 0.5rem;
  background-color: rgb(255, 255, 255);
}
@media only screen and (min-width: 768px) {
  .point_card_LP .benefit-section .list_storecustomers .item {
    width: calc(50% - 2.75rem);
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .benefit-section .list_storecustomers .item {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .point_card_LP .benefit-section .list_storecustomers .item .ct p {
    line-height: 1.5625;
    margin-top: 3.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .benefit-section .list_storecustomers .item .ct p {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .benefit-section .list_storecustomers .store {
    margin-bottom: 2rem;
  }
}
.point_card_LP .benefit-section .list_storecustomers .store .ct {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .point_card_LP .benefit-section .list_storecustomers .store .ct {
    padding: 3.8rem 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .benefit-section .list_storecustomers .store .ct {
    padding: 2rem 1.5rem;
  }
  .point_card_LP .benefit-section .list_storecustomers .store .ct p {
    text-align: left;
  }
  .point_card_LP .benefit-section .list_storecustomers .store .ct img {
    width: 10rem;
  }
}
@media only screen and (min-width: 768px) {
  .point_card_LP .benefit-section .list_storecustomers .customers .ct {
    padding: 2.8rem 2rem 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .benefit-section .list_storecustomers .customers .ct {
    padding: 2rem 1.5rem;
  }
}
.point_card_LP .benefit-section .list_storecustomers .customers .customers_ct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .point_card_LP
    .benefit-section
    .list_storecustomers
    .customers
    .customers_ct {
    gap: 3.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP
    .benefit-section
    .list_storecustomers
    .customers
    .customers_ct {
    gap: 2rem;
  }
  .point_card_LP
    .benefit-section
    .list_storecustomers
    .customers
    .customers_ct
    img {
    width: 10rem;
  }
}
.point_card_LP
  .benefit-section
  .list_storecustomers
  .customers
  .customers_ct
  p {
  font-size: 1.2rem;
  line-height: 1.7857142857;
  text-align: left;
  margin-top: 1.5rem;
}
.point_card_LP
  .benefit-section
  .list_storecustomers
  .customers
  .customers_ct
  .tt {
  font-weight: 700;
  letter-spacing: 0.075em;
}
@media only screen and (max-width: 767px) {
  .point_card_LP
    .benefit-section
    .list_storecustomers
    .customers
    .customers_ct
    .tt {
    margin-bottom: 0.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .point_card_LP
    .benefit-section
    .list_storecustomers
    .customers
    .customers_ct
    .it:first-child {
    width: 20rem;
  }
  .point_card_LP
    .benefit-section
    .list_storecustomers
    .customers
    .customers_ct
    .it:first-child
    .tt {
    margin-bottom: 1.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP
    .benefit-section
    .list_storecustomers
    .customers
    .customers_ct
    .it:first-child {
    width: calc(50% - 1rem);
  }
}
@media only screen and (min-width: 768px) {
  .point_card_LP
    .benefit-section
    .list_storecustomers
    .customers
    .customers_ct
    .it:last-child {
    width: calc(100% - 23.4rem);
  }
  .point_card_LP
    .benefit-section
    .list_storecustomers
    .customers
    .customers_ct
    .it:last-child
    .tt {
    margin-bottom: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP
    .benefit-section
    .list_storecustomers
    .customers
    .customers_ct
    .it:last-child {
    width: calc(50% - 1rem);
  }
  .point_card_LP
    .benefit-section
    .list_storecustomers
    .customers
    .customers_ct
    .it:last-child
    p {
    font-size: 1rem;
    line-height: 1.4;
  }
}
.point_card_LP .benefit-section .video-tutorial {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .point_card_LP .benefit-section .video-tutorial {
    margin-top: 7.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .benefit-section .video-tutorial {
    margin-top: 3rem;
  }
}
.point_card_LP .benefit-section .video-tutorial p {
  letter-spacing: 0.075em;
}
@media only screen and (min-width: 768px) {
  .point_card_LP .benefit-section .video-tutorial p {
    font-size: 1.8rem;
    margin-bottom: 2.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .benefit-section .video-tutorial p {
    font-size: 1.6rem;
    margin-bottom: 2.8rem;
  }
}
.point_card_LP .benefit-section .video-tutorial .youtube {
  display: block;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .point_card_LP .benefit-section .video-tutorial .youtube {
    width: 73.4rem;
    height: 41.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .benefit-section .video-tutorial .youtube {
    width: 100%;
    height: 20rem;
  }
}
.point_card_LP .benefit-section .video-tutorial .youtube iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.point_card_LP .cta-section {
  background: url(../point_card_LP/images/bg2.webp);
}
@media only screen and (min-width: 768px) {
  .point_card_LP .cta-section {
    padding: 10.6rem 0 11.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .cta-section {
    padding: 2rem 1.2rem;
  }
}
.point_card_LP .cta-section__inner {
  max-width: 120rem;
  margin: auto;
  background: #fff;
  overflow: hidden;
  border-radius: 0.5rem;
}
.point_card_LP .cta-section .cta-heading {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.1em;
  background: #00489e;
  color: #fff;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .point_card_LP .cta-section .cta-heading {
    font-size: 5rem;
    padding: 0.7rem 0 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .cta-section .cta-heading {
    font-size: 2rem;
    padding: 1rem 0;
  }
}
.point_card_LP .cta-section .cta-heading:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .point_card_LP .cta-section .cta-heading:after {
    border-left: 1.7rem solid transparent;
    border-right: 1.7rem solid transparent;
    border-top: 2rem solid #00489e;
    bottom: -1.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .cta-section .cta-heading:after {
    border-left: 1rem solid transparent;
    border-right: 1rem solid transparent;
    border-top: 1.5rem solid #00489e;
    bottom: -1.4rem;
  }
}
.point_card_LP .cta-section .ct {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .point_card_LP .cta-section .ct {
    padding: 4.5rem 4.5rem 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .cta-section .ct {
    padding: 3rem 2rem;
  }
}
.point_card_LP .cta-section .ct p {
  font-weight: 700;
  letter-spacing: 0.075em;
}
@media only screen and (min-width: 768px) {
  .point_card_LP .cta-section .ct p {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .cta-section .ct p {
    font-size: 1.6rem;
  }
}
.point_card_LP .cta-section__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .point_card_LP .cta-section__btn {
    font-size: 2.4rem;
    gap: 16rem;
    margin-top: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .cta-section__btn {
    font-size: 1.6rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2rem;
  }
}
.point_card_LP .cta-section__btn a {
  width: 36rem;
  margin: 0;
}
.point_card_LP .text-section {
  background: #f2f5f9;
  text-align: center;
  position: relative;
  font-weight: 500;
  letter-spacing: 0.075em;
}
@media only screen and (min-width: 768px) {
  .point_card_LP .text-section {
    padding: 8rem 0 9.5rem;
    line-height: 1.875;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .text-section {
    padding: 3rem 0;
  }
}
.point_card_LP .text-section:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .point_card_LP .text-section:after {
    border-left: 6.7rem solid transparent;
    border-right: 6.7rem solid transparent;
    border-top: 5rem solid #f2f5f9;
    bottom: -5rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .text-section:after {
    border-left: 2rem solid transparent;
    border-right: 2rem solid transparent;
    border-top: 2rem solid #f2f5f9;
    bottom: -1.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .point_card_LP .features-section {
    margin-top: 10.6rem;
    margin-bottom: 12.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .features-section {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
.point_card_LP .features-section__txt {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .point_card_LP .features-section__txt {
    font-size: 1.8rem;
    margin-top: 4.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .features-section__txt {
    font-size: 1.6rem;
    margin-top: 2rem;
  }
}
.point_card_LP .features-section__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .point_card_LP .features-section__list {
    gap: 10.5rem 5.4rem;
    margin: 10.7rem -4.5rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .features-section__list {
    gap: 4rem;
    margin: 5rem 0 0;
  }
}
.point_card_LP .features-section__item {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .point_card_LP .features-section__item {
    border-radius: 0 5rem 0 5rem;
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .features-section__item {
    border-radius: 0 2rem 0 2rem;
    padding: 3rem 1.5rem 2rem;
  }
  .point_card_LP .features-section__item .ct {
    margin-bottom: 1.5rem;
  }
  .point_card_LP .features-section__item .ct img {
    width: 100%;
  }
}
.point_card_LP .features-section__item .point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: var(--font-jost);
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.075em;
  position: absolute;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .point_card_LP .features-section__item .point {
    width: 17.5rem;
    height: 5.2rem;
    font-size: 1.8rem;
    top: -2.5rem;
    gap: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .features-section__item .point {
    width: 10rem;
    height: 3.5rem;
    font-size: 1.3rem;
    top: -1.7rem;
    gap: 0.5rem;
  }
}
.point_card_LP .features-section__item .point span {
  letter-spacing: 0.075em;
}
@media only screen and (min-width: 768px) {
  .point_card_LP .features-section__item .point span {
    font-size: 3.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .features-section__item .point span {
    font-size: 2rem;
  }
}
.point_card_LP .features-section__item .ttl {
  font-weight: 700;
  letter-spacing: 0.075em;
}
@media only screen and (min-width: 768px) {
  .point_card_LP .features-section__item .ttl {
    font-size: 3rem;
    line-height: 1.3333333333;
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .features-section__item .ttl {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
}
.point_card_LP .features-section__item p {
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  .point_card_LP .features-section__item p {
    line-height: 1.875;
  }
}
@media only screen and (min-width: 768px) {
  .point_card_LP .features-section__item .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.point_card_LP .features-section .item1 {
  background: #dfecff;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .point_card_LP .features-section .item1 {
    padding-bottom: 1.5rem;
    padding-top: 1.6rem;
  }
  .point_card_LP .features-section .item1 .ct {
    padding-top: 5.7rem;
  }
}
.point_card_LP .features-section .item1 .point {
  background: #01abe6;
}
.point_card_LP .features-section .item2 {
  background: #fff6ec;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .point_card_LP .features-section .item2 {
    padding-bottom: 7.5rem;
    padding-top: 7.2rem;
  }
  .point_card_LP .features-section .item2 .ct {
    padding-top: 5.7rem;
  }
}
.point_card_LP .features-section .item2 .point {
  background: #f6a346;
}
.point_card_LP .features-section .item2_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .point_card_LP .features-section .item2_list {
    gap: 2rem;
    margin-top: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .features-section .item2_list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 2rem;
    gap: 1rem;
  }
}
.point_card_LP .features-section .item2_list .it {
  border-radius: 0.5rem;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.15);
}
@media only screen and (min-width: 768px) {
  .point_card_LP .features-section .item2_list .it {
    width: calc(25% - 0.15rem);
    padding: 2rem 1rem 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .features-section .item2_list .it {
    width: calc(50% - 0.5rem);
    padding: 1.5rem 0.5rem;
  }
}
.point_card_LP .features-section .item2_list .tt {
  color: #f6a346;
  font-weight: 700;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .point_card_LP .features-section .item2_list .tt {
    font-size: 2.2rem;
    margin-bottom: 2.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .features-section .item2_list .tt {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .point_card_LP .features-section .item2_list p {
    margin-top: 1.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .features-section .item2_list p {
    margin-top: 1rem;
  }
}
.point_card_LP .features-section .item3 {
  background: #e1f9e1;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .point_card_LP .features-section .item3 {
    padding-bottom: 1.8rem;
    padding-top: 1.6rem;
    padding-right: 12.9rem;
  }
  .point_card_LP .features-section .item3 .ct {
    padding-top: 5.7rem;
  }
  .point_card_LP .features-section .item3 img {
    width: 34rem;
    height: auto;
  }
}
.point_card_LP .features-section .item3 .point {
  background: #52bf54;
}
.point_card_LP .features-section .item4 {
  background: #feedf6;
}
@media only screen and (min-width: 768px) {
  .point_card_LP .features-section .item4 {
    width: calc(50% - 2.7rem);
    padding-bottom: 12.6rem;
    padding-top: 7.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .features-section .item4 {
    padding-bottom: 7rem;
  }
}
.point_card_LP .features-section .item4 .point {
  background: #ff68b4;
}
.point_card_LP .features-section .item4 img {
  position: absolute;
  bottom: 0;
}
@media only screen and (min-width: 768px) {
  .point_card_LP .features-section .item4 img {
    right: 5.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .features-section .item4 img {
    width: 7rem;
    right: 1.5rem;
  }
}
.point_card_LP .features-section .item5 {
  background: #fffcea;
}
@media only screen and (min-width: 768px) {
  .point_card_LP .features-section .item5 {
    width: calc(50% - 2.7rem);
    padding-bottom: 12.6rem;
    padding-top: 7.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .features-section .item5 {
    padding-bottom: 7rem;
  }
}
.point_card_LP .features-section .item5 .point {
  background: #ffd800;
}
.point_card_LP .features-section .item5 img {
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .point_card_LP .features-section .item5 img {
    right: 5.4rem;
    bottom: 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .features-section .item5 img {
    width: 10rem;
    right: 1.5rem;
  }
}
.point_card_LP .features-section .item6 {
  background: #f0ffff;
}
@media only screen and (min-width: 768px) {
  .point_card_LP .features-section .item6 {
    width: calc(50% - 2.7rem);
    padding-bottom: 12.3rem;
    padding-top: 7.2rem;
  }
}
.point_card_LP .features-section .item6 .point {
  background: #1fa095;
}
@media only screen and (min-width: 768px) {
  .point_card_LP .features-section .item6 img {
    position: absolute;
    right: 3.2rem;
    bottom: 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .features-section .item6 img {
    width: 100%;
    margin-top: 1rem;
  }
}
.point_card_LP .features-section .item7 {
  background: #eaf4ff;
}
@media only screen and (min-width: 768px) {
  .point_card_LP .features-section .item7 {
    width: calc(50% - 2.7rem);
    padding-bottom: 12.6rem;
    padding-top: 7.2rem;
  }
}
.point_card_LP .features-section .item7 .point {
  background: #00489e;
}
@media only screen and (min-width: 768px) {
  .point_card_LP .features-section .item7 img {
    position: absolute;
    right: 4.2rem;
    bottom: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .features-section .item7 img {
    width: 100%;
    margin-top: 1rem;
  }
}
.point_card_LP .case-section {
  background: url(../point_card_LP/images/bg1.webp);
}
@media only screen and (min-width: 768px) {
  .point_card_LP .case-section {
    padding: 3.5rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .case-section {
    padding: 2rem 0 0;
    margin-bottom: 4rem;
  }
}
.point_card_LP .case-section__inner {
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .point_card_LP .case-section__inner {
    margin-top: 4.7rem;
    padding-top: 6.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .case-section__inner {
    margin-top: 2rem;
    padding-top: 3rem;
  }
}
.point_card_LP .case-section__txt {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.025em;
}
@media only screen and (min-width: 768px) {
  .point_card_LP .case-section__txt {
    font-size: 1.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .case-section__txt {
    font-size: 1.6rem;
    font-weight: 400;
  }
}
@media only screen and (min-width: 768px) {
  .point_card_LP .case-section__list {
    margin-top: 9.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .case-section__list {
    margin-top: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .point_card_LP .case-section__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .case-section__item {
    margin-bottom: 3rem;
  }
}
.point_card_LP .case-section__item:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .point_card_LP .case-section__item img {
    width: 45.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .case-section__item img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .point_card_LP .case-section__item .ct {
    width: calc(100% - 45.5rem);
    padding-right: 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .case-section__item .ct {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.point_card_LP .case-section__item .ct .ttl {
  color: #00489e;
  font-weight: 700;
  letter-spacing: 0.075em;
}
@media only screen and (min-width: 768px) {
  .point_card_LP .case-section__item .ct .ttl {
    font-size: 2.7rem;
    margin: 0.9rem -3rem 3.3rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .case-section__item .ct .ttl {
    font-size: 1.8rem;
    margin: 0 0 1.5rem;
  }
}
.point_card_LP .case-section__item .ct p {
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  .point_card_LP .case-section__item .ct p {
    line-height: 1.75;
  }
}
.point_card_LP .banner-section {
  background: url(../point_card_LP/images/bg3.webp) no-repeat center center;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .point_card_LP .banner-section {
    padding-top: 9.2rem;
    margin-top: 8.8rem;
    border-radius: 5rem 5rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .banner-section {
    padding-top: 3rem;
    margin-top: 4rem;
    border-radius: 2rem 2rem 0 0;
  }
}
.point_card_LP .banner-section__inner {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .point_card_LP .banner-section__inner {
    padding-bottom: 13.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .banner-section__inner {
    padding-bottom: 8.8rem;
  }
}
.point_card_LP .banner-section .inner {
  background-color: rgb(246, 163, 70);
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.15);
  text-align: center;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .point_card_LP .banner-section .inner {
    width: 89.8rem;
    border-radius: 2rem;
    padding: 5.6rem 0 6.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .banner-section .inner {
    border-radius: 1rem;
    padding: 2rem 1rem;
  }
}
.point_card_LP .banner-section .inner p {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.075em;
}
@media only screen and (min-width: 768px) {
  .point_card_LP .banner-section .inner p {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .banner-section .inner p {
    font-size: 1.3rem;
  }
}
.point_card_LP .banner-section .inner p.txt_big {
  border-radius: 3.9rem;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.15);
  letter-spacing: 0.075em;
  color: #00489e;
  line-height: 1;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .point_card_LP .banner-section .inner p.txt_big {
    font-size: 4.5rem;
    margin: 3.3rem auto 2.6rem;
    padding: 1.3rem 0 2.1rem;
    width: 82.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .banner-section .inner p.txt_big {
    font-size: 2rem;
    margin: 1rem auto;
    padding: 0.5rem 0;
    line-height: 1.4;
  }
}
.point_card_LP .banner-section .icon1 {
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .point_card_LP .banner-section .icon1 {
    bottom: 3.8rem;
    left: 5.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .banner-section .icon1 {
    bottom: 0;
    width: 10rem;
    left: 0;
  }
}
.point_card_LP .banner-section .icon2 {
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .point_card_LP .banner-section .icon2 {
    bottom: 3.8rem;
    right: 6.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .banner-section .icon2 {
    bottom: 0;
    right: 0;
    width: 7rem;
  }
}
.point_card_LP .fee-section {
  background: url(../point_card_LP/images/bg1.webp);
}
@media only screen and (min-width: 768px) {
  .point_card_LP .fee-section {
    padding: 3.5rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .fee-section {
    padding: 2rem 0 0;
  }
}
.point_card_LP .fee-section__inner {
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .point_card_LP .fee-section__inner {
    margin-top: 4.7rem;
    padding-top: 5.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .fee-section__inner {
    margin-top: 2rem;
    padding-top: 3rem;
  }
}
.point_card_LP .fee-section__txt {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.075em;
}
@media only screen and (min-width: 768px) {
  .point_card_LP .fee-section__txt {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .fee-section__txt {
    font-size: 1.6rem;
  }
}
.point_card_LP .fee-section__banner {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .point_card_LP .fee-section__banner {
    height: 31rem;
    margin-top: 9rem;
    padding: 4.3rem 0 0 6.3rem;
    background: url(../point_card_LP/images/bg4.webp) no-repeat center center;
    background-size: cover;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .fee-section__banner {
    margin-top: 3rem;
    background: #ecf6f8;
    border-radius: 2rem;
    padding: 2rem 1.5rem 0;
  }
}
.point_card_LP .fee-section__banner .ttl_bnr {
  color: #00489e;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.075em;
}
@media only screen and (min-width: 768px) {
  .point_card_LP .fee-section__banner .ttl_bnr {
    font-size: 3.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .fee-section__banner .ttl_bnr {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .point_card_LP .fee-section__banner img {
    margin: 1.6rem 0 0 -0.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .fee-section__banner img {
    margin: 1.5rem 0 0;
    width: 20rem;
  }
}
@media only screen and (min-width: 768px) {
  .point_card_LP .fee-section__banner .txt_bnr {
    margin: 1.8rem 0 0 -0.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .fee-section__banner .txt_bnr {
    margin-top: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .point_card_LP .fee-section__banner .photo {
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 4.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .fee-section__banner .photo {
    width: 100%;
    margin: 2rem -1.5rem 0;
  }
}
@media only screen and (min-width: 768px) {
  .point_card_LP .fee-section .in_box {
    margin-top: 4.3rem;
    padding: 0 8.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .fee-section .in_box {
    margin-top: 3rem;
  }
}
.point_card_LP .fee-section .in_box .ttl {
  letter-spacing: 0.075em;
}
@media only screen and (min-width: 768px) {
  .point_card_LP .fee-section .in_box .ttl {
    font-size: 2.4rem;
    margin-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .fee-section .in_box .ttl {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}
.point_card_LP .comparison-section {
  background: url(../point_card_LP/images/bg5.webp);
}
@media only screen and (min-width: 768px) {
  .point_card_LP .comparison-section {
    padding: 3.3rem 0 0;
    margin-top: 11.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .comparison-section {
    margin-top: 4rem;
    padding: 2rem 0 0;
  }
}
.point_card_LP .comparison-section__ttl {
  color: #fff;
}
.point_card_LP .comparison-section__inner {
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .point_card_LP .comparison-section__inner {
    margin-top: 4.8rem;
    padding-top: 9.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .comparison-section__inner {
    margin-top: 2rem;
    padding-top: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .comparison-section__scroll {
    overflow-x: scroll;
  }
}
.point_card_LP .comparison-section__table {
  background: #fff6ec;
  border-radius: 2rem;
}
@media only screen and (min-width: 768px) {
  .point_card_LP .comparison-section__table {
    padding: 2.2rem 2.2rem 7.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .comparison-section__table {
    width: 70rem;
    padding: 2rem 2rem 5rem;
  }
}
.point_card_LP .comparison-section__table .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.point_card_LP .comparison-section__table .tr .td {
  font-weight: 700;
  letter-spacing: 0.075em;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .point_card_LP .comparison-section__table .tr .td {
    font-size: 2.7rem;
    padding: 2.3rem 0 3.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .comparison-section__table .tr .td {
    font-size: 2rem;
    padding: 1rem 0 1.5rem;
  }
}
.point_card_LP .comparison-section__table .tr .td2 {
  color: #01abe6;
}
@media only screen and (min-width: 768px) {
  .point_card_LP .comparison-section__table .tr .td2 {
    width: 29rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .comparison-section__table .tr .td2 {
    width: 15rem;
  }
}
@media only screen and (min-width: 768px) {
  .point_card_LP .comparison-section__table .tr .td1 {
    width: 24.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .comparison-section__table .tr .td1 {
    width: 15rem;
  }
}
@media only screen and (min-width: 768px) {
  .point_card_LP .comparison-section__table .tr .td3 {
    width: 28rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .comparison-section__table .tr .td3 {
    width: 20rem;
  }
}
@media only screen and (min-width: 768px) {
  .point_card_LP .comparison-section__table .tr .td4 {
    width: 25rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .comparison-section__table .tr .td4 {
    width: 20rem;
  }
}
.point_card_LP .comparison-section__table .body_table {
  position: relative;
}
.point_card_LP .comparison-section__table .body_table .line1 {
  position: absolute;
  top: 0;
}
@media only screen and (min-width: 768px) {
  .point_card_LP .comparison-section__table .body_table .line1 {
    left: 24.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .comparison-section__table .body_table .line1 {
    height: 51.8rem;
    width: auto;
    left: 14.2rem;
  }
}
.point_card_LP .comparison-section__table .body_table .line2 {
  position: absolute;
  top: 0;
}
@media only screen and (min-width: 768px) {
  .point_card_LP .comparison-section__table .body_table .line2 {
    left: 53.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .comparison-section__table .body_table .line2 {
    height: 51.8rem;
    width: auto;
    left: 28.2rem;
  }
}
.point_card_LP .comparison-section__table .body_table .line3 {
  position: absolute;
  top: 0;
}
@media only screen and (min-width: 768px) {
  .point_card_LP .comparison-section__table .body_table .line3 {
    left: 81rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .comparison-section__table .body_table .line3 {
    height: 51.8rem;
    width: auto;
    left: 47rem;
  }
}
.point_card_LP .comparison-section__table .bd_tr {
  background: #fff;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .point_card_LP .comparison-section__table .bd_tr {
    margin-bottom: 5.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .comparison-section__table .bd_tr {
    margin-bottom: 2rem;
  }
}
.point_card_LP .comparison-section__table .bd_tr:last-child {
  margin-bottom: 0;
}
.point_card_LP .comparison-section__table .bd_tr .bd_td {
  line-height: 1.25;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .point_card_LP .comparison-section__table .bd_tr .bd_td {
    height: 9.5rem;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .comparison-section__table .bd_tr .bd_td {
    height: 7rem;
    font-size: 1.6rem;
  }
}
.point_card_LP .comparison-section__table .bd_tr .bd_td span {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .point_card_LP .comparison-section__table .bd_tr .bd_td span {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .comparison-section__table .bd_tr .bd_td span {
    font-size: 1.4rem;
  }
}
.point_card_LP .comparison-section__table .bd_tr .bd_td2 {
  background-color: rgb(200, 241, 255);
  -webkit-box-shadow: 0px 4px 16px 0px #2462ad;
  box-shadow: 0px 4px 16px 0px #2462ad;
}
@media only screen and (min-width: 768px) {
  .point_card_LP .comparison-section__table .bd_tr .bd_td2 {
    width: 29rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .comparison-section__table .bd_tr .bd_td2 {
    width: 15rem;
  }
}
.point_card_LP .comparison-section__table .bd_tr .bd_td1 {
  font-weight: 700;
  letter-spacing: 0.075em;
  text-align: left;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media only screen and (min-width: 768px) {
  .point_card_LP .comparison-section__table .bd_tr .bd_td1 {
    width: 24.5rem;
    font-size: 2.4rem;
    padding-left: 4.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .comparison-section__table .bd_tr .bd_td1 {
    width: 15rem;
    font-size: 1.6rem;
    padding-left: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .point_card_LP .comparison-section__table .bd_tr .bd_td3 {
    width: 28rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .comparison-section__table .bd_tr .bd_td3 {
    width: 20rem;
  }
}
@media only screen and (min-width: 768px) {
  .point_card_LP .comparison-section__table .bd_tr .bd_td4 {
    width: 25rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .comparison-section__table .bd_tr .bd_td4 {
    width: 20rem;
  }
}
.point_card_LP .office-section {
  background: #f2f5f9;
}
@media only screen and (min-width: 768px) {
  .point_card_LP .office-section {
    padding: 9.7rem 0 14rem;
    margin-top: 9.6rem;
    border-radius: 5rem 5rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .office-section {
    margin-top: 4rem;
    border-radius: 2rem 2rem 0 0;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media only screen and (min-width: 768px) {
  .point_card_LP .office-section__ttl {
    margin-bottom: 4.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .office-section__ttl {
    margin-bottom: 1.5rem;
    width: 15rem;
  }
}
@media only screen and (min-width: 768px) {
  .point_card_LP .office-section__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.2rem;
    margin: 6.7rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .office-section__list {
    margin-top: 3rem;
  }
}
.point_card_LP .office-section__list li {
  border-radius: 1rem;
  text-align: center;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .point_card_LP .office-section__list li {
    width: calc(33.3333333333% - 0.8rem);
    padding: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .office-section__list li {
    padding: 2rem;
    margin-bottom: 2rem;
  }
  .point_card_LP .office-section__list li:last-child {
    margin-bottom: 0;
  }
}
.point_card_LP .office-section__list li .ttl {
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .point_card_LP .office-section__list li .ttl {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .office-section__list li .ttl {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .point_card_LP .office-section .cta-section__btn {
    margin-top: 7.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .office-section .cta-section__btn {
    margin-top: 3rem;
  }
}
.point_card_LP .faq-section {
  background: url(../point_card_LP/images/bg5.webp);
}
@media only screen and (min-width: 768px) {
  .point_card_LP .faq-section {
    padding: 3.3rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .faq-section {
    padding: 2rem 0 0;
  }
}
.point_card_LP .faq-section__ttl {
  color: #fff;
}
.point_card_LP .faq-section__inner {
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .point_card_LP .faq-section__inner {
    margin-top: 4.8rem;
    padding-top: 10.3rem;
    padding-bottom: 12.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .faq-section__inner {
    margin-top: 2rem;
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
}
.point_card_LP .faq-section .dl_faq {
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.15);
}
@media only screen and (min-width: 768px) {
  .point_card_LP .faq-section .dl_faq {
    border-radius: 5px;
    padding: 2.8rem 4.6rem 0.1rem;
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .faq-section .dl_faq {
    border-radius: 5px;
    padding: 1.5rem 1.5rem 0;
    margin-bottom: 2rem;
  }
}
.point_card_LP .faq-section .dl_faq:last-child {
  margin-bottom: 0;
}
.point_card_LP .faq-section .dl_faq.active dt .cicle i:before {
  display: none;
}
.point_card_LP .faq-section .dl_faq dt {
  position: relative;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .point_card_LP .faq-section .dl_faq dt {
    padding: 0 9.6rem 2.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .faq-section .dl_faq dt {
    padding: 0 3.2rem 1.5rem 3.5rem;
  }
}
.point_card_LP .faq-section .dl_faq dt .ttl {
  font-family: var(--font-jost);
  font-weight: 400;
  color: #01abe6;
  position: absolute;
  left: 0;
  top: -0.5rem;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .point_card_LP .faq-section .dl_faq dt .ttl {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .faq-section .dl_faq dt .ttl {
    font-size: 3rem;
  }
}
.point_card_LP .faq-section .dl_faq dt .cicle {
  border-radius: 50%;
  background: #c8f1ff;
  position: absolute;
  right: -0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .point_card_LP .faq-section .dl_faq dt .cicle {
    width: 3.8rem;
    height: 3.8rem;
    top: -0.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .faq-section .dl_faq dt .cicle {
    width: 2.8rem;
    height: 2.8rem;
    top: 0;
  }
}
.point_card_LP .faq-section .dl_faq dt .cicle i {
  position: relative;
  display: block;
}
@media only screen and (min-width: 768px) {
  .point_card_LP .faq-section .dl_faq dt .cicle i {
    width: 1.8rem;
    height: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .faq-section .dl_faq dt .cicle i {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.point_card_LP .faq-section .dl_faq dt .cicle i:before,
.point_card_LP .faq-section .dl_faq dt .cicle i:after {
  content: "";
  width: 0.2rem;
  height: 100%;
  display: block;
  background: #01abe6;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.point_card_LP .faq-section .dl_faq dt .cicle i::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.point_card_LP .faq-section .dl_faq dt p {
  font-weight: 700;
  letter-spacing: 0.075em;
}
@media only screen and (min-width: 768px) {
  .point_card_LP .faq-section .dl_faq dt p {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .faq-section .dl_faq dt p {
    font-size: 1.6rem;
  }
}
.point_card_LP .faq-section .dl_faq dd {
  border-top: 0.1rem solid #01abe6;
  display: none;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .point_card_LP .faq-section .dl_faq dd {
    padding: 2.2rem 8rem 4rem 9.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .faq-section .dl_faq dd {
    padding: 1.5rem 0 1.5rem 3.5rem;
  }
}
.point_card_LP .faq-section .dl_faq dd .ttl {
  font-family: var(--font-jost);
  font-weight: 400;
  color: #c8f1ff;
  position: absolute;
  left: 0;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .point_card_LP .faq-section .dl_faq dd .ttl {
    font-size: 4rem;
    top: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_card_LP .faq-section .dl_faq dd .ttl {
    font-size: 3rem;
    top: 1.5rem;
  }
}
.point_card_LP .faq-section .dl_faq dd p {
  line-height: 1.5625;
}

.cm-lpfooter {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .cm-lpfooter__logo {
    padding: 6.5rem 0 5.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-lpfooter__logo {
    padding: 2rem 0;
  }
}
@media only screen and (min-width: 768px) {
  .cm-lpfooter__logo img {
    width: 44.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-lpfooter__logo img {
    width: 25rem;
    display: block;
    margin: auto;
  }
}
.cm-lpfooter .lpcopyright {
  background: #00489e;
  text-align: center;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .cm-lpfooter .lpcopyright {
    padding: 0.1rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .cm-lpfooter .lpcopyright {
    padding: 0.5rem 0;
  }
}

.prepaid_cards_LP .lp-mainvisual {
  padding: 10.1rem 0 4.8rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #f3ede3 url(../prepaid_cards_LP/images/bg_mv.webp) no-repeat right
    7.1rem center;
  background-size: auto;
}
@media only screen and (max-width: 1600px) {
  .prepaid_cards_LP .lp-mainvisual {
    background: #f3ede3 url(../prepaid_cards_LP/images/bg_mv.webp) no-repeat
      right top;
    background-size: auto;
  }
}
@media only screen and (max-width: 1400px) {
  .prepaid_cards_LP .lp-mainvisual {
    background: #f3ede3 url(../prepaid_cards_LP/images/bg_mv.webp) no-repeat
      right top;
    background-size: 50rem auto;
    padding: 4rem 0 4.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP .lp-mainvisual {
    background: #f3ede3 url(../prepaid_cards_LP/images/bg_mv.webp) no-repeat
      right -7rem top;
    background-size: 24rem auto;
  }
}
.prepaid_cards_LP .lp-mainvisual__inner {
  display: block;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP .lp-mainvisual__inner .tag_mv {
    width: 10rem;
    margin-bottom: 0.5rem;
  }
  .prepaid_cards_LP .lp-mainvisual__inner .img {
    width: 20rem;
  }
}
.prepaid_cards_LP .lp-mainvisual__ttl .ttl {
  color: #d04a23;
  letter-spacing: 0.1em;
  line-height: 1.7;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.9),
    0 0 10px rgba(255, 255, 255, 0.9), 3px 3px 6px #fff;
}
@media only screen and (min-width: 768px) {
  .prepaid_cards_LP .lp-mainvisual__ttl .ttl {
    font-size: 5rem;
    margin: 2.3rem 0 5.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP .lp-mainvisual__ttl .ttl {
    font-size: 2.3rem;
  }
}
.prepaid_cards_LP .lp-mainvisual p {
  letter-spacing: 0.1em;
  font-weight: 500;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.9),
    0 0 10px rgba(255, 255, 255, 0.9), 3px 3px 6px #fff;
}
@media only screen and (min-width: 768px) {
  .prepaid_cards_LP .lp-mainvisual p {
    font-size: 2.4rem;
    line-height: 1.6666666667;
    margin-bottom: 7.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP .lp-mainvisual p {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .prepaid_cards_LP .prepaid-section01 {
    margin-bottom: 10.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP .prepaid-section01 {
    margin-bottom: 4rem;
  }
}
.prepaid_cards_LP .prepaid-section01__ttl {
  background: url(../prepaid_cards_LP/images/bg1.webp);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .prepaid_cards_LP .prepaid-section01__ttl {
    font-size: 4rem;
    line-height: 1.5;
    padding: 4.4rem 0 5.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP .prepaid-section01__ttl {
    font-size: 1.8rem;
    padding: 2rem;
  }
}
.prepaid_cards_LP .prepaid-section01__ttl span {
  color: #c30024;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .prepaid_cards_LP .prepaid-section01__ttl span {
    font-size: 5rem;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP .prepaid-section01__ttl span {
    font-size: 2rem;
  }
}
.prepaid_cards_LP .prepaid-section01__ttl span:after {
  content: "";
  background: #fffc00;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .prepaid_cards_LP .prepaid-section01__ttl span:after {
    width: 21.7rem;
    height: 2.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP .prepaid-section01__ttl span:after {
    width: 8rem;
    height: 1rem;
  }
}
.prepaid_cards_LP .prepaid-section01__txt1 {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .prepaid_cards_LP .prepaid-section01__txt1 {
    font-size: 2rem;
    line-height: 2.25;
    margin-top: 6.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP .prepaid-section01__txt1 {
    font-size: 1.4rem;
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .prepaid_cards_LP .prepaid-section01__step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4.5rem;
    margin-top: 11.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP .prepaid-section01__step {
    margin-top: 5rem;
  }
}
.prepaid_cards_LP .prepaid-section01__step .item {
  border: 0.2rem solid #000;
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .prepaid_cards_LP .prepaid-section01__step .item {
    width: calc(33.3333333333% - 3rem);
    padding: 3.4rem 3.1rem 5.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP .prepaid-section01__step .item {
    padding: 3rem 2rem 2rem;
    margin-bottom: 5rem;
  }
  .prepaid_cards_LP .prepaid-section01__step .item:last-child {
    margin-bottom: 0;
  }
}
.prepaid_cards_LP .prepaid-section01__step .item img {
  width: auto;
  margin: auto;
}
.prepaid_cards_LP .prepaid-section01__step .item .step {
  position: absolute;
  gap: 1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #002f67;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: var(--font-jost);
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .prepaid_cards_LP .prepaid-section01__step .item .step {
    width: 26.9rem;
    height: 4.7rem;
    top: -2.6rem;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP .prepaid-section01__step .item .step {
    width: 20rem;
    height: 3.6rem;
    top: -1.8rem;
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .prepaid_cards_LP .prepaid-section01__step .item .step span {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP .prepaid-section01__step .item .step span {
    font-size: 2rem;
  }
}
.prepaid_cards_LP .prepaid-section01__step .item_ttl {
  font-weight: 700;
  letter-spacing: 0.075em;
}
@media only screen and (min-width: 768px) {
  .prepaid_cards_LP .prepaid-section01__step .item_ttl {
    font-size: 3rem;
    margin-bottom: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP .prepaid-section01__step .item_ttl {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
.prepaid_cards_LP .prepaid-section01__step .item p {
  line-height: 1.5625;
  margin: 2.1rem 0 0;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .prepaid_cards_LP .prepaid-section01__storecustomers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5.5rem;
    margin-top: 7.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP .prepaid-section01__storecustomers {
    margin-top: 3rem;
  }
}
.prepaid_cards_LP .prepaid-section01__storecustomers .itemTtl {
  text-align: center;
  background: #002f67;
  color: #fff;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .prepaid_cards_LP .prepaid-section01__storecustomers .itemTtl {
    font-size: 2.4rem;
    padding: 0.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP .prepaid-section01__storecustomers .itemTtl {
    font-size: 1.8rem;
    padding: 1rem;
  }
}
.prepaid_cards_LP .prepaid-section01__storecustomers .item {
  border-radius: 0.5rem;
  overflow: hidden;
  border-style: solid;
  border-width: 0.2rem;
  border-color: rgb(225, 229, 235);
  border-radius: 0.5rem;
  background-color: rgb(255, 255, 255);
}
@media only screen and (min-width: 768px) {
  .prepaid_cards_LP .prepaid-section01__storecustomers .item {
    width: calc(50% - 2.75rem);
  }
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP .prepaid-section01__storecustomers .item {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .prepaid_cards_LP .prepaid-section01__storecustomers .item .ct p {
    line-height: 1.5625;
    margin-top: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP .prepaid-section01__storecustomers .item .ct p {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP .prepaid-section01__storecustomers .store {
    margin-bottom: 2rem;
  }
}
.prepaid_cards_LP .prepaid-section01__storecustomers .store .ct {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .prepaid_cards_LP .prepaid-section01__storecustomers .store .ct {
    padding: 3.8rem 3.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP .prepaid-section01__storecustomers .store .ct {
    padding: 2rem 1.5rem;
  }
  .prepaid_cards_LP .prepaid-section01__storecustomers .store .ct img {
    width: 10rem;
  }
}
.prepaid_cards_LP .prepaid-section01__storecustomers .store .ct p {
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .prepaid_cards_LP .prepaid-section01__storecustomers .customers .ct {
    padding: 2.8rem 2rem 3.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP .prepaid-section01__storecustomers .customers .ct {
    padding: 2rem 1.5rem;
  }
}
.prepaid_cards_LP .prepaid-section01__storecustomers .customers .ct p {
  line-height: 1.5625;
  text-align: left;
  margin-top: 0.9rem;
  margin-top: 2.6rem;
}
.prepaid_cards_LP .prepaid-section01__storecustomers .customers .customers_ct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .prepaid_cards_LP
    .prepaid-section01__storecustomers
    .customers
    .customers_ct {
    gap: 3.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP
    .prepaid-section01__storecustomers
    .customers
    .customers_ct {
    gap: 2rem;
  }
  .prepaid_cards_LP
    .prepaid-section01__storecustomers
    .customers
    .customers_ct
    img {
    width: 10rem;
  }
}
.prepaid_cards_LP
  .prepaid-section01__storecustomers
  .customers
  .customers_ct
  .tt {
  font-weight: 700;
  letter-spacing: 0.075em;
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP
    .prepaid-section01__storecustomers
    .customers
    .customers_ct
    .tt {
    margin-bottom: 0.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .prepaid_cards_LP
    .prepaid-section01__storecustomers
    .customers
    .customers_ct
    .it:first-child {
    width: 20rem;
  }
  .prepaid_cards_LP
    .prepaid-section01__storecustomers
    .customers
    .customers_ct
    .it:first-child
    .tt {
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP
    .prepaid-section01__storecustomers
    .customers
    .customers_ct
    .it:first-child {
    width: calc(50% - 1rem);
  }
}
.prepaid_cards_LP
  .prepaid-section01__storecustomers
  .customers
  .customers_ct
  .it:last-child
  p {
  color: #000;
}
@media only screen and (min-width: 768px) {
  .prepaid_cards_LP
    .prepaid-section01__storecustomers
    .customers
    .customers_ct
    .it:last-child {
    width: calc(100% - 23.4rem);
  }
  .prepaid_cards_LP
    .prepaid-section01__storecustomers
    .customers
    .customers_ct
    .it:last-child
    .tt {
    margin-bottom: 1.1rem;
  }
  .prepaid_cards_LP
    .prepaid-section01__storecustomers
    .customers
    .customers_ct
    .it:last-child
    p {
    font-size: 1.2rem;
    line-height: 1.7857142857;
    text-align: left;
    margin-top: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP
    .prepaid-section01__storecustomers
    .customers
    .customers_ct
    .it:last-child {
    width: calc(50% - 1rem);
  }
  .prepaid_cards_LP
    .prepaid-section01__storecustomers
    .customers
    .customers_ct
    .it:last-child
    p {
    font-size: 1rem;
    line-height: 1.4;
  }
}
@media only screen and (min-width: 768px) {
  .prepaid_cards_LP .prepaid-section01__menthor {
    margin-top: 5.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP .prepaid-section01__menthor {
    margin-top: 3rem;
  }
}
.prepaid_cards_LP .prepaid-section01__menthor p {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .prepaid_cards_LP .prepaid-section01__menthor p {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP .prepaid-section01__menthor p {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .prepaid_cards_LP .prepaid-section01__menthor .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4.5rem;
    margin-top: 8.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP .prepaid-section01__menthor .list {
    margin-top: 3rem;
  }
}
.prepaid_cards_LP .prepaid-section01__menthor .list .item {
  border-radius: 2rem;
  text-align: center;
  overflow: hidden;
  background: #f2f5f9;
}
@media only screen and (min-width: 768px) {
  .prepaid_cards_LP .prepaid-section01__menthor .list .item {
    width: calc(33.3333333333% - 3rem);
    height: 26.6rem;
    padding: 4.4rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP .prepaid-section01__menthor .list .item {
    width: 100%;
    padding: 2rem 0 2.5rem;
    margin-bottom: 2rem;
  }
  .prepaid_cards_LP .prepaid-section01__menthor .list .item:last-child {
    margin-bottom: 0;
  }
}
.prepaid_cards_LP .prepaid-section01__menthor .list .item p {
  font-weight: 700;
  color: #00489e;
}
@media only screen and (min-width: 768px) {
  .prepaid_cards_LP .prepaid-section01__menthor .list .item p {
    margin: 2.8rem 0 0;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP .prepaid-section01__menthor .list .item p {
    margin: 1.5rem 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .prepaid_cards_LP .prepaid-section01__video {
    margin-top: 9rem;
  }
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP .prepaid-section01__video {
    margin-top: 2.8rem;
  }
}
.prepaid_cards_LP .prepaid-section01__video .youtube {
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .prepaid_cards_LP .prepaid-section01__video .youtube {
    width: 72.6rem;
    height: 41rem;
  }
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP .prepaid-section01__video .youtube {
    width: 100%;
    height: 20rem;
  }
}
.prepaid_cards_LP .prepaid-section01__video .youtube iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.prepaid_cards_LP .cta-section {
  background: url(../prepaid_cards_LP/images/bg2.webp);
}
@media only screen and (min-width: 768px) {
  .prepaid_cards_LP .cta-section {
    padding: 10.6rem 0 11.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP .cta-section {
    padding: 4rem 1.2rem;
  }
}
.prepaid_cards_LP .cta-section__inner {
  max-width: 120rem;
  margin: auto;
  background: #f3ede3;
  overflow: hidden;
  border-radius: 0.5rem;
}
.prepaid_cards_LP .cta-section .cta-heading {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.1em;
  background: #00489e;
  color: #fff;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .prepaid_cards_LP .cta-section .cta-heading {
    font-size: 5rem;
    padding: 0.7rem 0 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP .cta-section .cta-heading {
    font-size: 1.8rem;
    padding: 1rem 0;
  }
}
.prepaid_cards_LP .cta-section .cta-heading:after {
  content: "";
  width: 100%;
  height: 0.1rem;
  background: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.prepaid_cards_LP .cta-section .cta-heading span {
  background: #00489e;
  position: relative;
  z-index: 9;
}
@media only screen and (min-width: 768px) {
  .prepaid_cards_LP .cta-section .cta-heading span {
    padding: 0 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP .cta-section .cta-heading span {
    padding: 0 0.5rem;
  }
}
.prepaid_cards_LP .cta-section .ct {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .prepaid_cards_LP .cta-section .ct {
    padding: 4.5rem 4.5rem 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP .cta-section .ct {
    padding: 3rem 2rem;
  }
}
.prepaid_cards_LP .cta-section .ct p {
  font-weight: 700;
  letter-spacing: 0.075em;
}
@media only screen and (min-width: 768px) {
  .prepaid_cards_LP .cta-section .ct p {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP .cta-section .ct p {
    font-size: 1.6rem;
  }
}
.prepaid_cards_LP .cta-section__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .prepaid_cards_LP .cta-section__btn {
    font-size: 2.4rem;
    gap: 16rem;
    margin-top: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP .cta-section__btn {
    font-size: 1.6rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2rem;
  }
}
.prepaid_cards_LP .cta-section__btn a {
  width: 36rem;
  margin: 0;
}
.prepaid_cards_LP .cm-prepaid_ttl {
  background: url(../prepaid_cards_LP/images/bg3.webp);
  position: relative;
}
@media only screen and (min-width: 768px) {
  .prepaid_cards_LP .cm-prepaid_ttl {
    padding-top: 3.3rem;
    padding-bottom: 4.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP .cm-prepaid_ttl {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.prepaid_cards_LP .cm-prepaid_ttl:after {
  background: url(../prepaid_cards_LP/images/icon.webp) no-repeat center bottom;
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .prepaid_cards_LP .cm-prepaid_ttl:after {
    width: 12.1rem;
    height: 2.9rem;
    bottom: -2.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP .cm-prepaid_ttl:after {
    width: 12.1rem;
    height: 1.9rem;
    bottom: -1.9rem;
  }
}
.prepaid_cards_LP .cm-prepaid_ttl__h2 {
  text-align: center;
  font-weight: 700;
  margin: 0;
  color: #fff;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .prepaid_cards_LP .cm-prepaid_ttl__h2 {
    font-size: 5rem;
    padding-bottom: 2.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP .cm-prepaid_ttl__h2 {
    font-size: 2rem;
    padding-bottom: 1.2rem;
  }
}
.prepaid_cards_LP .cm-prepaid_ttl__h2:after {
  content: "";
  height: 0.3rem;
  background: #d5b400;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .prepaid_cards_LP .cm-prepaid_ttl__h2:after {
    width: 9.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP .cm-prepaid_ttl__h2:after {
    width: 5rem;
  }
}
@media only screen and (min-width: 768px) {
  .prepaid_cards_LP .features-section {
    margin-bottom: 12.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP .features-section {
    margin-bottom: 4rem;
  }
}
.prepaid_cards_LP .features-section .text {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .prepaid_cards_LP .features-section .text {
    font-size: 2rem;
    line-height: 2.25;
    margin: 7rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP .features-section .text {
    font-size: 1.6rem;
    margin: 3.5rem 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .prepaid_cards_LP .features-section__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4.9rem 6.2rem;
    flex-wrap: wrap;
    margin: 7.7rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP .features-section__list {
    margin: 2rem 0 0;
  }
}
.prepaid_cards_LP .features-section__list .item {
  border-style: solid;
  border-width: 2px;
  border-color: rgb(223, 236, 255);
  background-color: rgb(255, 255, 255);
}
@media only screen and (min-width: 768px) {
  .prepaid_cards_LP .features-section__list .item {
    width: calc(50% - 3.1rem);
    padding: 3.5rem 3rem;
    border-radius: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP .features-section__list .item {
    padding: 2rem 1.5rem;
    border-radius: 1rem;
    margin-bottom: 2rem;
  }
  .prepaid_cards_LP .features-section__list .item:last-child {
    margin-bottom: 0;
  }
}
.prepaid_cards_LP .features-section__list .item img {
  margin: auto;
  width: auto;
}
.prepaid_cards_LP .features-section__list .item p {
  line-height: 1.75;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .prepaid_cards_LP .features-section__list .item p {
    margin: 3.4rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP .features-section__list .item p {
    margin: 1rem 0 0;
  }
}
.prepaid_cards_LP .features-section__list .item2 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .prepaid_cards_LP .features-section__list .item2 {
    padding-bottom: 5.1rem;
  }
}
.prepaid_cards_LP .features-section__list .item2 .point {
  background: #f6a346;
}
.prepaid_cards_LP .features-section__list .item2_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .prepaid_cards_LP .features-section__list .item2_list {
    gap: 4.7rem;
    margin-top: 5.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP .features-section__list .item2_list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 2rem;
    gap: 1rem;
  }
}
.prepaid_cards_LP .features-section__list .item2_list .it {
  border-radius: 0.5rem;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.15);
}
@media only screen and (min-width: 768px) {
  .prepaid_cards_LP .features-section__list .item2_list .it {
    width: calc(25% - 3.525rem);
    padding: 2rem 1rem 4.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP .features-section__list .item2_list .it {
    width: calc(50% - 0.5rem);
    padding: 1.5rem 0.5rem;
  }
}
.prepaid_cards_LP .features-section__list .item2_list .tt {
  font-weight: 700;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .prepaid_cards_LP .features-section__list .item2_list .tt {
    font-size: 2.2rem;
    margin-bottom: 2.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP .features-section__list .item2_list .tt {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .prepaid_cards_LP .features-section__list .item2_list p {
    margin-top: 2.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP .features-section__list .item2_list p {
    margin-top: 1rem;
  }
}
.prepaid_cards_LP .features-section__list .ttl {
  color: #00489e;
  font-weight: 700;
  letter-spacing: 0.075em;
}
@media only screen and (min-width: 768px) {
  .prepaid_cards_LP .features-section__list .ttl {
    font-size: 3rem;
    margin: 0 0 2.7rem;
    line-height: 1.3333333333;
  }
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP .features-section__list .ttl {
    font-size: 1.8rem;
    margin: 0 0 1rem;
    text-align: center;
  }
}
.prepaid_cards_LP .benefits-section .text {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .prepaid_cards_LP .benefits-section .text {
    font-size: 2rem;
    line-height: 2.25;
    margin: 7rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP .benefits-section .text {
    font-size: 1.6rem;
    margin: 3.5rem 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .prepaid_cards_LP .benefits-section__list {
    margin-top: 5.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP .benefits-section__list {
    margin-top: 3rem;
  }
}
.prepaid_cards_LP .benefits-section__item {
  border-style: solid;
  border-width: 2px;
  border-color: rgb(225, 229, 235);
  border-radius: 1rem;
  background-color: rgb(255, 255, 255);
  border-radius: 0.3rem;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .prepaid_cards_LP .benefits-section__item {
    margin-bottom: 8rem;
  }
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP .benefits-section__item {
    margin-bottom: 2rem;
  }
}
.prepaid_cards_LP .benefits-section__item:last-child {
  margin-bottom: 0;
}
.prepaid_cards_LP .benefits-section__item .ttl {
  background: #002f67;
  text-align: center;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .prepaid_cards_LP .benefits-section__item .ttl {
    padding: 1.3rem 0 1.5rem;
    font-size: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP .benefits-section__item .ttl {
    padding: 1rem 0;
    font-size: 1.8rem;
  }
}
.prepaid_cards_LP .benefits-section__item .tit {
  text-align: center;
  font-weight: 700;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .prepaid_cards_LP .benefits-section__item .tit {
    font-size: 2rem;
    margin: 2.9rem 0 2.1rem;
    padding-bottom: 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP .benefits-section__item .tit {
    font-size: 1.8rem;
    margin: 1rem 0 1.5rem;
    padding-bottom: 1rem;
  }
}
.prepaid_cards_LP .benefits-section__item .tit:after {
  content: "";
  width: 4.5rem;
  height: 0.2rem;
  background: #c30024;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .prepaid_cards_LP .benefits-section__item ul {
    padding: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP .benefits-section__item ul {
    padding: 2rem;
  }
}
.prepaid_cards_LP .benefits-section__item ul li {
  background: #f5f5f5;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .prepaid_cards_LP .benefits-section__item ul li {
    width: calc(33.3333333333% - 3.6666666667rem);
    border-radius: 2rem;
    padding: 4.4rem 2.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP .benefits-section__item ul li {
    width: 100%;
    border-radius: 1rem;
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
  .prepaid_cards_LP .benefits-section__item ul li:last-child {
    margin-bottom: 0;
  }
}
.prepaid_cards_LP .benefits-section__item ul li p {
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .prepaid_cards_LP .record-section {
    margin-top: 12.2rem;
    margin-bottom: 12.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP .record-section {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
@media only screen and (min-width: 768px) {
  .prepaid_cards_LP .record-section__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5.3rem 8rem;
    margin-top: 7.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP .record-section__list {
    margin-top: 4rem;
  }
}
.prepaid_cards_LP .record-section__list .item {
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 11px 25px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 11px 25px 0px rgba(0, 0, 0, 0.15);
}
@media only screen and (min-width: 768px) {
  .prepaid_cards_LP .record-section__list .item {
    width: calc(50% - 4rem);
    border-radius: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP .record-section__list .item {
    width: 100%;
    border-radius: 1px;
    margin-bottom: 2rem;
  }
  .prepaid_cards_LP .record-section__list .item:last-child {
    margin-bottom: 0;
  }
}
.prepaid_cards_LP .record-section__list .item img {
  width: 100%;
  display: block;
}
.prepaid_cards_LP .record-section__list .item p {
  font-weight: 700;
  color: #002f67;
  letter-spacing: 0.075em;
}
@media only screen and (min-width: 768px) {
  .prepaid_cards_LP .record-section__list .item p {
    font-size: 2.4rem;
    margin: 2.3rem 3.1rem 2.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP .record-section__list .item p {
    font-size: 1.6rem;
    padding: 1.5rem;
    text-align: center;
  }
}
.prepaid_cards_LP .fee-section__banner {
  width: 100%;
  position: relative;
  background: #edf6f8;
}
@media only screen and (min-width: 768px) {
  .prepaid_cards_LP .fee-section__banner {
    height: 31rem;
    margin-top: 18.3rem;
    padding: 4rem 0 0 3rem;
    border-radius: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP .fee-section__banner {
    margin-top: 4rem;
    border-radius: 1rem;
    padding: 2rem 0 0 1.2rem;
  }
  .prepaid_cards_LP .fee-section__banner img {
    width: 20rem;
  }
}
@media only screen and (min-width: 768px) {
  .prepaid_cards_LP .fee-section__banner .img_banner {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP .fee-section__banner .img_banner {
    width: 100%;
    margin-top: 2rem;
  }
}
.prepaid_cards_LP .fee-section__banner .ttl {
  color: #00489e;
  font-weight: 700;
  letter-spacing: 0.075em;
}
@media only screen and (min-width: 768px) {
  .prepaid_cards_LP .fee-section__banner .ttl {
    font-size: 3rem;
    margin: 0 0 2.7rem 0.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP .fee-section__banner .ttl {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .prepaid_cards_LP .fee-section__banner p {
    margin-top: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP .fee-section__banner p {
    margin-top: 1.5rem;
  }
}
.prepaid_cards_LP .fee-section .tit {
  font-weight: 700;
  letter-spacing: 0.075em;
}
@media only screen and (min-width: 768px) {
  .prepaid_cards_LP .fee-section .tit {
    font-size: 2.4rem;
    margin: 5.8rem 0 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP .fee-section .tit {
    font-size: 1.8rem;
    margin: 2rem 0 1rem;
  }
}
.prepaid_cards_LP .systems-section {
  background: #f2f5f9;
}
@media only screen and (min-width: 768px) {
  .prepaid_cards_LP .systems-section {
    margin-top: 14.1rem;
    padding-bottom: 12.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP .systems-section {
    margin-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP .systems-section__scroll {
    width: 100%;
    overflow-x: auto;
  }
}
.prepaid_cards_LP .systems-section__box {
  background: #fff;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .prepaid_cards_LP .systems-section__box {
    border-radius: 2rem;
    padding: 5.2rem 3rem 7.5rem;
    margin-top: 11.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP .systems-section__box {
    border-radius: 1rem;
    padding: 2rem;
    margin-top: 4rem;
    width: 70rem;
  }
}
.prepaid_cards_LP .systems-section__box:before {
  background: url(../prepaid_cards_LP/images/line.webp);
  background-size: 100% auto;
  position: absolute;
  content: "";
  left: 32.6%;
}
@media only screen and (min-width: 768px) {
  .prepaid_cards_LP .systems-section__box:before {
    height: calc(100% - 14.4rem);
    top: 6.2rem;
    width: 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP .systems-section__box:before {
    height: calc(100% - 2.4rem);
    top: 2.6rem;
    width: 0.3rem;
  }
}
.prepaid_cards_LP .systems-section__box:after {
  background: url(../prepaid_cards_LP/images/line.webp);
  background-size: 100% auto;
  position: absolute;
  left: 65.6%;
  content: "";
}
@media only screen and (min-width: 768px) {
  .prepaid_cards_LP .systems-section__box:after {
    width: 0.5rem;
    height: calc(100% - 14.4rem);
    top: 6.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP .systems-section__box:after {
    height: calc(100% - 2.4rem);
    top: 2.6rem;
    width: 0.3rem;
  }
}
.prepaid_cards_LP .systems-section .tr_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4.1rem;
}
.prepaid_cards_LP .systems-section .tr_head .th {
  width: 33.3333333333%;
  text-align: center;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .prepaid_cards_LP .systems-section .tr_head .th {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP .systems-section .tr_head .th {
    font-size: 1.8rem;
  }
}
.prepaid_cards_LP .systems-section .tr_head .th.th3 {
  color: #1959a5;
}
.prepaid_cards_LP .systems-section .tr_line {
  background: #f2f5f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3rem;
}
.prepaid_cards_LP .systems-section .tr_line:last-child {
  margin-bottom: 0;
}
.prepaid_cards_LP .systems-section .tr_line .td {
  font-weight: 700;
  width: 33.3333333333%;
}
@media only screen and (min-width: 768px) {
  .prepaid_cards_LP .systems-section .tr_line .td {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP .systems-section .tr_line .td {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .prepaid_cards_LP .systems-section .tr_line .td img {
    width: 3.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP .systems-section .tr_line .td img {
    width: 2.3rem;
  }
}
.prepaid_cards_LP .systems-section .tr_line .td p span {
  display: block;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .prepaid_cards_LP .systems-section .tr_line .td p span {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP .systems-section .tr_line .td p span {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .prepaid_cards_LP .systems-section .tr_line .td1 {
    padding: 2.2rem 3.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP .systems-section .tr_line .td1 {
    padding: 1.5rem;
  }
}
.prepaid_cards_LP .systems-section .tr_line .td2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1rem;
}
@media only screen and (min-width: 768px) {
  .prepaid_cards_LP .systems-section .tr_line .td2 {
    padding: 2.2rem 10.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP .systems-section .tr_line .td2 {
    padding: 1.5rem 2rem;
  }
}
.prepaid_cards_LP .systems-section .tr_line .td3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1rem;
  background: #d0e2fb;
}
@media only screen and (min-width: 768px) {
  .prepaid_cards_LP .systems-section .tr_line .td3 {
    padding: 2.2rem 2rem 2.2rem 4.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP .systems-section .tr_line .td3 {
    padding: 1.5rem 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .prepaid_cards_LP .office-section {
    padding: 0 0 17rem;
    margin-top: 9.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP .office-section {
    margin-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media only screen and (min-width: 768px) {
  .prepaid_cards_LP .office-section__ttl {
    margin-bottom: 4.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP .office-section__ttl {
    margin-bottom: 1.5rem;
    width: 15rem;
  }
}
@media only screen and (min-width: 768px) {
  .prepaid_cards_LP .office-section__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.2rem;
    margin: 6.2rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP .office-section__list {
    margin-top: 3rem;
  }
}
.prepaid_cards_LP .office-section__list li {
  border-radius: 0.5rem;
  text-align: center;
  border: 1px solid #1959a5;
}
@media only screen and (min-width: 768px) {
  .prepaid_cards_LP .office-section__list li {
    width: calc(33.3333333333% - 0.8rem);
    padding: 1.8rem 1.8rem 2.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP .office-section__list li {
    padding: 2rem;
    margin-bottom: 2rem;
  }
  .prepaid_cards_LP .office-section__list li:last-child {
    margin-bottom: 0;
  }
}
.prepaid_cards_LP .office-section__list li .ttl {
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .prepaid_cards_LP .office-section__list li .ttl {
    font-size: 3rem;
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP .office-section__list li .ttl {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .prepaid_cards_LP .office-section .cta-section__btn {
    margin-top: 8.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP .office-section .cta-section__btn {
    margin-top: 3rem;
  }
}
.prepaid_cards_LP .faq-section__ttl {
  color: #fff;
}
.prepaid_cards_LP .faq-section__inner {
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .prepaid_cards_LP .faq-section__inner {
    margin-top: 4.8rem;
    padding-top: 6.7rem;
    padding-bottom: 12.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP .faq-section__inner {
    margin-top: 2rem;
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
}
.prepaid_cards_LP .faq-section .dl_faq {
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.15);
}
@media only screen and (min-width: 768px) {
  .prepaid_cards_LP .faq-section .dl_faq {
    border-radius: 5px;
    padding: 2.8rem 4.6rem 0.1rem;
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP .faq-section .dl_faq {
    border-radius: 5px;
    padding: 1.5rem 1.5rem 0;
    margin-bottom: 2rem;
  }
}
.prepaid_cards_LP .faq-section .dl_faq:last-child {
  margin-bottom: 0;
}
.prepaid_cards_LP .faq-section .dl_faq.active dt .cicle i:before {
  display: none;
}
.prepaid_cards_LP .faq-section .dl_faq dt {
  position: relative;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .prepaid_cards_LP .faq-section .dl_faq dt {
    padding: 0 9.6rem 2.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP .faq-section .dl_faq dt {
    padding: 0 3.2rem 1.5rem 3.5rem;
  }
}
.prepaid_cards_LP .faq-section .dl_faq dt .ttl {
  font-family: var(--font-jost);
  font-weight: 400;
  color: #1c5ca9;
  position: absolute;
  left: 0;
  top: -0.5rem;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .prepaid_cards_LP .faq-section .dl_faq dt .ttl {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP .faq-section .dl_faq dt .ttl {
    font-size: 3rem;
  }
}
.prepaid_cards_LP .faq-section .dl_faq dt .cicle {
  border-radius: 50%;
  background: #c8f1ff;
  position: absolute;
  right: -0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .prepaid_cards_LP .faq-section .dl_faq dt .cicle {
    width: 3.8rem;
    height: 3.8rem;
    top: -0.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP .faq-section .dl_faq dt .cicle {
    width: 2.8rem;
    height: 2.8rem;
    top: 0;
  }
}
.prepaid_cards_LP .faq-section .dl_faq dt .cicle i {
  position: relative;
  display: block;
}
@media only screen and (min-width: 768px) {
  .prepaid_cards_LP .faq-section .dl_faq dt .cicle i {
    width: 1.8rem;
    height: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP .faq-section .dl_faq dt .cicle i {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.prepaid_cards_LP .faq-section .dl_faq dt .cicle i:before,
.prepaid_cards_LP .faq-section .dl_faq dt .cicle i:after {
  content: "";
  width: 0.2rem;
  height: 100%;
  display: block;
  background: #01abe6;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.prepaid_cards_LP .faq-section .dl_faq dt .cicle i::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.prepaid_cards_LP .faq-section .dl_faq dt p {
  font-weight: 700;
  letter-spacing: 0.075em;
}
@media only screen and (min-width: 768px) {
  .prepaid_cards_LP .faq-section .dl_faq dt p {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP .faq-section .dl_faq dt p {
    font-size: 1.6rem;
  }
}
.prepaid_cards_LP .faq-section .dl_faq dd {
  border-top: 0.1rem solid #c7c7c7;
  display: none;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .prepaid_cards_LP .faq-section .dl_faq dd {
    padding: 2.2rem 8rem 4rem 9.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP .faq-section .dl_faq dd {
    padding: 1.5rem 0 1.5rem 3.5rem;
  }
}
.prepaid_cards_LP .faq-section .dl_faq dd .ttl {
  font-family: var(--font-jost);
  font-weight: 400;
  color: #000000;
  position: absolute;
  left: 0;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .prepaid_cards_LP .faq-section .dl_faq dd .ttl {
    font-size: 4rem;
    top: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .prepaid_cards_LP .faq-section .dl_faq dd .ttl {
    font-size: 3rem;
    top: 1.5rem;
  }
}
.prepaid_cards_LP .faq-section .dl_faq dd p {
  line-height: 1.5625;
}
