@charset "utf-8";

body {
  font-family: noto-sans-cjk-jp, sans-serif !important;
}

.privacy__wrap {
  width: 800px;
  margin: 0 auto 100px;
  padding: 0 40px;
}

p {
  font-size: 1.1em;
  letter-spacing: 1px;
}

.service p {
  font-size: 1.5em;
  line-height: 1.5;
  letter-spacing: 1px;
}

.sample5-3 {
  font-size: 1.5em;
}

.service h4 {
  font-size: 1.5em;
  margin: 10px 0;
}

.privacy h2 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 60px;
}

.service h3 {
  font-size: 30px;
  margin-bottom: 20px;
  margin-top: 50px;
  font-weight: bold;
  letter-spacing: 2px;
}

@media screen and (max-width: 799px) {
  /*ウィンドウ幅が最大799pxまでの場合に適用*/

  .privacy__wrap{
    width: 100%;
    padding: 0 30px;
    margin: 0 auto 50px;
  }
  .privacy h2 {
    font-size: 23px;
    margin-top: 30px;
  }

  .privacy h2 + p {
    font-size: 13px;
  }

  .service h3 {
    font-size: 20px;
    line-height: 1.3;
  }
}
