:root {
  --special-ink: #111827;
  --special-muted: #667085;
  --special-line: #d8dee8;
  --special-bg: #ffffff;
  --special-navy: #071a2f;
  --special-gold: #c99a2e;
}

.special-site {
  min-height: 100vh;
  background: var(--special-bg);
  color: var(--special-ink);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

.special-site a {
  color: inherit;
  text-decoration: none;
}

.special-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid var(--special-line);
  backdrop-filter: blur(12px);
}

.special-header__inner {
  max-width: 1180px;
  min-height: 74px;
  margin: 0 auto;
  padding: 0 22px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.special-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  cursor: default;
}

.special-brand__mark {
  width: 42px;
  height: 42px;
  border-radius: 0;
  overflow: visible;
  flex: 0 0 auto;
  background: transparent;
  border: 0;
}

.special-brand__mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.special-brand__text {
  display: grid;
  gap: 1px;
  line-height: 1.25;
}

.special-brand__name {
  font-weight: 800;
  font-size: 16px;
}

.special-brand__sub {
  color: var(--special-muted);
  font-size: 12px;
}

.special-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 14px;
  font-weight: 700;
}

.special-nav a:hover {
  color: var(--special-gold);
}

.special-header__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--special-gold);
  color: #fff;
  font-weight: 800;
  white-space: nowrap;
}

.special-menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  margin-left: auto;
  border: 1px solid var(--special-line);
  border-radius: 8px;
  background: #fff;
}

.special-menu-toggle span:not(.screen-reader-text) {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: var(--special-ink);
}

.special-site__main {
  background: #fff;
}

.special-site__content {
  width: 100%;
}

.special-footer {
  background: var(--special-navy);
  color: #d7e2ee;
  padding: 72px 22px 36px;
}

.special-footer a {
  color: #fff;
}

.special-footer__inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr .8fr 1fr .8fr;
  gap: 46px;
}

.special-footer h5 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 15px;
}

.special-footer p,
.special-footer ul {
  margin: 0;
  padding: 0;
  line-height: 1.8;
}

.special-footer ul {
  list-style: none;
}

.special-footer__brand p {
  margin-top: 14px;
}

.special-brand--footer .special-brand__mark {
  aspect-ratio: 1 / 1;
  box-sizing: border-box;
  display: grid;
  place-items: center;
  border-color: rgba(255,255,255,.25);
  border-radius: 0;
  overflow: hidden;
}

.special-brand--footer .special-brand__name,
.special-brand--footer .special-brand__sub {
  color: #fff;
}

.special-footer__bottom {
  max-width: 1180px;
  margin: 42px auto 0;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.16);
  color: #aab8c7;
  font-size: 13px;
}

/* Legacy AI-generated inline header/footer cleanup */
.special-site__content #root > .site-header,
.special-site__content #root > .footer,
.special-site__content #root > .side-cta,
.special-site__content .astra-fuei-page .fe-nav,
.special-site__content .astra-fuei-page .fe-footer {
  display: none !important;
}

.special-site__content #root,
.special-site__content .astra-fuei-page {
  min-height: 0;
}

/* Hide hojokin results and testimonials */
body.page-id-74 .special-site__content #root #voice,
body.page-id-74 .special-site__content #root a[href="#voice"],
body.page-id-74 .special-site__content #root li:has(> a[href="#voice"]) {
  display: none !important;
}

@media (max-width: 900px) {
  .special-header__inner {
    flex-wrap: wrap;
    gap: 12px;
    padding: 12px 18px;
  }

  .special-menu-toggle {
    display: inline-block;
  }

  .special-nav {
    display: none;
    width: 100%;
    order: 4;
    margin-left: 0;
    padding-top: 10px;
    border-top: 1px solid var(--special-line);
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }

  .special-nav.is-open {
    display: flex;
  }

  .special-nav a {
    width: 100%;
    padding: 12px 0;
  }

  .special-header__cta {
    display: none;
  }

  .special-footer__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .special-footer {
    padding: 56px 22px 30px;
  }
}

