@charset "UTF-8";

.section-warpper {
	background-color: #f5f5f5;
}

.txt {
	margin: 0 0 30px;
	line-height: 26px;
}


@media all and (min-width:600px) {
	.mod_inner01>.txt {
		text-align: center;
	}
}

@media all and (min-width: 600px) {
	.height-150 {
		height: 150px;
	}
}

.left {
	text-align: left;
	line-height: 26px;
}


.service-wrapper-grey {
	background-color: #f5f5f5;
}

.service-wrapper {
	margin: 20px 0;
	padding: 20px 0 90px 0;
}

.service-title {
	text-align: center;
	line-height: 1.25;
	margin: 1.7em 0;
	font-size: 2.5rem;
	font-weight: 600;
	text-align: center;
}

.service-title:after {
	content: "";
	display: block;
	width: 110px;
	height: 7px;
	background: #999999;
	margin: .5em auto 0;
}

.service-content {
	display: flex;
	justify-content: center;
}

.service-img {
	width: 400px;
	margin-right: 30px;
}

.service-text {
	width: 500px;
}

.service-text h3 {
	font-weight: 700;
	font-size: large;
	margin: 20px 0;
}

.service-text p {
	line-height: 30px;
}

.service-text a {
	font-weight: 600;
}

.service-text a:hover {
	cursor: pointer;
}

.service-text img {
	width: 14px;
	height: 14px;
	position: relative;
	bottom: 7px;
}

@media all and (max-width: 599px) {
	.subtitle {
		margin-left: 15px;
	}

	#containerWrap {
		padding-bottom: 0;
	}

	.service-wrapper {
		margin: 0;
		padding: 20px 0 30px 0;
	}

	.service-content {
		flex-direction: column;
		margin: 0px 20px;
	}

	.service-img {
		width: auto;
		margin-right: 0px;
	}

	.service-text {
		width: auto;
	}
}