/* reset.css */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 62.5%; scroll-behavior: smooth; }
body { -webkit-text-size-adjust: 100%; }
img { display: block; width: 100%; height: auto; }
a { text-decoration: none; }
ul, ol { list-style: none; }
button { border: none; background: none; cursor: pointer; }
address { font-style: normal; }
