@media screen and (max-width: 1200px) {
  @charset 'UTF-8';

  * {
    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%;
  }

  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.6rem;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    z-index: 10;
    background-color: #f599a0;
    width: 0.6rem;
    height: 0.6rem;
    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.6rem;
    height: 0.4rem;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
  }

  #menuToggle span {
    width: 0.33rem;
    height: 0.04rem;
    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.03rem, -0.015rem);
  }

  #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.02rem, 0);
  }

  #menu {
    position: fixed;
    right: 0;
    width: 25vw;
    height: 88vh;
    padding: 0.75rem 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.25rem;
    margin-bottom: 0.7rem;
  }

  #menu a {
    width: 2.25rem;
    height: 0.75rem;
    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.15rem;
  }

  #menu a p {
    font-size: 0.18rem;
    line-height: 0.35rem;
    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: 'ヒラギノ丸ゴ ProN';
    text-align: center;
  }

  body h2 {
    font-family: 'ヒラギノ丸ゴ ProN';
    font-size: 0.3rem;
    color: white;
    font-weight: normal;
    margin: 0;
  }

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

  .box {
    position: fixed;
    bottom: 0.25rem;
    right: 0.5rem;
    width: 1.82rem;
    height: 0.6rem;
    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.78rem;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .box p {
    position: relative;
    font-size: 0.18rem;
    line-height: 0.25rem;
  }

  .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.6rem;
    background-color: #ffe4e6;
  }

  header .nav {
    width: 3.75rem;
    height: 0.51rem;
    margin-left: 5rem;
    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.5rem;
    background-repeat: no-repeat;
  }

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

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

  .fv .textBox p {
    font-size: 0.27rem;
    line-height: 0.35rem;
    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.16rem;
    line-height: 0.3rem;
  }

  .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.65rem;
    text-align: center;
    line-height: 0.65rem;
    position: relative;
  }

  .intoCashList .yellowTitle h2 {
    margin: 0;
    font-family: 'ヒラギノ丸ゴ ProN';
    font-size: 0.3rem;
    color: white;
  }

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

  .intoCashList h3 {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    font-size: 0.175rem;
    color: #707070;
  }

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

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

  .intoCashList p {
    margin: 0.84rem 0;
    color: #707070;
    font-size: 0.21rem;
    line-height: 0.355rem;
  }

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

  .intoCashList .laterPay li {
    width: 2rem;
    height: 0.75rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 0.11rem;
  }

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

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

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

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

  .intoCashList .linkImg div img {
    display: inline-block;
    height: 1.25rem;
    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.175rem;
    margin: 0 auto;
    width: 1.8rem;
    font-family: 'ヒラギノ丸ゴ ProN';
    font-size: 0.3rem;
    color: black;
    font-weight: normal;
    position: relative;
    z-index: 1;
  }

  .usageFlow h2::after {
    content: " ";
    position: absolute;
    bottom: -0.05rem;
    left: -0.095rem;
    z-index: -1;
    width: 2rem;
    height: 0.16rem;
    background-color: #ED6D2C;
    opacity: 0.7;
    border-radius: 20px;
  }

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

  .usageFlow .step div {
    width: 2rem;
    height: 2rem;
    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.175rem;
    width: 1.05rem;
    height: 0.21rem;
    background-color: white;
    color: #f599a0;
    line-height: 0.21rem;
    font-size: 0.15rem;
  }

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

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

  .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.1rem;
    line-height: 0.155rem;
  }

  .usageFlow .stepImg {
    margin: 0.15rem auto 0.475rem auto;
    width: 8.465rem;
    display: flex;
    justify-content: space-between;
  }

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

  .faqList {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .faqList h2 {
    padding-top: 0.34rem;
    margin: 0 auto;
    width: 2.15rem;
    font-family: 'ヒラギノ丸ゴ ProN';
    font-size: 0.3rem;
    color: black;
    font-weight: normal;
    position: relative;
    z-index: 1;
  }

  .faqList h2::after {
    content: " ";
    position: absolute;
    bottom: -0.035rem;
    left: -0.14rem;
    z-index: -1;
    width: 2.46rem;
    height: 0.16rem;
    background-color: #ED6D2C;
    opacity: 0.7;
    border-radius: 20px;
  }

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

  .faqList .msgBox div {
    width: 6.54rem;
    height: 4.21rem;
    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.4rem;
    width: 5.095rem;
    position: relative;
  }

  .faqList .msgBox div h2 span {
    position: absolute;
    bottom: -0.015rem;
    left: 0.55rem;
    z-index: -1;
    width: 3.885rem;
    height: 0.16rem;
    background-color: #ED6D2C;
    opacity: 0.7;
  }

  .faqList .msgBox div h2 span:nth-child(4) {
    bottom: 0.415rem;
    left: 1.14rem;
    width: 2.8rem;
  }

  .faqList .msgBox div h2 span:nth-child(3) {
    bottom: 0.79rem;
    left: 0.95rem;
    width: 3.18rem;
  }

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

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

  .faqList .msgBox div p {
    font-family: 'ヒラギノ丸ゴ ProN';
    width: 5.3rem;
    font-size: 0.19rem;
    line-height: 0.31rem;
  }

  .faqList div {
    margin-top: 0.48rem;
    width: 7.24rem;
  }

  .faqList div h1 {
    font-family: '小塚ゴシック Pro';
    font-size: 0.3rem;
    line-height: 0.66rem;
    color: #f599a0;
    margin: 0;
    margin-left: 0.125rem;
  }

  .faqList div p {
    width: 6.63rem;
    text-align: left;
    font-family: '小塚ゴシック Pro';
    font-size: 0.15rem;
    line-height: 0.33rem;
    margin-left: 0.125rem;
    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: 0.45rem;
    height: 0.45rem;
    background-color: #f599a0;
    color: white;
    line-height: 0.45rem;
    font-size: 0.35rem;
    font-family: "小塚ゴシック Pro";
    font-weight: bolder;
  }

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

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

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

  .faqList div:last-child div h1 {
    font-size: 0.27rem;
  }

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

  .companyInfo h1 {
    font-family: "小塚ゴシック Pro";
    font-size: 0.36rem;
    color: #f599a0;
    position: relative;
  }

  .companyInfo h1::after {
    content: " ";
    width: 1.195rem;
    height: 0.865rem;
    position: absolute;
    top: 0.355rem;
    left: 2.25rem;
    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.24rem;
    text-align: left;
    padding-left: 0.285rem;
  }

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

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

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

  .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.3rem 0;
    font-family: "小塚ゴシック Pro";
    font-size: 0.36rem;
    color: #f599a0;
  }

  .priPoli p {
    text-align: left;
    color: #707070;
    font-size: 0.16rem;
    width: 7.04rem;
    line-height: 0.24rem;
    margin-bottom: 0.5rem;
  }

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

  #menu {
    width: 35vw;
  }

  header .nav {
    margin: 0 0.25rem;
  }

  header a {
    font-size: 24px;
  }

  .fv {
    background-size: cover;
    background-position: 60%;
  }

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

  .fv .textBox h2 {
    color: #f599a0;
    font-size: 0.35rem;
    line-height: 0.585rem;
  }

  .fv .textBox p {
    font-size: 0.2rem;
    line-height: 0.35rem;
  }

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

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

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

  .fv .textBox .textLeft::after {
    position: absolute;
    content: "";
    z-index: -1;
    width: 140%;
    height: 170%;
  }

  .fv .textBox .textLeft::before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 40%;
    left: 90%;
    width: 140%;
    height: 170%;
  }

  .intoCashList {
    height: auto;
  }

  .intoCashList h3 {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
  }

  .intoCashList .laterPay {
    width: 80vw;
  }

  .intoCashList .laterPay li {
    width: 2.5rem;
    height: 0.75rem;
  }

  .intoCashList .linkImg {
    width: 80vw;
  }
}