.pc {
    display: block;
}

.phone {
    display: none;
}

@media screen and (max-width: 700px) {

    .pc {
        display: none !important;
    }

    .phone {
        display: block !important;
    }

    body {
        overflow-x: hidden;
    }

    .heaad_logo {
        margin: auto;
    }

    .nav-item {
        width: 25%;
        text-align: center;
    }

    .nav-link {
        padding: 0.5rem 0;
    }

    /* ******************************************************************************************************* */

    .about_tit {
        font-size: 30px;
        text-align: center;
    }

    .join>.join-bg {
        background-size: 200% 100%;
    }

    .pro_con h3 {
        width: 160px;
    }

    .index_case .case_con p {
        font-size: 18px;
    }

    /* ******************************************************************************************************* */

    .foot {
        background: #251b1a;
    }

    .foot-tel img {
        width: 100%;
    }

    .nav_foot {
        display: none;
    }

    /* ******************************************************************************************************* */

    .product_list>div>a.img img {
        height: 150px;
    }

}