@charset "UTF-8";

/*================================================
 *  404
 ================================================*/


#notofound_area .btn_top {
	border-radius: 1rem;
	font-size: 2.4rem;
	font-weight: 500;
	width: 34rem;
	height: 9rem;
	margin: 5rem auto 0;
	padding: 0 0.75em 0 0.95em;
}
#notofound_area .btn_top:hover [class*="circle_arrow"]::after {
	border-color: var(--color-orange);
}


/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width: 800px) {


#page_title_enja h1 em {
	font-size: 5.4vw;
}


#notofound_area .btn_top {
	border-radius: 1.3vw;
	font-size: 5vw;
	width: 70vw;
	height: 17vw;
	margin-top: 8vw;
	padding: 0 0.75em 0 0.95em;
}



}