@charset "utf-8";

/* 下線 */
table.type1 tr {
    border-bottom: solid 1px var(--border-color);
}

table.type1 tr:last-of-type {
    border-bottom: none;
}
