@charset "utf-8";

.breadcrumb_list li:last-child{
    max-width: 898px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.page_visual{
    background: url(/cms_26_kan/wp-content/themes/kanto-kizai/news/img/page_visual.png) no-repeat center/cover;
}

.nd_inner a{
    text-decoration: underline;
    color: var(--base-color);
}

.news_detail{
    margin-top: 50px;
}
.nd_inner{
    max-width: 1024px;
    width: 100%;
    margin: auto;
}
.nd_title{
    font-size: 2.4rem;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--main-color);
}
.nd_bottom{
    margin-top: 10px;
}
.date{
    display: flex;
    justify-content: flex-end;
}
.nb_para{
    line-height: 32px;
    margin-top: 15px;
}
.back_news{
    margin: 40px auto 0;
    text-decoration: none;
}

@media screen and (max-width: 767px){
    .nd_inner{
        padding: 0 5%;
    }
}