/* Hojyokin common header/footer migration */
body.astra-special-template > .special-site {
  --max: 1120px;
  --border: #e3e8f0;
  --navy-900: #0d233b;
  --rich-blue-2: #246087;
  --ink-500: #667085;
  --font-main: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-en: Inter, system-ui, sans-serif;
  color: #1a1f2c;
  font-family: var(--font-main);
  line-height: 1.7;
  letter-spacing: 0;
}

body.astra-special-template > .special-site > .site-header,
body.astra-special-template > .special-site > .site-header *,
body.astra-special-template > .special-site > .footer,
body.astra-special-template > .special-site > .footer * {
  box-sizing: border-box;
  font-feature-settings: normal;
  -webkit-font-smoothing: auto;
}

body.astra-special-template > .special-site > .site-header img,
body.astra-special-template > .special-site > .footer img,
body.astra-special-template > .special-site > .astra-line-floating img {
  display: block;
  max-width: 100%;
}

body.astra-special-template > .special-site > .site-header a,
body.astra-special-template > .special-site > .footer a,
body.astra-special-template > .special-site > .astra-line-floating {
  color: inherit;
  text-decoration: none;
}

body.astra-special-template > .special-site > .site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, .88);
  border-bottom: 1px solid rgba(20, 59, 99, .12);
  box-shadow: 0 18px 42px rgba(18, 32, 50, .06);
  backdrop-filter: blur(14px);
  font-family: var(--font-main);
}

body.astra-special-template > .special-site > .site-header .header-inner {
  max-width: var(--max);
  min-height: 82px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  gap: 24px;
  position: relative;
}

body.astra-special-template > .special-site > .site-header .logo,
body.astra-special-template > .special-site > .footer .logo {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  color: inherit;
}

body.astra-special-template > .special-site > .site-header .logo-mark,
body.astra-special-template > .special-site > .footer .logo-mark {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
}

body.astra-special-template > .special-site > .site-header .logo-mark img,
body.astra-special-template > .special-site > .footer .logo-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

body.astra-special-template > .special-site > .site-header .logo-text,
body.astra-special-template > .special-site > .footer .logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

body.astra-special-template > .special-site > .site-header .logo-text .ja,
body.astra-special-template > .special-site > .footer .logo-text .ja {
  color: var(--navy-900);
  font-family: var(--font-main);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .5px;
}

body.astra-special-template > .special-site > .site-header .logo-text .en,
body.astra-special-template > .special-site > .footer .logo-text .en {
  color: var(--ink-500);
  font-family: var(--font-en);
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

body.astra-special-template > .special-site > .site-header .nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 28px;
  white-space: nowrap;
  font-family: var(--font-main);
  height: auto;
  min-height: 0;
}

body.astra-special-template > .special-site > .site-header .nav a {
  position: relative;
  padding: 6px 0;
  color: #314257;
  font-size: 13px;
  font-weight: 700;
  transition: color .15s;
}

body.astra-special-template > .special-site > .site-header .nav a:hover {
  color: var(--rich-blue-2);
}

body.astra-special-template > .special-site > .site-header .nav a:hover::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: var(--rich-blue-2);
}

body.astra-special-template > .special-site > .site-header .header-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(135deg, #123456, #246087);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  box-shadow: 0 14px 28px rgba(20, 59, 99, .24);
  font-family: var(--font-main);
  transition: background .15s, transform .15s;
}

body.astra-special-template > .special-site > .site-header .header-cta:hover {
  color: #fff;
  transform: translateY(-1px);
}

body.astra-special-template > .special-site > .site-header .menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  margin-left: auto;
  padding: 0;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #fff;
  color: #123456;
  cursor: pointer;
}

