#page_title{
	background:url('../images/about/bg_h2.webp') no-repeat center center;
}
#news_list article{
	background:#f3f3f3;
	padding:40px;
	box-sizing:border-box;
	margin:0 auto 50px;
	display:flex;
	border-radius:20px;
}
#news_list article time{
	display:block;
	color:#0071c5;
	width:180px;
	flex:none;
}
.honbun{
	width:calc(100% - 180px);
	flex:none;
}