/* できる限りコンパクトに、見やすく、必要最低限で */

html {
  font-family: sans-serif;
  line-height: 1.15;
  scroll-behavior: smooth;
}

h1,
.h1 {
  font-size: 1.5rem;
  color: #581111;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h2,
.h2 {
  font-size: 1.5rem;
  /*元は2rem*/
}

h3,
.h3 {
  font-size: 1.25rem;
}

h4,
.h4 {
  font-size: 1.5rem;
}

h5,
.h5 {
  font-size: 1rem;
}

h6,
.h6 {
  font-size: 1rem;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}