*, *::before, *::after {
  box-sizing: border-box;
}
html {
  height: 100%;
}
html.fixed,
html.fixed body {
  height: 100%;
  overflow: hidden;
}
body {
  height: 100%;
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.6;
}
body.fixed {
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
}
h1, h2, h3, h4, h5 {
  margin: 0;
  font-weight: normal;
}
p {
  margin: 0;
  font-weight: 400;
}
a {
  text-decoration: none;
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
svg {
  fill: currentColor;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
table {
  border-collapse: collapse;
}
th, td {
  font-weight: normal;
}
input, button, textarea, select {
  font-family: inherit;
  font-size: inherit;
  appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
}
button {
  cursor: pointer;
}