body.astra-special-template > .special-site > .footer {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 10%, rgba(242, 182, 50, .12), transparent 24%),
    linear-gradient(135deg, #0d233b 0%, #102c4d 55%, #123456 100%);
  color: rgba(255, 255, 255, .78);
  padding: 70px 24px 30px;
  font-family: var(--font-main);
  font-size: 16px;
  line-height: 1.7;
}

body.astra-special-template > .special-site > .footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 34px 34px;
  opacity: .35;
}

body.astra-special-template > .special-site > .footer .footer-grid {
  position: relative;
  z-index: 1;
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.2fr;
  gap: 44px;
}

body.astra-special-template > .special-site > .footer .footer-brand .logo {
  margin-bottom: 18px;
}

body.astra-special-template > .special-site > .footer .logo-mark-footer {
  width: 54px;
  height: 54px;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, .2);
}

body.astra-special-template > .special-site > .footer .footer-brand .logo-text .ja,
body.astra-special-template > .special-site > .footer .footer-brand .logo-text .en {
  color: #fff;
}

body.astra-special-template > .special-site > .footer .footer-brand p {
  margin: 0;
  max-width: 360px;
  font-size: 14px;
}

body.astra-special-template > .special-site > .footer h5 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  position: relative;
}

body.astra-special-template > .special-site > .footer h5::after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  margin-top: 10px;
  background: #f2b632;
}

body.astra-special-template > .special-site > .footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

body.astra-special-template > .special-site > .footer ul a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, .76);
  font-size: 14px;
}

body.astra-special-template > .special-site > .footer ul a::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #f2b632;
}

body.astra-special-template > .special-site > .footer ul a:hover {
  color: #fff;
}

body.astra-special-template > .special-site > .footer .tel-block {
  padding: 18px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 8px;
  background: rgba(255,255,255,.06);
}

body.astra-special-template > .special-site > .footer .tel-block .value {
  display: grid;
  gap: 6px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: .02em;
  font-variant-numeric: tabular-nums;
  text-shadow: none;
  white-space: nowrap;
}

body.astra-special-template > .special-site > .footer .tel-block .value::before {
  content: "TEL";
  width: max-content;
  padding: 3px 6px 2px;
  border: 1px solid rgba(242, 182, 50, .52);
  border-radius: 999px;
  color: #f2b632;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .04em;
  text-shadow: none;
}

body.astra-special-template > .special-site > .footer .tel-block .sub {
  margin-top: 4px;
  font-size: 12px;
  color: rgba(255,255,255,.6);
}

body.astra-special-template > .special-site > .footer .tel-block .btn-ftr {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  padding: 9px 12px;
  border-radius: 8px;
  background: #fff;
  color: #123456;
  font-size: 13px;
  font-weight: 700;
}

body.astra-special-template > .special-site > .footer .footer-bottom {
  position: relative;
  z-index: 1;
  max-width: var(--max);
  margin: 42px auto 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.12);
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: rgba(255,255,255,.52);
  font-size: 12px;
}

body.astra-special-template > .special-site > .footer .footer-bottom a {
  color: rgba(255,255,255,.72);
}

body.astra-special-template > .special-site > .footer .footer-bottom a:hover {
  color: #fff;
}

body.astra-special-template > .special-site > .astra-line-floating {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 1100;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 8px 12px 8px 8px;
  border-radius: 999px;
  background: #06c755;
  color: #fff;
  box-shadow: 0 18px 36px rgba(6, 199, 85, .28);
  transition: transform .15s, box-shadow .15s;
}

body.astra-special-template > .special-site > .astra-line-floating:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 22px 44px rgba(6, 199, 85, .34);
}

body.astra-special-template > .special-site > .astra-line-floating img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #fff;
}

body.astra-special-template > .special-site > .astra-line-floating > span {
  display: grid;
  gap: 0;
  line-height: 1.15;
  font-size: 11px;
}

body.astra-special-template > .special-site > .astra-line-floating strong {
  font-size: 13px;
}

