@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-size-adjust: 100%;
}

body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, figure, hr {
  margin: 0;
}

body {
  line-height: 1.5;
  background-color: #fff;
  color: #000;
  font-family: sans-serif;
}

ul, ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

button, input, select, textarea {
  margin: 0;
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  padding: 0;
}

button, input[type="button"], input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

img, video, audio {
  display: block;
  max-width: 100%;
  height: auto;
}

*:focus {
  outline: none;
}

*, *::before, *::after {
  box-sizing: inherit;
}
