footer {
	margin: 0px auto 30px;
}
/* ------------------------------------ */
#page_mv {
	background: url(../images/support_inspection/mv.jpg) no-repeat center center;
	background-size: cover;
}
/* ------------------------------------ */
.inspection01 {
	width: 100%;
	position: relative;
	padding-bottom: 40px;
	margin-bottom: 80px;
}
.inspection01 .back {
	display: block;
	position: absolute;
	width: 100%;
	height: 70%;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../images/common/ttl_back01.jpg);
	z-index: 0;
}
.inspection01 .inner {
	max-width: 1100px;
	width: 90%;
	margin: 0px auto;
	position: relative;
	z-index: 5;
}
.inspection01 .inspection1_in {
	overflow: hidden;
}
.inspection01 .inspection1_in .ph {
	float: right;
	width: 48%;
}
.inspection01 .inspection1_in .ttl_style05 {
	width: 48%;
}
.inspection01 .inspection1_in .txt {
	width: 48%;
}
.inspection01 .inner ul {
	clear: both;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	padding-top: 60px;
}
.inspection01 .inner li {
	float: left;
	width: 22%;
	margin-right: 4%;
	margin-bottom: 30px;
}
.inspection01 .inner li:nth-child(4n) {
	margin-right: 0;
}
.inspection01 .inner li p {
	font-size: 80%;
	margin-bottom: 0;
	padding-top: 5px;
	font-weight: 500;
}
.inspection01 .inner li p span {
	display: block;
	font-size: 120%;
	color: #14398F;
	font-weight: 400;
}
/* ------------------------------------ */
.inspection02 {
	background-color: #f7f7f7;
	padding: 0px 0 40px;
}
.inspection02 .inner {
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	max-width: 1100px;
	width: 90%;
	margin: 0px auto;
}
.inspection02 .inner li {
	float: left;
	width: 30%;
	margin-right: 5%;
	margin-bottom: 30px;
}
.inspection02 .inner li:nth-child(3n) {
	margin-right: 0;
}
.inspection02 .inner li span {
	display: block;
	color: #14398F;
	font-weight: 400;
}





@media screen and (max-width: 930px) {
	/* ------------------------------------ */
	
	/* ------------------------------------ */
	
	/* ------------------------------------ */
}





@media screen and (max-width: 768px) {
	/* ------------------------------------ */
	.inspection01 .back {
		display: none;
	}
	.inspection01 .inspection1_in .ph {
		width: 40%;
		margin-left: 20px;
		margin-bottom: 5px;
	}
	.inspection01 .inspection1_in .ttl_style05 {
		width: 100%;
	}
	.inspection01 .inspection1_in .txt {
		width: 100%;
	}
	.inspection01 .inner ul {
		background: url(../images/common/ttl_back01.jpg);
		padding: 30px 30px 0px;
		margin-bottom: 30px;
	}
	.inspection01 .inner li {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	/* ------------------------------------ */
	.inspection01 .inner li,
	.inspection01 .inner li:nth-child(4n) {
		width: 30%;
		margin-right: 5%;
		margin-bottom: 15px;
	}
	.inspection01 .inner li:nth-child(3n) {
		margin-right: 0;
	}
	/* ------------------------------------ */
	.inspection02 .inner li,
	.inspection02 .inner li:nth-child(3n) {
		width: 47%;
		margin-right: 6%;
		margin-bottom: 20px;
	}
	.inspection02 .inner li:nth-child(2n) {
		margin-right: 0;
	}
	.inspection02 .inner li span {
		line-height: 140%;
		margin-top: 5px;
	}
	/* ------------------------------------ */
}




@media screen and (max-width: 540px) {
	/* ------------------------------------ */
	.inspection01 .inspection1_in .ph {
		float: none;
		width: 100%;
		margin-left: 0px;
		margin-bottom: 20px;
	}
	/* ------------------------------------ */
	.inspection01 .inner li,
	.inspection01 .inner li:nth-child(4n),
	.inspection01 .inner li:nth-child(3n) {
		width: 47%;
		margin-right: 6%;
		margin-bottom: 15px;
	}
	.inspection01 .inner li:nth-child(2n) {
		margin-right: 0;
	}
	/* ------------------------------------ */
	.inspection02 .inner li span {
		font-size: 90%;
	}
	/* ------------------------------------ */
}