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

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

  #contents p {
    line-height: 2.7rem;
  }

  #contents h2 {
    color: inherit;
    padding-left: 0;
    background: none;
    padding-bottom: 0;
  }
}
