@charset "utf-8";

@media screen and (max-width: 768px) {
  .page-ttl h1 {
      max-width: 100%;
      width: 90%;
  }
}