.bl_footer_cta .un_line {
    background: #4ebc4b;
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
    box-shadow: 0px 6px #347d32;
}
.bl_footer_cta .un_line:before{
display:inline-block;
content:"";
background:url(../img/i_line_wt.png) no-repeat;
background-size:contain;
width:19.8px;
height:18.15px;
margin-right:.75em
}

.bl_footer_cta .un_line_ofs {
    background: #4ebc4b;
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
    box-shadow: 0px 6px #347d32;
}
.bl_footer_cta .un_line_ofs:before{
display:inline-block;
content:"";
background:url(../img/i_line_wt.png) no-repeat;
background-size:contain;
width:19.8px;
height:18.15px;
margin-right:.75em
}

.bl_header .bl_header2 .un_tel {
    display: flex
;
    align-content: center;
    align-items: center;
}

.bl_header .bl_header2 .un_tel:before {
    display: inline-block;
    content: "";
    background: url(../img/i_tel_jp.png) no-repeat;
    background-size: contain;
    width: 50px;
    height: 21px;
    vertical-align: middle;
    margin-right: .35em;
    margin-top: -15px;
}
