@charset "UTF-8";
/* CSS Document */


/**********目次強調　 20250718*************/
.toc_list > li:nth-child(5) >  a,
.toc_list > li:nth-child(7) >  a,
.toc_list > li:nth-child(9) >  a,
.toc_list > li:nth-child(10) >  a,
.toc_list > li:nth-child(12) >  a{ 
color: white;
    background: #8E753D;
    border-radius: 6px;
    padding: 3px 3px 1px 22px;
    position: relative;
    display: block;
}

.toc_list > li:nth-child(5) > a::before,
.toc_list > li:nth-child(7) > a::before,
.toc_list > li:nth-child(9) > a::before,
.toc_list > li:nth-child(10) > a::before,
.toc_list > li:nth-child(12) > a::before{
        content: '';
    width: 7px;
    height: 7px;
    /*margin-top: -4px;*/
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 42%;
    left: 8px;
}