@charset "UTF-8";

/*================================================
 *  404
 ================================================*/

@media screen and (min-width:751px) {
	#notfound_area p {
		line-height: 2.5;
	}
}
#notfound_area .button {
	margin-top: 70px;
}



/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:750px) {

#notfound_area p {
	font-size: 3.7vw;
}
#notfound_area .button {
	margin-top: 8vw;
}
	
}