@charset 'UTF-8';


/* news
------------------------------*/
#content .news-box {
	margin-bottom: 20px;
	line-height: 1.6;
}
#content .news-box .news {
	background: url("../image/icon03.jpg") left 10px top 18px no-repeat,
				url("../image/icon04.jpg") left bottom repeat-x;
	padding: 10px 0 6px 30px;
	line-height: 1.6;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#content .news-box .news .date {
	width: 87px;
	margin-right: 18px;
}
#content .news-box .news h4 {
	max-width: 540px;
	background: none;
	padding: 0;
	margin: 0;
	font-size: 1.4rem;
}
#content .btn-news {
	text-align: right;
}
#content .btn-news a:hover img {
	opacity: 1 !important;
}


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

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

.button {
	margin-top: 50px;
}
.button a {
	display: block;
    width: 240px;
    padding: 12px 20px;
    border-radius: 30px;
    background: #FFF;
	font-size: 1.6rem;
	color: #49C620;
	text-align: center;
	line-height: 1.2;
	text-decoration: none;
}
.button a:hover {
	background: #49C620;
	color: #FFF;
}