@charset "UTF-8";

html { box-sizing: border-box;-webkit-text-size-adjust: 100%; }
*, *::before, *::after { box-sizing: inherit; }

html, body { margin: 0; padding: 0; }
img { max-width: 100%; height: auto; display: block; }
ul,ol { margin: 0; padding: 0; list-style: none; }
a { text-decoration: none; transition: all .3s ease-out; cursor: pointer; }
a:hover { opacity: .7; }
