table {
    margin: 0 auto;
    border-collapse: collapse;
    border: 1px solid #000;
    text-align: center;
    width: 100%;
    background-color: rgb(170, 210, 224);
}

th {
    font-size: 4.5vw;
    font-weight: 900;
    color: brown;
}

td {
    font-size: 3vw;
}

th,
td {
    width: 100%;
    height: 8vw;
    line-height: 8vw;
    border: 1px solid #000;
}

tr:hover {
    background-color: #547e8a;
    background-color: rgb(0, 0, 0, 0.3);
}

tr:first-child:hover {
    background-color: rgb(206, 178, 167);
}

.box {
    padding: 6vw;
    margin: 0 auto;
    margin-top: 6vw;
    margin-bottom: 20px;
    width: 90%;
    border-radius: 5vw;
    background-color: rgb(160, 220, 203);
}

.box .show_title {
    margin-top: 20px;
}

.show_title p {
    font-size: 22px;
}

.show_title li {
    margin-bottom: 10px;
    text-indent: 2em;
    font-size: 18px;
}