@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500&display=swap");
/***reset***/
@import url("https://fonts.googleapis.com/css2?family=Kaisei+Decol&display=swap");
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

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, small, 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;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

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

nav ul {
  list-style: none; }

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; }

del {
  text-decoration: line-through; }

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

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

input, select {
  vertical-align: middle; }

/***setting***/
.floatbox {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: 0.2s ease-in-out; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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,
small, 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, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline; }

html, body {
  height: 100%; }

body {
  position: relative;
  padding: 0 0 0;
  line-height: 1;
  text-align: center;
  color: #2b2d29;
  background: white;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif, 'Font Awesome', 'Font Awesome 5 Free','Font Awesome 5 Brands', 'Font Awesome';
  font-weight: 300;
  scroll-behavior: smooth; }

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block; }

ul, ol {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  color: #2b2d29;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  border: 0; }

a:hover {
  color: #2ba3a3; }

a:hover img {
  opacity: 0.5; }

a:focus, *:focus {
  outline: none; }

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

:root {
  font-size: 13px !important; }

/* wrapper
--------------------------- */
#wrapper {
  padding: 4em 0 0 0;
  min-height: 100%; }

/* stage
--------------------------- */
.stage {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center; }

/* panel
--------------------------- */
.panel1 {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 1000px; }

.panel, .panel2 {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1000px; }

/* Floatバグ回避用
--------------------------- */
.clearfix:after {
  content: "";
  display: block;
  clear: both; }

/* タイトルスタイル
--------------------------- */
.ttl-type01 {
  padding: 3.5em 0.5em 1em;
  font-size: 2.4em;
  line-height: 1.2em;
  font-weight: 300;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

/* toTop
--------------------------- */
#toTop {
  position: fixed;
  right: 5%;
  bottom: 3%;
  opacity: 0;
  z-index: 1000;
  text-align: center;
  transition: all 0.4s ease-in-out;
  z-index: 8887; }

.to-top-on #toTop {
  bottom: 2%;
  opacity: 1; }

#toTop a {
  display: block;
  width: 60px;
  height: 60px;
  color: rgba(41, 49, 47, 0.8);
  font-size: 24px;
  line-height: 60px;
  text-decoration: none;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  cursor: default; }

.to-top-on #toTop a {
  cursor: pointer; }

#toTop a:hover {
  background-color: rgba(255, 255, 255, 0.8); }

#pos {
  position: absolute;
  left: -9999px;
  top: -9999px;
  height: 0;
  visibility: hidden; }

@media screen and (min-width: 0\0 ) and (min-resolution: 72dpi) {
  /*IE9-11用ハック*/
  body {
    padding: 4em 0 0; }

  #wrapper {
    padding: 0; } }
#fqaBefore {
  background: #fcd65a;
  overflow: hidden; }
  #fqaBefore h1 {
    font-family: 'Kaisei Decol';
    font-size: 2.8rem;
    letter-spacing: 0.1em;
    font-weight: 400; }

