/* =============================================
	▼各ページ別
============================================= */
/* ━━━━ ▼スタートアップ起業家支援プロジェクト ━━━━ */
.sup_colum li {
	width: 380px;
}
.sup_colum table {
	width: 100%;
	margin: 10px 0 0 0;
}
.sup_colum table th.blue {
	color: #325784;
	text-align: center;
	background-color: #e3eaf2;
}
.sup_colum table th.red {
	color: #e53035;
	text-align: center;
	background-color: #f0e4e8;
}
.sup_colum table th.green {
	color: #0d4002;
	text-align: center;
	background-color: #dfe8de;
}
.sup_colum table td .blue {
	color: #325784;
}
.sup_colum table td .red {
	color: #e53035;
}
.sup_colum table td .green {
	color: #0d4002;
}
