@charset 'UTF-8';

.news .date {
	margin-bottom: 5px;
	font-weight: bold;
}

.news .text p + p {
	margin-top: 0;
}

.image {
	width: 20%;
}
.image div + div {
	margin-top: 10px;
}


.news  .button {
	margin-top: 50px;
	text-align: left;
}

.news  .button a{

	display: block;
	margin: 0 auto;
	width: 280px;
	text-decoration: none;
	color: #fff;
	text-align: center;
	background: #BF3B31;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 2.25;
	letter-spacing: 0.01em;
	border-radius: 4px;
	padding: 16px 0 18px;
}
.news  .button a:hover{
	opacity: 0.8;
}
