table.fit-width {
    width: 100%;
}

table.fixed-layout {
    table-layout: fixed;
}

/*
table.table,
.table th,
.table td {
    border: 1px solid #ddd;
    padding: 15px;
    border-collapse: collapse;
    font-size: 16px;
    text-align: left;
    vertical-align: top;
}
.table th {
    background: #eee;
    font-weight: 600;
}

.table .bg { background: #eee;}

.table.fs-small th,
.table.fs-small td,
.table.fs-small td li,
.table.fs-small td p { font-size: 12px !important;}

.table.center td,
.table td.center { text-align: center; vertical-align: middle;} 

div.article-contents > div.content .table ul {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 2em;
}
div.article-contents > div.content .table ul li {
    list-style-type: disc;
    margin-left: 0;
    margin-top: 4px;
}
*/

.break { word-break: break-all;}
.nowrap { white-space: nowrap;}

@media only screen and (max-width: 500px) {
    .table-scroll {
        display: block;
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
    }
    table.fixed-layout { table-layout: auto; }
    .table th,
    .table td {
        min-width: 60vw;
        max-width: 90vw;
        font-size: 14px;
    }
    .table-scroll + .reference { margin-top: 20px !important; }
    div.article-contents > div.content .table ul { padding-left: 1em; }
    div.article-contents > div.content .table ul li { margin-left: 1.4em; }
    .table.sp-head th:first-child { min-width: 30vw; }

}

div.article-contents div.content table {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 16px;
  letter-spacing: initial;
  border-collapse: collapse;
  box-sizing: border-box;
  border-spacing: none;
  border: 1px solid #ccc;
}

div.article-contents div.content table td,
div.article-contents div.content table th {
  border: 1px solid #ccc;
  padding: 12px 15px;
}

div.article-contents div.content table th {
  background-color: var(--color-light-sage-green);
}