@charset "UTF-8";

html, body, h1, h2, h3, h4, p, ul, li {
  margin: 0;
  padding: 0;
  line-height: 1.0;
  height: 100%;
}


*, *::before, *::after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}


