html {
    scroll-behavior: smooth;
    scroll-padding-top: 150px;
}

#toc_container {
    margin: 30px 0;
    font-size: 14px;
    width: 100%;
    background: #f9f9f9;
    border: 1px solid #aaa;
    padding: 10px;
    display: table;
}

#toc_container p.toc_title {
    text-align: center;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

#toc_container li {
    font-weight: bold;
    margin-bottom: 7px;
}

.special-editor #toc_container li::before {
    content: "・";
}

.special-editor p {
    margin: 10px 0 20px 0;
}

.special-editor h2 {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0;
    margin: 30px 0 10px 0;
}

.special-editor h3 {
    border-bottom: 1px solid #999;
    font-size: 15px;
    padding: 5px 5px 5px 10px;
    margin: 30px 0 10px 0;
    border-left: 4px solid #999;
}

.special-editor h4 {
    background-color: #eee;
    font-weight: bold;
    padding: 5px 10px;
    margin: 30px 0 10px 0;
    border-radius: 5px;
    font-size: 14px;
}

.special-editor .link-btn {
    background-color: #000;
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    min-width: 175px;
    border-radius: 2px;
}

.special-editor .link-btn:hover {
    text-decoration: none;
}

.media-post-wrap .media-contents {
    margin: 0 auto !important;
    float: none !important;
}
