body,
td {
    font-size: 17px;
    line-height: 150%;
    color: #000000;
}

a {
    color: #4D4BB0;
    text-decoration: none;
}

a:hover {
    color: #4D4BB0;
    text-decoration: underline;
}

.pxss {
    font-size: 10px;
}

.bold {
    font-weight: bold;
    color: #39379C;
}

.t1 {
    font-weight: bold;
    color: #39379C;
    font-size: 10px;
}

.title_style {
    color: #9F19E1;
    font-family: Osaka, Verdana, Arial, Helvetica, sans-serif;
    font-size: 13pt;
    font-weight: bold;
}

-->.indent1 {
    text-indent:
        -1em;
    padding-left:
        1em;
    text-align: justify
}

.indent2 {
    text-indent:
        -1em;
    padding-left:
        1em;
    text-align: left
}

.new>div:nth-child(1)::after {
    display: inline-block;
    content: "NEW";
    background: #ff0000;
    color: #ffffff;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: -1px;
    line-height: 1;
    vertical-align: middle;
    margin: 0;
    padding: 2px;
    transform: scale(0.7) translateX(-20%);
    animation: newAnime .9s infinite alternate;
}

@keyframes newAnime {
    0% {
        color: #ff0000;
        background: #ffffff;
    }

    100% {
        color: #ffffff;
        background: #ff0000;
    }
}

span {
    margin-left: 1rem;
}