@charset "utf-8";


/*--error
---------------------------------------------------- */

#error .content__aside {
	display: none;
}
.error_box {
	padding-top: 80px;
	padding-bottom: 20px;
}
.error_box h2 {
	font-size: 48px;
	font-weight: 300;
	margin-bottom: 20px;
}
.error_box h3 {
	font-size: 32px;
	font-weight: 300;
	margin-bottom: 40px;
	line-height: 1.4;
}
.error_box h3 br {
	display: none;
}
@media screen and (max-width: 640px) {
	#error .content__aside {
		display: block;
	}
	.error_box {
		padding-top: 40px;
	}
	.error_box h2 {
		font-size: 42px;
		font-weight: 300;
		margin-bottom: 20px;
	}
	.error_box h3 {
		font-size: 24px;
		font-weight: 300;
		margin-bottom: 40px;
	}
	.error_box h3 br {
		display: block;
	}
	.error_p {
		text-align: left;
	}
	.error_p .sp_hide {
		display: none;
	}
}