.box-QA {
  margin: 0 auto;
  width: 96%;
  max-width: 800px; }
  .box-QA dl {
    position: relative;
    margin: 2rem 1rem 6rem;
    padding: 4rem 0 16rem;
    background: white;
    border-top: 0.5rem solid #29312f;
    border-right: 0.5rem solid #29312f;
    border-bottom: 1.5rem solid #29312f;
    border-left: 0.5rem solid #29312f;
    z-index: 1111; }
    .box-QA dl::before, .box-QA dl::after {
      display: block;
      position: absolute;
      bottom: -3rem;
      content: "";
      background-repeat: no-repeat;
      background-size: auto 100%;
      width: 14rem;
      height: 16rem;
      z-index: 1; }
    .box-QA dl::before {
      left: -1rem;
      background-image: url("/common/img/mascot_faq1.svg"); }
    .box-QA dl::after {
      right: -1rem;
      background-image: url("/common/img/mascot_faq2.svg"); }
  .box-QA dt {
    position: relative;
    padding: 4.5rem 3rem 3rem;
    color: #0e84a8;
    font-size: 1.8rem;
    line-height: 1.5em;
    font-weight: 500; }
    .box-QA dt::before {
      position: absolute;
      display: block;
      margin: auto;
      top: 0;
      right: 0;
      left: 0;
      content: "Q.";
      font-family: 'Kaisei Decol';
      font-size: 2em;
      font-weight: 400;
      text-align: center; }
  .box-QA dd {
    padding: 0 3rem;
    font-size: 1.2rem;
    line-height: 2em;
    color: #29312f;
    text-align: left; }
    .box-QA dd::before {
      content: "A.";
      font-family: 'Kaisei Decol';
      font-size: 1.2em;
      padding-right: 0.5em;
      color: #0e84a8; }
    .box-QA dd a {
      display: block;
      margin: 1em 0 0;
      color: #0e84a8; }
      .box-QA dd a::before {
        content: "\f0a9";
        font-family: "Font Awesome 5 free";
        font-weight: 900;
        padding-right: 0.5em;
        transition: all 0.2s ease-in-out; }
      .box-QA dd a:hover::before {
        padding-right: 0.7em; }
  .box-QA ul {
    margin: 0 auto;
    width: 90%;
    max-width: 600px; }
  .box-QA li {
    position: relative;
    width: 100%;
    padding: 0 1rem 1rem; }
    .box-QA li a {
      position: relative;
      display: block;
      padding: 1.5em 1.5em 3.5em 3em;
      width: 100%;
      height: 100%;
      font-size: 1.2rem;
      line-height: 1.5em;
      text-align: left;
      background: white;
      border-radius: 1em;
      overflow: hidden;
      z-index: 1;
      transition: all 0.2s ease-in-out; }
      .box-QA li a::before {
        position: absolute;
        display: block;
        margin: auto;
        top: 0;
        left: 0;
        bottom: 3rem;
        font-family: 'Kaisei Decol', serif;
        content: "？";
        color: rgba(41, 49, 47, 0.2);
        font-size: 3rem;
        line-height: 1em;
        width: 4rem;
        height: 1em;
        z-index: 2;
        text-align: center; }
      .box-QA li a span {
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 0.8em;
        width: 100%;
        color: white;
        font-size: 1.1rem;
        line-height: 1em;
        background: #0e84a8;
        text-align: center;
        font-family: 'Kaisei Decol'; }
        .box-QA li a span::after {
          padding-left: 0.5em;
          content: "\f054";
          font-family: "Font Awesome 5 free";
          font-weight: 900;
          transition: all 0.2s ease-in-out; }
      .box-QA li a:hover {
        color: white;
        background: #0e84a8; }
        .box-QA li a:hover::before {
          color: rgba(255, 255, 255, 0.7); }
        .box-QA li a:hover span::after {
          padding-left: 0.7em; }
  .box-QA p {
    padding: 3rem 0 6rem;
    text-align: center; }
    .box-QA p span {
      display: block;
      padding: 0 0 1em;
      font-size: 1.1rem;
      letter-spacing: 0.1em; }
      .box-QA p span::before {
        content: "\\ みんな気になるあんなコトやこんなコト /"; }
    .box-QA p a {
      display: block;
      margin: 0 auto;
      padding: 1em 0;
      color: white;
      width: 80%;
      font-size: 1.6rem;
      line-height: 1em;
      background: #29312f;
      border-radius: 0.5em;
      transition: all 0.2s ease-in-out; }
      .box-QA p a:hover {
        background: #0e84a8; }
      .box-QA p a::before {
        content: "その他の質問をチェック"; }

@media screen and (min-width: 600px) {
  #fqaBefore h1 {
    font-size: 3.2rem; }

  .box-QA dl {
    margin: 2rem 2rem 6rem;
    padding: 3rem 0 7rem; }
    .box-QA dl::before {
      left: -4rem; }
    .box-QA dl::after {
      right: -4rem; }
  .box-QA dt {
    margin: 0 0 2rem;
    padding: 3rem 5rem 3rem 10rem;
    color: white;
    background: #0e84a8;
    font-size: 1.9rem;
    text-align: left; }
    .box-QA dt::before {
      top: 3rem;
      right: auto;
      left: 4.8rem; }
  .box-QA dd {
    padding: 0 5rem;
    font-size: 1.3rem; }
    .box-QA dd a {
      margin: 1em 0 0; }
  .box-QA ul {
    width: 80%; }
  .box-QA li a {
    padding: 1.5em 1.5em 3.5em 3.5em;
    font-size: 1.4rem; }
    .box-QA li a::before {
      font-size: 3.5rem;
      width: 4.5rem; }
  .box-QA p {
    padding: 3rem 0 6rem; }
    .box-QA p span {
      font-size: 1.4rem; }
    .box-QA p a {
      width: 75%;
      font-size: 1.7rem; } }
@media screen and (min-width: 960px) {
  #fqaBefore h1 {
    font-size: 3.6rem; }

  .box-QA dt {
    padding: 3rem 10rem 3rem 16rem;
    font-size: 2rem; }
    .box-QA dt::before {
      left: 9.8rem; }
  .box-QA dd {
    padding: 0 10rem;
    font-size: 1.4rem; }
    .box-QA dd a {
      margin: 1em 0 0; }
  .box-QA ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: none; }
  .box-QA li {
    width: 50%;
    padding: 0 1rem 2rem; }
    .box-QA li a::before {
      font-size: 4rem;
      width: 5rem; }
  .box-QA p {
    padding: 3rem 0 6rem; }
    .box-QA p a {
      font-size: 1.8rem; } }
body {
  color: #29312f;
  font-family: 'Noto Sans JP', sans-serif; }

a, button {
  cursor: pointer;
  transition: all 0.2s ease-in-out; }

#wrapper {
  padding: 0; }

