/*implant_03*/
#implant_03 .subtit h1 {
	color: #393738;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.3em;
}
#implant_03 .subtit h4 {
	color: #ccc;
	font-size: 20px;
    line-height: 1.3em;
}
#implant_03 .subtit p {
	color: #393738;
	font-size: 17px;
    line-height: 1.6em;
}
#implant_03 .subtit p strong {
	font-size: 1.3em;
    border-bottom: 1px solid #ef1a90;
    color: #ef1a90;
    font-weight: 600;
    line-height: 1.6em;
}
#implant_03 .subtit .lined {
	border-bottom: 1px solid #393738;
	width: 100px;
	display: inline-block;
}
#implant_03 .subtit .lined.lined_w {
	border-color: #ccc;
}
@media (max-width:768px){
	#implant_03 .subtit h1 {
		font-size: 20px;
		word-break: keep-all;
	}
	#implant_03 .subtit h4 {
		font-size: 13px;
	}
	#implant_03 .subtit p {
		font-size: 13px;		
	}
}
/*imp3_sec01*/
#imp3_sec01 {
    background-color: #fff;
	padding: 30px 0 0;	
}
#imp3_sec01 .aside_l {
	padding: 80px 15px 0;
}
@media (max-width:768px){
	#imp3_sec01 {
		padding: 40px 0 0;
	}
	#imp3_sec01 .aside_l {
		padding: 0 15px;
	}
	#imp3_sec01 .aside_r img {
		max-width: 250px;
	}
}
/*imp3_sec02*/
#imp3_sec02 {
	padding: 110px 0;
	background-color: #424242;
}
#imp3_sec02 h4 {
    font-weight: 600;
}
#imp3_sec02 p {    
	color: #393738;
    font-size: 15px;
    line-height: 1.5em;
}
#imp3_sec02 span {
    display: inline-block;
	width: 20px;
	border-bottom: 3px solid #ef1a90;
}
#imp3_sec02 .img_wrp {
	padding: 45px 0 0;
}
#imp3_sec02 .imp_goods {
    padding: 85px 0 0;
}
#imp3_sec02 .imp_goods li {
	background-color: #fcfcfc;
}
#imp3_sec02 .imp_goods li .imp_goods_item {
	padding: 15px;
	word-break: keep-all;
}
#imp3_sec02 .imp_goods li .imp_goods_img {
	position: relative;
}
@media (min-width:992px){	
	#imp3_sec02 .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;
	}
	#imp3_sec02 .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){	
	#imp3_sec02 .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){	
	#imp3_sec02 {
		padding: 40px 0;
	}
    #imp3_sec02 h4 {
        font-size: 16px;
        line-height: 21px;
		margin-bottom: 5px;
    }
	#imp3_sec02 p {    
		font-size: 13px;
	}
	#imp3_sec02 .imp_goods {
		padding: 30px 0 0;
	}
	#imp3_sec02 .imp_goods li .imp_goods_item {
		padding: 5px 15px 15px;
	}
	#imp3_sec02 .imp_goods li .imp_goods_img strong {
		display: none;
	}
}
/*imp4_sec01*/
#imp4_sec01 {
    background-color: #fff;
	padding: 110px 0;
}
#imp4_sec01 .conbox {
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    max-width: 1000px;
}
@media (max-width:768px){
    #imp4_sec01 .conbox {
        margin-top: 40px;
    }
}


/*myimpl*/
.myimpl {
    position: relative;
}
.myimpl .myimpl_item_top {
    background: url(../img/myimpl_item_top_bg.png) center center no-repeat;
    background-color: #474747;
    padding: 20px 15px;
    margin-bottom: 15px;
}
.myimpl .myimpl_item_top.myimpl_item_top2 {
    background: url(../img/myimpl_item_top_bg.png) center center no-repeat;
    background-color: #6e2f8e;
}
.myimpl .imp_img {
    border: 3px solid #4f2d28;
}
.myimpl .myimpl_item_top h4 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 1em;
}
.myimpl .myimpl_item_top h5 {
    font-size: 25px;
    line-height: 1em;
    color: #eee;
    margin-bottom: 0px;
}
.myimpl .c_point {
    padding: 15px 0;
}
.myimpl .c_point h4 {
    position: relative;
    padding: 8px 0;
    padding-left: 40px;
    margin-bottom: 10px;
}
.myimpl .c_point h4 img {
    position: absolute;
    left: 0;
    top: 0;
}
@media (min-width:991px){    
    .myimpl .ba_arr {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 3;
    }
}
@media (max-width:992px){    
    .myimpl .ba_arr img {
        width: 50px;
    }
}
@media (max-width:768px){
    .myimpl .myimpl_item_top {
        padding: 8px;
    }
    .myimpl .myimpl_item_top h4 {
        font-size: 13px;
    }
    .myimpl .myimpl_item_top h5 {
        font-size: 16px;
    }
    .myimpl .c_point h4 {
        padding-left: 30px;
        margin-bottom: 0px;
    }
    .myimpl .c_point h4 img {
        width: 25px;
    }
}
