/*===============================================

404 ページが見つかりません

===============================================*/

@media print, screen and (min-width: 768px){

.notfoundBox{
	padding:80px 0 100px;
	text-align:center;
}

.notfoundBox h1{
	font-family: 'Roboto',sans-serif;
	font-size:48px;
	color:#F6AB00;
	font-weight:700;
	line-height:1.0em;
	letter-spacing:0.05em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.notfoundBox p.notfound_txt{
	margin-top:60px;
	font-family: "Noto Sans JP","游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:15px;
	color:#4D4D4D;
	font-weight:500;
	line-height:2.2em;
	letter-spacing:0.1em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.notfoundBox p.notfound_txt a{
	text-decoration:underline;
}

.notfoundBox p.notfound_txt a:hover{
	text-decoration:none;
}

}

@media screen and (max-width:768px){

.notfoundBox{
	padding:55px 30px 100px;
}

.notfoundBox h1{
	text-align:center;
	font-family: 'Roboto',sans-serif;
	font-size:34px;
	color:#F6AB00;
	font-weight:700;
	line-height:1.0em;
	letter-spacing:0.05em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.notfoundBox p.notfound_txt{
	margin-top:40px;
	font-family: "Noto Sans JP","游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	color:#4D4D4D;
	font-weight:500;
	line-height:2.1em;
	letter-spacing:0.08em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.notfoundBox p.notfound_txt br{
	display:none;
}

.notfoundBox p.notfound_txt a{
	text-decoration:underline;
}

.notfoundBox p.notfound_txt a:hover{
	text-decoration:none;
}

}
