* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
}



body {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
}

h1,
h2 {
  font-size: 2.4rem;
  font-weight: 400;
  font-family: "Zen Maru Gothic", serif;
}



h3 {
  margin-top: 20px;
  margin-bottom: 50px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  text-align: center;
  font-size: 1.3rem;
}

.A,
.B,
.C,
.D,
.E {
  letter-spacing: 0px;
}

.J,
.K {
  letter-spacing: 1px;
}

li {
  text-decoration: none;
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: none;
  display: block;
  /*vertical-align: bottom;*/
}

p {
  line-height: 2;
  font-size: 1rem;
}


a {
  text-decoration: none;
  font-family: "Zen Maru Gothic", serif;
  color: black;
}

@media screen and (max-width: 480px) {

  h1,
  h2 {
    font-size: 1.7rem;
  }

  h3 {
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 1.2rem;
  }

  p {
    line-height: 2;
    font-size: 0.8rem;
  }
}