<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.note {
    color: #f75239;
    font-size: 14px;
    text-decoration: underline;
    font-weight: 900;
}

.note:hover {
    opacity: 0.5;
}

ul.newsattention li:before {
    content: '窶ｻ';
    margin-left: -12px;
    color: #cc3333;
}

ul.newsattention li {
    text-align: justify;
    display: block;
}

ol, ul {
    padding-left: 1rem !important;
}
dl, ol, ul {
    margin-bottom: 0.5rem !important;
}
.newspoint{
    /* padding-left: 1.5rem !important; */
    padding-left: 0 !important;
    text-align: left;
}
.newspoint li {
    margin-bottom: 0.5rem;
    padding-left: 5px;
    list-style: none;
    background: linear-gradient(90deg, #f9ea00 0%, #e549cf 100%);
}

.table-simple {
    width: 100%;
    max-width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    /* background-color: #003a8f; */
}
table tr th {
    padding: 10px;
    background-color: #F0F0F0;
    border: 1px solid #004091;
    color: #262626;
    font-size: 12px;
}
table tr td {
    padding: 10px;
    border: 1px solid #004091;
    color: #4d4d4d;
    font-size: 14px;
}
@media only screen and (max-width: 575px) {
    table tr th {
        font-size: 12px;
    }
    table tr td {
        font-size: 14px;
    }
}</pre></body></html>