.privacy-consent label { display: flex; align-items: flex-start; gap: 10px; line-height: 1.7; font-size: 14px; }

.privacy-consent input[type="checkbox"] {
  -webkit-appearance: checkbox; appearance: auto;
  flex: 0 0 22px; width: 22px; height: 22px; min-height: 22px;
  margin-top: 3px; padding: 0; border: 0; border-radius: 0; background: none;
  accent-color: #164879; cursor: pointer;
}
.privacy-consent label { cursor: pointer; }
.privacy-consent input[type="checkbox"]:focus-visible { outline: 3px solid rgba(255,116,23,.45); outline-offset: 2px; }
.privacy-consent a { color: inherit; text-decoration: underline; text-underline-offset: 3px; }
.form-honeypot { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
[data-turnstile] { margin: 12px 0; max-width: 100%; }
[data-form-status]:not([hidden]) { padding: 12px; background: #fff4dd; color: #512e00; border: 1px solid #ba6b09; }
.footer__copy a { color: inherit; text-underline-offset: 4px; }
.thanks [data-receipt-heading] { overflow-wrap: anywhere; }
@media (max-width: 700px) {
  .hero__content { padding-top: 100px; padding-bottom: 28px; }
  .hero__eyebrow { margin-bottom: 10px; font-size: 13px; line-height: 1.5; }
  .hero h1 { margin-bottom: 14px; }
  .hero__lead { margin-bottom: 16px; line-height: 1.65; }
  .hero__tel-cta { min-height: 70px; padding-block: 9px; }
  .hero__form-link { min-height: 70px; margin-top: 10px; }
  .hero__tel-note { margin-top: 8px; font-size: 12px; }
  .hero__badge { margin-top: 10px; line-height: 1.6; }
}


.footer__agency {
  display: inline-block;
  margin-top: 6px;
  font-family: "Hiragino Kaku Gothic ProN","Yu Gothic","Meiryo",sans-serif;
  letter-spacing: .02em;
  font-size: 11px;
  opacity: .72;
}
