@charset "utf-8";
.notFoundArea {
	background: url(/img/notfound_bg01.jpg) repeat-x;
	width: 1000px;
	border-top: 2px solid #d7f1fb;
	border-right: 2px solid #d7f1fb;
	border-left: 2px solid #d7f1fb;
	border-radius: 8px;
	position:relative;
	padding-bottom: 75px;
}
.notFoundArea .text {
	background: url(/img/notfound_bg02.png) no-repeat 0 0;
	height: 256px;
}
.notFoundArea .text:after {
	position: absolute;
	content: "";
	background: url(/img/notfound_bg03.png) no-repeat;
	width: 358px;
	height: 217px;
	top: 27px;
	right: 18px;
}
.notFoundArea .text p {
	margin-top: 0;
}
.notFoundArea .text .title {
	display: block;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: bold;
	color: #81494b;
	width: 400px;
	text-align: center;
	padding-top: 30px;
	margin-left: 5em;
}
.notFoundArea .text .sentence {
	display: block;
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: bold;
	color: #d4312f;
	padding: 0 0 0 125px;
	position:relative;
}
.notFoundArea .text .sentence span:before{
	position: absolute;
	content: "";
	background: url(/img/notfound_ic01.png) no-repeat;
	width: 68px;
	height: 68px;
	top: 10%;
	left: 43px;
}
.notFoundArea [class*="flexElement"] {
	margin-top: 1.2em;
}
.notFoundArea .reason {
	background: #fff5f0;
	border: 2px solid #f58a8f;
	border-radius: 6px;
	padding: 20px 0 20px 20px;
	position: relative;
	margin-left: 20px;
	width: 420px;
}
.notFoundArea .reason:before {
	position: absolute;
	content: "";
	background: url(/img/notfound_bg04.png) no-repeat;
	width: 178px;
	height: 246px;
	top: 26px;
	right: -46px;
}
.notFoundArea .reason p {
	margin-top: 0;
}
.notFoundArea .reason .normalList01 li {
	line-height: 1.2;
}
.notFoundArea .searchBox {
	background: #fffbeb;
	border: 2px solid #f5aa82;
	border-radius: 6px;
	padding: 20px;
	position: relative;
	margin-right: 20px;
}
.notFoundArea .searchBox p {
	margin-top: 0;
}
.notFoundArea .searchBox .btnLink01 li:first-child {
	width: 260px;
}
.notFoundArea .searchBox .btnLink01 li:nth-child(2) {
	width: 166px;
}
.notFoundArea .flexElement2 > *.search {
	width: 500px;
}
.notFoundArea [class*="btnLink"] > li > em > a > span {
	padding: 0.8em 0 0.8em 0;
	background: url(/img/notfound_ic02.png) no-repeat 2% 45%;
}
.notFoundArea [class*="btnLink"] > li > a > span {
	padding: 0.8em 0 0.8em 0;
	background: url(/img/notfound_ic03.png) no-repeat 3% 48%;
}
.notFoundArea .searchBox .inputArea{
	margin-top: 20px;
	width: 100%;
	position: relative;
}
.notFoundArea .searchBox .inputArea .field input{
	width: 100%;
	border-color: #e1e1e1;
	border-radius: 3px;
	border-style: solid;
	padding: 12px 0 12px 13px;
}
.notFoundArea .searchBox .inputArea .searchBtn {
	background: #eb4e4e;
	width: 47px;
	padding: 11px 14px 6px 10px;
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	border-radius: 0 3px 3px 0;
	cursor: pointer;
}
	
@media only screen and (max-width: 767px){
	
	.notFoundArea {
		background: url(/img/notfound_bg01_sp.jpg) repeat-x ;
		width: 100%;
		border-top: none;
		border-right: none;
		border-left: none;
		border-radius: 0;
		padding-bottom: 20px;
	}
	.notFoundArea .text {
		background: url(/img/notfound_bg02.png) no-repeat 0 0;
		width: 320px;
		height: 146px;
		background-size: 320px 146px;
	}
	.notFoundArea .text:after {
		background-size: 231px 140px;
		width: 231px;
		height: 140px;
		top: 354px;
		right: auto;
		left: -26px;
		z-index: 1;
	}
	.notFoundArea .text .title {
		font-size: 14px;
		font-size: 1.4rem;
		width: auto;
		padding-top: 22px;
		margin-left: 0;
	}
	.notFoundArea .text .sentence {
		font-size: 17.5px;
		font-size: 1.75rem;
		padding: 5px 0 0 42px;
	}
	.notFoundArea .text .sentence span:before{
		background-size: 34px 34px;
		width: 34px;
		height: 34px;
		top: 20%;
		left: 6px;
	}
	.notFoundArea .reason {
		background: #fff5f0;
		padding: 15px 0 20px 15px;
		margin: 0 10px;
		width: auto;
	}
	.notFoundArea .reason p {
		font-size: 13px;
		font-size: 1.3rem;
	}
	.notFoundArea .reason:before {
		background: url(/img/notfound_bg04_sp.png) no-repeat;
		background-size: 150px 183px;
		width: 150px;
		height: 183px;
		top: 62px;
		right: -7px;
	}
	.notFoundArea .searchBox {
		padding: 28px 10px 20px;
		margin: 0 10px;
	}
	.notFoundArea .searchBox p br {
		display: none;
	}
	.notFoundArea .searchBox .btnLink01 li:first-child {
		width: 100%;
	}
	.notFoundArea .searchBox .btnLink01 li:nth-child(2) {
		width: 100%;
		padding-top: 15px;
	}
	.notFoundArea .flexElement2 > *.search {
		width: 100%;
		padding-top: 114px;
	}
	.notFoundArea [class*="btnLink"] > li > em > a > span {
		padding: 0.8em 0 0.8em 0;
		background: url(/img/notfound_ic02.png) no-repeat 3% 45%;
	}
	.notFoundArea [class*="btnLink"] > li > a > span {
		padding: 0.8em 0 0.8em 0;
		background: url(/img/notfound_ic03.png) no-repeat 3% 48%;
	}
	.notFoundArea .searchBox .inputArea{
		width: 100%;
	}
	.notFoundArea .searchBox .inputArea .field input{
		width: 100%;
		padding: 12px 0 12px 9px;
	}
	.notFoundArea .searchBox .inputArea .searchBtn {
		width: 38px;
		padding: 14px 14px 6px 10px;
		top: 0;
		right: 0;
	}

}