@charset "utf-8";
@media screen and (min-width: 820px) {
  .mainvisual{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
  .mainvisual .img-box{
    height: 50vh;
    width: 65vw;
  }
  h1{
    font-size: 220%;
    letter-spacing: 1px;
    margin: 20px auto 50px;
  }
  .faq{
    width: 95%;
    max-width: 800px;
    margin: 0 auto 60px;
  }
  .faq h2{
    padding: 10px 20px;
    overflow: hidden;
  }
  .faq .faq-item{
    margin: 0px 20px 35px;
  }
  .faq h3{
    font-size: 130%;
  }
  .faq p{
    font-size: 108%;
  }
  .customer-voice h2{
    overflow: hidden;
  }
  .customer-voice .voice-item{
    max-width: 800px;
  }
}