/* entry.html 専用の最小スタイル（site.cssは編集しない） */
.tel-band { text-align: center; }
.tel-band .tel-lead { margin-top: -8px; color: rgba(255,255,255,.85); font-size: 15px; }
.tel-band .tel-num { margin-top: 22px; }
.tel-band .tel-num a {
  font-family: var(--font-en); font-weight: 700;
  font-size: clamp(36px, 6vw, 58px); letter-spacing: .04em;
  color: #fff; line-height: 1.3;
}
.tel-band .tel-num a:hover { color: var(--lime); }
.tel-band .tel-note { margin-top: 8px; font-size: 14px; color: rgba(255,255,255,.85); }
.form-submit { text-align: center; margin-top: 36px; }
.form-note { margin-top: 14px; text-align: center; }
