@media screen and (max-width: 480px) {
  html {
    font-size: 62.5%;
  }
  body {
    font-size: 1.8rem;
  }
  img {
    max-width: 100%;
  }
  .wrapper {
    width: 95%;
    margin: 0 auto 20px;
  }
  h2 {
    display: inline-block;
    font-size: 2.4rem;
    margin-bottom: 40px;
    padding-top: 20px;
  }
  h3 {
    font-size: 2.2rem;
    margin-bottom: 16px;
  }
  h4 {
    font-size: 2rem;
  }
  .underline_orange {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(50%, #ff9800));
    background: linear-gradient(transparent 95%, #ff9800 50%);
  }
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block;
  }
  .cta-btn {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999;
  }
  .cta-btn img {
    width: 170px;
  }
  /* firstview */
  .first-view .first-img {
    text-align: center;
  }
  .first-view .first-img img {
    width: 100%;
  }
  /* message  */
  .message-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .message-container .message-content,
  .message-container .message-photo {
    width: 100%;
  }
  /* worry */
  .worry-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .worry-container .worry-photo,
  .worry-container .worry-content {
    width: 100%;
  }
  .step .step-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
  .step .step-container:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .step .step-container .step-img {
    width: 100%;
  }
  .step .step-container .step-img img {
    width: 100%;
    height: 400px;
  }
  .step .step-container .step-content {
    width: 100%;
  }
  /* recommend */
  .recommend .recommend-content {
    margin-bottom: 20px;
  }
  .recommend .recommend-content .recommend-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .recommend .recommend-content .recommend-container .recommend-photo,
  .recommend .recommend-content .recommend-container .recommend-text {
    width: 100%;
  }
  .recommend .takeuchi-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .recommend .takeuchi-container .takeuchi-banner,
  .recommend .takeuchi-container .takeuchi-book {
    width: 100%;
  }
  /* impression */
  .impression {
    padding-bottom: 0;
  }
  .impression .impression-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
  .impression .impression-container:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .impression .impression-container .impression-content {
    width: 100%;
  }
  .impression .impression-container .impression-content .impression-text p:last-child {
    margin-bottom: 0;
  }
  .impression .impression-container .impression-img {
    width: 100%;
  }
  .impression .impression-container .impression-img img {
    width: 100%;
  }
  .cta .cta-banner img {
    width: 100%;
  }
  /* contact form7 customize */
  input,
  textarea {
    width: 100%;
  }
  .wpcf7-submit {
    text-align: center;
  }
  .inquiry h2 {
    margin-bottom: 0;
  }
}
/*# sourceMappingURL=lp_mobile.css.map */