@charset "utf-8";
.table {
    display: table;
}
.table-row {
    display: table-row;
}
.table-cell {
    display: table-cell;
    vertical-align: middle;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.table--v1 {
    border-top: 2px solid #222;
}
.table--v1 .table-row:not(:last-child) .table-cell {
    border-bottom: 1px solid #ddd;
}


.basic-custom01__caption {
    font-size: 0.8334rem;
}
.basic-custom01__title {
    font-size: 1.0667rem;
    font-weight: 300;
    letter-spacing: -0.01em;
}

.basic-custom01 .table {
    line-height: 1;
}
.basic-custom01 .table-cell__header {
    width: 6rem;
}
.basic-custom01 .table-cell__body {
    max-width: 0;
}