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


/* .contents-business02 */

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

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

.contents-business02 .contents02 .box02 .box-box {
	padding: 40px 100px;
}

.contents-business02 .box02 ul {
	display: flex;
  justify-content: center;
flex-wrap: wrap;
	gap:15px 4%;
}

.contents-business02 .contents02 .box02 ul {
  justify-content: flex-start;
}

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

.contents-business02 .contents02 .box02 ul li {
	width: 30%;
}

.contents-business02 .box02 ul li span {
	font-size: 14px;
	display: inline-block;
	padding-left: 20px;
	line-height: 1.4;
}

.contents-business02 img {
	width: 100%;
height: auto;
}

.contents-business02 p {
	text-align: left;
}

/* .contents01 */

.contents01 .box01, .contents02 .box02 {
	padding-bottom: 50px;
	margin-bottom: 50px;
	border-bottom-style : solid;
border-color : rgba(0, 0, 0, 0.5);
border-width : 1px;
}

.contents02 .box02 p {
	margin-bottom: 30px;
}



.sp-view {
	display: none;
}
