@charset "UTF-8";

.news-list-wrap {
    border: 1px solid #d6d6d6;
    margin-bottom: 2.5rem;
    padding: 1rem 4.625rem;
}
.news-list-wrap .list {
    border-top: 1px solid #d6d6d6;
    padding: 2.5rem 0;
}
.news-list-wrap .list:first-child {
    border: 0;
}
.news-list-wrap .list .link-block {

}
.news-list-wrap .list .img-wrap {
    position: relative;
    width: 18.75rem;
}
.news-list-wrap .list .img-wrap img {
    width: 100%;
}
.news-list-wrap .list .img-wrap .cat {
    left: 0;
    padding: 0 1rem;
    position: absolute;
    top: 0;
    width: auto;
}
.news-list-wrap .list .text-wrap {
    padding: 0.625rem 0;
    width: calc(100% - 19rem);
}
.news-list-wrap .list .text-wrap .ttl-news {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
}
.news-list-wrap .list .text-wrap .date,
.news-detail-wrap .date {
    color: #999;
    font-size: 0.875rem;
    margin-bottom: 1.25rem;
}
.news-list-wrap .list .text-wrap .text {
    font-size: 0.875rem;
    line-height: 1.625rem;
}

.news-detail-wrap {
    border: 1px solid #d6d6d6;
    margin-bottom: 1.875rem;
    padding: 3.25rem 2.625rem;
}
.news-detail-wrap .ttl-news-detail {
    font-size: 1.5rem;
}





/* タブレット */
@media screen and (max-width:768px) {
    .news-list-wrap {
        margin-bottom: 1.75rem;
        padding: 0 1.25rem;
    }
    .news-list-wrap .list {
        padding: 1.875rem 0;
    }
    .news-list-wrap .list .img-wrap {
        width: 9.375rem;
    }
    .news-list-wrap .list .img-wrap img {
        width: 100%;
    }
    .news-list-wrap .list .text-wrap {
        padding: 0;
        width: calc(100% - 9.375rem);
    }
    .news-list-wrap .list .text-wrap .cat {
        font-size: 0.5625rem;
        letter-spacing: inherit;
        line-height: 1.5rem;
        margin-bottom: 0.5rem;
        padding: 0 1rem;
        width: auto;
    }
    .news-list-wrap .list .text-wrap .ttl-news {
        font-size: 1rem;
        margin-bottom: 0.5rem;
    }
    .news-list-wrap .list .text-wrap .date {
        margin-bottom: 0;
    }

}

/* sp */
@media screen and (max-width:575px) {

}
