@charset "UTF-8";

.nav_list {display: block;}
.cv a.on {background-color: #eaff002a;}

.title2,.title3 {margin-top: 70px;}

.table {margin-top: 35px;}
.table .list {
    display: grid;
    grid-template-columns: 20% 40% 40%;

}

.table .y {
    text-align: center;
}


@media (max-width: 1024px) {
    .nav_list {display: none;}
    .work_list .sub_on {display: none;}
    .work_list .sub_on a.on {
        background-color: #eaff002a;
    }
}

@media (max-width: 680px) {
    .table {margin-top: 20px;}  
    .table .list {
        display: grid;
        grid-template-columns: 100%;
    }

    .table .y {
        text-align: start;
        /* margin-left: 10px; */
    }
    .list {margin-left: 30px;}
    /* .table .n, .table .l {margin-left: 50px;} */
    .table .l {margin-bottom: 20px;}
}