@charset "utf-8";

/*---------------------------------

404ページ

---------------------------------*/
.notfound {
	margin-top: 90px;
}
.main_content .notfound_inner {
	padding: 30px;
	margin-bottom: 45px;
}
.notfound_ttl {
    font-size: 25px;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    line-height: 1;
    font-weight: bold;
    letter-spacing: 5px;
    margin-bottom: 30px;
}
.notfound_txt {
	text-align: center;
	margin-bottom: 50px;
}
.notfound_btn {
	text-align: center;
}
.notfound_btn a {
	background: #efefef;
	border: 1px solid #44403f;
	border-radius: 10px;
	font-size: 14px;
	line-height: 1;
	padding: 10px 30px;
}


@media print, screen and (min-width:768px) {
}

@media print, screen and (min-width:992px) {
	.notfound {
		margin-top: 170px;
	}
	.main_content .notfound_inner {
		padding: 160px 100px 120px;
		margin-bottom: 90px
	}
	.notfound_ttl {
		font-size: 60px;
		margin-bottom: 70px;
		letter-spacing: 8px;
	}
	.notfound_txt {
		margin-bottom: 100px;
	}
	.notfound_btn a {
		font-size: 18px;
	}
}