<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*----------------------------------------
Reset  Default Styles
----------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  font-size: inherit;
  vertical-align: baseline;
}

i, em {
  font-style: normal;
}

small {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

main, article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, li {
  list-style: none;
}

th, td {
  vertical-align: middle;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: inherit;
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

ul, dl, ol {
  text-indent: 0;
}

li {
  list-style: none;
}

img {
  border: 0;
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #282828;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

button,
input {
  line-height: normal;
}

input,
textarea {
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  /* Removing the inner shadow, rounded corners on iOS inputs */
  padding: 4px 8px;
  border: 1px solid #282828;
  background: #fff;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}

em, i {
  font-style: normal;
}

* {
  box-sizing: border-box;
}

html {
  word-wrap: break-word;
  font-size: 62.5%;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 100%;
  line-height: 1;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
}

a {
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.8;
}

button,
a,
img {
  outline: none;
}

/*------------------------------------------------------
  contents
------------------------------------------------------*/
body {
  position: relative;
  width: 100%;
  line-break: strict;
}

.wrapper {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
}

.txtRB {
  font-family: "Roboto", sans-serif;
  white-space: nowrap;
  display: inline-block;
}

.linkButton {
  position: relative;
  display: flex;
  align-items: center;
  padding: 1em;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  background-color: #57d6ff;
  letter-spacing: 0.1em;
  border-radius: 5px;
  background-image: url(../images/icon_arrow_right_long.svg);
  background-position: center right 18px;
  background-size: 36px 9px;
  background-repeat: no-repeat;
  box-shadow: 0 7px #00b3dd;
}
@media only screen and (max-width: 768px) {
  .linkButton {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 640px) {
  .linkButton {
    padding: 0.5em 3em 0.5em 0.8em;
    font-size: 24px;
    font-size: 3.75vw;
    background-size: 8% auto;
    letter-spacing: 0.179em;
    line-height: 1.25;
    background-image: url(../images/icon_arrow_right_long_sp.svg);
    background-position: center right 5%;
    background-size: 8% auto;
  }
}
.linkButton span {
  display: inline-block;
}
.linkButton:hover {
  position: relative;
  top: 7px;
  opacity: 1;
  box-shadow: none;
}

.header {
  position: relative;
}
@media only screen and (max-width: 640px) {
  .header {
    padding-bottom: 7.8%;
  }
}
.header__note {
  position: absolute;
  bottom: 60px;
  width: 100%;
  font-size: 2rem;
  letter-spacing: 0.057em;
  text-align: center;
  line-height: 1.665;
}
.header__note br.sp {
  display: none;
}
@media only screen and (max-width: 1400px) {
  .header__note {
    font-size: 20px;
    font-size: 1.4285714286vw;
  }
}
@media only screen and (max-width: 640px) {
  .header__note {
    padding-top: 1em;
    position: static;
    font-size: 18px;
    font-size: 2.8125vw;
    line-height: 1.61;
  }
  .header__note br.sp {
    display: block;
  }
}
.header__note .toDetail {
  display: inline-block;
  width: auto;
  padding-top: 0.2em;
  font-size: 2.5rem;
  font-weight: 500;
}
@media only screen and (max-width: 1400px) {
  .header__note .toDetail {
    font-size: 25px;
    font-size: 1.7857142857vw;
  }
}
@media only screen and (max-width: 640px) {
  .header__note .toDetail {
    padding-top: 0.5em;
    font-size: 21px;
    font-size: 3.28125vw;
  }
}
.header__note .toDetail::after {
  content: "";
  position: relative;
  bottom: -0.2em;
  display: block;
  width: 110%;
  height: 2px;
  left: -5%;
  background-color: #000;
}

.bg_check {
  width: 100%;
  background: linear-gradient(45deg, #79deff 25%, transparent 25%, transparent 75%, #79deff 75%), linear-gradient(45deg, #79deff 25%, transparent 25%, transparent 75%, #79deff 75%);
  background-color: #57d6ff;
  background-size: 114px 114px;
  background-position: 0 0, 57px 57px;
}

.bankName {
  padding: 30px 0;
  font-size: 5.3rem;
  text-align: center;
  box-shadow: 0 0 13px #bfbfbf;
  background-color: #fff;
}
.bankName img {
  width: auto;
  height: 50px;
  vertical-align: bottom;
}
@media only screen and (max-width: 640px) {
  .bankName {
    padding: 3% 0;
    font-size: 40px;
    font-size: 6.25vw;
  }
  .bankName img {
    width: auto;
    height: 6vw;
  }
}

.mainImage {
  padding: 50px 30px;
}
@media only screen and (max-width: 640px) {
  .mainImage {
    padding: 7.8% 0 0;
  }
}
.mainImage__inner {
  width: 1275px;
  max-width: 100%;
  margin: auto;
}

.section__inner {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}
.section__title {
  display: flex;
  justify-content: space-between;
  align-content: stretch;
  flex-grow: 1;
  background: #d8f6ff;
  color: #000;
  border: solid 3px #000;
}
.flow .section__title::before, .flow .section__title::after {
  width: calc(50% - 360px);
}
.product .section__title span {
  text-align: center;
}
.product .section__title::before, .product .section__title::after {
  width: calc(50% - 310px);
}
.detail .section__title {
  background: #fe4280;
}
.detail .section__title span {
  text-align: center;
}
.detail .section__title::before, .detail .section__title::after {
  width: calc(50% - 390px);
}
.section__title span {
  display: block;
  padding: 20px 0;
  text-align: center;
  font-size: 4.7rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.2em;
}
.section__title span br {
  display: none;
}
@media only screen and (max-width: 768px) {
  .flow .section__title::before, .flow .section__title::after {
    width: calc(50% - 330px);
  }
  .detail .section__title::before, .detail .section__title::after {
    width: 20%;
  }
  .detail .section__title::before span, .detail .section__title::after span {
    width: auto;
  }
  .detail .section__title::before span br, .detail .section__title::after span br {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  .section__title::before, .section__title::after {
    background-size: auto 16%;
  }
  .flow .section__title::before, .flow .section__title::after {
    width: 22%;
  }
  .flow .section__title::before span, .flow .section__title::after span {
    width: auto;
  }
  .product .section__title::before, .product .section__title::after {
    width: 15%;
  }
  .product .section__title::before span, .product .section__title::after span {
    width: auto;
  }
  .detail .section__title::before, .detail .section__title::after {
    width: 22%;
    background-size: auto 12%;
  }
  .detail .section__title::before span, .detail .section__title::after span {
    width: auto;
  }
  .section__title span {
    padding: 10px 0 16px;
    font-size: 47px;
    font-size: 7.34375vw;
    line-height: 1.2;
  }
  .section__title span br {
    display: block;
  }
}

.period {
  margin: auto;
  padding: 80px 0;
  text-align: center;
  background: #fdfce8;
  color: #000;
}
@media only screen and (max-width: 1100px) {
  .period {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 640px) {
  .period {
    padding: 4% 0;
  }
}
.period__inner {
  position: relative;
  display: inline-block;
  padding: 50px 30px;
  background-color: #ffff00;
  border: solid 3px #000;
  box-shadow: 7px 7px rgba(0, 0, 0, 0.75);
}
@media only screen and (max-width: 1100px) {
  .period__inner {
    padding: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .period__inner {
    padding: 30px 30px 40px;
  }
}
@media only screen and (max-width: 640px) {
  .period__inner {
    padding: 4.3% 3.9% 5%;
    box-shadow: 0.5em 0.5em rgba(0, 0, 0, 0.75);
  }
}
.period dl {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  padding: 0 7em;
  align-items: center;
  font-weight: 700;
  color: #000;
}
@media only screen and (max-width: 1000px) {
  .period dl {
    padding: 0 1em;
  }
}
.period dl:not(:last-of-type) {
  margin-bottom: 25px;
}
.period dl.join {
  margin-bottom: 35px;
  padding-bottom: 35px;
  background-image: url(../images/bg_dotted_line_pc.svg);
  background-repeat: no-repeat;
  background-size: 920px;
  background-position: bottom center;
}
.period dl.join dt {
  background-color: #fff;
}
@media only screen and (max-width: 1100px) {
  .period dl.join {
    padding-bottom: 15px;
  }
  .period dl:not(:last-of-type) {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .period dl {
    flex-direction: column;
    font-size: 2.6rem;
  }
  .period dl.join {
    padding-bottom: 0.8em;
  }
  .period dl:not(:last-of-type) {
    margin-bottom: 1.5em;
  }
}
@media only screen and (max-width: 640px) {
  .period dl {
    font-size: 26px;
    font-size: 4.0625vw;
  }
}
.period dt {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 211px;
  height: 38px;
  margin-right: 20px;
  border-radius: 50px;
  font-size: 2.3rem;
  letter-spacing: 0.06em;
  background-color: #fff;
  white-space: nowrap;
}
@media only screen and (max-width: 1100px) {
  .period dt {
    width: 170px;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .period dt {
    width: 320px;
    margin: 0 0 0.8em;
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 640px) {
  .period dt {
    width: 45%;
    height: auto;
    padding: 0.3em;
    font-size: 2.6rem;
    font-size: 26px;
    font-size: 4.0625vw;
    margin-bottom: 0.8em;
  }
}
.period dd {
  white-space: nowrap;
  letter-spacing: 0.024em;
  font-size: 3rem;
}
@media only screen and (max-width: 1100px) {
  .period dd {
    font-size: 2.1rem;
  }
}
@media only screen and (max-width: 768px) {
  .period dd {
    margin-bottom: 0;
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 640px) {
  .period dd {
    margin-bottom: 0;
    font-size: 26px;
    font-size: 4.0625vw;
    letter-spacing: 0;
  }
}

.banner {
  text-align: center;
  padding: 70px 0 0;
}
@media only screen and (max-width: 640px) {
  .banner {
    padding: 8% 0 0;
  }
}
.banner p {
  margin-bottom: 0.5em;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.024em;
}
@media only screen and (max-width: 640px) {
  .banner p {
    font-size: 2.6rem;
    font-size: 26px;
    font-size: 4.0625vw;
  }
}
.banner a {
  display: inline-block;
  width: auto;
}
@media only screen and (max-width: 640px) {
  .banner a {
    width: 54%;
  }
}
.banner img {
  width: auto;
}

.titleBox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 700px;
  max-width: 100%;
  height: 90px;
  margin: 0 auto 1em;
  font-size: 4.3rem;
  font-weight: 700;
  border: solid 3px #000;
  background-color: #d8f6ff;
  box-shadow: 7px 7px rgba(0, 0, 0, 0.75);
}
@media only screen and (max-width: 640px) {
  .titleBox {
    font-size: 38px;
    font-size: 5.9375vw;
    height: 2.3em;
    margin: 0 auto 0.2em;
    letter-spacing: 0.075em;
  }
}

.flow {
  text-align: center;
  padding: 90px 30px 0;
}
@media only screen and (max-width: 640px) {
  .flow {
    padding: 15% 9.4% 0;
  }
}
.flow .section__inner {
  padding: 40px 0 0;
}
@media only screen and (max-width: 640px) {
  .flow .section__inner {
    padding: 6.3% 0 0;
  }
}
.flow__period {
  width: 1000px;
  max-width: 100%;
  margin: auto;
  padding: 40px 0;
  font-weight: 700;
  color: #000;
  background-color: #fff;
  font-size: 2.8rem;
  background-image: url(../images/bg_dotted_thin.svg);
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .flow__period {
    width: auto;
    margin: 0 30px;
    padding: 0.8em 0 1em;
    font-size: 2.6rem;
    border-radius: 16px;
  }
}
@media only screen and (max-width: 640px) {
  .flow__period {
    margin: 0;
    padding: 1.2em 0 0.8em;
    font-size: 26px;
    font-size: 4.0625vw;
    background-image: url(../images/bg_dotted_thin_sp.svg);
    background-size: contain;
  }
}
.flow__period::after {
  content: "";
  display: block;
  width: 100%;
  height: 51px;
  padding-top: 40px;
  background-image: url(../images/bg_period.svg);
  background-repeat: no-repeat;
  background-position: bottom center;
}
@media only screen and (max-width: 640px) {
  .flow__period::after {
    padding-top: 1.6em;
    height: 1em;
    background-size: contain;
    background-image: url(../images/bg_period_sp.svg);
  }
}
.flow__periodTitle {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0 20px;
  font-size: 3.4rem;
  letter-spacing: 0.184em;
}
.flow__periodTitle.wide span {
  width: 350px;
  padding: 0.2em 0;
}
@media only screen and (max-width: 640px) {
  .flow__periodTitle.wide span {
    width: auto;
    padding: 0.4em 1.6em;
  }
}
.flow__periodTitle:first-of-type {
  margin-top: 0;
}
.flow__periodTitle span {
  display: inline-block;
  background-color: #57d6ff;
  padding: 0.2em 1em;
  color: #fff;
  border-radius: 50px;
}
@media only screen and (max-width: 640px) {
  .flow__periodTitle span {
    padding: 0.4em 1.6em;
  }
}
@media only screen and (max-width: 768px) {
  .flow__periodTitle {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 640px) {
  .flow__periodTitle {
    font-size: 27px;
    font-size: 4.21875vw;
    margin: 0;
    padding: 0;
  }
}
.flow__periodDate {
  letter-spacing: 0.184em;
}
@media only screen and (max-width: 640px) {
  .flow__periodDate {
    padding-top: 0.5em;
    font-size: 26px;
    font-size: 4.0625vw;
    letter-spacing: 0.024em;
  }
}
@media only screen and (max-width: 640px) {
  .flow__periodDate + .flow__periodTitle {
    padding-top: 1.7em;
  }
}
.flow__subTitle {
  width: 670px;
  max-width: 100%;
  margin: 0 auto 30px;
  padding: 0 0 0.2em;
  font-size: 4.7rem;
  color: #000;
  letter-spacing: 0.196em;
  background: linear-gradient(transparent 80%, #ffff00 80%);
}
@media only screen and (max-width: 768px) {
  .flow__subTitle {
    padding: 70px 0 30px;
    font-size: 4.1rem;
  }
}
@media only screen and (max-width: 640px) {
  .flow__subTitle {
    margin: 0 auto 1.1em;
    padding: 0 0 1.3%;
    font-size: 41px;
    font-size: 6.40625vw;
    background: linear-gradient(transparent 60%, #ffff00 60%);
  }
}
.flow__buttons {
  display: flex;
  justify-content: center;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .flow__buttons {
    flex-direction: column;
    width: 520px;
    margin: 0 auto 90px;
  }
}
@media only screen and (max-width: 640px) {
  .flow__buttons {
    width: auto;
    margin: 0 0 19%;
    padding-bottom: 0;
  }
}
.flow__buttons .linkButton {
  width: 288px;
  height: 78px;
  margin: 0 20px 0;
  padding-right: 3em;
  line-height: 1.25;
  background-color: #57d6ff;
  border-radius: 5px;
  box-shadow: 0 8px #00b3dd;
}
@media only screen and (max-width: 768px) {
  .flow__buttons .linkButton {
    width: 520px;
    height: auto;
    margin: 0;
    padding: 20px 3em 20px 20px;
    font-size: 2.4rem;
  }
  .flow__buttons .linkButton + .linkButton {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .flow__buttons .linkButton {
    width: auto;
    padding: 0.7em 3em 0.7em 0.8em;
    font-size: 24px;
    font-size: 3.75vw;
    box-shadow: 0 0.5em #00b3dd;
  }
  .flow__buttons .linkButton + .linkButton {
    margin-top: 6.4%;
  }
}
.flow__buttons .linkButton:hover {
  box-shadow: none;
}
.flow__buttons .linkButton p {
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .flow__buttons .linkButton p span {
    display: block;
  }
}

.step {
  padding: 0 4.7%;
}
@media only screen and (max-width: 640px) {
  .step {
    padding-bottom: 12%;
  }
}
.step__inner {
  width: 1000px;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 640px) {
  .step__inner {
    flex-direction: column;
  }
}
.step__item {
  width: 310px;
  padding: 15px;
  background-color: #ffff00;
  border-radius: 20px;
  font-size: 1.8rem;
  text-align: center;
}
@media only screen and (max-width: 1040px) {
  .step__item {
    font-size: 20px;
    font-size: 2vw;
    width: 32%;
    padding: 1.5%;
    border-radius: 14px;
  }
}
@media only screen and (max-width: 640px) {
  .step__item {
    width: 100%;
    margin-bottom: 5%;
    padding: 5%;
    font-size: 24px;
    font-size: 3.75vw;
  }
}
.step__icon {
  width: 120px;
  height: 26px;
  margin: 0 auto 15px;
}
@media only screen and (max-width: 640px) {
  .step__icon {
    width: 26%;
    height: auto;
    margin: 0 auto 2%;
  }
}
.step__title {
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  font-size: 2.5rem;
  line-height: 1.36;
  letter-spacing: 0.05em;
  font-weight: 500;
  border-bottom: 1px solid #000;
}
@media only screen and (max-width: 1040px) {
  .step__title {
    font-size: 23px;
    font-size: 2.3vw;
  }
}
@media only screen and (max-width: 640px) {
  .step__title {
    font-size: 28px;
    font-size: 4.375vw;
  }
}
.step__title .txtIB {
  font-weight: 400;
}
@media only screen and (max-width: 640px) {
  .step__logosWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.step__logosTitle {
  font-weight: 500;
  margin-bottom: 0.8em;
}
@media only screen and (max-width: 640px) {
  .step__logosTitle {
    margin: 0 0.8em 0 0;
  }
}
.step__logos {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .step__logos {
    width: 53%;
    font-size: 28px;
    font-size: 4.375vw;
  }
}
.step__logo {
  width: 114px;
  margin: 0 10px;
}
@media only screen and (max-width: 800px) {
  .step__logo {
    width: 49%;
    margin: 0 2%;
  }
}
@media only screen and (max-width: 800px) {
  .step__logo {
    width: 45%;
    margin: 0;
  }
}
.step .linkButton {
  width: 260px;
  max-width: 100%;
  height: 70px;
  margin: 0 auto 30px;
  box-shadow: 0 7px #00b300;
}
.step .linkButton br.tab {
  display: none;
}
.step .linkButton:hover {
  box-shadow: none;
}
@media only screen and (max-width: 1040px) {
  .step .linkButton {
    height: 60px;
    padding: 10px;
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.25;
    background-position: center right 10px;
    background-size: 30px 9px;
  }
  .step .linkButton br.tab {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  .step .linkButton {
    width: 100%;
    height: 3.7em;
    padding: 0 1em;
    font-size: 24px;
    font-size: 3.75vw;
    background-position: center right 5%;
    background-size: 8% auto;
    box-shadow: 0 0.5em #00b300;
  }
  .step .linkButton br.tab {
    display: none;
  }
}
.step__note {
  text-align: left;
  font-size: 1.5rem;
  line-height: 1.33;
  text-indent: -1em;
  padding-left: 1em;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1024px) {
  .step__note {
    font-size: 18px;
    font-size: 1.8vw;
  }
}
@media only screen and (max-width: 640px) {
  .step__note {
    font-size: 18px;
    font-size: 2.8125vw;
    letter-spacing: 0.025em;
  }
}
.step .appDL {
  display: inline-block;
  font-weight: 500;
}
.step .appDL::after {
  position: relative;
  top: 5px;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
}
@media only screen and (max-width: 640px) {
  .step .appDL {
    margin-bottom: 1em;
  }
}

.use {
  padding: 0 4.7%;
}
.use__bg {
  margin-bottom: 20px;
  padding: 3%;
  border: solid 8px #ffff00;
  background-color: #fff;
}
@media only screen and (max-width: 640px) {
  .use__bg {
    margin-bottom: 3%;
    padding: 7% 3% 3%;
    border-width: 1em;
  }
}
.use__title {
  margin: 0 0 2%;
  font-feature-settings: "palt";
  text-align: center;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
}
.use__titleSub {
  margin-bottom: 1%;
  font-size: 2.3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.use__titleMain {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -4% 0.7%;
  font-weight: 700;
  color: #fe4280;
  letter-spacing: 0.07em;
}
.use__titleMain .maximum {
  font-size: 5.2rem;
}
.use__titleMain .numbers {
  margin-bottom: 0.7%;
  font-size: 7.3rem;
  letter-spacing: 0;
  white-space: nowrap;
}
.use__titleMain .comma {
  display: inline-block;
  font-size: 5rem;
  vertical-align: bottom;
}
.use__titleMain .cashBack {
  font-size: 5.2rem;
}
.use__titleInfo {
  margin-bottom: 2%;
  font-weight: 500;
  font-size: 1.3rem;
}
.use__titleInfo li {
  display: inline-block;
  letter-spacing: 0.01em;
  line-height: 1.4;
}
.use__titleInfo li br {
  display: none;
}
@media only screen and (max-width: 1000px) {
  .use__titleSub {
    font-size: 23px;
    font-size: 2.3vw;
  }
  .use__titleMain .maximum {
    font-size: 52px;
    font-size: 5.2vw;
  }
  .use__titleMain .numbers {
    font-size: 73px;
    font-size: 7.3vw;
  }
  .use__titleMain .comma {
    font-size: 50px;
    font-size: 5vw;
  }
  .use__titleMain .cashBack {
    font-size: 52px;
    font-size: 5.2vw;
  }
  .use__titleInfo {
    font-size: 12px;
    font-size: 1.2vw;
  }
}
@media only screen and (max-width: 640px) {
  .use__title {
    margin-bottom: 5%;
  }
  .use__titleSub {
    margin-bottom: 3%;
    font-size: 21px;
    font-size: 3.28125vw;
    font-weight: 500;
  }
  .use__titleMain {
    display: block;
  }
  .use__titleMain .maximum {
    display: inline-block;
    vertical-align: bottom;
    padding-bottom: 3%;
    font-size: 66px;
    font-size: 10.3125vw;
  }
  .use__titleMain .numbers {
    font-size: 95px;
    font-size: 14.84375vw;
    display: inline-block;
  }
  .use__titleMain .comma {
    padding-bottom: 1.5%;
    font-size: 66px;
    font-size: 10.3125vw;
  }
  .use__titleMain .cashBack {
    display: inline-block;
    margin: 0 0 1%;
    font-size: 53px;
    font-size: 8.28125vw;
  }
  .use__titleInfo {
    font-size: 18px;
    font-size: 2.8125vw;
    word-break: keep-all;
  }
  .use__titleInfo li {
    line-height: 1.72;
  }
  .use__titleInfo li br {
    display: block;
  }
}
.use__quickpay {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  padding: 14px 0 10px 12%;
  border: solid 4px #e5e5e5;
  border-radius: 10px;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.use__quickpayTitle {
  display: inline-block;
  padding: 0.4em 1.1em;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #57d6ff;
  border-radius: 30px;
}
.use__quickpayIcons {
  width: 21.118%;
  margin: 0 14px 0 24px;
}
.use__quickpayIcons img {
  width: 100%;
  height: auto;
}
.use__quickpayInfos {
  font-feature-settings: "palt";
}
.use__quickpayInfo {
  font-size: 1rem;
  line-height: 1.75;
  transform: scale(0.9);
  transform-origin: left bottom;
}
.use__quickpayNote {
  font-size: 1rem;
  line-height: 1.52;
  text-indent: -1em;
  padding-left: 1em;
  font-feature-settings: "palt";
  transform: scale(0.7);
  transform-origin: left top;
}
.use__quickpayNote .sp {
  display: none;
}
.use__quickpayNote .pc {
  display: block;
}
@media only screen and (max-width: 1000px) {
  .use__quickpay {
    padding-left: 0;
  }
  .use__quickpayTitle {
    font-size: 14px;
    font-size: 1.4vw;
  }
  .use__quickpayInfos {
    margin-right: -13%;
  }
}
@media only screen and (max-width: 640px) {
  .use__quickpay {
    padding: 5% 0%;
    display: block;
    text-align: center;
    border-width: 2px;
    border-radius: 5px;
  }
  .use__quickpayTitle {
    margin-bottom: 3.846%;
    font-size: 22px;
    font-size: 3.4375vw;
  }
  .use__quickpayIcons {
    width: 56%;
    margin: 0 auto 3%;
  }
  .use__quickpayInfos {
    margin-right: 0;
  }
  .use__quickpayInfo {
    font-size: 18px;
    font-size: 2.8125vw;
    line-height: 1.5;
    transform: scale(1);
  }
  .use__quickpayNote {
    font-size: 18px;
    font-size: 2.8125vw;
    line-height: 1.5;
    text-indent: 0;
    padding-left: 0;
    transform: scale(1);
  }
  .use__quickpayNote .sp {
    display: block;
  }
  .use__quickpayNote .pc {
    display: none;
  }
}
.use__example {
  position: relative;
  padding: 20px 20px 10px;
  border: solid 4px #e5e5e5;
  border-radius: 10px;
}
@media only screen and (max-width: 640px) {
  .use__example {
    padding: 4%;
    border-width: 2px;
    border-radius: 5px;
  }
}
.use__store {
  font-size: 3rem;
  font-weight: 700;
  color: #000;
  text-align: center;
  letter-spacing: 0.082em;
  line-height: 1.4;
}
.use__store span.text-half-r {
  display: inline-block;
  margin-right: -0.5em;
}
.use__store br {
  display: none;
}
@media only screen and (max-width: 1100px) {
  .use__store br {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  .use__store {
    margin: 3% 0 5%;
    padding-right: 16%;
    font-size: 28px;
    font-size: 4.375vw;
  }
}
.use__bubble {
  position: absolute;
  top: -30px;
  right: 5%;
}
.use__bubble img {
  width: 162px;
  height: 88px;
}
@media only screen and (max-width: 1100px) {
  .use__bubble {
    width: 22%;
    right: 3%;
  }
  .use__bubble img {
    width: 100%;
    max-width: 120px;
    height: auto;
  }
}
@media only screen and (max-width: 640px) {
  .use__bubble {
    top: 1%;
  }
}
.use__storeListAdd {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2%;
  text-align: center;
  margin: auto;
}
.use__storeListAdd li {
  display: inline-flex;
  height: 80px;
  margin: 10px 20px;
}
@media only screen and (max-width: 1000px) {
  .use__storeListAdd li {
    margin: 1vw;
    height: 10vw;
  }
}
@media only screen and (max-width: 640px) {
  .use__storeListAdd li {
    margin: 3vw 3vw 0;
    height: 15vw;
  }
}
.use__storeListAdd li img {
  max-width: 180px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 1000px) {
  .use__storeListAdd li img {
    max-width: 17vw;
  }
}
@media only screen and (max-width: 640px) {
  .use__storeListAdd li img {
    max-width: 35vw;
  }
}
.use__storeList {
  width: 723px;
  max-width: 100%;
  height: auto;
  margin: 20px auto;
}
@media only screen and (max-width: 640px) {
  .use__storeList {
    width: 100%;
    margin: 10% auto;
  }
}
@media only screen and (max-width: 640px) {
  .use__storeList img {
    margin-left: 2%;
    padding-left: 2%;
  }
}
.use__more {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 440px;
  height: 30px;
  margin: 10px auto 30px;
  text-align: center;
  border-radius: 30px;
  background-color: #57d6ff;
}
.use__more::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  right: 10px;
  width: 7px;
  height: 14px;
  background-image: url(../images/icon_arrow_right_white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transform: translateY(-50%);
}
.use__more a {
  color: #fff;
  font-size: 1.8rem;
  padding-top: 4px;
}
@media only screen and (max-width: 640px) {
  .use__more {
    width: 100%;
    height: auto;
    margin: 4% auto;
  }
  .use__more a {
    padding: 0.5em 2em;
    font-size: 18px;
    font-size: 2.8125vw;
    letter-spacing: 0.098em;
  }
}
.use__noteList {
  margin-bottom: 80px;
  font-size: 1.3rem;
  line-height: 1.6;
  font-feature-settings: "palt";
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 400;
  color: #000;
}
@media only screen and (max-width: 640px) {
  .use__noteList {
    margin-bottom: 21%;
    font-size: 18px;
    font-size: 2.8125vw;
    letter-spacing: 0.05em;
  }
}
.use__noteItem {
  text-indent: -1em;
  padding-left: 1em;
}
.use__noteItem a {
  display: inline;
}
.use__noteItem .txtRB {
  font-weight: 400;
  padding: 0 0 0 1em;
}
.use__noteItem .ggl {
  padding: 0 0.25em 0 1.25em;
}
.use__noteItem br.pc {
  display: block;
}
@media only screen and (max-width: 640px) {
  .use__noteItem br.pc {
    display: none;
  }
}

.benefits {
  margin-bottom: 90px;
}
@media only screen and (max-width: 1100px) {
  .benefits {
    margin: 90px 30px 60px;
  }
}
.benefits__title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 800px;
  max-width: 100%;
  height: 70px;
  margin: 0 auto 80px;
  background-color: #fff;
  font-size: 3.4rem;
  font-weight: 700;
  letter-spacing: 0.184em;
  color: #000;
  border-radius: 20px;
}
.benefits__detail {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.33;
  color: #000;
}
.benefits__note {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.53;
  letter-spacing: 0.05em;
  text-indent: -1em;
  padding-left: 1em;
  color: #000;
}
.benefits__table {
  width: 100%;
  margin-bottom: 15px;
}
.benefits__table thead {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.37;
  letter-spacing: 0.05em;
  color: #000;
}
.benefits__table thead tr:first-of-type th {
  background-color: #57d6ff;
  color: #fff;
  border-bottom: solid 7px #fff;
}
.benefits__table thead th {
  background-color: #ffff00;
  padding: 10px;
}
.benefits__table thead th:not(:last-of-type) {
  border-right: solid 7px #fff;
}
.benefits__table thead th:first-of-type {
  width: 200px;
}
.benefits__table thead th:nth-of-type(2) {
  width: 320px;
}
.benefits__table thead th.cashback {
  width: 420px;
  white-space: nowrap;
}
@media only screen and (max-width: 1100px) {
  .benefits__table thead th.cashback {
    width: auto;
  }
}
.benefits__table thead th br.tab {
  display: none;
}
@media only screen and (max-width: 1100px) {
  .benefits__table thead th br.tab {
    display: block;
  }
}
.benefits__table thead th span {
  display: inline-block;
}
.benefits__table tbody tr {
  border-top: 7px solid #fff;
}
.benefits__table tbody th.vText {
  width: 1.5em;
  text-align: center;
}
.benefits__table tbody td {
  padding: 14px 20px;
  background-color: #d8f6ff;
  border-left: 7px solid #fff;
}
.benefits__table tbody td:first-of-type {
  white-space: nowrap;
}
@media only screen and (max-width: 1100px) {
  .benefits__table tbody td:first-of-type {
    white-space: normal;
  }
}
.benefits__table tbody td:nth-of-type(n+2) {
  line-height: 1.32;
}
.benefits__table tbody td:nth-of-type(2) {
  letter-spacing: -0.034em;
}
.benefits__table tbody td:nth-of-type(3) {
  line-height: 1.6;
}
.benefits__table tbody td.date {
  text-align: center;
}
.benefits__table tbody td.cashBackTerm span {
  display: inline-block;
}
.benefits__table tbody td.cashBackTerm span:first-of-type {
  padding-right: 0.3em;
}
@media only screen and (max-width: 1100px) {
  .benefits__table tbody td.cashBackTerm span {
    display: block;
  }
}
@media only screen and (max-width: 1100px) {
  .benefits__table tbody td:nth-of-type(2) {
    width: 40%;
  }
  .benefits__table tbody td:nth-of-type(3) {
    width: 50%;
  }
}
@media only screen and (max-width: 640px) {
  .benefits {
    display: none;
  }
}

.product {
  padding: 0 0 80px;
}
@media only screen and (max-width: 640px) {
  .product {
    padding: 0 0 0;
  }
}
.product .titleBox__wrapper {
  padding: 0 9.4%;
}
.product__name {
  width: auto;
  max-width: 100%;
  margin: 60px auto 35px;
  padding-bottom: 0.2em;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.196em;
  text-align: center;
  color: #000;
}
.product__name br.sp {
  display: none;
}
.product__name span {
  padding: 0 1em;
  line-height: 1.2;
  background: linear-gradient(transparent 60%, #ffff00 60%);
}
@media only screen and (max-width: 640px) {
  .product__name {
    width: auto;
    margin: 1.2em auto;
    font-size: 41px;
    font-size: 6.40625vw;
    letter-spacing: 0.104em;
  }
  .product__name span {
    padding: 0;
  }
  .product__name br.sp {
    display: block;
  }
}
.product__cards {
  align-items: flex-end;
  display: flex;
  justify-content: center;
  /*width: 930px;*/
  margin: auto;
}
@media only screen and (max-width: 1000px) {
  .product__cards {
    flex-direction: column;
    width: auto;
    /*width: 430px;*/
  }
}
.product__cards::after {
  content: "";
  display: block;
  clear: both;
}
.product__cardsInner {
  width: 430px;
}
@media only screen and (max-width: 1000px) {
  .product__cardsInner {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 640px) {
  .product__cardsInner {
    width: 100%;
    padding: 0 5.2%;
    margin-bottom: 18%;
  }
}
.product__cardsInner + .product__cardsInner {
  margin-left: 70px;
}
@media only screen and (max-width: 1000px) {
  .product__cardsInner + .product__cardsInner {
    margin-left: 0;
  }
}
.product__cardsItem {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .product__cardsItem {
    flex-wrap: wrap;
    width: 63%;
    margin: 0 auto;
  }
}
.product__cardsItem.is-vertical {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .product__cardsItem.is-vertical {
    justify-content: space-around;
    width: 100%;
  }
}
.product__cardsItem img {
  width: 192px;
  margin-bottom: 30px;
}
.product__cardsItem img + img {
  margin-left: 46px;
}
@media only screen and (max-width: 640px) {
  .product__cardsItem img {
    width: 100%;
    margin-bottom: 0;
  }
  .product__cardsItem img + img {
    margin: 14% 0 0;
  }
}
.product__cardsItem.is-vertical img {
  width: auto;
  max-height: 200px;
}
@media only screen and (max-width: 640px) {
  .product__cardsItem.is-vertical img {
    height: auto;
    max-height: inherit;
    margin: 0;
    width: 40%;
  }
}
.product .linkButton {
  width: 100%;
  padding: 0.4em 1em 0.5em;
  margin: auto;
  line-height: 1.25;
  background-color: #fe4280;
  box-shadow: 0 7px rgba(0, 0, 0, 0.29);
}
@media only screen and (max-width: 768px) {
  .product .linkButton {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 640px) {
  .product .linkButton {
    margin-top: 11%;
    height: 3.8em;
    font-size: 24px;
    font-size: 3.75vw;
    padding: 1em;
  }
}
.product .linkButton:hover {
  box-shadow: none;
}

.merit {
  padding: 0 30px 90px;
}
@media only screen and (max-width: 640px) {
  .merit {
    padding-bottom: 0;
  }
}
.merit__title {
  margin-bottom: 20px;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fe4280;
}
@media only screen and (max-width: 640px) {
  .merit__title {
    margin-bottom: 7.8%;
    font-size: 35px;
    font-size: 5.46875vw;
  }
}
.merit__list {
  display: flex;
  justify-content: space-between;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .merit__list {
    flex-direction: column;
    justify-content: center;
  }
}
.merit__item {
  margin: 0 10px;
}
@media only screen and (max-width: 640px) {
  .merit__item {
    margin: 0 0 11%;
  }
  .merit__item img {
    width: 48%;
  }
}
.merit__text {
  margin-top: 1em;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.5;
  color: #fe4280;
}
@media only screen and (max-width: 768px) {
  .merit__text {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 640px) {
  .merit__text {
    font-size: 30px;
    font-size: 4.6875vw;
    letter-spacing: 0.056;
    line-height: 1.466;
  }
}

.detail {
  padding: 120px 30px 0;
  background: #ffff81;
  color: #000;
}
@media only screen and (max-width: 640px) {
  .detail {
    padding: 12.5% 9.4% 11%;
  }
}
.detail__title {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffff00;
  font-size: 4.3rem;
  width: 692px;
  max-width: 100%;
  height: 86px;
  margin: auto;
  border-radius: 50px;
  border: solid 3px #000;
}
.detail__title br.sp {
  display: none;
}
@media only screen and (max-width: 640px) {
  .detail__title {
    font-size: 42px;
    font-size: 6.5625vw;
    line-height: 1.25;
    height: auto;
    text-align: center;
    border-radius: 80px;
    padding: 0.2em 0;
  }
  .detail__title br.sp {
    display: block;
  }
}
.detail .section__inner {
  padding: 90px 0 100px;
}
@media only screen and (max-width: 640px) {
  .detail .section__inner {
    padding: 15% 0 0;
  }
}
.detail__list {
  padding: 40px 0;
  border-top: solid 5px #000;
  font-size: 2rem;
  line-height: 1.625;
  display: flex;
  align-items: center;
}
.detail__list &gt; dt {
  width: 290px;
  font-weight: 500;
}
.detail__list &gt; dd {
  width: calc(100% - 290px);
  text-align: justify;
  letter-spacing: 0.05em;
  font-weight: 400;
}
.detail__list &gt; dd span.pc {
  display: inline-block;
}
.detail__list &gt; dd br.pc {
  display: inline-block;
}
.detail__list:last-of-type {
  border-bottom: solid 5px #000;
}
@media only screen and (max-width: 1000px) {
  .detail__list &gt; dd br.pc {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .detail__list &gt; dt {
    width: 200px;
  }
  .detail__list &gt; dd {
    width: calc(100% - 200px);
  }
}
@media only screen and (max-width: 640px) {
  .detail__list {
    width: auto;
    padding: 1.8em 0;
    margin: auto;
    border-width: 3px;
    font-size: 20px;
    font-size: 3.125vw;
    display: block;
  }
  .detail__list &gt; dt {
    width: auto;
    padding: 0 0 1em;
    font-weight: 700;
    text-align: center;
  }
  .detail__list &gt; dt br {
    display: none;
  }
  .detail__list &gt; dd {
    width: auto;
    line-height: 1.77;
  }
}
.detail__innerList li {
  position: relative;
  padding-left: 1.1em;
}
.detail__innerList li::before {
  position: absolute;
  top: 1px;
  left: 0;
  content: "●";
  display: block;
}
.detail__step {
  padding-left: 0.8em;
}
.detail__step &gt; dt {
  float: left;
}
.detail__step &gt; dd {
  padding-left: 4.8em;
}
.detail__step:first-of-type &gt; dd {
  letter-spacing: -0.03em;
}
@media only screen and (max-width: 640px) {
  .detail__period {
    letter-spacing: 0.04em;
  }
  .detail__period + .detail__period {
    margin-top: 1.5em;
  }
}
.detail__periodDl {
  display: flex;
  margin-bottom: 1em;
}
@media only screen and (max-width: 640px) {
  .detail__periodDl {
    display: block;
    font-size: 20px;
    font-size: 3.125vw;
  }
  .detail__periodDl + dl {
    margin-top: 1.5em;
  }
}
.detail__periodDl + p span {
  display: inline-block;
}
.detail__periodDt {
  display: inline-block;
  white-space: nowrap;
}
@media only screen and (max-width: 640px) {
  .detail__periodDt {
    display: block;
    white-space: normal;
  }
}

.faq {
  padding-bottom: 100px;
  background: #ffff81;
  font-weight: 500;
}
@media only screen and (max-width: 640px) {
  .faq {
    padding-bottom: 1%;
  }
}
.faq__inner {
  width: 1030px;
  max-width: 100%;
  margin: auto;
  padding: 0 15px;
}
@media only screen and (max-width: 640px) {
  .faq__inner {
    padding: 0 5%;
  }
}
.faq__title {
  margin-bottom: 40px;
  font-size: 3.5rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-align: center;
  color: #000;
}
@media only screen and (max-width: 640px) {
  .faq__title {
    font-size: 37px;
    font-size: 5.78125vw;
  }
}
.faq__box {
  padding: 30px 40px 30px 100px;
  background-color: #fff;
  margin-bottom: 40px;
  font-size: 2rem;
  line-height: 1.55;
  letter-spacing: 0.1em;
  text-align: justify;
}
.faq__box br.pc {
  display: block;
}
.faq__box br.sp {
  display: none;
}
@media only screen and (max-width: 640px) {
  .faq__box {
    margin-bottom: 5%;
    padding: 5% 5% 5% 15.5%;
    font-size: 20px;
    font-size: 3.125vw;
    line-height: 1.75;
    letter-spacing: 0;
  }
  .faq__box br.pc {
    display: none;
  }
  .faq__box br.sp {
    display: block;
  }
}
.faq__box dt {
  position: relative;
  margin-bottom: 30px;
  font-weight: 700;
  display: flex;
  align-items: center;
  min-height: 62px;
}
@media only screen and (max-width: 640px) {
  .faq__box dt {
    margin-bottom: 6%;
    min-height: initial;
  }
}
.faq__box dt::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: -60px;
  width: 50px;
  height: 40px;
  background-image: url(../images/icon_q.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
}
@media only screen and (max-width: 640px) {
  .faq__box dt::before {
    top: 0;
    left: -13%;
    width: 10.87%;
  }
}
.faq__box dt br.pc {
  display: block;
}
@media only screen and (max-width: 900px) {
  .faq__box dt br.pc {
    display: none;
  }
}
.faq__box dd {
  position: relative;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.faq__box dd::before {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  left: -60px;
  width: 50px;
  height: 40px;
  background-image: url(../images/icon_a.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
}
@media only screen and (max-width: 640px) {
  .faq__box dd::before {
    top: 0;
    left: -13%;
    width: 10.87%;
  }
}
.faq__box dd .faq__note {
  font-weight: 500;
}
.faq__list li {
  position: relative;
  padding-left: 1.1em;
}
.faq__list li::before {
  position: absolute;
  top: 1px;
  left: 0;
  content: "●";
  display: block;
}
.faq__target {
  display: flex;
}
@media only screen and (max-width: 640px) {
  .faq__target {
    display: block;
  }
}
.faq__targetList {
  width: 50%;
  margin: 1em 0;
  padding-left: 0.5em;
  border-left: 1px solid #000;
}
@media only screen and (max-width: 640px) {
  .faq__targetList {
    width: 100%;
    border-width: 2px;
  }
  .faq__targetList:first-of-type {
    margin-bottom: 0;
  }
  .faq__targetList:last-of-type {
    margin-top: 0;
  }
}

.contact {
  background-color: #f2f2f2;
  padding: 80px 4.7% 70px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.contact dt span{
  display: block;
  font-weight: 100; 
}
.contact dd {
  font-size: 1.8rem;
  font-weight: 100;
  line-height: 1.5;
}
.contact dd:first-of-type {
  margin-bottom: 12px;
}
.contact dd a {
  display: inline-block;
  font-size: 2.6rem;
}
.contact dd span a {
  display: inline;
}
.contact dl {
  border: 1px solid #ccc;
  border-radius: 15px;
  padding: 40px 20px 30px;
}
.contact dl:first-of-type {
  margin-bottom: 30px;
}
.contact dl:first-of-type dt {
  margin-bottom: 30px;
  font-size: 2.3rem;
  padding-top: 110px;
  background-image: url(../images/icon_support.svg);
  background-repeat: no-repeat;
  background-size: 81px 81px;
  background-position: center top;
}
.contact dl:last-of-type dt {
  margin-bottom: 20px;
  font-size: 2.3rem;
}
.contact dl:last-of-type dd {
  font-size: 1.6rem;
}
.contact p{
  margin-top: 30px;
  font-weight: 100;
  font-size: 1.6rem;
  line-height: 2.6rem;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  .contact {
    padding: 10% 4.7% 10%;
  }
  .contact dl{
    border-radius: 10px;
  }
  .contact dd {
    font-size: 18px;
    font-size: 2.8125vw;
  }
  .contact dl:first-of-type {
    margin-bottom: 20px;
  }
  .contact dl:first-of-type dt {
    margin-bottom: 1em;
    font-size: 24px;
    font-size: 3.75vw;
  }
  .contact dl:last-of-type dt {
    padding-top: 5%;
    background-size: 15%;
  }
  .contact dl:last-of-type dt {
    margin-bottom: 1em;
    font-size: 24px;
    font-size: 3.75vw;
  }
  .contact dl:last-of-type dd {
    font-size: 16px;
    font-size: 2.5vw;
  }
  .contact p{
    margin-top: 26px;
    font-size: 1.2rem;
    line-height: 2rem;
  }
}

.footer {
  padding: 20px 4.7% 120px;
  text-align: center;
  background-color: #fff;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.8;
}
.footer span {
  display: inline-block;
}
@media only screen and (max-width: 640px) {
  .footer {
    padding-bottom: 33%;
  }
}

.applicationButton {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 20px 0;
  background-color: rgba(204, 204, 204, 0.9);
  text-align: center;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
.applicationButton__button {
  position: relative;
  width: 435px;
  margin: 0 auto 20px;
  background-color: #57d6ff;
  border-radius: 32px;
  color: #fff;
  cursor: pointer;
}
.applicationButton__button p.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 435px;
  height: 64px;
  font-size: 2.3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.applicationButton__button p.btn::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  right: 23px;
  width: 11px;
  height: 23px;
  background-image: url(../images/icon_arrow_right_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: translateY(-50%);
}
.applicationButton p.info {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.applicationButton p.info br {
  display: none;
}
@media only screen and (max-width: 640px) {
  .applicationButton {
    padding: 4% 5%;
  }
  .applicationButton__button {
    width: 100%;
    margin: 0 auto 3%;
  }
  .applicationButton p.btn {
    width: 100%;
    height: auto;
    padding: 1em;
    font-size: 23px;
    font-size: 3.59375vw;
  }
  .applicationButton p.btn::after {
    width: 3%;
  }
  .applicationButton p.info {
    font-size: 18px;
    font-size: 2.8125vw;
    line-height: 1.4;
  }
  .applicationButton p.info br {
    display: block;
  }
}

.popup {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 150px 3%;
  overflow: auto;
  transition: opacity 0.2s ease-in 0s;
}
@media only screen and (max-width: 640px) {
  .popup {
    padding-top: 20%;
  }
}
.popup.active {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.2s ease-in 0s;
}
.popup__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(204, 204, 204, 0.8);
  z-index: 0;
}
.popup__wrapper {
  position: relative;
  width: 1100px;
  max-width: 100%;
  height: 1100px;
  margin: auto;
  z-index: 2;
}
.popup__inner {
  width: 1100px;
  max-width: 100%;
  margin: auto;
  padding: 7.27% 7.27% 5.45%;
  background-color: #fff;
  border-radius: 17px;
}
.popup__close {
  position: absolute;
  top: -80px;
  right: 0;
  left: 0;
  width: 1100px;
  max-width: 100%;
  height: 60px;
  margin: auto;
  padding: 0;
  border: none;
  background-color: transparent;
}
.popup__close span {
  position: absolute;
  top: 30px;
  right: 0;
  display: block;
  height: 6px;
  width: 80px;
  background-color: #fff;
}
.popup__close span:first-of-type {
  transform: rotate(45deg);
}
.popup__close span:last-of-type {
  transform: rotate(-45deg);
}
@media only screen and (max-width: 640px) {
  .popup__close {
    top: -65px;
  }
  .popup__close span {
    width: 50px;
  }
}
.popup__title {
  margin-bottom: 30px;
  font-size: 3.9rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 640px) {
  .popup__title {
    font-size: 39px;
    font-size: 6.09375vw;
    margin-bottom: 8%;
  }
}
.popup__cards {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.popup__cards:first-of-type {
  border-bottom: solid 1px #000;
}
@media only screen and (max-width: 768px) {
  .popup__cards {
    display: block;
    margin-bottom: 10%;
  }
  .popup__cards:first-of-type {
    padding-bottom: 10%;
  }
}
.popup__cardsInner {
  width: calc(100% - 250px);
}
@media only screen and (max-width: 768px) {
  .popup__cardsInner {
    width: 100%;
  }
}
.popup__cardItem {
  display: flex;
  align-items: center;
  padding: 20px 0;
}
.popup__cardItem figure {
  width: 190px;
  margin-right: 30px;
}
@media only screen and (max-width: 900px) {
  .popup__cardItem figure {
    width: 140px;
  }
}
.popup__cardItem figure img.is-vertical {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 60%;
}
@media only screen and (max-width: 640px) {
  .popup__cardItem {
    padding: 0 0 5%;
  }
  .popup__cardItem figure {
    width: 40%;
    margin-right: 5%;
  }
}
.popup__cardName {
  width: calc(100% - 220px);
  font-size: 2.3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 900px) {
  .popup__cardName {
    width: calc(100% - 160px);
  }
}
@media only screen and (max-width: 640px) {
  .popup__cardName {
    font-size: 19px;
    font-size: 2.96875vw;
    width: 55%;
  }
}
.popup__application {
  position: relative;
  width: 288px;
  height: 70px;
  margin: auto;
  color: #fff;
}
.popup__application a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
  line-height: 1.2;
  font-size: 1.9rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  background-color: #57d6ff;
}
.popup__application a::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  right: 12px;
  width: 36px;
  height: 8px;
  background-image: url(../images/icon_arrow_right_long.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .popup__application {
    width: 100%;
    height: auto;
  }
  .popup__application a {
    padding: 1em;
    font-size: 19px;
    font-size: 2.96875vw;
  }
  .popup__application a br {
    display: none;
  }
}</pre></body></html>