/*
Theme Name: 学費コンパス child
Theme URI: https://gakuhicompass.com/
Description: Lightning G3 子テーマ（学費コンパス専用）
Author: 大国屋ビジネスコンサルティング
Template: lightning
Version: 1.0.0
Text Domain: gakuhicompass
*/

:root {
  --gc-green: #1B5E4A;
  --gc-green-dark: #103D31;
  --gc-gold: #D9A62E;
  --gc-green-pale: #EDF5F1;
  --gc-gray: #F6F8FA;
  --gc-text: #25332E;
  --gc-border: #D9E2DE;
  --gc-caution: #A66F00;
  --gc-out: #68736F;
  --gc-radius-card: 12px;
  --gc-radius-cta: 10px;
  --gc-radius-input: 8px;
}

body {
  color: var(--gc-text);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  line-height: 1.85;
}

@media (max-width: 767px) {
  body { font-size: 16px; }
}

.entry-body > *,
.gc-narrow { max-width: 760px; }

a { color: var(--gc-green); }
