/*=======================================================
404
=======================================================*/
/* 見出し */
#error section{
	width:100%;
	text-align: center;
	padding: 60px 2% 90px;
}
#error section h2{
	margin: 0 0 50px;
}
#error section h2 + p{
	line-height: 1.8;
	margin: 0 0 30px;
}
#error section .btn a{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width:200px;
	height: 45px;
	background: #003300;
	margin: 0 auto;
	padding: 2px 10px 0 0;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
}
#error section .btn a::after{
	content: "▶";
	font-size: 11px;
	margin: 0 0 0 35px;
}

/*=====================================================================================
スマホ用スタイル
=====================================================================================*/
@media screen and (max-width: 768px){
	#error section h2 {
		margin: 0 auto 60px;
		width: 90%;
	}
	#error section h2 + p{
		font-size: 16px;
		margin: 0 0 40px;
	}
	#error section .btn{
		font-size: 17px;
	}
	#error section .btn::after{
		margin: 0 0 0 25px;
	}
}

@media screen and (max-width: 668px){
	#error section h2 {
		margin: 0 auto 60px;
		width: 90%;
	}
	#error section h2 + p{
		font-size: 16px;
		margin: 0 0 40px;
	}
	#error section .btn{
		font-size: 17px;
	}
	#error section .btn::after{
		margin: 0 0 0 25px;
	}
}

@media screen and (max-width: 414px){
	#error section h2 {
		margin: 0 auto 40px;
		width: 95%;
	}
	#error section h2 + p{
		font-size: 15px;
		margin: 0 0 30px;
	}
	#error section .btn{
		font-size: 16px;
	}
	#error section .btn::after{
		margin: 0 0 0 35px;
	}
}

