
.rn .tle--lv4 {
    padding-left: 25px;
    background: url(/assets-driver/img/cmn/ico_tle_square.png) no-repeat 0 6px;
    background-size: 13px 13px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.6;
}
.branch_area_map figure {
    max-width: 600px;
    margin: 0 auto;
}
.rn .branch_area_map .box_tle {
    font-size: 1.6rem;
}
@media screen and (max-width:768px) {

}
@media screen and (min-width:768px) {
    .rn .tle--lv4 {
        font-size: 2rem;
        background: url(/assets-driver/img/cmn/ico_tle_square.png) no-repeat 0 10px;
        background-size: 14px 14px;
    }
    .rn .branch_area_map .box_tle {
        font-size: 2rem;
    }
}