@charset "UTF-8";

#client #page-title .img-wrap{
    background-image: url(../img/client/main-img.jpg);
}
#client .span_small{
	font-size:2.2rem;
	color:#000;
	margin-top:20px;
}
#client div p{
	margin-bottom:45px;
}
#client section{
	margin-bottom:60px;
}
#client section ul{
	display:flex;
	flex-wrap:wrap;
	margin-left:20px;
}

#client section  ul li{
	width:33%;
}
#client .clientul_1 li{
	width:auto;
	margin-right:50px;
}


@media screen and (max-width: 1000px) {
    #client section ul li{
		width: 50%;
	}
}
@media screen and (max-width: 767px) {
	#client h2{
		position: relative;
	}
    #client .span_small{
		font-size: 1.2rem;
		position: absolute;
		bottom: -20px;
	}
	#client section ul li{
		width: 100%;
	}
}