@charset "UTF-8";

.blockLandscape{
	margin-bottom: 80px;
}
.blockLandscape li{
	margin-bottom: 75px;
	position: relative;
	padding-top: 40px;
}
.blockLandscape li:after{
	content: "";
	clear: both;
	display: block;
}
.blockLandscape li ._tit{
	margin-bottom: 35px;
}
.blockLandscape li ._tit h3{
	display: inline-block;
	padding-bottom: 13px;
	position: relative;
	vertical-align: middle;
}
.blockLandscape li ._tit h3:before{
	content: "";
	border-bottom: 1px solid #d0cfcc;
	position: absolute;
	left: 0;
	width: 800px;
	bottom: 0;
}
.blockLandscape li ._tit span{
	width: 130px;
}
.blockLandscape li.land_left ._tit span{
	display: inline-block;
	vertical-align: middle;
}
.blockLandscape .land_left ._img{
	position: absolute;
	right: -40px;
	top: 0;
}
.blockLandscape .land_left ._content{
	padding-right: 410px;
}
.blockLandscape .land_right{
	padding-left: 410px;
}
.blockLandscape .land_right ._img{
	position: absolute;
	left: 0;
	top: 0;
}
.blockLandscape li.land_right ._tit h3:before{
	left: inherit;
	right: -45px;
}
.blockLandscape li.land_right ._tit span{
	float: right;
}
.blockEstimate{
	background: url(../img/landscaping/bg01.jpg) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	text-align: center;
}
.boxEstimate{
	background: url(../img/landscaping/bg02.png) no-repeat center;
	padding: 60px 0 90px;
}