/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

		サービスと特長用

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/****************************************************************************************************************************
	body部分
****************************************************************************************************************************/
.underPage.service-Page .bodyArea .in_conts{
}

.underPage.service-Page .bodyArea .in_conts .loopBox{
	padding-bottom: 70px;
}

.underPage.service-Page .bodyArea .in_conts .loopBox li{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
	padding-top: 100px;
}

.underPage.service-Page .bodyArea .in_conts .loopBox li .h2Area{
	width: 300px;
	margin-right: 50px;
}

.underPage.service-Page .bodyArea .in_conts .loopBox li .h2Area .iconArea{
	width: 170px;
	margin: 0 auto 10px;
}

.underPage.service-Page .bodyArea .in_conts .loopBox li .h2Area .iconArea img{
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}

.underPage.service-Page .bodyArea .in_conts .loopBox li .h2Area .textBox{
	flex: 1;
}

.underPage.service-Page .bodyArea .in_conts .loopBox li .h2Area .textBox h2{
	font-size: 22px;
	font-weight: normal;
	letter-spacing: 0.2em;
	line-height: 1.7em;
	text-align: left;
	margin-bottom: 20px;
	color: #61d4d3;
}

.underPage.service-Page .bodyArea .in_conts .loopBox li .h2Area .textBox p{
	line-height: 1.7em;
}

.underPage.service-Page .bodyArea .in_conts .loopBox li .service_bodyBox{
	flex: 1;
	border-left: solid 1px #ddd;
	padding-left: 50px;
	line-height: 1.7em;
}

.underPage.service-Page .bodyArea .in_conts .loopBox li .service_bodyBox h2{
	font-size: 30px;
	font-weight: normal;
	letter-spacing: 0.2em;
	line-height: 1.7em;
	text-align: left;
}

.underPage.service-Page .bodyArea .in_conts .loopBox li .service_bodyBox p{
	line-height: 1.7em;
}

.underPage.service-Page .bodyArea .in_conts .loopBox li .service_bodyBox .popimgloops{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
  flex-wrap: wrap;
	margin-top: 10px;
}

.underPage.service-Page .bodyArea .in_conts .loopBox li .service_bodyBox .popimgloops p{
	width: 32%;
	margin: 30px 2% 0 0;
}

.underPage.service-Page .bodyArea .in_conts .loopBox li .service_bodyBox .popimgloops p:nth-child(3n+3){
	margin-right: 0;
}

.underPage.service-Page .bodyArea .in_conts .loopBox li .service_bodyBox .popimgloops a{
}

.underPage.service-Page .bodyArea .in_conts .loopBox li .service_bodyBox .popimgloops a img{
}


@media screen and (max-width: 1300px){
	.underPage.service-Page .bodyArea .in_conts .loopBox{
		width: 100%;
		padding-left:0px;
		padding-right:0px;
	}
	.underPage.service-Page .bodyArea .in_conts .loopBox li .h2Area{
		width: 400px;
		padding-left:50px;
		padding-right:50px;
		margin-right: 0px;
	}
	.underPage.service-Page .bodyArea .in_conts .loopBox li .service_bodyBox{
		padding-left: 50px;
		padding-right:50px;
	}
}
@media screen and (max-width: 1200px){
	.underPage.service-Page .bodyArea .in_conts .loopBox li .h2Area{
		width: 400px;
	}
	.underPage.service-Page .bodyArea .in_conts .loopBox li .service_bodyBox{
	}
}
@media screen and (max-width: 1100px){
	.underPage.service-Page .bodyArea .in_conts .loopBox li .h2Area{
		width: 320px;
	}
}
@media screen and (max-width: 920px){
	.underPage.service-Page .bodyArea .in_conts .loopBox li{
		padding-top: 70px;
		display: block;
	}
	.underPage.service-Page .bodyArea .in_conts .loopBox li .h2Area{
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 15px;
	}
	.underPage.service-Page .bodyArea .in_conts .loopBox li .h2Area .iconArea{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 50px;
		height: 50px;
		margin: 0 0 0 0;
	}
	.underPage.service-Page .bodyArea .in_conts .loopBox li .h2Area .textBox{
		display: block;
		position: relative;
	}
	.underPage.service-Page .bodyArea .in_conts .loopBox li .h2Area .textBox h2{
		display: inline-block;
		text-align: left;
		margin: 0;
		font-size: 18px;
		background-color: #fff;
		padding-left: 10px;
		padding-right: 10px;
	}
	.underPage.service-Page .bodyArea .in_conts .loopBox li .h2Area .textBox p{
		display: none;
	}
	.underPage.service-Page .bodyArea .in_conts .loopBox li .service_bodyBox{
		border: none;
	}
}







@media screen and (max-width:920px){
	.underPage.service-Page .bodyArea .in_conts .loopBox li .service_bodyBox h2{
		font-size: 25px;
	}
}
@media screen and (max-width: 750px){
	.underPage.service-Page .bodyArea .in_conts .loopBox{
		padding-bottom: 50px;
	}
	.underPage.service-Page .bodyArea .in_conts .loopBox li{
		border-top: dashed 1px #ddd;
		margin-top: 50px;
		padding-top: 50px;
	}
	.underPage.service-Page .bodyArea .in_conts .loopBox li .h2Area{
		padding-left: 30px;
		padding-right: 30px;
	}
	.underPage.service-Page .bodyArea .in_conts .loopBox li .service_bodyBox{
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media screen and (max-width: 640px){
	.underPage.service-Page .bodyArea .in_conts .loopBox{
		padding-bottom: 30px;
	}
	.underPage.service-Page .bodyArea .in_conts .loopBox li{
		margin-top: 30px;
		padding-top: 30px;
	}
	.underPage.service-Page .bodyArea .in_conts .loopBox li .h2Area{
		padding-left: 15px;
		padding-right: 15px;
	}
	.underPage.service-Page .bodyArea .in_conts .loopBox li .h2Area .iconArea{
		width: 40px;
    height: 40px;
	}
	.underPage.service-Page .bodyArea .in_conts .loopBox li .h2Area .textBox h2{
		letter-spacing: 0.1em;
    padding-left: 10px;
    font-size: 13px;
	}
	.underPage.service-Page .bodyArea .in_conts .loopBox li .service_bodyBox{
		padding-left: 15px;
		padding-right: 15px;
	}
	.underPage.service-Page .bodyArea .in_conts .loopBox li .service_bodyBox h2{
		font-size: 22px;
    letter-spacing: 0.1em;
	}
	.underPage.service-Page .bodyArea .in_conts .loopBox li .service_bodyBox h2 br{
		display: none;
	}
	.underPage.service-Page .bodyArea .in_conts .loopBox li .service_bodyBox p{
		font-size: 14px;
	}
}



/****************************************************************************************************************************

****************************************************************************************************************************/



@media screen and (max-width: 1040px){
	.underPage .bodyArea .in_conts .box.listBox{
		padding-left: 50px;
		padding-right: 50px;
	}
}
@media screen and (max-width: 750px){
	.underPage .bodyArea .in_conts .box.listBox{
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media screen and (max-width: 640px){
	.underPage .bodyArea .in_conts .box.listBox{
		padding-left: 15px;
		padding-right: 15px;
	}
}





/****************************************************************************************************************************

****************************************************************************************************************************/
