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


/* works */




/* 詳細 */


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



.point img {
	    width: 45%;
}

  

	
	.inactive span {
		font-weight: bold;
	}
.client {
	margin-top: 40px;
}

div[class="title 4 flex"] {
    margin-top: 0; /* title 4のマージンを無効化 */
}

@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%;
}
}



