@charset "utf-8";
/* ====================================================
project
==================================================== */
/* sitemap
---------------------------------------------------- */
.wsp-posts-list {
    padding-left: 0;
    list-style-type: disc;
}
.wsp-posts-list li:not(.wsp-post) {
    list-style-type: none;
}
.wsp-posts-list li::marker {
    color: var(--tl-color-pnk-03);
}
.wsp-posts-list .wsp-posts-list {
    padding-left: 1em;
}
.wsp-category-title a {
    display: flex;
    align-items: center;
    width: auto;
}
.wsp-category-title a::before {
    display: flex;
    justify-content: center;
    align-items: center;
    content: "→";
    width: 18px;
    height: 18px;
    margin-top: -1px;
    margin-right: 4px;
    border: 1px solid var(--tl-color-blk);
    border-radius: 100%;
    font-size: 10px;
}
.wsp-post {
    font-size: 14px;
}
.wsp-pages-list {
    padding-left: 0;
    list-style-type: none;
}
.wsp-pages-list .page_item a {
    display: flex;
    align-items: center;
    width: auto;
    font-weight: 700;
}
.wsp-pages-list .page_item a::before {
    display: flex;
    justify-content: center;
    align-items: center;
    content: "→";
    width: 18px;
    height: 18px;
    margin-top: -1px;
    margin-right: 4px;
    border: 1px solid var(--tl-color-blk);
    border-radius: 100%;
    font-size: 10px;
}
@media (hover: hover) and (pointer: fine) {
    .post-name-sitemap .entry-body .wsp-container a:hover {
    opacity: 1;
        color: var(--tl-color-primary-pnk);
    }
    .post-name-sitemap .entry-body .wsp-container a:hover::before {
        border: 1px solid var(--tl-color-primary-pnk);
    }
}


