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

@media screen and (max-width: 768px) {
  /* 768px 以下の画面サイズに適用されるスタイル */
  p {
    line-height: 2.7rem;
  }
  #contents .privacy section h3 {
    font-size: 1.6rem;
    margin-bottom: 5px;
    padding-left: 2em;
    text-indent: -2em;
  }
  #contents h2 {
    padding-left: 16px;
    background-size: 6px 23px;
  }

  h4 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }

  li {
    margin-bottom: 15px;
    font-size: 1.6rem;
  }
}
