/* CSS Reset */
*, *::before, *::after { box-sizing: border-box; }
html { font-size: 62.5%; scroll-behavior: smooth; }
body, h1, h2, h3, h4, h5, h6, p, ol, ul, dl, dt, dd, figure, blockquote, address { margin: 0; padding: 0; }
ol, ul { list-style: none; }
img { max-width: 100%; height: auto; vertical-align: bottom; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font-family: inherit; font-size: inherit; appearance: none; -webkit-appearance: none; border: none; background: none; outline: none; }
table { border-collapse: collapse; width: 100%; }
