@charset "UTF-8";
/* CSS Document */


/* works */




/* 詳細 */
.client {
	margin-top: 40px;
}


.point,flex {
	margin-top: 150px;
	justify-content: space-between;
}



.point img {
	    width: 45%;
}

  

	
	.inactive span {
		font-weight: bold;
	}

@media(max-width:768px) {
	
	.client {
	margin-top: 20px;
}

	.point {
    margin-top: 100px;
}
	    .point p {
        letter-spacing: -0.43px;
    }    
	
	.point img {
		padding-top: 20px;
    width: 100%;
}
}



