.new-detail {
    background-color: #FFFFFF;
    margin-left: 11px;
    z-index: 1;
    padding: 40px;
    margin-bottom: 69px;
}

.new-detail .news-content-detail img {
    width: 100% !important;
    height: 100% !important;
}

.new-detail .news-content-detail table:nth-child(2) {
    min-width: 60% !important;
}

.new-detail .news-content-detail table a {
    text-decoration: none;
    color: #E74C39;
    font-weight: 500;
}

.new-detail .news-content-detail table {
    max-width: 100%;
}

.new-detail .news-content-detail table:not(:nth-child(2)) {
    width: 100% !important;
}

.new-detail .date-detail {
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
    color: #4E4D52;
}

.new-detail .date-detail:nth-child(2) {
    margin-left: 18px;
}

.new-detail .date-detail span {
    margin-right: 4px;
}

.new-title-top .title-top {
    margin-top: 8px;
    font-size: 24px;
    font-weight: 700;
    line-height: 35px;
}

.new-title-top .desc-top {
    margin-top: 24px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.news-content-detail {
    margin-top: 40px;
}

.news-content-detail-ja {
    line-height: 30px;
    letter-spacing: 1px;
}

.news-content-detail .menu-detail {
    border: 1px solid #F6F6F6;
    box-shadow: 0px 4px 4px 0px #F2F2F2;
    padding: 20px 24px;
}

.news-content-detail .menu-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
}

.news-content-detail .menu-content-list {
    margin-top: 20px;
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    color: #E74C39;
    position: relative;
}

.news-content-detail .menu-content-list:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: -12px;
    width: 84px;
    border-bottom: 1px solid #D1D1D1;
}

.menu-content-list .list-menu {
    margin-top: 8px;
}

.news-content-detail .content-detail {
    margin-top: 40px;
}

.content-detail .list-group-content:not(:first-child) {
    margin-top: 32px;
}

.list-group-content .title-detail {
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
}

.list-group-content .desc-detail {
    margin-top: 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.item-filter a {
    color: #bdbdbd !important;
}

tbody, td, tfoot, th, thead, tr {
    border-color: unset;
    border-width: 1px;
}

@media (max-width: 1199px) {
    .news-box-right {
        order: 1;
    }

    .new-box-left {
        order: 2;
    }
}

@media (max-width: 691px) {
    .new-detail .news-content-detail table:first-child {
        width: 100% !important;
    }

    .news-content-detail {
        margin-top: 16px;
    }

    .new-detail {
        margin-left: 0;
    }

    .new-detail .date-detail,
    .news-content-detail .menu-title,
    .list-group-content .title-detail {
        font-size: 14px;
        font-weight: 700;
        line-height: 20px;
    }

    .new-title-top .title-top {
        margin-top: 4px;
        font-size: 16px;
        font-weight: 700;
        line-height: 23px;
    }

    .new-title-top .desc-top,
    .list-group-content .desc-detail {
        margin-top: 16px;
        font-size: 12px;
        font-weight: 400;
        line-height: 17px;
    }

    .news-content-detail,
    .news-content-detail .content-detail {
        margin-top: 24px
    }

    .news-content-detail .menu-detail {
        padding: 12px;
    }

    .news-content-detail .menu-content-list {
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
    }

    .content-detail .list-group-content:not(:first-child) {
        margin-top: 28px;
    }

    .new-detail {
        padding: 12px;
    }

    .new-detail .news-content-detail table:nth-child(2) {
        max-width: 100% !important;
    }
}

