@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; }

input, button, select, textarea { font:inherit;color:inherit;background:none;border:none;outline:none;line-height:1;transition:.3s; }
input:focus, select:focus, textarea:focus, button:focus { outline:1px solid #FF82A9;outline-offset:2px; }
input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="search"], textarea, select { -webkit-appearance:none;-moz-appearance:none;appearance:none; }
textarea { resize:vertical; max-width:100%; }
select { width:auto; max-width:100%; }