@charset "UTF-8";
body {
  padding: 5rem 0 2rem;
}

main {
  max-width: 800px;
  width: 80%;
  margin: auto;
}

h1,
p {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h1 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.3;
}

p {
  line-height: 2;
  margin-bottom: 16px;
}
@media screen and (max-width: 600px) {
  p {
    font-size: 12px;
    line-height: 1.8;
    word-break: break-all;
  }
}
@media screen and (min-width: 600px) {
  p {
    font-size: 14px;
  }
}

/*# sourceMappingURL=privacy_policy.css.map */
