@charset 'UTF-8';


/*-------------------------------*/
.newslist_detail{
	font-size: 1.6rem;
	padding: 60px 0 80px;
	color: #fff;
}
.news-box{
	width: 1000px;
	margin: 0 auto;
}
.news-box .news{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: flex-start;
	padding: 15px 0 12px 30px;
	margin-bottom: 2px;
}
.news-box .news .date{
	margin-right: 30px;
	font-family: 'Noto Serif JP', '游明朝体', 'Yu Mincho', YuMincho, 'メイリオ', 'Meiryo', sans-serif;
}
.news-box .news a{
	color: #fff;
}
.news-box .news a:hover {
	color: #FFE401;
}
.news-box .button{
	margin-top: 20px;
	text-align: right;
	line-height: 1;
}



.news .date {
	margin-bottom: 20px;
}

.section.news .button{
    margin-top: 50px;
    text-align: left;
}
.section.news .button a:hover {
    opacity: 0.7;
}