@media (max-width: 900px) {
  body.astra-special-template > .special-site > .site-header .header-inner {
    min-height: 34px !important;
    padding: 6px 14px !important;
    gap: 12px;
  }

  body.astra-special-template > .special-site > .site-header .header-inner img {
    width: 20px !important;
    height: 20px !important;
  }

  body.astra-special-template > .special-site > .site-header .nav {
    display: none;
    position: absolute;
    left: 14px;
    right: 14px;
    top: calc(100% - 2px);
    z-index: 10;
    margin-left: 0;
    padding: 12px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    border: 1px solid var(--border);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 38px rgba(18, 32, 50, .12);
  }

  body.astra-special-template > .special-site > .site-header .nav.open {
    display: flex;
  }

  body.astra-special-template > .special-site > .site-header .nav.open a {
    padding: 12px 10px;
  }

  body.astra-special-template > .special-site > .site-header .header-cta {
    display: none;
  }

  body.astra-special-template > .special-site > .site-header .menu-toggle {
    display: inline-flex;
    width: 21px;
    height: 21px;
    flex: 0 0 21px;
  }

  body.astra-special-template > .special-site > .site-header .menu-toggle svg {
    width: 14px !important;
    height: 14px !important;
    flex-shrink: 0 !important;
  }

  body.astra-special-template > .special-site > .footer {
    padding: 54px 18px 24px;
  }

  body.astra-special-template > .special-site > .footer .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  body.astra-special-template > .special-site > .footer .footer-bottom {
    flex-direction: column;
  }

  body.astra-special-template > .special-site > .astra-line-floating {
    right: 12px;
    bottom: 12px;
  }
}

/* =====================================================================
   2026-06 改善: 明朗会計ストリップ / アクセント / 動き / スマホ固定バー
   ===================================================================== */
.special-site { --accent: #d98a25; }

/* --- 施策4: 料金セクションの明朗会計ストリップ --- */
.special-site .fee-assure {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  max-width: 1180px;
  margin: 0 auto 30px;
}
.special-site .fee-assure__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px 18px;
  border: 1px solid var(--special-line);
  border-left: 3px solid var(--accent);
  border-radius: 8px;
  background: #fffdf8;
}
.special-site .fee-assure__mark {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--special-navy);
  color: #f5c97a;
  font-weight: 800;
  font-size: 14px;
}
.special-site .fee-assure__body { display: grid; gap: 3px; }
.special-site .fee-assure__body strong { font-size: 14px; color: var(--special-navy); }
.special-site .fee-assure__body span { font-size: 12px; color: var(--special-muted); line-height: 1.7; }
@media (max-width: 760px) {
  .special-site .fee-assure { grid-template-columns: 1fr; gap: 10px; }
}

/* --- 施策5: カードのホバーに力強いアクセント --- */
.special-site .worry-card,
.special-site .svc-card,
.special-site .price-card { position: relative; }
.special-site .worry-card::after,
.special-site .svc-card::after,
.special-site .price-card::after {
  content: "";
  position: absolute; left: 0; top: 0;
  width: 100%; height: 2px;
  background: linear-gradient(90deg, var(--special-navy), var(--accent));
  transform: scaleX(0); transform-origin: left;
  transition: transform .28s ease;
}
.special-site .worry-card:hover::after,
.special-site .svc-card:hover::after,
.special-site .price-card:hover::after { transform: scaleX(1); }

/* --- 施策6: スクロールでふわっと出現（控えめ） --- */
.special-site .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .6s ease, transform .6s ease;
  will-change: opacity, transform;
}
.special-site .reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .special-site .reveal { opacity: 1; transform: none; transition: none; }
}

