.news-icon-release {
    background: #bd0d0f;
}

.news-category {
    font-size: .75rem;
    border-radius: 2px;
    display: inline-block;
    width: 6em;
    text-align: center;
    padding: 2px 0;
    margin: 0 30px;
    color: #fff;
    vertical-align: middle;
}
.news-list-item-title {
    margin: 20px 0;
    color:#0055C3;
}

.news-list-item-title>* {
    font-size: 1.25rem;
    font-weight: 400;
    margin-bottom: 0;
}


p.news-line {
    margin: 0;
    padding: 0;
    margin-bottom: 1em;
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    color: #231815;
    font-family: -apple-system,BlinkMacSystemFont,'.SFNSDisplay-Regular',"Yu Gothic",YuGothic,"メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",Verdana,Arial,Sans-Serif;
    font-size: 13px;
    line-height: 1.5;
}


a.news-link:active, a.news-link:hover {
    color: #07a1ff;
    text-decoration: underline;
}
a.news-link:visited {
    color: #1975ad;
}

a.news-link {
    color: #007bc6;
    text-decoration: none;
}
a.news-link {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a.news-link:-webkit-any-link {
    cursor: pointer;
    text-decoration: underline;
}