@media screen and (max-width: 1250px) {
  html {
    font-size: 62.5%;
  }
  body {
    font-size: 2.4rem;
  }
  img {
    max-width: 100%;
  }
  .wrapper {
    width: 95%;
  }
  /* firstview */
  .first-3view .first-img {
    text-align: center;
  }
  .first-3view 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%;
  }
  /* contact form7 customize */
  input,
  textarea {
    width: 100%;
  }
  .wpcf7-submit {
    text-align: center;
  }
  .inquiry h2 {
    margin-bottom: 0;
  }
}
/*# sourceMappingURL=lp_tablet.css.map */