.news__rss {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 11px;
    right: 0;
    display: none;
}

.news__rss a {
    display: block;
    width: 100%;
    height: 100%;
    background: url("../../image/dummy/rss-ic001.gif") no-repeat 0 0;
    display: block;
    text-indent: -999%;
    font-size: 1px;
    white-space: nowrap;
    overflow: hidden;
}

.news-list-item {
    width: 100%;
    padding: 14px 0;
}

.news-list-item + .news-list-item {
    border-top: 1px solid #ccc;
}

.news-list-item__date {
    width: 265px;
    padding: 3px 140px 5px 0;
    position: relative;
    font-size: 114%
}

.news-list-item__date.ic001 {
    background: url("../../image/news-ic001.png") no-repeat right top 5px;
}

.news-list-item__date.ic002 {
    background: url("../../image/news-ic002.png") no-repeat right top 5px;
}

.news-list-item__date.ic003 {
    background: url("../../image/news-ic003.png") no-repeat right top 5px;
}

.news-list-item__date.new::after {
    content: '';
    background: url("../../image/news-ic004.png");
    display: block;
    width: 35px;
    height: 15px;
    position: absolute;
    right: -45px;
    top: 8px;
}

.news-list-item__txt {
    width: auto;
    line-height: 1.6em;
    font-size: 114%;
}

#wrapper-under .news__container {
    border: 1px solid #0069b4;
    margin-bottom: 40px;
    padding: 34px 37px;
    position: relative;
}

#wrapper-under .news__container .news__title {
    margin-bottom: 10px;
}

#wrapper-under .news__container .news__title h2 {
    font-size: 178%;
    color: #0069b4;
    font-weight: bold;
}

#wrapper-under .news__container .news-list-item {
    padding-left: 12px;
}

#wrapper-under .news__container .news__link {
    position: absolute;
    top: 40px;
    right: 44px;
}

#wrapper-under .news__container .news__link a {
    display: inline-block;
    padding: 4px 25px 4px 15px;
    background: #bee4ff;
    color: #0064ab;
    text-decoration: none;
}

#wrapper-under .news__container .news__link a span {
    font-size: 14px;
    font-weight: 500;
}

#wrapper-under .news__container .news__link a::before {
    position: absolute;
    top: 13px;
    right: 8px;
    left: auto;
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #0064ab;
    border-left: 2px solid #0064ab;
    transform: rotate(135deg);
}

@media screen and (max-width: 767px) {
    #wrapper-under .news__container .news__link {
        display: none;
    }
}

#wrapper-under .news__container .news-list-item__link {
    text-decoration: none;
    color: #111;
}

#wrapper-under .news-under .news__container {
    border: none;
    padding: 10px 0;
}

/*# sourceMappingURL=../maps/category/news.css.map */
