@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&family=Bebas+Neue&family=DM+Mono:wght@400;500&display=swap");*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{background:#f5f6f8;color:#111318;font-family:Noto Sans JP,sans-serif;font-size:14px;line-height:1.6}@media print{body{background:white}.no-print{display:none!important}}button{font-family:inherit;cursor:pointer;border:none;background:none;padding:0}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#eef0f3}::-webkit-scrollbar-thumb{background:#c49a0a;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#1a6fbf}