@charset "UTF-8";

.j-table{
    max-width: 500px;
}
.j-table tr:first-child th,
.j-table tr:first-child td{
    border-top: 1px solid rgba(0,0,0,0.13);
}
.j-table tr th,
.j-table tr td{
    border-bottom: 1px solid rgba(0,0,0,0.13);
}
.widget_menu01 li {
    align-items: flex-start;
    margin-bottom: 30px;
}
.widget_menu01 li:last-child{
    margin-bottom: 0px;
}
.j-module.j-text+br{
    display: none;
}