/* ===== リセット ===== */
*,
*::before,
*::after { box-sizing: border-box; }

html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, figure, figcaption, blockquote, dl, dd {
  margin: 0;
}

ul, ol { list-style: none; padding: 0; }

a { color: inherit; text-decoration: none; -webkit-tap-highlight-color: transparent; }

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

button {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

input, textarea, select { font: inherit; }

svg { display: block; }
