@charset "utf-8";

.banner.notice {
	background: url(../img/notice/notice_banner.jpg) no-repeat top center;
	background-size: cover;
	height: 330px;
}
.block-notice h2 {
	font-size: 18px;
	color: #2E6B36;
	margin-bottom: 10px;
}
.block-notice p {
	font-size: 18px;
	line-height: 2.5em;
}
.block-notice {
	margin-bottom: 57px;
}
.block-notice:last-child {
	margin: 0;
}
@media (max-width: 680px) {
	.block-notice {
		margin-bottom: 40px;
	}
	.block-notice h2,
	.block-notice p {
		font-size: 16px;
	}
}