/*scr_tit*/
.scr_tit h2 {
    line-height: 1em;
    padding: 10px 40px;
    border-radius: 30px;
    border: 3px solid #333;
    font-weight: 400;
    display: inline-block;
}
.scr_tit h2 strong {
    font-weight: 600;
    color: #0396cf;
}
/*scaling sec01*/
.scaling .sec01 .c_wrp .txtbox {
    padding: 15px 15px 15px 30px;
    background-color: #f7f7f7;
}
.scaling .sec01 .c_wrp .txtbox h3 span {
    display: inline-block;
    padding: 8px 30px;
    border-radius: 30px;
    line-height: 1em;
    background-color: #333;
    color: #fff;
}
