/* ============================================
   倉庫作業フォーム専用カラー（青色 #1D6CF0）
   ============================================ */

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

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

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

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

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

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

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

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

