* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Noto Serif JP",
    serif, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16.5px;
  font-weight: 500;
}

a {
  text-decoration: none;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 36px;
  font-weight: 600;
}

#matome h2 {
  font-size: 28px;
  line-height: 1.2;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 26px;
  line-height: 1.2;
}

li {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: none;
  display: block;
  /*vertical-align: bottom;*/
}


@media screen and (max-width: 480px) {
  body {
    font-size: 14px;
    line-height: 1.3em;
  }

  /*プライバシーポリシー題名*/
  #zoom #container h1 {
    font-size: 22px;
  }

  /*プライバシーポリシー題名ここまで*/

  h1 {
    font-size: 28px;
  }

  #matome h2 {
    font-size: 18px;
    line-height: 1.2;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 18px;
  }
}