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


/* contents-business01 lay02 */

.contents-business01 .lay02 img {
	height: 700px;
	width: auto;
}

/* contents01 */

.contents01 .box-in {
	text-align: center;
	padding: 60px;
}

.contents01 .box-box {
	 background-color : rgba(147, 223, 255, 0.2);
	border-radius: 30px;
	padding: 40px;
}

.contents01 ul {
	display: flex;
  justify-content: center;
flex-wrap: wrap;
	gap:15px 50px;
}

.contents01 ul li {
	width: 32%;
	text-align: left;
	font-size: 20px;
color: #096bc2;
line-height: 1.2;
font-weight: 400;
}

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


.sp-view {
	display: none;
}
