@charset "utf-8";

.table01 {
    border-top: solid 1px #ccc;
    border-left: solid 1px #ccc;
    max-width: 1200px;
}

.table01 .th {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ED7B1D;
    color: #fff;
    font-size: 16px;
    line-height: 1.8em;
}

.table01 .td {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.875em;
    color: #444;
}

.table01 .th,
.table01 .td {
    padding: 15px;
    letter-spacing: 0.05em;
    font-weight: 400;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}

.table01 .td a {
    color: #444;
    text-decoration: underline;
}

.table01 .td a:hover {
    color: #444;
    text-decoration: none;
}