/* about_style.css - about.php専用スタイルシート */
/* 依存ファイル: common.css（共通スタイル） */
/* 呼び出し元: about.php */
/* 呼び出し先: なし */
/* ※ 共通スタイルは common.css を参照。ここにはページ固有スタイルのみ記載 */
/* ================================================
   スタッフ紹介セクション
   public_page_sections (page_id=5) の html コンテンツ内で使用
   ================================================ */

/* h2 見出し：グラデーションボーダーライン */
.staff-heading {
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 13px;
    background: linear-gradient(to right, #196519 0%, #196519 25%, #ccc 25%, #ccc 100%);
    background-position: bottom;
    background-size: 100% 3px;
    background-repeat: no-repeat;
}

/* p 氏名・役職テキスト */
.staff-name {
    margin-bottom: 15px;
}

/* h3 経歴ラベル */
.staff-career-heading {
    font-size: 1rem;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
}

/* div 経歴インデントブロック */
.staff-career-list {
    padding-left: 40px;
}

/* p 経歴各行 */
.staff-career-item {
    margin-bottom: 8px;
}