@charset "UTF-8";


/*------------------------------------------------------------
    ◆読み込みHTML
    /company/information/index.html
------------------------------------------------------------*/
.contTitle_h2 + .categoryCard {
    margin-top: 20px;
}
@media print, screen and (min-width: 770px) {
    .contTitle_h2 + .categoryCard {
        margin-top: 40px;
    }
}
