@charset "utf-8";
/* エラー */
.error404 #contents #main {
	max-width: none;
}
.error404 #banner {
	display: none;
}
.section.error {
	margin-top: 40px;
	padding: 30px !important;
}
.error__text {
	font-size: 1.25em;
}
.error__img {
	margin-top: 24px;
	text-align: center;
}
h3.error__title {
	margin-top: 32px;
	font-size: 1.75em;
	padding: 0;
}
.error__text:not(.first) {
	margin: 20px 0 0;
}
.error__btn {
	display: block;
	margin: 24px auto 0;
	padding: 6px 24px 6px 35px;
	box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.4) inset;
	background: #0061a3 url(../img/share/arrow-r-white.png) 20px center no-repeat;
	background-size: 8px auto;
	color: #fff;
	font-size: 1.25em;
	text-align: center;
	text-decoration: none;
}
@media only screen and (min-width:641px) {
	.error__title,
	.error__text {
		text-align: center;
	}
	.error__btn {
		width: 320px;
	}
}