    .work_box {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .work_box_items {
        margin: 10px 0 25px 0;
        list-style: none;

        & a {
            text-decoration: none;
        }

        & a:hover img {
            transform: translateY(-5px);
            transition: transform 0.3s ease-in-out;
        }

        & div {
            display: flex;
            margin-left: 6px;
            font-size: 14px;
        }

        & img {
            width: 100%;
            height: 200px;
            object-fit: contain;
        }
    }


    .works_black {
        color: #fff;
        font-weight: bold;
        display: block;
        background-color: #000;
        padding: 3px 13px;
    }

    .works_title {
        color: #000;
        font-weight: bold;
        padding: 3px 13px;
    }

    .new_table {
        width: 100%;
        padding
    }

    .new_table tr {
        border-bottom: 1px dotted #000;
        width: 100%;
        display: block;
    }

    .new_table td {
        font-size: 13px;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        padding: 10px;
        text-align: left;
    }