@charset "UTF-8";
/* ---------------------------------------------
  TOP
-----------------------------------------------*/
.sec00{
    position: relative;
    padding: 130px 0 82px 0;
    box-sizing: border-box;
}
.sec00 .news-list .news-list_item .dt,
.sec00 .news-list .news-list_item .cate,
.sec00 .news-list .news-list_item .text{
    display: inline-block;
    vertical-align: top;

}
.sec00 .news-list .news-list_item .dt{
    width: 100px;
    margin-top: -5px;
    font-size: 1.4rem;
}
.sec00 .news-list .news-list_item .cate .inner {
    line-height: 18px;
    text-align: center;
    display: inline-block;
}
.sec00 .news-list .news-list_item .cate{
    width: 180px;
    font-size: 12px;
}
.sec00 .news-list .news-list_item .text{
    width: 810px;
    margin-top: -7px;
    margin-bottom: 20px;
    font-size: 1.4rem;
}
.sec00 .news-list .news-list_item a:hover{
    text-decoration: none;
    opacity: 0.6;
    transition: 0.5s;
}
.sec00 .news-list .news-list_item .cate .inner {
    background: #0061A6;
    color: #fff;
    padding: 2px 6px;
}

@media screen and (max-width: 768px) {

    .sec00 {
        padding: 40px 10px 0px 10px;
    }
    .sec00 a{
        font-size: 4vw;
    }
    .sec00 .news-list .news-list_item .cate {
        font-size: 3vw;
    }
    .sec00 .news-list .news-list_item .text {
        width: 100%;
        margin-top: 0;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 736px) {

}
