@charset "utf-8";
.dpFlex {
    display: flex;
}

.mAt {
    margin: 0 auto !important;
}

.txt_gray {
    color: #a5a5a5;
}

.fs16 {
    font-size: 16px !important;
}

.lh15 {
    line-height: 1.5 !important;
}

.btn_contact span {
    padding-left: 35px;
    background: url('/common/images/icon/icon_tel_bkline.svg') left center no-repeat;
    color: #038535;
    font-size: 28px;
    font-weight: bold;
    text-decoration: none;
    border: none;
    line-height: 1;
}

@media not screen and (max-width: 767px) {
    .btn_contact {
        pointer-events: none;
        line-height: 1;
        display: inline-block;
    }
}

@media screen and (max-width: 767px) {
    .btn_contact {
        width: 100%;
        max-width: 295px;
        background: #D80C18;
        margin: 0 auto;
        border-radius: 25px;
        padding: 10px 0;
        max-height: 46px;
        display: block;
        text-align: center;
    }

    .btn_contact span {
        color: #fff;
        font-size: 18px;
    }

    .sp_mT15 {
        margin-top: 15px !important;
    }

    .sp_fs25{
        font-size:25px !important;
    }
}