section {
  padding: 3rem 0 6rem;
  min-height: 70vh; }

.btn, .btn-sub {
  display: block;
  position: relative;
  padding: 0.8em;
  color: white;
  font-size: 2rem;
  line-height: 1em;
  font-weight: 300;
  background: #f35532;
  border-radius: 0.5em;
  border: none; }
  .btn:hover, .btn-sub:hover {
    background: #f4da33; }
  .btn span, .btn-sub span {
    display: block;
    position: absolute;
    top: -2em;
    width: 100%;
    font-size: 1.4rem;
    text-shadow: 0 0 0.3em rgba(41, 49, 47, 0.5); }

.btn-sub {
  background: #23acb0; }

#mainTitle {
  position: relative;
  padding: 3rem 0 0;
  color: white;
  background-color: #655c44; }
  #mainTitle h1 {
    padding: 0 0 2rem;
    text-align: center; }
    #mainTitle h1 img {
      margin: 0 auto;
      width: auto;
      height: 4rem; }
  #mainTitle h2 {
    padding: 0 0 0.5em;
    font-size: 2.2rem;
    line-height: 1.1em;
    font-weight: 500; }
    #mainTitle h2 span {
      display: block; }
  #mainTitle h3 {
    padding: 0 0 3rem;
    color: #f4da33;
    font-size: 1.4rem;
    line-height: 1em;
    font-weight: 300; }
  #mainTitle p {
    display: block;
    position: absolute;
    right: 0;
    bottom: 2rem;
    left: 0;
    padding: 1.5em 0 0; }
    #mainTitle p a, #mainTitle p button {
      margin: 0 auto;
      width: 90%;
      max-width: 400px; }
  #mainTitle figure {
    display: block;
    position: relative;
    width: 100%;
    padding: 100% 0 0;
    overflow: hidden; }
    #mainTitle figure img {
      position: absolute;
      margin: auto;
      top: 0;
      right: -100%;
      bottom: 0;
      left: -100%;
      width: auto;
      height: 100%; }

@media screen and (min-width: 600px) {
  #mainTitle h1 img {
    height: 5rem; }
  #mainTitle figure {
    padding: 0; }
    #mainTitle figure img {
      position: relative;
      right: 0;
      left: 0;
      width: 100%;
      height: auto; } }
@media screen and (min-width: 960px) {
  #mainTitle {
    padding: 6rem 50% 4rem 0; }
    #mainTitle h1 {
      padding: 0 0 3rem; }
    #mainTitle h3 {
      padding: 0 0 6rem; }
    #mainTitle p {
      position: relative; }
      #mainTitle p a, #mainTitle p button {
        width: 100%; }
    #mainTitle figure {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      width: 50%;
      height: 100%;
      background-image: url("/lp-moneylink/img/main_mlink_s.jpg");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: 50% 50%; }
      #mainTitle figure img {
        display: none; } }
@media screen and (min-width: 1200px) {
  #mainTitle h1 img {
    height: 5.5rem; }
  #mainTitle h2 {
    font-size: 2.6rem; }
  #mainTitle h3 {
    font-size: 1.8rem; }
  #mainTitle figure {
    background-image: url("/lp-moneylink/img/main_mlink.jpg"); } }
#mainIntro {
  padding: 3rem 0 2rem;
  background: #f1f0ed; }
  #mainIntro h1 {
    position: relative;
    padding: 1.5em 0 0;
    color: #655c44;
    font-size: 2rem;
    line-height: 1.2em; }
    #mainIntro h1 span {
      display: block;
      position: relative;
      margin: 0 auto 0.8em;
      padding: 0.5em 0;
      color: white;
      background: #23acb0;
      font-size: 1.6rem;
      width: 26rem;
      line-height: 1.2em;
      text-align: center; }
    #mainIntro h1 strong.smp {
      display: inline; }
    #mainIntro h1 strong.pc {
      display: none; }
    #mainIntro h1 figure {
      margin: 0 auto;
      padding: 0;
      width: 90%;
      max-width: 900px; }
      #mainIntro h1 figure img {
        width: 100%;
        height: auto; }
  #mainIntro h2 {
    padding: 1em 0;
    color: #d69380;
    font-size: 2rem;
    line-height: 1.2em; }
  #mainIntro p {
    padding: 0 1.5em 1em;
    font-size: 1.2rem;
    line-height: 2em;
    text-align: left; }
    #mainIntro p br {
      display: none; }
  #mainIntro figure.illust {
    display: block;
    margin: 1em auto 1.5em;
    width: 96%;
    max-width: 1100px !important; }
    #mainIntro figure.illust img {
      width: 100%;
      height: auto; }
  #mainIntro .fintech-text {
    padding: 2rem 0 4rem;
    background: white; }

