
main,
footer{	background: #faf6ef;}
.page_title{
	background: url(img/topimg.jpg) no-repeat top center;
	background-size: 100% 200px;
}


#news{
	padding: 0 0 30px 0;
}


/** news_list **/

.news_list{
	width: calc(100% - 40px);
	max-width: 630px;
	font-size: 0;
	line-height: 0;
	margin: 0 auto;
}
.news_list a{
	display: flex;
	align-items: start;
	align-content: center;
	justify-content: flex-start;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 1px;
	color: currentColor;
	padding: 25px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.news_list a span{
	width: 100px;
	text-align: left;
}
.news_list a p{
	flex: 1;
	text-align: left;
}


/** news_box **/

.news_box{
	width: calc(100% - 40px);
	max-width: 910px;
	font-size: 0;
	line-height: 0;
	margin: 0 auto;
}
.news_box h3{
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 300;
	font-size: 28px;
	line-height: 32px;
	text-align: left;
	color: #c09a5a;
	margin: 0 0 10px 0;
}
.news_box .date{
	font-size: 12px;
	line-height: 22px;
	letter-spacing: 1px;
	text-align: left;
	margin: 0 0 30px 0;
}
.news_box .news_main{
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 1px;
	text-align: left;
}
.news_box .news_main i{	font-style: italic; font-family: 'Hiragino Kaku Gothic ProN','Hiragino Sans','Yu Gothic UI', Meiryo, sans-serif;}
.news_box .news_main u{	text-decoration: underline;}

.news_box .news_link{
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	margin: 50px 0 0 0;
	padding: 50px 0 0 0;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.news_box .news_link a{
	display: inline-block;
	vertical-align: top;
	color: currentColor;
	margin: 0 10px;
}

.news_box .news_link a:hover{
	text-decoration: underline;
}


/*=================================================
 * CSS for SP
 * ================================================= */

@media screen and (max-width: 650px) {
	.page_title{
		background: url(img/topimg.jpg) no-repeat top center;
		background-size: 150% 100px;
		margin-bottom: 30px;
	}


	.news_box h3{
		font-size: 20px;
		line-height: 1.4;
	}
}