/* Works Archive Page Styles */


/* PC */

@media (min-width: 1025px) {
    body.post-type-archive-works {
        /* PC styles here */
    }
}


/* Tablet */

@media (min-width: 768px) and (max-width: 1024px) {
    body.post-type-archive-works {
        /* Tablet styles here */
    }
}


/* Smartphone */

@media (max-width: 767px) {
    body.post-type-archive-works {
        /* Smartphone styles here */
    }
}