/*-------------------------------------
■ Service
-------------------------------------*/
.ser_box{
	margin-bottom:50px;
}

/* Service Ver.
-------------------------------------*/
.ser_box .heading_title{
	margin-bottom:30px;
	color:#00acd0;
}
.ser_box .heading_title:before,
.ser_box .heading_title:after{
	border-color:#00acd0
}
.ser_box h3.box_title,
.ser_box .sb_num span,
.content p.sd_text_bottom a{
	background:#00acd0
}
.content p.sd_text_bottom a:hover{
	background:#0094b3;
}
.ser_box h3.box_title:after{
	border-top-color:#00acd0
}
.sb_text a{
	color:#00acd0;
	font-weight:bold;
	text-decoration:underline;
}
.sb_text a:hover{
	text-decoration:none;
}


.sd_img{
	margin-bottom:40px;
}
.content p.sd_text_example{
	font-size:1.1rem;
	font-weight:bold;
}
.content p.sd_text_example strong{
	display:block;
	color:#00acd0;
	font-size:1.13rem;
}
.content p.sd_text_bottom{
	margin-bottom:100px;
}





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





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





@media screen and (max-width:480px){
	.ser_box{
		margin-bottom:40px;
	}

	.content p.sd_text_bottom{
		margin-bottom:50px;
	}
}