.laws-box01{display: flex;align-content: center;align-items: flex-start;}
.laws-box01 .left-box{width: 30%;}
.laws-box01 .left-box img{width: 100%;}
.laws-box01 .right-box{margin-left: 30px;width: 70%;}
@media screen and (max-width:768px) {
	.laws-box01{flex-direction: column;}
	.laws-box01 .left-box{margin-bottom: 30px;width: 100%;}
	.laws-box01 .right-box{margin-left: 0;width: 100%;}
}