.section-table {
    /* min-width: 100%; */
}

.section-table .table-wrapper {
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.section-table table {
    min-width: 700px;
}

.section-table th {
    background-color: var(--tateru-color-primary);
    color: #fff;
    height: 65px;
    line-height: 65px;
}

.section-table th:not(:first-child) {
    text-align: center;
    /* width: 140px; */
}

.section-table th.highlighted {
    background-color: var(--tateru-color-secondary);
}

.section-table td {
    height: 65px;
    vertical-align: middle;
}

.section-table tr:nth-child(odd) td {
    background-color: var(--tateru-color-lightgrey);
}

.section-table td:not(:first-child)  {
    text-align: center;
}


.section-table td:first-child,
.section-table th:first-child {
    padding-left: 19px;
}

.section-table img {
    width: 13.5904px;
    height: 9.6341px;
}