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


@media screen and (max-width: 737px) {

/* contents-business01 lay02 */
	
.contents-business01 .lay02 img {
	height: auto;
	width: 100%;
	max-width: 400px;
}
	
/* contents01 */

.contents01 .box-in {
	padding: 25px 20px;
}

.contents01 .box-box {
	padding: 20px;
}

.contents01 ul {
	flex-direction: column;
	gap:15px;
}

.contents01 ul li {
	width: 100%;
	line-height: 1.4;
	font-size: 16px;
	text-indent: -16px;
	margin-left: 16px;
}

.contents01 ul li:nth-child(2n) {
	width: 100%;
}
	


    .pc-view {
        display: none;
    }
    .sp-view {
        display: inline-block;
    }
   
}
