@charset "UTF-8";
@import url("./lp-b-003.css?v=20260904-6");

/* 公務員・教職員 003 / LP-B — audience theme */
:root {
  --color-accent:       #29b9d6;
  --color-accent-rgb:   41, 185, 214;
  --color-accent-deep:  #164b9b;
  --color-accent-deep-rgb: 22, 75, 155;
  --color-cta:          #f85870;
  --gradient-accent:    linear-gradient(70deg, #f88090, #f85870);
  --c-button-shadow:    #c23a52;
  --color-section-bg:   #f2faec;
  --color-card-shadow-rgb: 112, 154, 96;
  --color-chat-shadow-rgb: 143, 188, 118;
  --learn-check-image:  url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><circle cx='12' cy='12' r='12' fill='%2329b9d6'/><polyline points='7 12.5 10.5 16 17 8' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  --buf-step-current-bg: var(--color-accent);
  --buf-step-done-bg:    color-mix(in srgb, var(--color-accent) 30%, #fff);
  --buf-step-done-fg:    var(--color-accent);
  --buf-step-pending-fg: var(--buf-step-current-bg);
}

.l-footer {
  background-color: var(--color-accent-deep);
}
