@charset "UTF-8";

/*------------------------------------------------
style
--------------------------------------------------*/
#content .m-box-fixed .notfound-box {
	padding-top: 70px;
}

#content .m-box-fixed .maintitle {
	font-size: 218.75%;
	color: #005eb8;
	margin: 25px 0;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
}

#content .m-box-fixed .textbox {
	text-align: center;
	margin-bottom: 60px;
}

.footer-search .footer-search-inner {
	display: table;
	margin: auto;
	line-height: 1;
}

#content .m-box-fixed .lNav {
	width: 100%;
	max-width: 1200px;
	margin: 45px auto 0;
}

#content .m-box-fixed .lNav li {
	margin-right: 2.1%;
	border: 1px solid #005eb8;
	width: 31.9%;
	float: left;
	display: inline-block;
}

#content .m-box-fixed .lNav li:nth-child(3n) {
	margin-right: 0;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
	#content .m-box-fixed .notfound-box {
		padding-top: 40px;
	}

	#content .m-box-fixed .lNav {
		width: auto;
		max-width: auto;
	}

	#content .m-box-fixed .maintitle {
		font-size: 150%;
		margin: 25px 0 15px;
	}

	#content .m-box-fixed .textbox {
		text-align: left;
		margin-bottom: 40px;
	}

	.footer-search .footer-search-inner {
		display: block;
	}

	#content .m-box-fixed .lNav ul {
		display: block;
	}

	#content .m-box-fixed .lNav li {
		margin-right: 0;
		width: 100%;
	}

	#content .m-box-fixed .lNav li + li {
		margin-top: 10px;
	}
}
