@charset "UTF-8";
@import "/include/css/common.sp.css";

/* ---------------------------------------------------------
	CSS Document service
--------------------------------------------------------- */

#service .container {
	margin: 0 5vw 15vw;
}

#service .title h3 {
	margin-bottom: 7vw;
	font-weight: 800;
	font-size: 6vw;
	line-height: 1.4;
}

#service .title h3:after {
	display: block;
	content: '';
	width: 60px;
	height: 2px;
	margin: 15px auto 0;
	background: #D82323;
}

#service .title p {
	margin-bottom: 5vw;
	text-align: justify;
}

#service .pic {
	height: 50vw;
	margin-bottom: 6vw;
}

#service .row {
	text-align: justify;
}

#service .row h3 {
	margin-bottom: 3vw;
	padding-bottom: 3vw;
	border-bottom: solid 1px rgba(35, 24, 21, 0.6);
	font-weight: 600;
	font-size: 4.5vw;
	line-height: 1.2;
	color: #00B097;
}

#service .row p:not(:last-of-type) {
	margin-bottom: 5vw;

