@media only screen and (max-width: 600px) {
    .for_pc{
        position: static;
    }
}
