.pc {
    display: block;
}

.phone {
    display: none;
}

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

    .pc {
        display: none !important;
    }

    .phone {
        display: block !important;
    }

    body {
        overflow-x: hidden;
    }

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

    .news img {
        width: 100%;
    }

    .bottomlistItem {
        display: none;
    }

}