<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
/*プログラムページCSS*/
/*メインカラー0　#1e50a2　ブルー*/
/*メインカラー1　#0f9900　濃グリーン*/
/*メインカラー2　#e4dbbd　薄キイロ*/
/*メインカラー3　#d483a1　エンジ*/
/*メインカラー4　#d4b683　ベージュ*/
/*メインカラー4　#f39800　オレンジ*/
/*メインカラー5　#e87478　薄ピンク*/
/*メインカラー6　#4c6cb3 薄ブルー*/
/*メインカラー7　#FF8E1A　濃オレンジ*/
/*メインカラー8　#1e50a2　濃ブルー*/
/*カラー1 からし色　#D9B800*/
/*カラー2 濃いブルー　#003485*/
/*カラー3 クロムイエロー　#fcc800*/
.alert_box {
	margin: 40px auto;
	width:100%;
	padding: 20px;
	border: 4px solid red;
	border-radius: 10px;
	background-color: #fdede4;
	text-align: justify;
	line-height: 1.8em;
}
.limit_box {
	margin: 40px auto;
	width: 100%;
	padding: 20px;
	background-color: #FFF9BF;
	box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.2);
	font-weight: 500;
}
.big_word {
	font-size: 30px;
}
.award_container {
	display: flex;
	flex-wrap: wrap;
    gap: 40px;
	margin: 40px 0 60px;
	justify-content: center;
}
.award_item {
	width: 280px;
	box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.2);
	border: 2px solid #003485;
	border-radius: 10px;
}
.award_title {
	font-weight: 500;
	color: white;
	text-align: center;
	padding: 4px 0;
	background-color: #003485;
}
.award_content {
	text-align: center;
	padding: 10px;
}
.award_content span {
	font-size: 20px;
	font-weight: 500;
}
.table_5_container {
	margin: 40px 0 40px;
	border: solid 1px #003485;
}
.table_5_item {
	
}
.table_5_title {
	padding: 4px 0 4px 1em;
	background-color: #003485;
	font-weight: 400;
	line-height: 1.5em;
	color: white;
}
.table_5_content {
	padding: 1em;
	text-align: justify;
	line-height: 1.8em;
	background-color: #F6F7FC;
}</pre></body></html>