@charset "UTF-8";

/* -------------サービス------------- */
@media screen and (min-width: 1040px) {
	#block01 {
		margin: 0 0 0px 0;
	}
	#serviceTxt {
		color: #717171;
		font-size: 90%;
		line-height: 180%;
		margin: 0 0 70px;
	}
	.services {
		width: 100%;
		/* height: 130px; */
		margin: 0 0 90px;
		display: flex;
	}
	.servicesImg {
		margin: 0 20px 0 0px;
		line-height: 0;
	}
	.servicesCnt {
		width: 910px;
	}
	.servicesCnt h4 {
		margin: 0 0 8px;
		padding: 0 0 7px;
		border-bottom: 2px #bdc3c7 solid;
		line-height: 0;
	}
	.servicesCnt h4 br {
		display: none;
	}
	.servicesCnt h4 span {
		margin: 0 0 0 10px;
	}
	.servicesCnt p {
		color: #717171;
		font-size: 90%;
		line-height: 180%;
	}
}
@media screen and (max-width: 1039px) and (min-width: 768px) {
	#block01 {
		width: 100%;
		margin: 0 0 120px;
	}
	#serviceTxt {
		color: #717171;
		font-size: 90%;
		line-height: 180%;
		margin: 0 0 70px;
	}
	.services {
		width: 100%;
		margin: 0 0 80px;
		display: flex;
	}
	.servicesImg {
		width: 10%;
		max-width: 70px;
		margin: 0 2% 0 0;
		line-height: 0;
		clear: both;
		float: left;
	}
	.servicesImg img {
		width: 100%;
		height: auto;
	}
	.servicesCnt {
		width: 88%;
		float: right;
	}
	.servicesCnt h4 {
		margin: 0 0 8px;
		padding: 0 0 7px;
		border-bottom: 2px #bdc3c7 solid;
		line-height: 0;
	}
	.servicesCnt h4 br {
		display: none;
	}
	.servicesCnt h4 span {
		margin: 0 0 0 10px;
	}
	.servicesCnt p {
		color: #717171;
		font-size: 90%;
		line-height: 180%;
	}
	.servicesCnt p span {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	#block01 {
		width: 90%;
		margin: 0 auto 120px;
	}
	#block01 h3 {
		padding-bottom: 8px;
		border-bottom: 4px #bdc3c7 solid;
	}
	#serviceTxt {
		color: #717171;
		font-size: 90%;
		line-height: 180%;
		margin: 0 0 70px;
	}
	.services {
		margin: 0 0 70px;
	}
	.servicesImg {
		width: 30%;
		max-width: 70px;
		margin: 0 auto 10px;
		line-height: 0;
	}
	.servicesCnt {
		width: 100%;
	}
	.servicesCnt h4 {
		margin: 0 0 3px;
		text-align: center;
		line-height: 0;
	}
	.servicesCnt h4 span {
		line-height: 150%;
	}
	.servicesCnt p {
		color: #717171;
		font-size: 90%;
		line-height: 180%;
	}
	.servicesCnt p span {
		display: none;
	}
}

#block01 h3 {
	margin: 0 0 25px;
	line-height: 0;
}
#block01 h3 span {
	margin: 0 0 0 15px;
}


