.newsContents h1 {
    display: inline-block;
    font-size: 32px;
    color: #999;
    margin: 3rem 0;
    padding: 4px 28px;
    border-left: 8px double skyblue;
    border-right: 8px double skyblue;
}

.newsContents section.newsArea {
    border-bottom: 1px solid #ccc;
    padding-bottom: 3rem;
}

.newsContents section.newsArea h2 {
    font-size: 24px;
    border-left: 8px solid red;
    padding-left: 8px;
}

.newsContents section.newsArea h3 {
    font-weight: 800;
    font-size: 20px;
}

.newsContents section.newsArea .newsBox {
    font-size: 16px;
    letter-spacing: 1px;
}

.newsContents .newsBox a.point:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 800;
    content: '\f0a4';
    margin-right: 8px;
}

.newsContents .newsBox .sample {
    margin: 2rem 0;
}

.newsContents .newsBox .sample h4 {
    font-weight: bold;
    font-size: 16px;
    color: #999;
    margin-left: 1rem;
}

.newsContents .newsBox div.sample p {
    display: flex;
    margin-bottom: 4rem;
}

.newsContents .newsBox div.sample p img {
    width: 50%;
    margin: 0 0 auto;
    object-fit: scale-down;
}