@charset "UTF-8";
/* CSS Document */

#news h2 {
	text-align: center;
	color: #016f9c;
}
#news h2 span {
	color: #4A4848;
}
#news .news_in {
	padding-top: 50px;
}
#news .news_in dl {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 20px;
}
#news .news_in dl dt {
	color: #016f9c;
}
#news .news_in dl dd a {
	text-decoration: underline;
}


/*-
	PC版（769px以上）ここから
------------------------------------------------- */
@media screen and (min-width:769px), print{
	
	#news .stageWrap {
		width: 800px;
	}
	
}
/*-
	SP版（768px以下）ここから
------------------------------------------------- */
@media screen and (max-width: 768px) {
	
	
}

