.oldtable_description {
    margin-top: 20px;
}

.oldtable_menu_wrap {
    padding: 25px 0;
}

.oldtable_menu_wrap:nth-of-type(n+2) {
    border-top: 1px dashed #e0deb9;
}

.oldtable_menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #1e7a2a;
    padding: 10px 15px;
    text-decoration: none;
    row-gap: 10px;
}

.oldtable_menu:hover {
    text-decoration: none;
}

.oldtable_menu-title {
    font-size: 2.0rem;
    color: white;
    font-weight: bold;
}

.oldtable_menu-image::before {
    content: "";
    width: 200px;
    height: 100px;
    display: inline-block;
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 0, #1e7a2a 80%);
    background-size: contain;
    position: absolute;
}

.oldtable_list_title {
    margin: 30px 0 0;
    font-size: 1.8rem;
    padding: 0.25em 0.5em;
    background: #f1f1f1;
    border-left: solid 5px #1e7a2a;
    font-weight: bold;
}

@media print,
screen and (min-width: 745px) {
    .oldtable_menu {
        flex-direction: row;
        padding: 10px 20px;
    }

}