/* --- 施策3: スマホ用 固定お問い合わせバー --- */
.fuei-mobile-cta { display: none; }
@media (max-width: 900px) {
  .fuei-mobile-cta {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 6px;
    position: fixed;
    left: 0; right: 0; bottom: 0;
    z-index: 10000;
    background: #fff;
    border-top: 1px solid var(--special-line);
    box-shadow: 0 -6px 20px rgba(7, 26, 47, .12);
    padding: 6px 8px calc(6px + env(safe-area-inset-bottom, 0px));
  }
  .fuei-mobile-cta .fuei-mcta-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    padding: 8px 4px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
  }
  .fuei-mobile-cta .fuei-mcta-item svg { width: 22px; height: 22px; }
  .fuei-mobile-cta .fuei-mcta-tel { background: var(--special-navy); color: #fff; }
  .fuei-mobile-cta .fuei-mcta-line { background: #06c755; color: #fff; }
  .fuei-mobile-cta .fuei-mcta-form { background: var(--accent); color: #fff; }
  /* スマホでは右下QRフロートを隠し、固定バーに一本化 */
  body.astra-special-template > .special-site > .astra-line-floating { display: none; }
  body { padding-bottom: 74px; }
}

/* ===================== 2026-07-05 新デザイン(建設業許可サポート) ===================== */
:root { --ac: #2E6BE6; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body.astra-special-template { margin: 0; }
body.astra-special-template .special-site { font-family: 'Zen Kaku Gothic New', sans-serif; color: #0d1b2e; background: #f7fafd; -webkit-font-smoothing: antialiased; overflow-x: clip; }
body.astra-special-template ::selection { background: rgba(46, 107, 230, .16); }
body.astra-special-template input,
body.astra-special-template select,
body.astra-special-template textarea,
body.astra-special-template button { font-family: inherit; }

/* 実送信フォーム([astra_kensetsu_contact_form])を新デザインのカードに合わせて整形 */
.kensetsu-contact-card .form-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 100%;
}
.kensetsu-contact-card .contact-message {
  margin: 0 0 4px;
  padding: 14px 18px;
  border-radius: 13px;
  font-size: 13px;
  line-height: 1.8;
}
.kensetsu-contact-card .contact-message--success {
  background: color-mix(in oklab, var(--ac, #2E6BE6) 8%, white);
  border: 1px solid color-mix(in oklab, var(--ac, #2E6BE6) 25%, transparent);
  color: #0d1b2e;
}
.kensetsu-contact-card .contact-message--error {
  background: #fdecec;
  border: 1px solid #f3b4b4;
  color: #7a1d1d;
}
.kensetsu-contact-card .field {
  display: flex;
  flex-direction: column;
  gap: 7px;
  font-size: 12.5px;
  font-weight: 700;
  margin-bottom: 0;
}
.kensetsu-contact-card .field .req {
  font-weight: 500;
  color: rgba(13, 27, 46, .4);
}
.kensetsu-contact-card input[type="text"],
.kensetsu-contact-card input[type="email"],
.kensetsu-contact-card input[type="tel"],
.kensetsu-contact-card select,
.kensetsu-contact-card textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 14px 16px;
  border: 1px solid rgba(13, 27, 46, .14);
  border-radius: 13px;
  background: #fbfdff;
  font-size: 15px;
  color: #0d1b2e;
}
.kensetsu-contact-card input:focus,
.kensetsu-contact-card select:focus,
.kensetsu-contact-card textarea:focus {
  outline-color: var(--ac, #2E6BE6);
}
.kensetsu-contact-card textarea {
  line-height: 1.8;
  resize: vertical;
}
.kensetsu-contact-card .consent {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 12.5px;
}
.kensetsu-contact-card .consent-label {
  font-weight: 700;
}
.kensetsu-contact-card .consent .row {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
}
.kensetsu-contact-card .form-submit {
  margin-top: 6px;
  background: var(--ac, #2E6BE6);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 17px 34px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0 12px 32px rgba(46, 107, 230, .35);
  transition: transform .25s, box-shadow .25s;
}
.kensetsu-contact-card .form-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(46, 107, 230, .45);
}
.kensetsu-contact-card .ssl-note {
  margin: 0;
  font-size: 11.5px;
  color: rgba(13, 27, 46, .45);
}
