@charset "UTF-8";
.tel-tltxt {
    text-align: center;
    padding: 30px 0 0 0;
    font-size: 20px;
    font-weight: bold;
}
.tel_btn.is-tel {
    display: table;
    width: 550px;
    height: 70px;
    margin: 0 auto;
    padding: 20px 0 0;
}
.tel_btn.is-tel a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 32px;
    color: #fff;
    border-radius: 35px;
    background: #ff0000;
}
.tel_btn.is-tel a span {
    position: relative;
    padding: 0 45px;
}
.tel_btn.is-tel a span:before {
    content: "";
    position: absolute;
    display: block;
    width: 36px;
    height: 36px;
    top: 50%;
    left: 0;
    margin-top: -18px;
    z-index: 10;
    background: url("../svg/icn_phone.svg") no-repeat 0 0;
    background-size: 100% auto;
}
.back_btn {
    padding: 0 0 30px 0;
}
.back_btn a {
    display: block;
    width: 207px;
    height: 42px;
    margin: 0 auto;
}
.back_btn span {
    width: 100%;
    height: 0;
    display: block;
    overflow: hidden;
    padding: 42px 0 0 0;
    background: url(../img/sp/tel_back.png) no-repeat center center;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
@media (max-width:896px) {
    .tel_btn.is-tel {
        width: 260px;
        height: 50px;
    }
    .tel_btn.is-tel a {
        font-size: 15px;
    }
    .tel_btn.is-tel a span {
        padding: 0 25px;
    }
    .tel_btn.is-tel a span:before {
        width: 18px;
        height: 18px;
        margin-top: -9px;
    }
}
