@charset "utf-8";

.table_list {
    border-bottom: 1px solid #333;
    height: 58px;
}


.table_year {
    width: 300px;
    font-size: 30px;
    font-weight: bold;
}

.table_month {
    width: 200px;
    font-size: 24px;
    font-weight: bold;
    padding: 1em 0;
}

.table_text {
    width: 500px;
    font-size: 14px;
    font-weight: normal;
}

.border_box {
    border-bottom: 1px solid #333;
}

th {
    vertical-align: middle;
}

@media screen and (max-width: 520px) {


    h1 {
        font-size: 25px;
    }

    .border_box {
        border-bottom: none;
    }

    .table_year {
        font-size: 16px;
    }

    .table_month,
    .table_text {
        font-size: 14px;
    }

    .table_text {
        padding: 1em 0;
    }
}