@charset "UTF-8";

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


#notfound_area h3 {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1em;
}

#notfound_area .hover_arrow_return {
	font-size: 18px;
	width: 300px;
    height: 60px;
	margin: 0 auto;
}

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

#notfound_area h3 {
	font-size: 5.2vw;
}

#notfound_area .hover_arrow_return {
	font-size: 5vw;
	width: 65vw;
	height: 15vw;
}
#notfound_area .hover_arrow_return span {
	width: 10vw;
}
	
}