#news-operation-container{
    position: fixed;
    top: 69px;
    left: 0;
    right: 0;
    z-index: 500;
}
@media (max-width: 991px) {
    #news-operation-container{
        position : absolute;
    }
}

#detail-container{
    margin-bottom:3rem;
}
@media (max-width: 991px) {
    #detail-container{
        min-width : 992px;
    }
}
.topic-container{
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #ffcf8c;
}
.topic-container:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

/* ----- タイトル ここから ----- */
.detail-notice-container{
    position: relative;
    padding: 1.25rem;
    border-radius:0.25rem;
    background-color:#7f6746;
    border-color:#7f6746;
    color:white;
}
/* ----- タイトル ここまで ----- */

.detail-notice-container > i{
    position: absolute;
    top: 1.4rem;
    right: 0.5rem;
    font-size: 1.25rem;
    cursor: pointer;
}

.company-label{
    cursor: pointer;
}

#company-container > div > ul{
    padding-left: 0;
    list-style: none;
}
#company-container > div > ul > li{
    margin-bottom: 1rem;
}

.company-content-wrapper{
    background-color: rgba(255,207,140, 0.3);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1900;
}
.company-content-wrapper > div {
    position:fixed;
    border:3px solid #ffcf8c;
    background-color:#fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2000;
    padding: 40px 35px 30px 30px;
    width: 960px;
    overflow-y: scroll;
}
.company-content-wrapper > div > i {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 2rem;
    cursor: pointer;
}
