html, body {
  height: 100%;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  position: relative;
}

main a {
  color: #294E9C;
  text-decoration: underline;
  line-height: 2rem;
}

main a:hover {
  color: #294d9c7c;
}

main p {
  line-height: 29px;
}

h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 20px auto;
}

h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 20px auto;
}
/*# sourceMappingURL=base.css.map */