.c-sec__btn.size-default {container-type:normal}
span.c-news-item__ttl,.c-news-item__desc {display: block;}
.c-news-item a[href=""] {
pointer-events: none!important;
}
.c-news-item a[href=""] .pdf{
display: none;
}
.c-news-item a[target="_blank"] .c-news-item__ttl:after {
content: "";
display: inline-block;
width: 18px;
height: 18px;
background-image: url(../img/common/icon_blank.svg);
background-repeat: no-repeat;
background-size: contain;
vertical-align: super;
position: relative;
top: 9px;
}
@media screen and (max-width: 767px) {
    .c-news-item a[target="_blank"] .c-news-item__ttl:after {
        top: 8px;
        margin-left: 3px;
    }
}

.c-news-item.pdf-active .c-news-item__ttl:after,
.c-news-item a[href=""] .c-news-item__ttl:after {
display: none!important;
}
.c-news-item-link::after,
.pdf-empty .pdf{
display: none!important;
}


.c-news-item.c-news-item-sub {padding-top:0;}
.c-news-item-sub .c-news-item__txtblock::before {top:0;}
@media screen and (max-width: 767px) {
.c-news-item-sub .c-news-item__txtblock::before {top:-2%;}
}
.p-ir-news .c-news-item__tag-link span {
    color: #5A6A81;
    background-color: #F2F5F9;
    border: none;
}