.intro-text {
  position: relative;
  display: block;
  margin: -0.5rem auto 0;
  padding: 0 0 2rem;
  width: 100%;
  max-width: 1100px;
  text-align: center; }
  .intro-text input[type=checkbox] {
    display: none; }
  .intro-text input[type=checkbox] + label {
    display: block;
    position: relative;
    margin: 0 auto 1rem;
    width: 90%;
    max-width: 600px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    z-index: 8888; }
    .intro-text input[type=checkbox] + label img {
      width: 100%;
      height: auto;
      box-shadow: 0 0.2rem 1.6rem rgba(41, 49, 47, 0.2); }
  .intro-text input[type=checkbox] + label + label {
    position: fixed;
    margin: auto;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    background: rgba(41, 49, 47, 0.5);
    opacity: 0; }
  .intro-text .open-img::before {
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "\f00e";
    font-family: "Font Awesome 5 Free";
    color: white;
    background: rgba(41, 49, 47, 0.5);
    font-weight: 900;
    font-size: 2.2rem;
    line-height: 4rem;
    width: 4rem;
    height: 4rem;
    border-radius: 0.2em;
    transition: all 0.2s ease-in-out;
    z-index: 9999; }
  .intro-text .open-img:hover::before {
    font-size: 2.4rem; }
  .intro-text .close-img::before {
    display: none;
    position: absolute;
    margin: auto;
    top: 0.5em;
    right: 0.5em;
    bottom: auto;
    content: "\f00d";
    color: white;
    opacity: 0.8;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 2.4rem;
    line-height: 1em;
    width: 1em;
    height: 1em;
    transition: all 0.2s ease-in-out;
    z-index: 9999; }
  .intro-text .close-img:hover::before {
    font-size: 2.8rem; }
  .intro-text input[type=checkbox]:checked + label {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh; }
    .intro-text input[type=checkbox]:checked + label img {
      position: absolute;
      margin: auto;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    .intro-text input[type=checkbox]:checked + label.open-img {
      max-width: 960px; }
      .intro-text input[type=checkbox]:checked + label.open-img::before {
        display: none; }
  .intro-text input[type=checkbox]:checked + label + label {
    width: 100%;
    height: 100vh;
    opacity: 1; }
    .intro-text input[type=checkbox]:checked + label + label.close-img::before {
      display: block; }
  .intro-text p {
    text-align: left; }

.intro-pkg {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0 0 3rem;
  width: 100%;
  max-width: 760px; }
  .intro-pkg a {
    padding: 0 0 0.5rem;
    width: 20%;
    height: auto; }
  .intro-pkg img {
    width: 100%;
    height: auto;
    transition: all 0.2s ease-in-out; }

@media screen and (min-width: 600px) {
  #mainIntro {
    background: #f1f0ed; }
    #mainIntro h1 {
      padding: 2em 0 0;
      font-size: 2.8rem; }
      #mainIntro h1 span {
        font-size: 2rem;
        width: 36rem; }
    #mainIntro h2 {
      padding: 2em 0 1.5em;
      color: #d69380;
      font-size: 2.4rem;
      line-height: 1.2em; }
    #mainIntro p {
      padding: 0 2em 1em;
      font-size: 1.4rem; }
    #mainIntro figure.illust {
      display: block;
      margin: 3em auto;
      width: 90%;
      max-width: 1100px !important; }
      #mainIntro figure.illust img {
        width: 100%;
        height: auto; } }
