@charset "UTF-8";

/*================================================
 *  404用
 ================================================*/

#notfonund_area h2 {
	font-size: 4.2rem;
	font-weight: 700;
	line-height: 1.75;
	margin-bottom: 0.8em;
	text-align: center;
}



#notfonund_area .btn_arrow_bd {
	font-size: 2.6rem;
	font-weight: 700;
	width: 40rem;
	height: 10rem;
	margin: 6rem auto 0;
	padding: 0 1.1em 0 1.8em;
}
#notfonund_area .btn_arrow_bd [class*="icon-"] {
	font-size: 123%;
}





/*================================================================================================
 *  スマートフォン向けデザイン
 ================================================================================================*/
@media screen and (max-width:800px) {



#notfonund_area h2 {
	font-size: 7.2vw;
}


#notfonund_area .btn_arrow_bd {
	font-size: 4.8vw;
	width: 73vw;
	height: 21vw;
	margin-top: 11vw;
}





	
}