@charset "UTF-8";
/* CSS Document */

.service_img{
	width: 100%;	
}
.service_img img{
	width: 100%;
}
.service_top1,.service_top2{
	margin-top: 120px;
	text-align: center;
}
.service_top1 img{
	width: 986px;
}
.service_top2 img{
	width: 986px;
}
.service1{
	width: 986px;
	margin: auto;
}
.service1_title{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	font-size: 36px;
	color: #2a2a2a;
	margin-top: 70px;
}
.service1 img{
	margin-top: 30px;
}
.service1_text{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	font-size: 24px;
	color: #2a2a2a;
	margin-top: 68px;
	text-align: center;
		
}
.service_group{
	display: flex;
	justify-content: space-between;
	width: 986px;
	margin: auto;
	margin-top: 130px;
}
.service_left{
	width: 510px;
	display: flex;
	flex-direction: column;
}
.service_right img{
	margin-top: 40px;
	width: 400px;
}
.service_left_top{
	display: flex;
}
/*
.voice_number{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 250;
	font-size: 48px;
	color: #999999;
}
*/
.strong{
	color:#ff0000;
}
.service_left_top2{
	margin-left: 20px;
}
.voice_left_title{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 24px;
	color: #2a2a2a;
}
.service_left_text{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 20px;
	color: #999999;
	margin-top: 30px;
	line-height: 2.1;
}
.service_left_under{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #454e5c;
	margin-top: 30px;
	line-height: 2.3;
}
.service_menu{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	font-size: 18px;
	color: #2a2a2a;
	line-height: 2;
	background-color: #f1f1f1;
	width: 986px;
	padding-left: 40px;
	margin: auto;
	margin-top: 70px;
}
.service_menu:last-child{
	margin-bottom: 150px;
}
.service_price{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 20px;
	color: #999999;
	margin-top: 30px;	
}
.service_price2{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #2a2a2a;
	margin-top: 10px;
}
@media screen and (max-width:1024px){	
.service_top1 img{
	display: none;
}

}

@media screen and (max-width:768px){

	
.service_group{
	margin-top: 220px;
	display: block
	}

.service_top1 img{
	display: none;
}
.service_top2 img{
	margin-top: 220px;
	}

.service1_title{
	margin-left: 18px;
	font-size: 48px;
	}
.service1_text{
	font-size: 26px;
	font-weight: 400;
	line-height: 2;}

.service_left_title{
	
	font-weight: 400;
	}
	

.service_left_text,.service_price{
	font-size: 30px;
	font-weight: 600;
	line-height: 2;
	}
.service_left_under,.service_price2{
	margin-left: 18px;
	font-size: 28px;
	font-weight: 600;
	margin-top: 24px;
	}
.service_price2{
	font-size: 24px;
	font-weight: 400;	
	}	
	
	
.service_menu{
	font-size: 26px;
	line-height: 2.5;
	}
	
	
.service_left{
	width: 100%;
}
.service_right img{
	width: 600px;
	margin: 70px 70px 30px;
}
}