@media screen and (min-width: 960px) {
  #mainIntro {
    padding: 3rem 0 6rem;
    background: #f1f0ed; }
    #mainIntro h1 {
      padding: 2em 0 1em;
      font-size: 3rem; }
      #mainIntro h1 strong.smp {
        display: none; }
      #mainIntro h1 strong.pc {
        display: inline; }
    #mainIntro h2 {
      padding: 2em 0 1.5em;
      color: #d69380;
      font-size: 2.4rem;
      line-height: 1.2em; }
    #mainIntro p {
      padding: 0 0 1em;
      font-size: 1.4rem;
      text-align: center; }
      #mainIntro p br {
        display: block; }
    #mainIntro .fintech-text {
      margin: 3rem auto;
      padding: 2rem 3rem 4rem;
      background: white; }

  .intro-text {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0 0 2rem 40rem;
    width: 90%;
    max-width: 1100px;
    text-align: center; }
    .intro-text input[type=checkbox] {
      display: none; }
    .intro-text input[type=checkbox] + label {
      display: block;
      position: absolute;
      top: 0.5rem;
      left: 0;
      width: 37rem;
      cursor: pointer;
      transition: all 0.3s ease-in-out;
      z-index: 8888; }
      .intro-text input[type=checkbox] + label img {
        width: 100%;
        height: auto;
        box-shadow: 0 0.2rem 1.6rem rgba(41, 49, 47, 0.2); }
    .intro-text input[type=checkbox] + label + label {
      position: fixed;
      margin: auto;
      display: block;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 0;
      height: 0;
      background: rgba(41, 49, 47, 0.5);
      opacity: 0; }
    .intro-text .open-img::before {
      display: block;
      position: absolute;
      margin: auto;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      content: "\f00e";
      font-family: "Font Awesome 5 Free";
      color: white;
      background: rgba(41, 49, 47, 0.5);
      font-weight: 900;
      font-size: 2.2rem;
      line-height: 4rem;
      width: 4rem;
      height: 4rem;
      border-radius: 0.2em;
      transition: all 0.2s ease-in-out;
      z-index: 9999; }
    .intro-text .open-img:hover::before {
      font-size: 2.4rem; }
    .intro-text .close-img::before {
      display: none;
      position: absolute;
      margin: auto;
      top: 0.5em;
      right: 0.5em;
      bottom: auto;
      content: "\f00d";
      color: white;
      opacity: 0.8;
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      font-size: 2.4rem;
      line-height: 1em;
      width: 1em;
      height: 1em;
      transition: all 0.2s ease-in-out;
      z-index: 9999; }
    .intro-text .close-img:hover::before {
      font-size: 2.8rem; }
    .intro-text input[type=checkbox]:checked + label {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100vh; }
      .intro-text input[type=checkbox]:checked + label img {
        position: absolute;
        margin: auto;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
      .intro-text input[type=checkbox]:checked + label.open-img::before {
        display: none; }
    .intro-text input[type=checkbox]:checked + label + label {
      width: 100%;
      height: 100vh;
      opacity: 1; }
      .intro-text input[type=checkbox]:checked + label + label.close-img::before {
        display: block; }
    .intro-text p {
      text-align: left !important; } }
#mainFintech {
  padding: 3rem 0 2rem; }
  #mainFintech h1 {
    padding: 2em 0 1em;
    color: #655c44;
    font-size: 2rem;
    line-height: 1.2em; }
    #mainFintech h1 figure {
      position: relative;
      display: block;
      padding: 1.6rem 0 0; }
      #mainFintech h1 figure img {
        width: 85%;
        max-width: 760px;
        height: auto; }
      #mainFintech h1 figure figcaption {
        display: block;
        position: absolute;
        margin: auto;
        right: 0;
        bottom: 0;
        left: 0; }
        #mainFintech h1 figure figcaption a {
          color: #d69380;
          font-size: 1.2rem;
          text-decoration: underline; }
  #mainFintech p {
    font-size: 1.2rem;
    line-height: 1.5em; }
    #mainFintech p a {
      font-weight: 500; }
  #mainFintech ul#banks {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 96%;
    max-width: 960px; }
    #mainFintech ul#banks li {
      position: relative;
      padding: 0 0.4rem 0.8rem;
      width: 50%; }
      #mainFintech ul#banks li::after {
        display: block;
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: 0;
        width: 100%;
        height: 100%; }
      #mainFintech ul#banks li figure {
        position: relative;
        display: block;
        width: 100%;
        height: 4rem;
        font-size: 1rem;
        border: 1px solid rgba(41, 49, 47, 0.2);
        border-radius: 0.5em;
        overflow: hidden; }
        #mainFintech ul#banks li figure img {
          position: absolute;
          margin: auto;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          width: auto;
          max-width: 90%; }
          #mainFintech ul#banks li figure img.mizuho {
            height: 2.6em; }
          #mainFintech ul#banks li figure img.mufg {
            height: 3.4em; }
          #mainFintech ul#banks li figure img.smbc {
            height: 2.1em; }
          #mainFintech ul#banks li figure img.risona {
            height: 2.8em; }
          #mainFintech ul#banks li figure img.paypay {
            height: 1.5em; }
          #mainFintech ul#banks li figure img.rakuten {
            height: 2em; }
          #mainFintech ul#banks li figure img.yuucho {
            height: 2.4em; }
          #mainFintech ul#banks li figure img.jab {
            height: 2em;
            bottom: 5%; }
          #mainFintech ul#banks li figure img.jcb {
            height: 2.4em; }
        #mainFintech ul#banks li figure span {
          display: block;
          position: absolute;
          margin: auto;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          font-size: 1.3rem;
          line-height: 1em;
          width: 100%;
          height: 1em; }
        #mainFintech ul#banks li figure sup {
          position: absolute;
          right: 1em;
          bottom: 1em;
          font-size: 0.7rem; }
  #mainFintech ol.caution {
    margin: 0 auto;
    padding: 1em 1em 3em;
    width: 96%;
    max-width: 960px; }
    #mainFintech ol.caution li {
      position: relative;
      padding: 0 0 0.5em 2.5em;
      text-align: left; }
      #mainFintech ol.caution li::before {
        display: block;
        position: absolute;
        top: 0;
        left: 0; }
      #mainFintech ol.caution li:nth-child(1)::before {
        content: "※1）"; }

