@charset "UTF-8";

/* 相談バナーパッケージ */


.btnpack{
    display: block !important;
    margin: 50px auto;
    padding: 0 0 0 5px;
}
.soudan_bnr{
    float: left;
    width:760px;
}
.mail_bnr{
    float: left;
    width:325px;
    margin: 0 0 0 15px;
}
.eigyou_bnr{
    clear: both;
}

.btnpack_02{
    display: none; !important;
}


@media ( max-width : 768px ) {
    /* 相談バナーパッケージ */
    
    .btnpack_02{
        display: block !important;
        margin: 100px 0;
    }
    .sp_soudan_bnr{
        float: none;
        text-align: center;
    }
    .sp_soudan_bnr img{
        width: 90%;
    }
    .sp_mail_bnr{
        float: none;
        text-align: center;
        margin: 0;
    }
    .sp_mail_bnr img{
        width: 90%;
    }
    .sp_eigyou_bnr{
        text-align: center;
    }
    .sp_eigyou_bnr img{
        width:90%;
        margin: 0;
    }


    .btnpack{
        display: none !important;
    }
}
