#mucluc {
    padding: 15px;
    background: #f9f9f9;
    margin: 15px 0;
    /* display: none; */
}

    #mucluc p {
        padding: 5px 0;
        margin-bottom: 0px;
        font-weight: 600;
    }

    #mucluc a {
        color: #000;
        display: block;
        padding: 5px 0;
        text-decoration: none;
        transition: all 0.5s;
    }

        #mucluc a:hover {
            color: var(--primary-light);
        }

.ml_ttl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--primary-light);
    font-size: 20px !important;
}

#ml_more {
    cursor: pointer;
    background: url(/Images/ico_toc.png) no-repeat center center;
    background-size: 30px;
    padding: 15px 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 0px #ccc;
}

.ml_itm > ul > li > ul {
    margin-left: 1.5em;
}

.ml_itm ul li {
    list-style: none none;
}
/* .ml_itm ul{counter-reset: item;}
 .ml_itm ul li a::before{
	 content: counters(item, ".") ". ";
    display: inline-block;
    counter-increment: item;
    margin-right: 0.2em;
 }*/
.ml_itm {
    display: none;
}

.xvnet-content h2 {
    font-size: 18px;
}

.xvnet-content h3 {
    font-size: 17px;
}

.xvnet-content, .xvnet-content p, .xvnet-content li {
    font-size: 16px;
    line-height: 1.7em;
}

    .xvnet-content strong {
        font-weight: bold;
    }

    .xvnet-content em {
        font-style: italic;
    }

    .xvnet-content u {
        text-decoration: underline;
    }

    .xvnet-content em strong, .xvnet-content strong em {
        font-style: italic;
        font-weight: bold;
    }

    .xvnet-content u strong, .xvnet-content strong u {
        font-weight: bold;
        text-decoration: underline;
    }

    .xvnet-content p {
        color: #000;
        margin-bottom: 15px;
    }

    .xvnet-content sub {
        vertical-align: sub;
        font-size: x-small;
    }

    .xvnet-content sup {
        vertical-align: super;
        font-size: x-small;
    }

    .xvnet-content a {
        color: blue;
    }

    .xvnet-content ul, .xvnet-content ol {
        margin-bottom: 15px;
        margin-left: 25px;
    }

        .xvnet-content ul li {
            list-style-type: disc !important;
            color: #000 !important;
        }

        .xvnet-content ol li {
            list-style-type: decimal !important;
            color: #000 !important;
        }

    .xvnet-content table {
        border-collapse: collapse;
        width: 100% !important;
        margin: 0 auto;
    }

        .xvnet-content table td, .xvnet-content table th {
            border: 1px solid #ddd;
            padding: 8px;
        }

        .xvnet-content table tr:nth-child(even) {
            background-color: #f2f2f2;
        }

        .xvnet-content table tr:hover {
            background-color: #ddd;
        }

        .xvnet-content table th {
            padding-top: 12px;
            padding-bottom: 12px;
            text-align: left;
            background-color: #b7b7b7;
            color: white;
        }

            .xvnet-content table th p {
                color: #fff !important;
            }

    .xvnet-content h2, .xvnet-content h3, .xvnet-content h4, .xvnet-content h5 {
        display: block;
        margin-bottom: 15px;
        line-height: 1.4em;
        color: var(--primary-color);
        font-weight: bold
    }

    .xvnet-content li h2, .xvnet-content li h3, .xvnet-content li h4, .xvnet-content li h5 {
        display: contents;
        margin-bottom: 0;
    }

    .xvnet-content blockquote {
        display: block;
        margin-block-start: 1em;
        margin-block-end: 1em;
        margin-inline-start: 40px;
        margin-inline-end: 40px;
    }

    .xvnet-content .wp-caption-text {
        text-align: center;
        font-style: italic;
        font-size: 14px;
        background: rgba(0, 0, 0, .05);
    }

@media screen and (max-width: 768px) {
    #mucluc {
        padding: 5px 10px;
    }

    .ml_ttl {
        font-size: 15px;
    }

    #ml_more {
        background: url(/Images/ico_toc.png) no-repeat center center;
        background-size: 20px;
        padding: 10px 12px;
        border-radius: 3px;
    }

    .xvnet-content iframe {
        width: 100%;
        height: auto;
    }

    .xvnet-content span {
        display: block !important;
        height: auto !important;
        max-width: 100%;
    }

    .xvnet-content img {
        display: block;
        height: auto !important;
        max-width: 100%;
    }

    .table-responsive {
        overflow-x: scroll;
    }

    .ml_itm {
    }

    .xvnet-content p {
        font-size: 14px;
    }
}
