.pc {
    display: block;
}

.phone {
    display: none;
}

.footer {
    display: block;
}

.footer_ph {
    display: none;
}

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

    .pc {
        display: none !important;
    }

    .phone {
        display: block !important;
    }

    html,
    body {
        overflow-x: hidden !important;
        overflow-y: auto !important;
    }

    .navbar {
        position: relative;
        background: #410b7b;
    }

    .navbar-nav {
        justify-content: space-between;
        flex-wrap: wrap;
    }

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

    .nav-link {
        margin: auto;
        display: block;
        width: 100%;
    }

    .tg_title {
        line-height: 2;
        text-align: center;
    }

    .tg_list>div>p:nth-child(1) {
        font-size: 18px;
        font-weight: 800;
    }

    .tg_list>div>p:nth-child(2) {
        font-size: 16px;
    }
}