/*
ニュース記事のアクションプランジャンル文字色指定
.news-list__cat--[名称]※ としてください
event、life、wellness、society、otherはサイト全体のカラーとしても使用されているため変更非推奨
※ニュースカテゴリで指定した「出力ファイル/フォルダ名」
*/

.news-list__cat--testcat {
    color: #FF8000;
}

.news-list__cat--event {
    color: #C42F4E;
}

.news-list__cat--life {
    color: #4593CE;
}

.news-list__cat--wellness {
    color: #94D449;
}

.news-list__cat--society {
    color: #F1D74F;
}

.news-list__cat--other {
    color: #674982;
}