.fintech-text {
  margin: 2rem auto 0;
  padding: 3rem 1rem 3rem;
  width: 92%;
  max-width: 960px;
  background: #f1f0ed;
  border-radius: 0.8rem; }
  .fintech-text h2 {
    display: block; }
    .fintech-text h2 img {
      margin: 0 auto;
      width: 100%;
      max-width: 760px; }
  .fintech-text p {
    padding: 0 0 2em; }
  .fintech-text ul {
    padding: 4rem 0 0; }
  .fintech-text li {
    display: block; }
  .fintech-text a, .fintech-text button {
    margin: 0 auto;
    width: 75%;
    min-width: 300px;
    max-width: 700px; }
    .fintech-text a span, .fintech-text button span {
      color: rgba(41, 49, 47, 0.7); }
    .fintech-text a.strong, .fintech-text button.strong {
      color: #f35532;
      padding-right: 0.25em;
      padding-left: 0.25em;
      text-decoration: underline; }
      .fintech-text a.strong::after, .fintech-text button.strong::after {
        content: "\f35d";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        padding-left: 0.25em; }

@media screen and (min-width: 600px) {
  #mainFintech h1 {
    padding: 2em 0 1em;
    color: #655c44;
    font-size: 2.8rem;
    line-height: 1.2em; }
    #mainFintech h1 figure {
      position: relative;
      display: block;
      padding: 1.6rem 0 0; }
      #mainFintech h1 figure img {
        width: 75%;
        max-width: 760px;
        height: auto; }
      #mainFintech h1 figure figcaption {
        display: block;
        position: absolute;
        margin: auto;
        right: 0;
        bottom: 0;
        left: 0; }
        #mainFintech h1 figure figcaption a {
          color: #d69380;
          font-size: 1.2rem;
          text-decoration: underline; }
  #mainFintech p {
    font-size: 1.2rem;
    line-height: 1.5em; }
    #mainFintech p a {
      font-weight: 500; }
  #mainFintech ul#banks li {
    width: 33.33%; }
    #mainFintech ul#banks li figure {
      height: 5rem; }
      #mainFintech ul#banks li figure img.mufg {
        height: 3.6em; }

  .fintech-text {
    padding: 4rem 3rem;
    width: 92%;
    max-width: 960px;
    background: #f1f0ed;
    border-radius: 0.8rem; }
    .fintech-text p {
      padding: 0 0 2em; }
    .fintech-text ul {
      padding: 4rem 0 0; }
    .fintech-text li {
      display: block; }
    .fintech-text a, .fintech-text button {
      margin: 0 auto;
      width: 75%;
      min-width: 300px;
      max-width: 700px; }
      .fintech-text a span, .fintech-text button span {
        color: rgba(41, 49, 47, 0.7); }
      .fintech-text a.strong, .fintech-text button.strong {
        color: #f35532;
        padding-right: 0.25em;
        padding-left: 0.25em;
        text-decoration: underline; }
        .fintech-text a.strong::after, .fintech-text button.strong::after {
          content: "\f35d";
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          padding-left: 0.25em; } }
@media screen and (min-width: 960px) {
  #mainFintech {
    padding: 3rem 0 6rem; }
    #mainFintech h1 {
      padding: 2em 0 1em;
      color: #655c44;
      font-size: 2.8rem;
      line-height: 1.2em; }
      #mainFintech h1 figure {
        position: relative;
        display: block;
        padding: 1.6rem 0 0; }
        #mainFintech h1 figure img {
          width: 75%;
          max-width: 760px;
          height: auto; }
        #mainFintech h1 figure figcaption {
          display: block;
          position: absolute;
          margin: auto;
          right: 0;
          bottom: 0;
          left: 0; }
          #mainFintech h1 figure figcaption a {
            color: #d69380;
            font-size: 1.2rem;
            text-decoration: underline; }
    #mainFintech p {
      font-size: 1.2rem;
      line-height: 1.5em; }
      #mainFintech p a {
        font-weight: 500; }
    #mainFintech ul#banks {
      display: flex;
      flex-wrap: wrap;
      margin: 0 auto 1rem;
      width: 96%;
      max-width: 960px; }
      #mainFintech ul#banks li {
        padding: 0 0.8rem 1.6rem;
        width: 33.33%; }
        #mainFintech ul#banks li figure {
          position: relative;
          display: block;
          width: 100%;
          height: 6rem;
          font-size: 1.4rem;
          border: 1px solid rgba(41, 49, 47, 0.2);
          border-radius: 0.5em; }
          #mainFintech ul#banks li figure img {
            position: absolute;
            margin: auto;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            width: auto;
            height: 2rem; }
            #mainFintech ul#banks li figure img.type_up {
              bottom: 10%; }
            #mainFintech ul#banks li figure img.type_down {
              top: 10%; }
            #mainFintech ul#banks li figure img.type_small1 {
              height: 3rem; }
            #mainFintech ul#banks li figure img.type_small2 {
              height: 2.4rem; }
          #mainFintech ul#banks li figure span {
            display: block;
            position: absolute;
            margin: auto;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            font-size: 1.3rem;
            line-height: 1em;
            width: 100%;
            height: 1em; }
    #mainFintech ol.caution {
      margin: -3em auto 0 !important; }

  .fintech-text {
    margin: 0 auto 4rem;
    padding: 4rem 3rem;
    width: 92%;
    max-width: 960px;
    background: #f1f0ed;
    border-radius: 0.8rem; }
    .fintech-text p {
      padding: 0 0 2em; }
    .fintech-text ul {
      padding: 4rem 0 0; }
    .fintech-text li {
      display: block; }
    .fintech-text a, .fintech-text button {
      margin: 0 auto;
      width: 75%;
      min-width: 300px;
      max-width: 700px; }
      .fintech-text a span, .fintech-text button span {
        color: rgba(41, 49, 47, 0.7); }
      .fintech-text a.strong, .fintech-text button.strong {
        color: #f35532;
        padding-right: 0.25em;
        padding-left: 0.25em;
        text-decoration: underline; }
        .fintech-text a.strong::after, .fintech-text button.strong::after {
          content: "\f35d";
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          padding-left: 0.25em; } }
#mainHowto {
  padding: 3rem 0 2rem;
  background: #f1f0ed; }
  #mainHowto h1 {
    color: #655c44;
    padding: 3em 0 1em;
    font-size: 2rem;
    line-height: 1.3em; }
  #mainHowto .info-imgbox {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 6rem;
    width: 90%;
    max-width: 960px; }
    #mainHowto .info-imgbox figure {
      padding: 0 1.6rem;
      width: 100%; }
      #mainHowto .info-imgbox figure img {
        margin: 0 auto;
        width: 100%;
        max-width: 380px;
        height: auto; }
    #mainHowto .info-imgbox .textarea {
      padding: 2em 0.8rem 3em;
      width: 100%; }
      #mainHowto .info-imgbox .textarea p {
        padding: 0 0 1.8em;
        font-size: 1.2rem;
        line-height: 2.2em;
        text-align: left; }
        #mainHowto .info-imgbox .textarea p img {
          margin: 0.4rem 0 1.6rem 1.6rem;
          float: right;
          width: 7rem;
          height: auto; }
  #mainHowto .fintech-text {
    padding: 2rem 0 4rem;
    background: white; }

