#mainimage{
	height:330px;
	background:url('../images/news_title.webp') no-repeat top center;
	margin:0 auto 80px;
}
#main{
	max-width:960px;
	gap:60px;
	display:flex;
	margin:0 auto;
}
#main #contents{
	width:680px;
	flex:none;
}
#main #contents section{
	border:1px solid #ccc;
	padding:20px;
	border-radius:20px;
	margin:0 auto 50px;
}
#main #contents section h3{
	font-size:24px;
	font-family: yu-mincho-pr6, sans-serif;
	margin:0 0 20px;
	padding:0 0 10px 0;
	border-bottom:2px dotted #ccc;
	line-height:1.5em;
}
#main aside{
	width:220px;
	flex:none;
}
#news_header{
	display:flex;
	gap:40px;
	justify-content:flex-end;
	margin-bottom:20px;
}
#main aside dl{
	margin-bottom:50px;
}
#main aside dt{
	background:#cfe252;
	margin-bottom:20px;
	line-height:50px;
	border-radius:10px;
	text-align:center;
}
#main aside dd ul{
	padding:0 0 0 30px;
}
#main aside dd ul li{
	margin-bottom:10px;
}