
header {
	width: 100%;
	height: 405px;
	background-image: url(../../common/images/not_found/sp_mv.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
}
main.not_found > section {
	padding-top: 50px;
	height: 327px;
	background-image: url(../../common/images/not_found/sp_404_area01_bg.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
}
main.under > section {
	padding-top: 50px;
	height: 250px;
	background-image: url(../../common/images/not_found/sp_404_area01_bg.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100%;
}
main.not_found > section > * + *,
main.under > section > * + * {
	margin-top: 20px;
}
main.not_found > section p,
main.under > section p {
    font-size: 12px;
    line-height: 22px;
    font-family: 'Noto Serif JP', serif;  
    font-weight: 400;
    text-align: center;
    color: #666666;	
}