@media (max-width: 414px) {
  body h1 {
    font-size: 3rem;
  }
  body h2 {
    font-size: 3rem;
  }
  body h3 {
    font-size: 2.4rem;
  }
  body p {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .secTitle .title {
    padding: 50px 0;
  }
  .secTokutei {
    padding: 0 5%;
  }
  .secTokutei .innerBox {
    padding: 5%;
  }
  .secTokutei .innerBox .title {
    margin-bottom: 10px;
  }
}
/*# sourceMappingURL=responsive2.css.map */