/* reset.css できるだけシンプル版 */

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

html, body, div, span,
h1, h2, h3, h4, h5, h6,
p, a, img, ul, li,
section, article, header, footer, nav,
figure, figcaption, main {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

header, footer, section, article, nav, main {
  display: block;
}

ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

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

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

body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
