@charset "utf-8";

/*

sitemap.css
Version: 2023.03.02

*/

/* --------------------------------------------------------
/* .page-sitemap
/* .sitemap
-------------------------------------------------------- */


/* .page-sitemap
-------------------------------------------------------- */
.visual-sub-bg {
    position: relative;
    background: #fff url(../../assets/img/sitemap/bg_visual-sub-bg_sp.jpg) no-repeat center center;
    background-size: cover !important;
}

/* pc（1200px以上の場合に適用） */
@media (min-width: 1200px) {
    .visual-sub-bg {
        background: #fff url(../../assets/img/sitemap/bg_visual-sub-bg_pc.jpg) no-repeat center center;
        background-size: cover !important;
    }
}


/* .sitemap
-------------------------------------------------------- */
.sitemap {
    margin-bottom: 15px;
    padding: 0 1px;
}
.sitemap-box {
    margin: 1.3em 0 0;
    padding: 0 0 1.3em;
    border-bottom: 1px dotted #ccc;
}
.sitemap-box-ttl {
    margin: 0 0 6px;
    color: #020202;
    font-weight: 600;
    font-size: 1.8rem;
    font-family: "Noto Sans JP", sans-serif;
}
.sitemap-box-ttl a {
    color: #020202;
}
.sitemap-box-ttl .ico {
    position: relative;
    top: -1px;
    margin-right: 8px;
    color: #0070C0;
    font-size: 1.8rem;
}
.sitemap-box-txt {
    font-size: 1.3rem;
}
.sitemap-box-txt li {
    margin: .5em 0 0 1.3em;
    text-indent: -1.3em;
}
.sitemap-box-txt li:first-child {
    margin-top: 0;
}

/* pc（1200px以上の場合に適用） */
@media (min-width: 1200px) {
    .sitemap {
        margin-bottom: 20px;
    }
    .sitemap-box {
        margin: 1.3em 0 0;
    }
    .sitemap-box-ttl {
        font-size: 2.0rem;
    }
    .sitemap-box-txt {
        font-size: 1.6rem;
    }
}
