@charset "UTF-8";
/* CSS Document */
/* ---------------------------------------------------
Section Notfound
------------------------------------------------------ */
.sec_notfound{ padding: 90px 0;}
.sec_notfound h2 {
	margin-bottom: 40px;
	font-size: 32px;
	text-align: center;
}
.sec_notfound .note {
	margin-bottom: 40px;
	text-align: center;
}

@media screen and (max-width: 600px) {
.sec_notfound{ padding: 30px 0 0;}
.sec_notfound h2 {
		margin-bottom: 20px;
		font-size: 26px;
	}
.sec_notfound .note {
		text-align: left;
	}
}