/*implant sec01*/
.implant .sec01 .c_wrp .txtbox {
    padding: 15px 15px 15px 30px;
    background-color: #f7f7f7;
}
.implant .sec01 .c_wrp .txtbox h3 span {
    display: inline-block;
    padding: 8px 30px;
    border-radius: 30px;
    line-height: 1em;
    background-color: #333;
    color: #fff;
}
/*implant sec02*/
@media (max-width:768px){
    .implant .sec02 .c_wrp .txtbox {
        text-align: center;
    }
}

/*im_tit*/
.im_tit h2 {
    line-height: 1em;
    padding: 10px 40px;
    border-radius: 30px;
    border: 3px solid #333;
    font-weight: 400;
    display: inline-block;
}
.im_tit h2 strong {
    font-weight: 600;
    color: #0396cf;
}

/*implant sec03*/
.implant .sec03 .c_wrp {
    background-color: #f7f7f7;
}
.implant .sec03 .c_wrp .txtbox {
    padding: 15px 15px 15px 30px;
}
.implant .sec03 .c_wrp .txtbox.bg1 {
    background-color: #00a8ae;
}
.implant .sec03 .c_wrp .txtbox.bg2 {
    background-color: #0396cf;
}
@media (max-width:768px){
    .implant .sec03 .c_wrp {
        margin-top: 15px;
    }
}
