
@charset "UTF-8";

widget_tel .inner_item_tel svg {
    display: none;
}
.widget_tel .inner_item_txt {
        text-align: center;
    }
@media screen and (max-width: 450px) {
 .widget_tel .inner_item_tel svg {
        display: none;
    }
.widget_tel .inner_item_txt {
        text-align: center;
    }
}
