/* KYABEL SITE 57 — reset.css（最小リセット） */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body { margin: 0; }
h1, h2, h3, h4, p, figure, dl, dd, ul, ol { margin: 0; }
ul, ol { padding: 0; list-style: none; }
dd { margin-inline-start: 0; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
input, select, textarea, button { font-family: inherit; font-size: 100%; }
:focus-visible { outline: 2px solid var(--shu); outline-offset: 3px; }
[hidden] { display: none !important; }
