@charset 'UTF-8';
.business-cleaning .box01{
	text-align: center;
	margin-bottom: 20px;
}
.business-cleaning .title{
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.78;
	color: #62B26A;
	font-weight: bold;
	margin-bottom: 5px;
}
.business-cleaning .box02{
	margin-bottom: 40px;
	padding: 0 30px;
}
.business-cleaning .box02 .inner{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.business-cleaning .box02 .inner+.title{
	margin-top: 60px;
}
.business-cleaning .box02 .article .image{
	width: 430px;
	background: url("../image/icon04.jpg") center no-repeat;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.business-cleaning .box02 h4{
	margin-bottom: 23px;
	font-weight: normal;
	text-align: center;
}
.business-cleaning .box03{
	text-align: center;
}
/*---------------------------------*/
.business-flow{
	margin-bottom: 0;
}
.business-flow .image{
	width: 300px;
}
.business-flow .box + .subtitle{
	margin-top: 60px;
}