  /* 768以下（スマホ） */
@media (max-width: 600px) {
  p {
      font-size: 1em;
  }

  h2 {
      font-size: 1.37rem;
  }
}