@charset "UTF-8";

/* system
---------------------------------------------------*/
#system .tbl-info + .ttl-content {
    margin-top: 80px;
}

/* Below 768px */
@media screen and (max-width: 768px) {
    #system .tbl-info + .ttl-content {
        margin-top: 12.5vw;
    }
}