.top-bnr .bnr--top__tel {
    width: 50%;
    background-color: #F4CADB;
    margin: 0 auto;
    padding: 16px 32px;
    display: block;
    position: relative;
    border-radius: 8px;
    font-size: 2.8rem;
    line-height: 1.2;
    text-align: center;
}
@media (max-width: 768px) {
    .top-bnr .bnr--top__tel{
        width: 90%;
    }
}
.top-bnr .bnr--top__tel::before {
    content: "";
    background: url(/wp-content/uploads/phone.png);
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    background-size: 35px;
}

@media (min-width: 768px) {
    .top-bnr .bnr--top__tel::before {
        left: 15%;
        width: 35px;
        height: 35px;
        background-size: 35px;
    }
}

.top-bnr .bnr--top__tel span {
    font-size: 1.8rem;
}