@charset 'UTF-8';


/*--------------------------*/
.newslist .title{
	text-align: center;
	font-size: 5rem;
	line-height: 1.4;
	font-family: 'Arapey', serif;
	margin-bottom: 45px;
	font-style:italic;
}
.newslist .news{
	padding: 14px 30px 12px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.newslist .news .date{
	margin-right: 45px;
}
.page{
	margin-top: 60px;
}
