@charset "utf-8";
/* CSS Document */

@media (max-width: 768px) {
  .lower-ttl p{
    font-size: 17px;
  }
  .lower-hero h1{
    font-size: 27px;
  }
  .index-title h1{
    font-size: 35px;
  }
  .index-title h2 {
    font-size: 14px;
  }
}
