body{
  margin:0;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  color:#1a1a1a;
  background:#fff;
  line-height:1.55;
}
a{color:#1a1a1a}
.site-top{background:#fff;border-bottom:1px solid #e8e8e8;padding:14px 18px}
.site-top__inner{max-width:720px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:12px}
.site-top__brand{font-size:17px;font-weight:700;letter-spacing:.02em;color:#1a1a1a;text-decoration:none}
.site-top__tag{font-size:12px;color:#6b6b6b;font-weight:500}
.wrap{max-width:720px;margin:0 auto;padding:28px 18px 48px}
.kicker{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#6b6b6b;margin:0 0 8px}
h1{font-size:clamp(22px,4vw,30px);margin:0 0 12px;font-weight:700}
h2{font-size:17px;margin:28px 0 10px}
.meta{font-size:14px;color:#6b6b6b;margin:0 0 20px}
.mini{display:flex;flex-wrap:wrap;gap:8px 14px;margin:0 0 28px;padding:0;list-style:none;font-size:13px}
.mini a{color:#555}
p,li{font-size:15px;color:#333}
ul{padding-left:1.2em}
.ask{margin:24px 0 0;padding:16px 18px;border:1px solid #e8e8e8;border-radius:10px;background:#fafafa}
.ask p{margin:0 0 14px}
.order_form label{display:block;font-size:14px;font-weight:600;margin:0 0 6px;color:#222}
.order_form input[type=text],
.order_form input[type=tel]{
  box-sizing:border-box;
  display:block;
  width:100%;
  max-width:360px;
  height:48px;
  margin:0 0 14px;
  padding:0 14px;
  font-size:16px;
  color:#111;
  background:#fff;
  border:1px solid #c5c9d0;
  border-radius:10px;
}
.order_form button{
  box-sizing:border-box;
  width:100%;
  max-width:360px;
  height:52px;
  border:none;
  border-radius:10px;
  background:#3580ed;
  color:#fff;
  font-size:16px;
  font-weight:700;
  cursor:pointer;
}
.site-foot{border-top:1px solid #e8e8e8;padding:18px;text-align:center;font-size:13px;color:#6b6b6b}
.site-foot a{color:#555;text-decoration:none}
.site-foot .addr{margin:10px 0 0;line-height:1.6}
