/*
Theme Name: 株式会社鈴木エンタープライズ
Theme URI: https://www.secorp.co.jp/
Author: SUZUKI ENTERPRISE CO., LTD.
Author URI: https://www.secorp.co.jp/
Description: 鈴木エンタープライズの公式コーポレートサイトテーマ。Astro 版で作成したデザインを WordPress 化したもの。
Version: 1.0.1
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: Proprietary
Text Domain: secorp
*/

/* ベーススタイル — Tailwind は CDN で読み込むため最低限のみ */
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body { font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif; }

/* prose-jp（記事本文用） */
.prose-jp { line-height: 1.9; letter-spacing: 0.02em; color: #334155; }
.prose-jp h2 {
  margin-top: 2.5rem; margin-bottom: 1rem;
  padding-left: 0.75rem; border-left: 4px solid #fbbf24;
  font-size: 1.5rem; font-weight: 700; color: #0f172a;
}
.prose-jp h3 {
  margin-top: 2rem; margin-bottom: 0.75rem;
  font-size: 1.125rem; font-weight: 700; color: #0f172a;
}
.prose-jp p { margin-bottom: 1rem; }
.prose-jp ul { list-style: disc; padding-left: 1.5rem; margin-bottom: 1rem; }
.prose-jp ul li { margin-bottom: 0.25rem; }
.prose-jp table { width: 100%; border-collapse: collapse; margin: 1rem 0; font-size: 0.875rem; }
.prose-jp table th, .prose-jp table td {
  border-bottom: 1px solid #e2e8f0;
  padding: 0.625rem 0.5rem;
  text-align: left; vertical-align: top;
}
.prose-jp table th { font-weight: 600; color: #475569; width: 30%; }

/* 製品/お知らせの仕様・実績テーブル（.sec-table）
 * prose-jp 既定の th 幅30%・暗いグレー文字の干渉を解除する。
 * ヘッダー行は tr の色(白)を継承し、左見出し列はインライン色を優先。 */
.prose-jp .sec-table th { width: auto; color: inherit; }
.prose-jp .sec-table { font-size: 0.8125rem; }