@media screen and (min-width: 600px) {
  #mainHowto h1 {
    font-size: 2.8rem; }
  #mainHowto .info-imgbox .textarea p {
    font-size: 1.4rem; } }
@media screen and (min-width: 960px) {
  #mainHowto {
    padding: 3rem 0 6rem; }
    #mainHowto .info-imgbox {
      margin: 0 auto 6rem; }
      #mainHowto .info-imgbox figure {
        width: 50%; }
        #mainHowto .info-imgbox figure img {
          max-width: none; }
      #mainHowto .info-imgbox .textarea {
        width: 50%; } }
#mainVoice h1 {
  color: #23acb0;
  padding: 3em 0 2em;
  font-size: 2.4rem;
  line-height: 1.3em; }
#mainVoice dl {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 800px; }
  #mainVoice dl:nth-child(even) {
    padding: 0 0 6rem; }
    #mainVoice dl:nth-child(even) dt {
      left: 0; }
  #mainVoice dl:nth-child(odd) {
    padding: 0 0 3rem; }
    #mainVoice dl:nth-child(odd) dt {
      right: 0; }
#mainVoice dt {
  display: block;
  width: 100%;
  text-align: center; }
  #mainVoice dt figure {
    display: block;
    margin: 0 auto;
    width: 14rem;
    height: 14rem;
    background: rgba(41, 49, 47, 0.2);
    border-radius: 50%;
    overflow: hidden; }
    #mainVoice dt figure img {
      width: auto;
      height: 100%; }
