.table-scroll {
    overflow-x: auto;
}

.table_design12 {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    min-width: 700px;
    font-weight: bold;
    text-align: center;
    margin: 2rem 0;
}

.table_design12 thead th {
    padding: 1em .8em;
    border-right: 2px solid#fff;
}

.table_design12 thead th:not(:first-child) {
    background: #4d9bc1;
    /* color: #fff; */
    font-size: 1.2rem;
    border-radius: 15px 15px 0 0;
    padding: 0.5em;
    text-align: center;
}

.table_design12 thead th span {
    font-size: .8rem;
    vertical-align: middle;
}

.table_design12 thead th:nth-child(2) {
    background-color: #f88400;
    position: relative;
}

.table_design12 tbody {
    border: 2px solid #d2e8f1;
}

.table_design12 tbody tr {
    background-color: #e6f1f6;
}

.table_design12 tbody tr:nth-child(odd) {
    background-color: #fff;
}

.table_design12 td {
    border-left: 2px solid #d2e8f1;
}

.table_design12 th,
.table_design12 td {
    /* color: #4d9bc1; */
    padding: 1em;
    vertical-align: middle;
    /* min-width: 160px; */
    width: 180px;
}

.table-scroll {
    overflow-x: auto;
}

.table_design12 {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    min-width: 700px;
    font-weight: bold;
    text-align: center;
    margin: 2rem 0;
}

.table_design12 thead th {
    padding: 1em .8em;
    border-right: 2px solid#fff;
}

.table_design12 thead th:not(:first-child) {
    background: #4d9bc1;
    /* color: #fff; */
    font-size: 1.2rem;
    border-radius: 15px 15px 0 0;
    padding: 0.5em;
    text-align: center;
}

.table_design12 thead th span {
    font-size: .8rem;
    vertical-align: middle;
}

.table_design12 thead th:nth-child(2) {
    background-color: #f88400;
    position: relative;
}

.table_design12 tbody {
    border: 2px solid #d2e8f1;
}

.table_design12 tbody tr {
    background-color: #e6f1f6;
}

.table_design12 tbody tr:nth-child(odd) {
    background-color: #fff;
}

.table_design12 td {
    border-left: 2px solid #d2e8f1;
}

.table_design12 th,
.table_design12 td {
    /* color: #4d9bc1; */
    padding: 0.5rem;
    vertical-align: middle;
    /* min-width: 160px; */
    width: 180px;
}

.table_design12 td {
    user-select: none;
    -webkit-user-select: none;
    /* Safari, Chrome */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE/Edge */
    cursor: grab;
}

.table_design12 th {
    /* width: 100px; */
}

.table_design12 td:nth-child(2) {
    /* border-right: 2px solid #f88400; */
    /* border-left: 2px solid #f88400; */
}

.table_design12 tr:last-child td:nth-child(2) {
    /* border-bottom: 2px solid #f88400; */
}

@media screen and (max-width: 600px) {
    .table_design12 tbody {
        font-size: 13px;
    }
}

.red {
    color: #e70000;
}

.cap {
    font-size: 0.9rem;
    color: #575757;
    vertical-align: bottom;
}

a.detail-link {
    text-decoration: none;
    background: #fff;
    padding: 2px 1rem;
    border-radius: 1rem;
    font-weight: normal;
    display: block;
    font-size: 0.8rem;
    width: fit-content;
    text-align: center;
    margin: auto;
}


#detailModal th {
    width: 8rem;
}

#detailModal td {
    text-align: left;
}

#modal-title {
    position: relative;
}

#modal-title img {
    position: absolute;
    max-width: 100px;
    margin-left: 1rem;
    bottom: 0;
}

thead img {
    max-width: 100px;
}

.table_design12 th {
    /* width: 100px; */
}

.table_design12 td:nth-child(2) {
    /* border-right: 2px solid #f88400; */
    /* border-left: 2px solid #f88400; */
}

.table_design12 tr:last-child td:nth-child(2) {
    /* border-bottom: 2px solid #f88400; */
}

@media screen and (max-width: 600px) {
    .table_design12 tbody {
        font-size: 13px;
    }
}

.red {
    color: #e70000;
}

.cap {
    font-size: 0.9rem;
    color: #575757;
    vertical-align: bottom;
}

a.detail-link {
    text-decoration: none;
    background: #fff;
    padding: 2px 1rem;
    border-radius: 1rem;
    font-weight: normal;
    display: block;
    font-size: 0.8rem;
    width: fit-content;
    text-align: center;
    margin: auto;
}


#detailModal th {
    width: 8rem;
}

#detailModal td {
    text-align: left;
}

#modal-title {
    position: relative;
}

#modal-title img {
    position: absolute;
    max-width: 100px;
    margin-left: 1rem;
    bottom: 0;
}

thead img {
    max-width: 100px;
}
.sp-only {
    display: none;
}
@media screen and (max-width: 768px) {
    .sp-only {
        display: block;
        margin: 2.5rem auto 0;
    }
}