/*
Theme Name: KINMAQ Theme
Theme URI: https://nber.co.jp/
Author: Kazuyuki Tomita
Description: A custom theme built from scratch.
Version: 1.0
*/
@media screen and (min-width:769px) {
    .display_mb {
        display: none;
    }
    .display_pc {
        display: block;
    }
}
@media screen and (max-width:768px) {
    .display_mb {
        display: block;
    }
    .display_pc {
        display: none;
    }
}