@charset "UTF-8";

/* 最小限で安全なリセット */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

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

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

ul, ol {
  list-style: none;
}

img, picture {
  max-width: 100%;
  display: block;
}

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

button, input, textarea, select {
  font: inherit;
  color: inherit;
}

textarea {
  resize: vertical;
}

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

fieldset, legend {
  border: 0;
  padding: 0;
}

iframe {
  border: 0;
}