/* ============================================
   営業職フォーム専用カラー（赤色 #F62837）
   ============================================ */

/* タイトル部分 */
.policy-title h1 {
  color: #F62837 !important;
}

.policy-title span {
  color: #F62837 !important;
}

/* 必須マーク */
.about_table_content .comment_red {
  color: #F62837 !important;
}

/* フォーカス時のボーダー */
.about_table_content .form-control:focus,
.about_table_content input:focus,
.about_table_content textarea:focus,
.about_table_content select:focus {
  border-color: #F62837 !important;
}

/* ボタン */
.form-scope .btn:not(.btn--secondary) {
  background-color: #e60012 !important;
}

.form-scope .btn:not(.btn--secondary):hover {
  background-color: #ff2a3a !important;
}

/* 文字数カウント */
.about_table_content .character-count {
  color: #F62837 !important;
}

/* チェックボックス（チェック時） */
.form-scope .checkbox-label input[type="checkbox"]:checked + .custom-box {
  background-color: #d32f2f !important;
}

