@charset "UTF-8";
/* =========================================================
   資料請求フォーム（document）専用
   資料請求ボタン色 #3481c1（青）に、ステップ表示・冒頭メッセージ box を合わせる。
   ※必須バッジ・送信ボタンは form-accent.css で #e05271 に統一。
   ========================================================= */

/* ステップ表示（現在地バッジ・見出し番号・バンド）→ 資料請求ボタン色 #3481c1 */
.corporate_current,
.corporate_band,
#entry_corpo .main_title::before,
#entry_corpo2 .main_title::before,
#entry_corpo3 .main_title::before { background: #3481c1 !important; }

/* 冒頭メッセージ box(.first_text) を 資料請求ボタン色の淡色に */
.company_box .first_text { background: rgba(52,129,193,0.15) !important; }
