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

@media screen and (max-width: 768px) {
  /* 768px 以下の画面サイズに適用されるスタイル */
  p {
    line-height: 2.7rem;
  }

  #contents h2 {
    padding-left: 16px;
    background-size: 6px 23px;
  }
  #contents h1 {
    line-height: 3.5rem;
  }
}
