.contents_body table th,
.contents_body table td {
    padding: 18px 0;
    line-height: 1.5;
    border-bottom: 1px solid #eee;
}
.contents_body table td {
    display: flex;
}
.contents_body table td a{
    color: #0099D9;
    text-decoration: underline !important;
}
.contents_body table td::before{
    content: "：";
    padding: 0 1em;
}

.contents_body h2 {
    margin-top: 3em;
    margin-bottom: 1em;
    font-size: 19px;
    font-weight: bold;
    line-height: 28px;
    letter-spacing: 0.04em;
}

.contents_body ul {
    padding-left: 2em;
}

.contents_body li {
    list-style-type: disc;
    margin-bottom: 0.5em;
}

.contents_body h3 {
    font-size: 17px;
    font-weight: bold;
    line-height: 28px;
    letter-spacing: 0.04em;
    margin: 4rem 0 14px 0;
}

@media screen and (max-width: 1099.98px) {

    .contents_body table th,
    .contents_body table td {
        display: block;
    }
    .contents_body table td{
        margin-left: 1em;
        border: none;
    }
    .contents_body table th::after{
        content: "：";
    }
    .contents_body table td::before{
        display: none;
    }

}