/* TOCアコーディオン目次 */
.accordion-nav {
    margin-bottom: 100px;
    padding: 0;
    background: #FFFFFF;
    border-right: 2px ridge #222222;
    border-bottom: 2px ridge #222222;
    border-radius: 12px;
    box-shadow: 8px 8px 15px #666666;
}
/* TOCアコーディオン目次設定-Input初期設定（非表示） */
.accordion-nav input {
    display: none;
}
/* TOCアコーディオン設定-リスト集 */
.accordion-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}


    /* 第1階層-ラベル */
    .toc1 > label {
        display: block;
        font-family: Rounded Mplus Bold;
        color: #FFFFFF;
        background: #333333;
        padding: 10px 10px 10px 17px;
        border-bottom: 2px solid #666666;
        cursor: pointer;
    }
        /* 第1階層-ラベルホバー時 */
        .toc1 > label:hover {
            color: #CCCCCC;
            background: #555555;
        }
    /* 第1階層-リスト集 */
    .toc1 > ul {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.6s ease;
    }
    /* 第1階層-OPEN設定 */
    .toc1 > input:checked + label + ul {
        max-height: 500px;
    }


    /* 第1階層Top Rounded-ラベル */
    .toc1-top > label {
        display: block;
        font-family: Rounded Mplus Bold;
        color: #FFFFFF;
        background: #333333;
        padding: 10px 10px 10px 17px;
        border-bottom: 2px solid #666666;
        border-radius: 10px 10px 0 0;
        cursor: pointer;
    }
        /* 第1階層Top Rounded-ラベルホバー時 */
        .toc1-top > label:hover {
            color: #CCCCCC;
            background: #555555;
        }
    /* 第1階層Top Rounded-リスト集 */
    .toc1-top > ul {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.6s ease;
    }
    /* 第1階層Top Rounded-OPEN設定 */
    .toc1-top > input:checked + label + ul {
        max-height: 500px;
    }


    /* 第1階層Bottom Rounded-ラベル */
    .toc1-bottom > label {
        display: block;
        font-family: Rounded Mplus Bold;
        color: #FFFFFF;
        background: #333333;
        padding: 10px 10px 10px 17px;
        border-bottom: 2px solid #666666;
        border-radius: 0 0 10px 10px;
        cursor: pointer;
    }
        /* 第1階層Bottom Rounded-ラベルホバー時 */
        .toc1-bottom > label:hover {
            color: #CCCCCC;
            background: #555555;
        }
    /* 第1階層Bottom Rounded-リスト集 */
    .toc1-bottom > ul {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.6s ease;
    }
    /* 第1階層Bottom Rounded-OPEN設定 */
    .toc1-bottom > input:checked + label {
        border-radius: 0 0 0 0;
    }
    .toc1-bottom > input:checked + label + ul {
        max-height: 500px;
    }


    
        /* 第2階層-ラベル */
        .toc2 > label {
            display: block;
            padding: 10px 10px 10px 25px;
            font-family: Rounded Mplus Bold;
            font-size: small;
            color: #000000;
            border-right: 1px solid #D0D0D0;
            border-left: 1px solid #D0D0D0;
            border-bottom: 1px solid #B0B0B0;
            background: #E0E0E0;
            cursor: pointer;
        }
            /* 第2階層-ラベルホバー時 */
            .toc2 > label:hover{
                color: #666666;
                background: #CCCCCC;
            }
        /* 第2階層-リスト集 */
        .toc2 > ul {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.6s ease;
        }
        /* 第2階層-OPEN設定 */
        .toc2 > input:checked + label + ul {
            max-height: 400px;
        }


        /* 第2階層Bottom Rounded-ラベル */
        .toc2-bottom > label {
            display: block;
            padding: 10px 10px 10px 25px;
            font-family: Rounded Mplus Bold;
            font-size: small;
            color: #000000;
            border-right: 1px solid #D0D0D0;
            border-left: 1px solid #D0D0D0;
            border-bottom: 1px solid #B0B0B0;
            background: #E0E0E0;
            border-radius: 0 0 10px 10px;
            cursor: pointer;
        }
            /* 第2階層Bottom Rounded-ラベルホバー時 */
            .toc2-bottom > label:hover{
                color: #666666;
                background: #CCCCCC;
            }
        /* 第2階層Bottom Rounded-リスト集 */
        .toc2-bottom > ul {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.6s ease;
        }
        /* 第2階層Bottom Rounded-OPEN設定 */
        .toc2-bottom > input:checked + label {
            border-radius: 0 0 0 0;
        }
        .toc2-bottom > input:checked + label + ul {
            max-height: 400px;
        }



            /* 第3階層-リンク */
            .toc3 a {
                font-family: Rounded Mplus Bold;
                display: block;
                padding: 9px 9px 9px 35px;
                font-size:smaller;
                color: #333333;
                text-decoration: none;
                border-right: 1px solid #DDDDDD;
                border-left: 1px solid #DDDDDD;
                border-bottom: 1px solid #DDDDDD;
            }
                /* 第3階層-リンク訪問済 */
                .toc3 a:visited {
                    color: #AAAAAA;
                }
                /* 第3階層-リンクホバー時 */
                .toc3 a:hover {
                    color: #999999;
                    background: #ECECEC;
                }


            /* 第3階層Bottom Rounded-リンク */
            .toc3-bottom a {
                font-family: Rounded Mplus Bold;
                display: block;
                padding: 9px 9px 9px 35px;
                font-size:smaller;
                color: #333333;
                text-decoration: none;
                border-right: 1px solid #DDDDDD;
                border-left: 1px solid #DDDDDD;
                border-bottom: 1px solid #DDDDDD;
                border-radius: 0 0 10px 10px;
            }
                /* 第3階層Bottom Rounded-リンク訪問済 */
                .toc3-bottom a:visited {
                    color: #AAAAAA;
                }
                /* 第3階層Bottom Rounded-リンクホバー時 */
                .toc3-bottom a:hover {
                    color: #999999;
                    background: #ECECEC;
                }