astro-island,
astro-slot {
    display: contents;
}
.election * table.table-election {
    border: none;
    border-bottom: 1px solid #ddd;
}
.election * table.table-election tr td {
    border: none;
    padding: 12px 0;
}
.election * table.table-election tr td.td__ph {
    padding: 12px 20px 12px 0;
    vertical-align: top;
    width: 100px !important;
}
.election * table.table-election tr td.td__text {
    padding-bottom: 32px;
}
.election * table.table-election tr td.td__text p {
    white-space: break-spaces;
}
.election * table.table-election hr {
    border-color: #ddd;
    margin: 0.75em 0;
}
.election * table.list-election {
    border-width: 0;
    max-width: -webkit-max-content !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important;
    width: auto !important;
}
.election * table.list-election tr td {
    border-width: 0;
    padding: 0;
}
.election * table.list-election tr td.--name {
    width: 6em !important;
}
.election * table.list-election tr td.--katagaki {
    width: 8ch !important;
}
.election * table.list-election tr td.--short {
    width: 1.25em !important;
}
.election * table.list-election tr td p {
    font-size: 16px;
    line-height: 1.5;
    white-space: pre;
}
