/*common*/
img {
	max-width: 100%;
}
/*company_02*/
#company_02 ul {
	max-width: 850px;
	margin: 0 auto;
	background: url(../img/com2_bg.png) right bottom no-repeat;
}
#company_02 ul li {
	margin-bottom: 30px;
}
@media (min-width:991px){
	#company_02 ul {
		margin-top: 60px;
		padding-bottom: 50px;
		padding-right: 100px;
	}	
}
@media (max-width:992px){
	#company_02 ul {
		padding-bottom: 30%;
		background-size: 100%;
	}	
}