@charset "utf-8";

/*=======*/
/* error */
/*=======*/
.error.notfound h2 {
	margin: 110px 0 30px;
}

.error.notfound .txt-404 {
	margin-bottom: 50px;
	text-align: center;
	line-height: 2;
}

.error.notfound ul {
	margin-bottom: 170px;
	width: 100%;
	text-align: center;
	margin-left: 0;
	padding: 0;
}

.error.notfound ul li {
	display: inline;
	font-size: 0;
}

.error.notfound ul li:not(:last-child) {
	margin-right: 20px;
}

.error.notfound ul li a {
	display: inline-block;
	padding: 9px 0;
	width: 180px;
	color: #fff;
	font-size: 17px;
	text-align: center;
	border-radius: 4px;
	background: #008391;
}

.error.notfound ul li a:hover {
	text-decoration: none;
}

@media screen and (max-width: 750px) {
.error.notfound h2 {
	margin: 50px 0 20px;
}

.error.notfound .txt-404 {
	margin-bottom: 20px;
	font-size: 10px;
	line-height: 2.3;
}

.error.notfound .box-middler{
	width: 90%;
}

.error.notfound ul li {
	display: block;
	margin-right: 0 !important;
}

.error.notfound ul li:not(:last-child) {
	margin-bottom: 15px;
}

.error.notfound ul li a {
	padding: 11px 0;
	font-size: 12px;
}
}