@charset "utf-8";
/*------------------------------------------------------------
	business
------------------------------------------------------------*/
#main .topBox {
	margin-bottom: 144px;
}
#main .topBox .comImgBox:last-of-type {
	margin-bottom: 0;
}
#main .service {
	margin-top: -53px;
	padding: 155px 0 0;
	background-color: #FAFAFB;
}
#main .service .borderBox {
	margin-bottom: -70px;
	padding: 92px 20px 97px;
	position: relative;
	border: 5px solid #66C7D4;
	background-color: #fff;
	z-index: 2;
}
#main .service .borderBox .textBox {
	margin: 0 auto;
	max-width: 840px;
}
#main .service .borderBox .textBox h3 {
	margin-bottom: 41px;
	color: #3B4043;
	font-size: 2.6rem;
	line-height: 1.92;
	text-align: center;
}
#main .service .borderBox .textBox .textList li {
	margin-bottom: 12px;
	padding-left: 5.45%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#main .service .borderBox .textBox .textList li:last-of-type {
	margin-bottom: 0;
}
#main .service .borderBox .textBox .textList .num {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
	border-radius: 50%;
	background: -webkit-linear-gradient(to right,#46ACBA,#61CDAB,#7DE7A5);
    background: -ms-linear-gradient(to right,#46ACBA,#61CDAB,#7DE7A5);
    background: -o-linear-gradient(to right,#46ACBA,#61CDAB,#7DE7A5);
    background: -moz-linear-gradient(to right,#46ACBA,#61CDAB,#7DE7A5);
    background: linear-gradient(to right,#46ACBA,#61CDAB,#7DE7A5);
}
#main .service .borderBox .textBox .textList .txt {
	margin-top: -14px;
	width: calc(100% - 51px);
}
.comContactBox::before {
	background-color: #fafafb;
}
@media all and (max-width: 896px) {
	#main .topBox {
		margin-bottom: 72px;
	}
	#main .service {
		margin-top: -53px;
		padding: 116px 0 0;
		position: relative;
		z-index: 2;
	}
	#main .service .borderBox {
		margin-bottom: -9px;
		padding: 34px 16px 35px;
	}
	#main .service .borderBox .textBox {
		margin: 0 auto;
		max-width: inherit;
	}
	#main .service .borderBox .textBox h3 {
		margin-bottom: 25px;
		font-size: 1.4rem;
		line-height: 1.714;
	}
	#main .service .borderBox .textBox .textList li {
		margin-bottom: 18px;
		padding-left: 0;
	}
	#main .service .borderBox .textBox .textList li:last-of-type {
		margin-bottom: 0;
	}
	#main .service .borderBox .textBox .textList .txt {
		margin-top: 0;
		width: calc(100% - 51px);
		font-size: 1.3rem;
		line-height: 1.692;
	}
}
@media all and (max-width: 374px) {
	.comImgBox .textBox ul {
		font-size: 1.3rem;
	}
	.comBgBox p {
		font-size: 1.2rem;
	}
	#main .service .borderBox .textBox .textList .txt {
		font-size: 1.2rem;
	}
}