@charset "utf-8";
/* CSS Document */

main {
} 

/* notfound_con
----------------------------------------- */

#notfound_con {
	padding-top: 20rem;
	padding-bottom: 20rem;
} 

#notfound_con .not_found {
	text-align: center;
}

#notfound_con h1 {
	font-size: 5.0rem;
	text-align: center;
	font-weight: bold;
	margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
#notfound_con {
	padding-top: 10rem;
	padding-bottom: 10rem;
}
#notfound_con h1 {
	font-size: 3.0rem;
}
}