html {
    scroll-behavior: smooth
}

.sej-tcont {
    background: #fff;
    text-align: center;
    margin: 40px 0;
    padding: 45px 45px 25px 68px;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3
}

.sej-tcont.gray_toc {
    background-color: #fafafa;
    border: none
}

.sej-tcont-title {
    text-align: left;
    margin-bottom: 15px;
    font-size: 26px
}

.indexlist {
    text-align: left;
    margin: 0 0 20px -19px;
    padding-left: 0 !important;
    font-weight: 400;
    list-style: none;
    font-size: 18px
}

.indexlist li {
    margin-bottom: 15px;
    padding: 0;
    display: flex
}

.index_ico {
    font-weight: 700;
    display: flex;
    padding-right: 5px
}

.index_ico:before {
    content: "\27A4";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-size: 16px;
    text-rendering: auto;
    color: transparent;
    margin-right: 10px;
    padding-top: 3px
}

.indexlist li:hover .index_ico:before {
    color: #71c21b
}

.indexlist li::marker {
    font-weight: 700
}

.index_a {
    transition: .2s;
    color: #000;
    border: none !important
}

.index_a:hover {
    color: #000;
    opacity: 1;
    font-weight: 700
}

.index_a:after {
    content: '';
    height: 1px;
    background-color: transparent;
    display: block;
    margin-left: -15px
}

.index_a:hover:after {
    background-color: #71c21b
}

.indexlist-sub {
    max-width: calc(100% - 30px);
    flex: 0 0 calc(100% - 30px);
    padding: 0;
    margin: 0 0 0 30px;
    border: 1px solid #e8e8e8
}

.close-ico, .top-ico {
    position: absolute;
    top: 23px;
    right: 12px;
    cursor: pointer;
    font-size: 23px;
    line-height: 0
}

.top-ico {
    left: 12px;
    right: auto;
    font-size: 20px
}

#stikcy_index {
    position: fixed;
    left: 55px;
    top: 300px;
    background: #f3f8fb;
    z-index: 99999999;
    border: 6px solid #ddeaef;
    max-height: 400px;
    overflow: auto;
    min-width: 500px
}

#stikcy_index::-webkit-scrollbar {
    width: 8px;
    background-color: #dae0e3
}

#stikcy_index::-webkit-scrollbar-thumb {
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #bbb
}

#jumplinks {
    color: #fff;
    background: #5c5d61;
    font-size: 25px;
    margin-top: 5px
}

#jumplinks.active {
    color: #5c5d61;
    background: #fff
}

.hidden-tbl {
    display: none !important
}

.hidden-tbl.active {
    display: flex !important;
    animation: .3s .05s alternate backwards more_tbl
}

.sej-tblcont-more {
    line-height: 1;
    cursor: pointer;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    letter-spacing: 1px
}

.sej-tblcont-more .svg-icon {
    width: 25px;
    height: 25px;
    margin-left: 5px
}

.sej-tblcont-more:before {
    content: 'Show All'
}

.sej-tblcont-more.active:before {
    content: 'Hide'
}

.sej-tblcont-more.active .svg-icon {
    transform: rotate(180deg)
}

.sej-tblcont-more:hover {
    opacity: .9
}

.sej-toc-head{
    display: flex;
    flex-flow: column;
    padding: 45px 20px 10px 35px;
}
.sej-toc-nav{
    padding: 40px 20px 40px 35px;
    overflow: auto;
    height: 100%;
    line-height: 1.3;
}
.sej-toc-nav .indexlist li{
    margin-bottom: 30px;
}
.sej-toc-nav a:after{
    display: none;
}
.sej-toc-nav a {
    border: none !important;
}

.sej-toc-nav a:hover{
    font-weight: 600;
}
.sej-toc-nav .index_ico{
   padding-right: 12px;
    color: #6E6E6E;
    font-weight: normal;
}
.sej-toc-nav .index_ico:before{
    display: none;
}
.sej-toc-nav  .indexlist{
    margin: 0;
    padding: 0 0 60px 0;
    font-weight: 600;
    font-size: 16px;
}
.sej-toc-title{
    display: block;
    font-size: 20px;
    font-weight: bold;
}
.sej-toc-menu{
    position: fixed;
    left: -400px;
    top: 0;
    bottom: 0;
    background-color: #fff;
    width: 390px;
    border-right: 1px solid var(--border-color-primary);
    z-index: 999999;
    transition: left .3s;
    box-shadow: 2px 0 5px 0 rgba(0, 0, 0, .3);
}

.sej-toc-menu.active{
    left: 0;
}

.sej-toc-btn{
    box-shadow: none;
    border: none;
    background: no-repeat;
    color: #000 !important;
}
.sej-toc-close .svg-icon {
    width: 20px;
    height: 20px;
    transform: rotate(90deg);

}
.sej-toc-close {
    color: var(--theme-color-primary) !important;
    line-height: 1.2;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    margin-right: auto;
    margin-left: -5px;
    text-decoration: none !important;
    font-weight: 600;
    text-transform: uppercase;
}
.sej-toc-close:hover{
    opacity: .8;
}

.sej-toc-open{
    display: none !important;
    color: #fff !important;
    padding: 5px 18px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border-color-primary) !important;
    text-decoration: none !important;
    background-color: var(--theme-color-primary);
    transform: rotate(-90deg);
    font-weight: 600;
    transition: none !important;
}
@keyframes more_tbl {
    0% {
        opacity: 0;
        transform: translate(0, -10px)
    }
    100% {
        opacity: 1;
        transform: translate(0, 0)
    }
}
@media screen and (min-width: 1680px) {
    .sej-toc-open{
        left: -16px;
    }
}
@media screen and (max-width: 1023px) {
    #stikcy_index {
        max-height: 500px;
        overflow: auto;
        top: auto;
        bottom: 50px;
        max-width: 90%;
        left: 10px;
        margin-bottom: 0;
        min-width: 250px
    }

    #stikcy_index:before {
        content: " CONTENTS ";
        font-size: 13px
    }

    #stikcy_index .indexlist, .top-ico {
        font-size: 15px
    }

    #stikcy_index .indexlist {
        padding-left: 20px
    }

    #jumplinks {
        margin-top: 0
    }

    .sej-tcont {
        padding: 30px 30px 20px 50px
    }
}

@media screen and (max-width: 575px) {
    .sej-tcont {
        padding: 30px 20px 20px 30px
    }
}