.l-mv {
    background-image: url(../../images/company/mv-bg_pc.jpg);
    background-position: top;
}

.entry-content h3.wp-block-heading {
    border-bottom: 1px solid #AAAAAA;
}

.entry-content table {
    margin: 0;
}

.tablepress tr td:first-child, .tablepress tr th:first-child {
    width: 180px;
}

@media screen and (max-width:768px) {
    .l-mv {
        background-image: url(../../images/company/mv-bg_sp.jpg);
        background-position: right -18px center;
    }
}