@charset "UTF-8";

.article h2 {
    font-size: 24px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.article h3 {
    background-color: #D90000;
    color: #fff;
    font-size: 18px;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.article h4 {
    border-left: 2px solid #D90000;
    font-size: 18px;
    padding: 4px 4px 4px 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.article p {
    line-height: 32px;
    font-size: 15px;
    margin-bottom: 15px;
    word-break: break-all;
}

.article p a {
    line-height: 20px;
    font-size: 15px;
    display: inline-block;
}

@media (max-width: 750px) {
}