@charset "utf-8";

/* ========================================================
	404.css
======================================================== */

.c404 {
	text-align: center;
	margin-bottom: 60px;
}
.c404 p {
	margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
	.c404 {
		margin-bottom: 40px;
	}
}
