@charset "utf-8";
/* ===================================================
	Other CSS
====================================================== */
/* ---------------------------------------------------
404
------------------------------------------------------ */
#error section{ margin: 0 auto 150px; text-align: center;}
#error section h2 { margin: 0 auto 50px;}
#error section p{ margin-bottom: 40px;}

@media screen and (max-width: 600px) {
	#error section{ margin: 0 auto 20vw; text-align: left;}
	#error section h2 { margin: 0 auto 7.8vw;}
	#error section h2 .cmn_tit_md{ text-align: left;}
	#error section p{ margin-bottom: 6.25vw;}
}
