#contents.news__detail__body p:not(:first-child) {
    margin-top: 0;
}

#contents.news__detail__body p {
    margin-bottom: 0.5em;
}

#contents h2 {
    font-size: 1.5em;
    border-left: 4px solid #06225b;
    padding: 2px 0 6px 0.5em;
    line-height: 1.3;
    margin-bottom: 0.5em;
}

#contents h3 {
    font-size: 1.2em;
    margin-bottom: 0.5em;
}

#contents h4 {
    display: inline-block;
    background: #06225b;
    color: #fff;
    padding: 1px 8px 4px;
    border-radius: 4px;
    font-size: 1em;
    margin-bottom: 0.5em;
}

#contents h4::after {
    content: '';
    display: block;
}

#contents p + h2 {
    margin-top: 2em;
}

#contents p + h3,
#contents h2 + h3,
#contents h4 {
    margin-top: 1.5em;
}

#contents ul {
    margin: 0 0 2em 1.5em;
    list-style-type: disc;
}

#contents ul li {
    line-height: 1.4;
}