@charset "utf-8";
/* ===================================================================
 サイトマップ
=================================================================== */
.l-sitemap {
    margin-bottom: 1.5rem;
}
.sitemap__box{
    padding: 0 1rem;
}
.sitemap__ttlLv2 {
    font-size: 1.25rem;
    font-weight: 500;
    position: relative;
    margin-bottom: 2.5rem;
    background-color: #e8f6fd;
}
.sitemap__ttlLv2::before {
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 1rem;
    width: 6px;
    height: 6px;
    margin: auto;
    content: '';
    transform: rotate(45deg);
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #14a0dc;
}
.sitemap__ttlLv2 a {
    display: block;
    padding: 0.75rem 0.75rem 0.75rem 2.0rem;
    color: #444;
}
.sitemap__ttlLv2 a:hover {
    color: #14a0dc;
}
.sitemap__ttlLv3 {
    font-size: 1.125rem;
    font-weight: 500;
    margin: 0;
    padding: 0 0 1rem;
    border-bottom: 1px solid #d7dee1;
}

.sitemaplist {
    padding: 0;
}
.sitemaplist__item{
    font-size: 1rem;
    margin: 0 0 1.5rem;
}
.sitemaplist__item > a {
    color: #444;
    position: relative;
    padding: 0 1rem 0 1rem;
    display: inline-block;
}
.sitemaplist__item > a::before {
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    width: 6px;
    height: 6px;
    margin: auto;
    content: '';
    transform: rotate(45deg);
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #14a0dc;
}

.sitemaplist__itemlist {
    border: 1px solid #d7dee1;
    border-radius: 5px;
    padding: 5%;
}
.sitemaplist__itemlist__item {
    margin: .3rem 0 !important;
}
.sitemaplist__itemlist__item a {
    color: #444;
    padding: 0 1rem 0 0;
    display: block;
}
.sitemaplist__item a:hover,
.sitemaplist__itemlist__item a:hover {
    color: #14a0dc;
}
.sitemap_hr {
    margin: 2rem 0;
}

@media screen and (min-width: 35.5em) {
    .sitemaplist__itemlist{
        padding: 1.2rem 1.5rem;
    }
}