/* businessSuccession サイドバー 20220816*/
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.content_layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* margin-bottom: 120px; */
}
.main_section{
    margin-bottom: 0;
    margin-right: 80px;
    width: 70%;
    max-width: 840px;
    font-size: 116%;
    line-height: 1.6;
}
/* .compass-root .compass-root__list .compass-root__list__item .compass-root__imgBox p{
    font-size:18px;
} */

#sidebar {
    width: 280px;
}
#sticked_box {
    position: sticky;
    top: 100px;
    width:250px;
}
.list-category-item:nth-of-type(n+4):nth-of-type(-n+6) {
    margin: 0 0 10px;
}
.jigyo-shokei-column{
    margin-bottom:120px;
}
.b-column-item-text__title{
    line-height:1.6;
}
@media screen and (min-width: 1200px){
    .col-pc-main-third {
        width: calc(25% - 32px);
        margin-left: 0;
        margin-right: 20px;
    }
    .list-category-item{
        margin: 0 20px 20px 0;
    }
    .list-category-item:nth-of-type(n+4):nth-of-type(-n+6) {
        margin: 0 20px 20px 0;
    }
    .col-pc-main-half {
        width: calc(33.33% - 12px);
        margin-left: 0;
        margin-right:18px;
        padding:20px 0;
    }
    .col-pc-main-half:nth-child(1),.col-pc-main-half:nth-child(2),.col-pc-main-half:nth-child(3) {
        padding:0 0 20px 0;
    }
    .col-pc-main-half:nth-child(3n) {
        margin-right:0;
    }
}
@media screen and (max-width: 939px){
    .content_layout {
        width:100%;
    }
    .main_section {
        width:100%;
        padding-bottom: 30px;
        font-size: 116%;
        line-height: 1.6;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    /* .main_section .sct_Lead {
        padding: 0 10px;
    } */
    .jigyo-shokei-list{
        padding: 0 10px;
    }
}
@media screen and (max-width:768px) {
    #sidebar {
        /* width: 100%; */
        display:none;
    }
    
    #sticked_box {
        width:100%;
    }
    .content_layout {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        /* margin-bottom: 60px; */
    }

    .main_section {
        margin-right: 0;
    }
    .jigyo-shokei-column{
        margin-bottom:60px;
    }
    /* .compass-root .compass-root__list .compass-root__list__item .compass-root__imgBox p{
        font-size:17px;
    } */
}

/* ///////////////// */
#toc {
    padding: 20px;
    border: 1px solid #ccc;
    font-size: 15px;
    width: 100%;
    margin-top:30px;
    /* -webkit-box-sizing: border-box;
    box-sizing: border-box; */
}

.toc-inner {
    position: relative;
}

.toc-head__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

#toc-list {
    list-style: decimal;
    list-style-position: outside;
    padding-left: 25px;
    margin-top: 10px;
}

.toc-list-item a {
    text-decoration: none;
    color: #333;
    font-size: 15px;
    line-height: 1.4;
}

.toc-list-item a:hover {
    text-decoration: underline;
}

.toc-list-item:not(:last-child) {
    padding-bottom: 10px;
}

.toc-list-item.active, .toc-list-item.active a {
    font-weight: 700;
}
.relativeNavi {
    width: 292px;
}
.relativeNavi h3 {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 700;
    padding: 10px;
    background: #eee;
    text-align: center;
}

.relativeNavi ul {
    margin-top: 15px;
    /* padding:0 20px; */
}

.relativeNavi ul li {
    padding-bottom: 10px;
    padding-left: 15px;
    font-size: 15px;
}

.relativeNavi ul li a {
    /* color: #333; */
    position: relative;
    display: block;
    /* text-decoration: none; */
}

/* .relativeNavi ul li a:hover {
    text-decoration: underline;
} */

.relativeNavi ul li a::before {
    content: "・";
    font-size: 13px;
    position: absolute;
    top: 0;
    left: -15px;
}

.bnrMangaNavi {
    margin-top: 30px;
    width: 292px;
}

.bnrMangaNavi a:hover img {
    opacity: .8;
    transition: all .2s ease;
}

/* ///////////// */
@media screen and (min-width:769px) {
    .toc-sp {
        display: none;
    }
}

@media screen and (max-width:768px) {
    #toc {
        display: none;
    }
    .relativeNavi.sp{
        margin-bottom:60px;
    }
    .relativeNavi {
        width: 100%;
    }
    .relativeNavi ul {
        padding: 0 15px;
    }
    .relativeNavi ul li{
        padding-bottom: 15px;
    }
}

@media screen and (max-width:768px) {
    .toc {
        margin: 30px 10px 0;
        padding: 20px;
        border: 1px solid #ccc;
        font-size: 15px;
    }

    .toc-list {
        list-style: decimal;
        list-style-position: outside;
        padding-left: 29px;
        margin-top: 10px;
    }
    .toc-list.close {
        display: none;
    }

    .toggle_text {
        font-size: 14px;
        position: absolute;
        right: 40px;
        top: 0px;
    }

    .toggle_text_link {
        line-height: 18px;
        text-decoration: underline;
        color: #326691;
        cursor: pointer;
    }
}