/*implant_02*/
#implant_02 .subtit h1 {
	color: #393738;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.3em;
}
#implant_02 .subtit h4 {
	color: #ccc;
	font-size: 20px;
    line-height: 1.3em;
}
#implant_02 .subtit p {
	color: #393738;
	font-size: 17px;
    line-height: 1.6em;
}
#implant_02 .subtit p strong {
	font-size: 1.3em;
    border-bottom: 1px solid #ef1a90;
    color: #ef1a90;
    font-weight: 600;
    line-height: 1.6em;
}
#implant_02 .subtit .lined {
	border-bottom: 1px solid #393738;
	width: 100px;
	display: inline-block;
}
#implant_02 .subtit .lined.lined_w {
	border-color: #ccc;
}
@media (max-width:768px){
	#implant_02 .subtit h1 {
		font-size: 20px;
		word-break: keep-all;
	}
	#implant_02 .subtit h4 {
		font-size: 13px;
	}
	#implant_02 .subtit p {
		font-size: 13px;		
	}
}
/*imp2_sec01*/
#imp2_sec01 {
    background-color: #f7f7f7;
	padding: 30px 0 0;	
}
#imp2_sec01 .aside_l {
	padding: 80px 15px 0;
}
@media (max-width:768px){
	#imp2_sec01 {
		padding: 40px 0 0;
	}
	#imp2_sec01 .aside_l {
		padding: 0 15px;
	}
	#imp2_sec01 .aside_r img {
		max-width: 250px;
	}
}
/*imp2_sec02*/
#imp2_sec02 {
	padding: 110px 0 0;
}
@media (max-width:768px){
	#imp2_sec02 {
		padding: 40px 0 0;
	}
}
/*imp2_sec03*/
#imp2_sec03 {
	padding: 110px 0;
	background-color: #f7f7f7;
}
#imp2_sec03 .subtit p {
	display: inline-block;
    background-color: #393738;
    color: #fff;
    padding: 10px 40px;
    border-radius: 30px;
    font-size: 20px;
}
#imp2_sec03 .subtit p span.yc {
	color: #ffe400;
	font-weight: 600;
}
@media (min-width:769px){
	#imp2_sec03 ul li {
		border-right: 1px solid #ccc;
	}
	#imp2_sec03 ul li:last-child {
		border-right: 0px;
	}
}
@media (max-width:768px){
	#imp2_sec03 {
		padding: 0px 0;
	}
	#imp2_sec03 .subtit p {
		padding: 10px 20px;
		font-size: 15px;
		margin-top: 5px !important;
		margin-bottom: 0px !important;
	}
	#imp2_sec03 ul li {
		border-bottom: 1px solid #ccc;
		padding: 30px 15px;
	}
	#imp2_sec03 ul li:last-child {
		border-bottom: 0px;
	}
}
/*imp2_sec04*/
#imp2_sec04 {
	padding: 110px 0;
}
#imp2_sec04 .img_wrp {
	padding: 60px 0;
}
@media (max-width:768px){
	#imp2_sec04 {
		padding: 40px 0;
	}
	#imp2_sec04 .img_wrp {
		padding: 20px 0;
	}
}
/*imp2_sec05*/
#imp2_sec05 {
	padding: 110px 0;
	background-color: #424242;
}
#imp2_sec05 h4 {
    font-weight: 600;
}
#imp2_sec05 p {    
	color: #393738;
    font-size: 15px;
    line-height: 1.5em;
}
#imp2_sec05 span {
    display: inline-block;
	width: 20px;
	border-bottom: 3px solid #ef1a90;
}
#imp2_sec05 .img_wrp {
	padding: 45px 0 0;
}#imp2_sec05 .imp_goods {
    padding: 85px 0 0;
}
#imp2_sec05 .imp_goods li {
	background-color: #fcfcfc;
}
#imp2_sec05 .imp_goods li .imp_goods_item {
	padding: 15px;
	word-break: keep-all;
}
#imp2_sec05 .imp_goods li .imp_goods_img {
	position: relative;
}
@media (min-width:992px){	
	#imp2_sec05 .imp_goods li.pc-l .imp_goods_img strong {
		position: absolute;
		width: 20px;
		height: 100%;
		top: 0;
		right: 0px;
		z-index: 3;
		background: url(../img/svc_arrw01.png) right center no-repeat;
	}
	#imp2_sec05 .imp_goods li.pc-r .imp_goods_img strong {
		position: absolute;
		width: 20px;
		height: 100%;
		top: 0;
		left: 0px;
		z-index: 3;
		background: url(../img/svc_arrw02.png) right center no-repeat;
	}	
}
@media (max-width:992px){	
	#imp2_sec05 .imp_goods li .imp_goods_img strong {
		position: absolute;
		width: 20px;
		height: 100%;
		top: 0;
		right: 0px;
		z-index: 3;
		background: url(../img/svc_arrw01.png) right center no-repeat;
	}
}	
@media (max-width:768px){	
	#imp2_sec05 {
		padding: 40px 0;
	}
    #imp2_sec05 h4 {
        font-size: 16px;
        line-height: 21px;
		margin-bottom: 5px;
    }
	#imp2_sec05 p {    
		font-size: 13px;
	}
	#imp2_sec05 .imp_goods li .imp_goods_item {
		padding: 5px 15px 15px;
	}
	#imp2_sec05 .imp_goods li .imp_goods_img strong {
		display: none;
	}
}