@media screen and (max-width: 700px) {

  * {
    box-sizing: border-box;
  }

  body,
  ul,
  p,
  h3,
  h4,
  h5,
  h6 {
    padding: 0;
    margin: 0;
  }

  body {
    font-family: Arial, Helvetica, sans-serif;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
    -webkit-user-select: none;
    user-select: none;
  }

  img {
    display: block;
    max-width: 100%;
    vertical-align: bottom;
  }

  ul {
    list-style-type: none;
  }

  a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  /*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
  /**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
  /* Document
   ========================================================================== */
  html {
    font-family: sans-serif;
    /* 1 */
    line-height: 1.15;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 3 */
    -webkit-text-size-adjust: 100%;
    /* 3 */
  }

  /* Sections
   ========================================================================== */
  /**
 * Remove the margin in all browsers (opinionated).
 */
  body {
    margin: 0;
  }

  /**
 * Add the correct display in IE 9-.
 */
  article,
  aside,
  footer,
  header,
  nav,
  section {
    display: block;
  }

  /**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }

  /* Grouping content
   ========================================================================== */
  /**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
  figcaption,
  figure,
  main {
    /* 1 */
    display: block;
  }

  /**
 * Add the correct margin in IE 8.
 */
  figure {
    margin: 1em 40px;
  }

  /**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
  hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
  }

  /**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
  pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
  }

  /* Text-level semantics
   ========================================================================== */
  /**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
  a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
  }

  /**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
  a:active,
  a:hover {
    outline-width: 0;
  }

  /**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
  abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
  }

  /**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
  b,
  strong {
    font-weight: inherit;
  }

  /**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
  b,
  strong {
    font-weight: bolder;
  }

  /**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
  code,
  kbd,
  samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
  }

  /**
 * Add the correct font style in Android 4.3-.
 */
  dfn {
    font-style: italic;
  }

  /**
 * Add the correct background and color in IE 9-.
 */
  mark {
    background-color: #ff0;
    color: #000;
  }

  /**
 * Add the correct font size in all browsers.
 */
  small {
    font-size: 80%;
  }

  /**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }

  sub {
    bottom: -0.25em;
  }

  sup {
    top: -0.5em;
  }

  /* Embedded content
   ========================================================================== */
  /**
 * Add the correct display in IE 9-.
 */
  audio,
  video {
    display: inline-block;
  }

  /**
 * Add the correct display in iOS 4-7.
 */
  audio:not([controls]) {
    display: none;
    height: 0;
  }

  /**
 * Remove the border on images inside links in IE 10-.
 */
  img {
    border-style: none;
  }

  /**
 * Hide the overflow in IE.
 */
  svg:not(:root) {
    overflow: hidden;
  }

  /* Forms
   ========================================================================== */
  /**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: sans-serif;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
  }

  /**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
  button,
  input {
    /* 1 */
    overflow: visible;
  }

  /**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
  button,
  select {
    /* 1 */
    text-transform: none;
  }

  /**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
  button,
  html [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
    /* 2 */
  }

  /**
 * Remove the inner border and padding in Firefox.
 */
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }

  /**
 * Restore the focus styles unset by the previous rule.
 */
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }

  /**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
  fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  }

  /**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
  legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
  }

  /**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
  progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
  }

  /**
 * Remove the default vertical scrollbar in IE.
 */
  textarea {
    overflow: auto;
  }

  /**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
  }

  /**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }

  /**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
  [type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
  }

  /**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
  [type="search"]::-webkit-search-cancel-button,
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  /**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
  ::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
  }

  /* Interactive
   ========================================================================== */
  /*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
  details,
  menu {
    display: block;
  }

  /*
 * Add the correct display in all browsers.
 */
  summary {
    display: list-item;
  }

  /* Scripting
   ========================================================================== */
  /**
 * Add the correct display in IE 9-.
 */
  canvas {
    display: inline-block;
  }

  /**
 * Add the correct display in IE.
 */
  template {
    display: none;
  }

  /* Hidden
   ========================================================================== */
  /**
 * Add the correct display in IE 10-.
 */
  [hidden] {
    display: none;
  }

  #menuToggle {
    position: relative;
    margin-right: 0.70588235rem;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    z-index: 10;
    background-color: #f599a0;
    width: 0.70588235rem;
    height: 0.70588235rem;
    border-radius: 50%;
    -webkit-user-select: none;
    user-select: none;
  }

  #menuToggle a {
    color: white;
    transition: color 0.3s ease;
  }

  #menuToggle a:hover {
    color: #232323;
  }

  #menuToggle div {
    width: 0.70588235rem;
    height: 0.47058824rem;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
  }

  #menuToggle span {
    width: 0.38823529rem;
    height: 0.04705882rem;
    position: relative;
    background: #fff;
    border-radius: 3px;
    z-index: 9;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  }

  #menuToggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(0.03529412rem, -0.01764706rem);
  }

  #menuToggle.active span:nth-child(2) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }

  #menuToggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(0.02352941rem, 0);
  }

  #menu {
    position: fixed;
    right: 0;
    width: 25vw;
    height: 88vh;
    padding: 0.88235294rem 0;
    background: #f599a0;
    text-align: right;
    z-index: 11;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    -webkit-font-smoothing: antialiased;
  }

  #menu h2 {
    margin: 0;
    width: 2.64705882rem;
    margin-bottom: 0.82352941rem;
  }

  #menu a {
    width: 2.64705882rem;
    height: 0.88235294rem;
    color: white;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  #menu a div {
    width: 37px;
    height: 28px;
    background-image: url(../images/menuIcon.png);
    background-position: top;
    margin-right: 0.17647059rem;
  }

  #menu a p {
    font-size: 0.21176471rem;
    line-height: 0.41176471rem;
    border-bottom: 1px solid white;
  }

  #menu a:nth-child(3) div {
    height: 37px;
    background-position: 0px -28px;
  }

  #menu a:nth-child(4) div {
    height: 37px;
    background-position: 0px -65px;
  }

  #menu a:nth-child(5) div {
    height: 37px;
    background-position: 0px -102px;
  }

  #menu a:nth-child(6) div {
    height: 40px;
    background-position: 0px -139px;
  }

  .mainCover {
    position: fixed;
    width: 100%;
    visibility: hidden;
    z-index: -1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .mainCover.active {
    height: 100%;
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 10;
  }

  body {
    font-family: system-ui, sans-serif;
    font-family: '小塚ゴシック Pro';
    text-align: center;
  }

  body h2 {
    font-family: '小塚ゴシック Pro';
    font-size: 0.35294118rem;
    color: white;
    font-weight: normal;
    margin: 0;
  }

  body h4 {
    color: #333;
    font-weight: normal;
    font-size: 0.14117647rem;
    line-height: 160%;
    margin-top: 0.11764706rem;
  }

  .box {
    position: fixed;
    bottom: 0.29411765rem;
    right: 0.58823529rem;
    width: 2.14117647rem;
    height: 0.70588235rem;
    background-color: #f599a0;
    color: white;
    border: 3px solid white;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    cursor: pointer;
  }

  .box img {
    position: absolute;
    top: -0.91764706rem;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .box p {
    position: relative;
    font-size: 0.21176471rem;
    line-height: 0.29411765rem;
  }

  .box a {
    color: white;
  }

  header {
    position: fixed;
    top: 0;
    width: 100vw;
    height: 12vh;
    background-color: #ffe4e6;
    border-bottom:1px solid #f599a0;
    z-index: 20;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  header img {
    margin-left: 0.70588235rem;
    background-color: #ffe4e6;
  }

  header .nav {
    width: 4.41176471rem;
    height: 0.6rem;
    margin-left: 5.88235294rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  header .nav div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  header .nav div a {
    color: #707070;
    font-size: 30px;
    z-index: 10;
    position: relative;
  }

  header .nav div a::before {
    transform: scaleX(0);
    transform-origin: bottom right;
  }

  header .nav div a:hover::before {
    transform: scaleX(1);
    transform-origin: bottom left;
  }

  header .nav div a:hover {
    color: white;
  }

  header .nav div a::before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    inset: 0 0 0 0;
    background: #f599a0;
    z-index: -1;
    transition: transform 0.3s ease;
  }

  .spNav {
    display: none;
  }

  .fv {
    margin-top: 12vh;
    height: 88vh;
    width: 100%;
    background-color: #EFEFEF;
    background-image: url("../images/fvimg.jpg");
    background-size: cover;
    background-position: 0.58823529rem;
    background-repeat: no-repeat;
  }

  .fv .textBox {
    width: 60%;
    height: 100%;
  }

  .fv .textBox h2 {
    color: #f599a0;
    z-index: 9;
    margin: 15px 0;
    font-size: 0.49411765rem;
    line-height: 0.64705882rem;
  }

  .fv .textBox p {
    font-size: 0.31764706rem;
    line-height: 0.41176471rem;
    z-index: 9;
  }

  .fv .textBox p strong {
    font-weight: normal;
    background: linear-gradient(transparent 50%, #f8bc68 30%);
  }

  .fv .textBox .textLeft {
    width: 40%;
    top: 15%;
    left: 10%;
    position: relative;
    z-index: 9;
  }

  .fv .textBox .textRight {
    width: 100%;
    top: 5%;
    left: 24%;
    position: relative;
    z-index: 9;
  }

  .fv .textBox .textRight p:last-child {
    font-size: 0.18823529rem;
    line-height: 0.35294118rem;
  }

  .fv .textBox .textLeft::after {
    position: absolute;
    content: "";
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 140%;
    height: 180%;
    background-color: white;
    border-radius: 50%;
  }

  .fv .textBox .textLeft::before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 40%;
    left: 90%;
    width: 140%;
    height: 180%;
    background-color: white;
    border-radius: 50%;
  }

  .intoCashList {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .intoCashList .yellowTitle {
    background-color: #f599a0;
    width: 100%;
    height: 0.76470588rem;
    text-align: center;
    line-height: 0.76470588rem;
    position: relative;
  }

  .intoCashList .yellowTitle h2 {
    margin: 0;
    font-family: '小塚ゴシック Pro';
    font-size: 0.35294118rem;
    color: white;
  }

  .intoCashList .yellowTitle::after {
    content: " ";
    position: absolute;
    top: 135%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border: 0.58823529rem solid transparent;
    border-top-color: #f599a0;
    z-index: -1;
  }

  .intoCashList h3 {
    margin-top: 1.17647059rem;
    margin-bottom: 0.58823529rem;
    font-size: 0.50588235rem;
    color: #707070;
  }

  .intoCashList h3:nth-child(6),
  .intoCashList h3:nth-child(9) {
    margin-bottom: 0px !important;
  }

  .intoCashList h4 {
    font-size: 0.28823529rem;
  }

  .intoCashList p {
    margin: 0.98823529rem 0;
    color: #707070;
    font-size: 0.34705882rem;
    line-height: 0.41764706rem;
  }

  .intoCashList .laterPay {
    width: 70vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-content: space-between;
  }

  .intoCashList .laterPay li {
    width: 2.35294118rem;
    height: 0.88235294rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 0.22941176rem;
  }

  .intoCashList .laterPay img {
    height: 1.17647059rem;
    object-fit: scale-down;
    max-width: 80%;
  }

  .intoCashList .linkImg {
    display: flex;
    justify-content: space-around;
    width: 60vw;
    margin: 0.58823529rem 0;
  }

  .intoCashList .linkImg div {
    height: 4.41176471rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }

  .intoCashList .linkImg div a img {
    display: inline-block;
    height: 1.17647059rem;
    object-fit: scale-down;
    width: 20vw;
  }

  .intoCashList .linkImg div img {
    display: inline-block;
    height: 1.47058824rem;
    object-fit: scale-down;
    width: 20vw;
  }

  .intoCashList .linkImg div .downArrow {
    height: auto;
    width: 5vw;
  }

  .usageFlow {
    background-color: #FAF8F5;
    height: 85vh;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }

  .usageFlow h2 {
    padding-top: 0.20588235rem;
    margin: 0 auto;
    width: 2.11764706rem;
    font-family: '小塚ゴシック Pro';
    font-size: 0.35294118rem;
    color: black;
    font-weight: normal;
    position: relative;
    z-index: 1;
  }

  .usageFlow h2::after {
    content: " ";
    position: absolute;
    bottom: -0.05882353rem;
    left: -0.11176471rem;
    z-index: -1;
    width: 2.35294118rem;
    height: 0.18823529rem;
    background-color: #ED6D2C;
    opacity: 0.7;
    border-radius: 20px;
  }

  .usageFlow .step {
    margin: 0.55882353rem auto 0 auto;
    width: 9.95882353rem;
    display: flex;
    justify-content: space-between;
  }

  .usageFlow .step div {
    width: 2.35294118rem;
    height: 2.35294118rem;
    background-color: #f599a0;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .usageFlow .step div div:first-child {
    margin-bottom: 0.20588235rem;
    width: 1.23529412rem;
    height: 0.24705882rem;
    background-color: white;
    color: #f599a0;
    line-height: 0.24705882rem;
    font-size: 0.17647059rem;
  }

  .usageFlow .step div div:nth-child(2) {
    width: 2rem;
    height: 1.58823529rem;
    display: flex;
    justify-content: space-evenly;
  }

  .usageFlow .step div div:nth-child(2) h5 {
    font-weight: normal;
    font-size: 0.17647059rem;
    line-height: 0.3rem;
  }

  .usageFlow .step div div:nth-child(2) h5 a {
    color: white;
    text-decoration: underline;
  }

  .usageFlow .step div div:nth-child(2) p {
    font-size: 0.11764706rem;
    line-height: 0.18235294rem;
  }

  .usageFlow .stepImg {
    margin: 0.17647059rem auto 0.55882353rem auto;
    width: 9.95882353rem;
    display: flex;
    justify-content: space-between;
  }

  .usageFlow .stepImg div {
    width: 2.35294118rem;
    height: 2.35294118rem;
    border: 1px solid #f599a0;
  }

  .faqList {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 30.44705882rem;
    margin-bottom: 8%;
  }

  .faqList h2 {
    padding-top: 0.4rem;
    margin: 0 auto;
    width: 100%;
    font-family: '小塚ゴシック Pro';
    font-size: 0.45294118rem;
    color: black;
    font-weight: normal;
    position: relative;
    z-index: 1;
  }

  .faqList h2::after {
    content: " ";
    position: absolute;
    bottom: 0.01117647rem;
    left: 0.13470588rem;
    z-index: -1;
    width: 4.29411765rem;
    height: 0.23823529rem;
    background-color: #FAF8F5;
    opacity: 0.7;
    border-radius: 20px;
  }

  .faqList .msgBox {
    background-color: #FAF8F5;
    width: 100%;
    height: 8.35294118rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .faqList .msgBox div {
    width: 7.69411765rem;
    height: 7.55294118rem;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    border-radius: 20px;
    background-image: repeating-linear-gradient(44deg, #f599a0, #f599a0 20.4px, transparent 30px, transparent 44.96px, #f599a0 52px), repeating-linear-gradient(134deg, #f599a0, #f599a0 20.4px, transparent 30px, transparent 44.96px, #f599a0 52px), repeating-linear-gradient(224deg, #f599a0, #f599a0 20.4px, transparent 30px, transparent 44.96px, #f599a0 52px), repeating-linear-gradient(314deg, #f599a0, #f599a0 20.4px, transparent 30px, transparent 44.96px, #f599a0 52px);
    background-size: 5px calc(100% + 72.29px), calc(100% + 72.29px) 5px, 5px calc(100% + 72.29px), calc(100% + 72.29px) 5px;
    background-position: 0 0, 0 0, 100% 0, 0 100%;
    background-repeat: no-repeat;
    animation: borderAnimation 0.9s infinite linear;
  }

  @keyframes borderAnimation {
    from {
      background-position: 0 0, -72.29px 0, 100% -72.29px, 0 100%;
    }

    to {
      background-position: 0 -72.29px, 0 0, 100% 0, -72.29px 100%;
    }
  }

  .faqList .msgBox div h2 {
    margin: 0;
    padding: 0;
    line-height: 0.67058824rem;
    width: 5.99411765rem;
    position: relative;
  }

  .faqList .msgBox div h2 span {
    position: absolute;
    bottom: 0.01764706rem;
    left: 0rem;
    z-index: -1;
    width: 5.86470588rem;
    height: 0.18823529rem;
    background-color: #FAF8F5;
    opacity: 0.7;
  }

  .faqList .msgBox div h2 span:nth-child(4) {
    bottom: 0.70529rem;
    left: 0.8646471rem;
    width: 4.23529412rem;
  }

  .faqList .msgBox div h2 span:nth-child(3) {
    bottom: 1.36941176rem;
    left: 0.61764706rem;
    width: 4.74117647rem;
  }

  .faqList .msgBox div h2::after {
    display: none;
  }

  .faqList .msgBox div h2::before {
    content: " ";
    width: 2.15882353rem;
    height: 2.17058824rem;
    position: absolute;
    top: 2.14705882rem;
    left: 4.64705882rem;
    background-image: url(../images/person.png);
    background-size: contain;
    background-repeat: no-repeat;
  }

  .faqList .msgBox div p {
    font-family: '小塚ゴシック Pro';
    width: 6.23529412rem;
    font-size: 0.32352941rem;
    line-height: 0.36470588rem;
  }

  .faqList div {
    margin-top: 0.56470588rem;
    width: 8.51764706rem;
  }

  .faqList div h1 {
    font-family: '小塚ゴシック Pro';
    font-size: 0.43294118rem;
    height: 1.2rem;
    color: #FFFFFF;
    margin: 2% 0;
    margin-left: 0;
    background: #f599a0;
    width:100%;
    text-align: left;
    padding-top:0.15rem;
  }

  .faqList div p {
    width: 7.8rem;
    text-align: left;
    font-family: '小塚ゴシック Pro';
    font-size: 0.32647059rem;
    line-height: 0.38823529rem;
    margin-left: 0.14705882rem;
    color: #747474;
  }

  .faqList div div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
  }

  .faqList div div div:nth-child(1) {
    justify-content: center;
    width: 1rem;
    height: 1.2rem;
    background-color: #f599a0;
    color: white;
    line-height: 1rem;
    font-size: 0.41176471rem;
    font-family: "'小塚ゴシック Pro'";
    font-weight: bolder;
  }

  .faqList div div div:nth-child(2) {
    width: 8.51764706rem;
  }

  .faqList div div:nth-child(2) {
    align-items: flex-start;
  }

  .faqList div div:nth-child(2) div:nth-child(1) {
    color: #f599a0;
    background: none;
    margin-top: 0.11764706rem;
  }

  .faqList div:last-child div h1 {
    font-size: 0.43294118rem;
    line-height: 0.51647059rem;
    margin-bottom: 5px;
  }

  .companyInfo {
    background-color: #fff4f5;
    height: 10.58823529rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
  }

  .companyInfo h1 {
    font-family: "蟆丞｡壹ざ繧ｷ繝�け Pro";
    font-size: 0.42352941rem;
    color: #f599a0;
    position: relative;
  }

  .companyInfo h1::after {
    content: " ";
    width: 1.40588235rem;
    height: 1.01764706rem;
    position: absolute;
    top: 0.41764706rem;
    left: 2.64705882rem;
    background-image: url(../images/2people.png);
    background-size: contain;
    background-repeat: no-repeat;
  }

  .companyInfo div {
    border: 1px solid #f599a0;
  }

  .companyInfo ul {
    display: flex;
    justify-content: flex-start;
  }

  .companyInfo ul li {
    font-family: "繝偵Λ繧ｮ繝惹ｸｸ繧ｴ ProN";
    font-size: 0.28235294rem;
    text-align: left;
    padding-left: 0.33529412rem;
  }

  .companyInfo ul li:nth-child(1) {
    width: 2.4rem;
    height: 0.56470588rem;
    background-color: #f599a0;
    color: white;
    border-bottom: 1px solid white;
    line-height: 0.56470588rem;
  }

  .companyInfo ul li:nth-child(2) {
    width: 5.25882353rem;
    height: 0.56470588rem;
    border-bottom: 1px solid #f599a0;
    background-color: white;
    color: #707070;
    line-height: 0.56470588rem;
  }

  .companyInfo ul:last-child li {
    height: 3.64705882rem;
    line-height: 3.64705882rem;
    border-bottom: none;
    padding: 0.33529412rem;
  }

  .companyInfo ul:last-child li iframe {
    max-width: 100%;
    max-height: 100%;
  }

  .priPoli {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
  }

  .priPoli h1 {
    margin: 0.35294118rem 0;
    font-family: "蟆丞｡壹ざ繧ｷ繝�け Pro";
    font-size: 0.42352941rem;
    color: #f599a0;
  }

  .priPoli p {
    text-align: left;
    color: #707070;
    font-size: 0.18823529rem;
    width: 8.28235294rem;
    line-height: 0.28235294rem;
  }

  .priPoli div:last-child {
    position: absolute;
    bottom: 0;
    background-color: #f599a0;
    width: 100%;
    height: 0.17647059rem;
  }

  #menuToggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(0.06rem, -0.03rem);
  }

  #menuToggle.active span:nth-child(2) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }

  #menuToggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(0.04rem, 0);
  }

  #menu {
    width: 100vw;
    height: 60vh;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    -webkit-font-smoothing: antialiased;
  }

  #menu h2 {
    margin: 0.55555556rem 0;
    width: 7.34444444rem;
    font-size: 0.97777778rem;
  }

  #menu a {
    width: 7.34444444rem;
    height: 1.66666667rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  #menu a div {
    width: 37px;
    height: 28px;
    background-image: url(../images/menuIcon.png);
    background-position: top;
    margin-right: 0.33333333rem;
  }

  #menu a p {
    font-size: 0.58888889rem;
    line-height: 0.77777778rem;
    border-bottom: 1px solid white;
  }

  #menu a:nth-child(3) div {
    height: 37px;
    background-position: 0px -28px;
  }

  #menu a:nth-child(4) div {
    height: 37px;
    background-position: 0px -65px;
  }

  #menu a:nth-child(5) div {
    height: 37px;
    background-position: 0px -102px;
  }

  #menu a:nth-child(6) div {
    height: 40px;
    background-position: 0px -139px;
  }

  header {
    height: 10vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  header img {
    width: 3.24444444rem;
    height: 1rem;
    margin-left: 0.66666667rem;
  }

  /* header .nav {
    display: none;
  } */

  .spNav {
    margin: 10vh auto 0 auto;
    display: block;
    height: 1.06666667rem;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }

  .spNav div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .spNav div a {
    color: #707070;
    font-size: 0.53333333rem;
  }

  .spNav div p {
    color: #707070;
    font-size: 0.21333333rem;
    line-height: 0.37333333rem;
  }

  .fv {
    margin-top: 0;
    height: 11.76470588rem;
    background-color: white;
    background-size: 200%;
    background-position: top 0 left 75%;
  }

  .fv .textBox {
    width: 50%;
    height: 100%;
  }

  .fv .textBox h2 {
    margin: 0;
    font-size: 0.53333333rem;
    line-height: 0.8rem;
  }

  .fv .textBox p {
    font-size: 0.37333333rem;
    line-height: 0.53333333rem;
  }

  .fv .textBox .textLeft {
    width: 100%;
    top: 10%;
    left: 5%;
    position: relative;
    z-index: 9;
  }

  .fv .textBox .textRight {
    width: 100%;
    top: 24%;
    left: 10%;
    position: relative;
    z-index: 9;
  }

  .fv .textBox .textRight p:last-child {
    font-size: 0.26666667rem;
    line-height: 0.4rem;
  }

  .fv .textBox .textLeft::after {
    position: absolute;
    content: "";
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 110%;
    height: 140%;
  }

  .fv .textBox .textLeft::before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 125%;
    left: -5%;
    width: 115%;
    height: 140%;
  }
  .fv .textBox .textRight h2 .secondText {
    font-size: 0.25rem;
    margin-top: 10px
  }


  .box {
    position: relative;
    margin: 0 auto;
    width: 7.06666667rem;
    height: 2.29333333rem;
    bottom: auto;
    right: auto;
    border: 3px solid white;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    cursor: pointer;
  }

  .box img {
    position: absolute;
    top: 2.13333333rem;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .box p {
    font-size: 0.58666667rem;
    line-height: 0.66666667rem;
  }

  .box::before {
    content: " ";
    position: absolute;
    background-image: url("../images/縺ゅ＠繧峨＞.png");
    left: 0;
  }

  .intoCashList {
    height: auto;
    margin-top: 2.97058824rem;
  }

  .intoCashList h3 {
    margin-top: 1.17647059rem;
    margin-bottom: 0.58823529rem;
  }

  .intoCashList .laterPay {
    width: 90vw;
  }

  .intoCashList .laterPay li {
    width: 3.52941176rem;
    height: 0.88235294rem;
  }

  .intoCashList .linkImg {
    display: inline-block;
    width: 90vw;
  }

  .intoCashList .linkImg div {
    flex-direction: row;
    height: auto;
  }

  .intoCashList .linkImg div a img {
    width: 25vw;
    height: 2.35294118rem;
  }

  .intoCashList .linkImg div img {
    height: 2.05882353rem;
    object-fit: scale-down;
    width: 30vw;
  }

  .intoCashList .linkImg .downArrow {
    transform: rotate(-90deg);
  }

  .faqList {
    height: auto;
  }

  .usageFlow {
    height: auto;
  }

  .usageFlow h2 {
    padding-top: 0.93333333rem;
    margin: 0 auto;
    width: 4rem;
    font-family: '小塚ゴシック Pro';
    font-size: 0.53333333rem;
  }

  .usageFlow h2::after {
    bottom: -0.13333333rem;
    left: 0.02rem;
    z-index: -1;
    width: 3.94666667rem;
    height: 0.45333333rem;
  }

  .usageFlow div .step {
    margin: 1.6rem;
    /* height: 29.22666667rem; */
    height: 22.226667rem;
  }

  .usageFlow div .step div {
    width: 6.66666667rem;
    height: 6.66666667rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .usageFlow div .step div div:first-child {
    margin-bottom: 0.66666667rem;
    width: 3.12rem;
    height: 0.64rem;
    font-size: 0.42666667rem;
  }

  .usageFlow div .step div div:nth-child(2) {
    width: 5.78666667rem;
    height: 3.57333333rem;
    display: flex;
    justify-content: space-evenly;
  }

  .usageFlow div .step div div:nth-child(2) h5 {
    font-size: 0.48rem;
    line-height: 0.66666667rem;
  }

  .usageFlow div .step div div:nth-child(2) p {
    font-size: 0.32rem;
    line-height: 0.53333333rem;
  }

  .usageFlow div .stepImg {
    display: none;
  }

  .companyInfo {
    height: auto;
    padding: 0.90909091rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
  }

  .companyInfo h1 {
    font-size: 0.65454545rem;
    position: relative;
  }

  .companyInfo h1::after {
    content: " ";
    width: 2.17272727rem;
    height: 1.57272727rem;
    position: absolute;
    top: 1.03636364rem;
    left: 50%;
    transform: translate(-50%, 0);
    background-image: url(../images/2people.png);
    background-size: contain;
    background-repeat: no-repeat;
  }

  .companyInfo div {
    border: 1px solid #f599a0;
    margin-top: 1.39090909rem;
  }

  .companyInfo ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .companyInfo ul li {
    font-family: "繝偵Λ繧ｮ繝惹ｸｸ繧ｴ ProN";
    font-size: 0.33636364rem;
    text-align: center;
    padding-left: 0;
  }

  .companyInfo ul li:nth-child(1) {
    width: 100%;
    height: 0.87272727rem;
    background-color: #f599a0;
    color: white;
    border-bottom: 1px solid white;
    line-height: 0.87272727rem;
  }

  .companyInfo ul li:nth-child(2) {
    width: 8.12727273rem;
    height: 0.87272727rem;
    border-bottom: none;
    background-color: white;
    color: #707070;
    line-height: 0.87272727rem;
  }

  .companyInfo ul:last-child li {
    height: 0.87272727rem;
    line-height: 0.87272727rem;
    border-bottom: none;
    padding: 0;
  }

  .companyInfo ul:last-child li:nth-child(2) {
    padding: 0.18181818rem;
    height: 5.45454545rem;
  }

  .priPoli h1 {
    margin: 1.33333333rem 0;
    font-size: 0.8rem;
  }

  .priPoli p {
    font-size: 0.3rem;
    width: 8rem;
    line-height: 0.42666667rem;
    margin-bottom: 1.57333333rem;
  }

  .priPoli div:last-child {
    height: 0.8rem;
  }

  /* 追加 */
  header .nav.pc-only {
    display: none;
  }

  section.sp_fv {
    margin-top: 100px;
}

}
