* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  color-scheme: light !important;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
  -webkit-text-size-adjust: 100%;
}

html {
  font-size: 62.5%;
}

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

a {
  color: #333;
  text-decoration: none;
  letter-spacing: 0.05em;
}

input, button {
  cursor: pointer;
}

nav, ul, ol, li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/*# sourceMappingURL=reset.css.map */
