@charset "utf-8";
.service_box{
	display:flex;
	justify-content:space-between;
	margin:60px 0 120px;
}
.service_img{
	width:23.636363%;
	max-width:260px;
}
.service_img img{
	width:100%;
	padding-top:30px;
	max-width:260px;
	display:block;
}
.service_txt{
	width:60.909090%;
	max-width:670px;
}
.service_txt *:first-child{margin-top:0;}
.service_txt *:last-child{margin-bottom:0;}
.service_copy{
	font-size:2.2rem;
	letter-spacing:1.1px;
	line-height:3.6rem;
	font-weight:500;
	margin:20px 0 30px;
}
#content_erea a,#content_erea a:visited{color:#007BBA !important;}
@media screen and (max-width:900px){
.service_txt{
	width:70.909090%;
	max-width:670px;
}
.service_copy{
	font-size:2rem;
	letter-spacing:1px;
	line-height:3.2rem;
	margin:20px 0 28px;
}

}
@media screen and (max-width:767px){
.service_box{
	display:block;
	margin:40px 0 100px;
}
.service_img{
	width:auto;
	margin:40px auto 0;
}
.service_img img{padding-top:0;}
.service_txt{
	width:auto;
	max-width:800px;
}
.service_copy{
	font-size:1.7rem;
	letter-spacing:0.85px;
	line-height:2.8rem;
	margin:20px 0 22px;
}

}