.solution-page {}
.groundwork-slash .box-tw {
	margin: 0 auto 0 auto;
	padding: 100px 0 86px 0;
	max-width: 1000px;
	position: relative;
	z-index: 5;
}
.groundwork-slash .box-ch {}
.groundwork-slash .box-ch p {
	margin: 32px 0 0 0;
	font-size: 16px;
	color: #000000;
}
.groundwork-slash .box-ch.type1 {
	margin: 0 0 0 350px;
}
.groundwork-slash .box-ch.type2 {
	margin: 126px 0 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.groundwork-slash .box-ch.type2 .ex {
	width: 476px;
	width: calc(100% - 58px - 360px);
}
.groundwork-slash .box-ch.type2 .ig {
	margin: 0 0 0 58px;
	width: 360px;
}
.wrap-item {
	margin: 0 auto 0 auto;
	padding: 64px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.wrap-item .col {
	margin: 0 30px 0 30px;
	width: calc( ( 100% - 240px ) / 4);
	text-align: center;
}
.wrap-item .ig {
	width: 100%;
	min-height: 114px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.wrap-item h3 {
	font-family: Noto Sans JP;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.375;
}
.wrap-item p {
	margin: 26px 0 0 0;
	line-height: 1.5;
	text-align: left;
	font-size:16px;
	color: #000000;
}