#mainVoice dd {
  display: block;
  padding: 0.8em 1.6em;
  text-align: left;
  font-size: 1.2rem;
  line-height: 2em; }
  #mainVoice dd em {
    padding: 1em 0 0;
    display: block;
    font-style: normal;
    font-weight: 500; }

@media screen and (min-width: 600px) {
  #mainVoice h1 {
    font-size: 2.8rem; }
  #mainVoice dl:nth-child(even) {
    padding: 0 0 6rem 16rem; }
    #mainVoice dl:nth-child(even) dt {
      left: 1.6rem; }
  #mainVoice dl:nth-child(odd) {
    padding: 0 16rem 3rem 0; }
    #mainVoice dl:nth-child(odd) dt {
      right: 1.6rem; }
  #mainVoice dt {
    position: absolute;
    top: 0;
    width: 14rem;
    height: 14rem; }
    #mainVoice dt figure {
      width: 100%;
      height: 100%; }
  #mainVoice dd {
    padding: 0 1.6em 0.8em;
    text-align: left;
    font-size: 1.2rem;
    line-height: 2em; }
    #mainVoice dd em {
      padding: 1em 0 0;
      display: block;
      font-style: normal;
      font-weight: 500; } }
@media screen and (min-width: 960px) {
  #mainVoice {
    position: relative;
    padding: 8rem 0 6rem !important;
    overflow: hidden; }
    #mainVoice h1 {
      position: absolute;
      display: inline-block;
      margin: auto;
      top: 0;
      bottom: 0;
      left: -1.8em;
      padding: 0;
      color: rgba(41, 49, 47, 0.2);
      font-size: 9rem;
      font-weight: 300;
      width: auto;
      height: 1em;
      line-height: 1em;
      transform: rotate(90deg); }
    #mainVoice dl:nth-child(even) {
      padding: 0 0 6rem 18rem; }
      #mainVoice dl:nth-child(even) dt {
        left: 0; }
    #mainVoice dl:nth-child(odd) {
      padding: 0 18rem 3rem 0; }
      #mainVoice dl:nth-child(odd) dt {
        right: 0; }
    #mainVoice dt {
      width: 18rem;
      height: 18rem; }
    #mainVoice dd {
      padding: 0.8em 1.6em;
      text-align: left;
      font-size: 1.2rem;
      line-height: 2em; }
      #mainVoice dd em {
        padding: 1em 0 0;
        display: block;
        font-style: normal;
        font-weight: 500; } }
#fqaBefore {
  padding: 8rem 0 6rem !important; }

footer {
  position: fixed;
  margin: auto;
  right: 0;
  bottom: 0;
  left: 0;
  width: 96%;
  max-width: 760px;
  height: 6rem;
  background: #655c44;
  z-index: 6666;
  border-radius: 1rem 1rem 0 0;
  z-index: 9999; }
  footer ul {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
  footer li {
    width: 33.33%;
    border-left: 1px solid #f1f0ed; }
    footer li a {
      position: relative;
      display: block;
      width: 100%;
      height: 6rem;
      font-size: 1rem;
      color: white; }
      footer li a::before {
        display: block;
        padding: 1.2rem 0 0.3rem;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 2.4rem;
        line-height: 1em; }
      footer li a:hover {
        color: white;
        background: #f35532; }
    footer li:first-child {
      border: none; }
      footer li:first-child a {
        border-radius: 1rem 0 0 0; }
        footer li:first-child a::before {
          content: "\f128"; }
    footer li:nth-child(2) a::before {
      content: "\f19c"; }
    footer li:last-child a {
      background: #f35532;
      border-radius: 0 1rem 0 0; }
      footer li:last-child a::before {
        content: "\f019"; }
      footer li:last-child a:hover {
        color: #23acb0;
        background: #f4da33; }

#ibpb .box-QA p a::before {
  content: "すべての製品Q&Aをチェック"; }

@media screen and (min-width: 1200px) {
  /*PC(wide)に適用したいスタイル*/ }
