@charset "UTF-8";
.sitemap_wrap {
    margin-bottom: 120px;
    box-sizing: border-box;
}
.sitemap_wrap a {
    text-decoration: none;
}
.sitemap_in .cat a {
    color: #20629F;
    font-weight: bold;
    font-size: 18px;
    position: relative;
    padding-bottom: 3px;
}
.sitemap_in .cat a::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #20629F;
    z-index: 1;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .2s;
}
.sitemap_in .lst {
    margin-top: 12px;
}
.sitemap_in .lst > li:not(:last-child) {
    margin-bottom: 10px;
}
.sitemap_in .lst > li > a {
    padding-left: 25px;
    position: relative;
    font-weight: bold;
}
.sitemap_in .lst > li > a::before {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -9px;
    z-index: 9;
    background: #20629F url(../svg/icn_arrow-wh.svg) no-repeat center left 6px / 6px auto;
}
.sub-lst {
    padding-left: 25px;
    box-sizing: border-box;
    margin-top: 5px;
}
.sub-lst li a {
    position: relative;
    padding-left: 15px;
    font-weight: bold;
}
.sub-lst li a::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #20629F;
    border-radius: 50%;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px;
}
.sitemap_ct:not(:last-child) {
    margin-bottom: 30px;
}
@media only screen and (min-width:767px) {
    .sitemap_in .cat a:hover::after {
        transform: scale(1, 1);
    }
    .sitemap_in .lst li a:hover {
        color: #20629F;
    }
    .sitemap_wrap {
        display: flex;
        justify-content: left;
        flex-wrap: wrap;
        gap: 60px;
    }
}
@media screen and (min-width:767px) and (max-width:1240px) {
    .sitemap_wrap {
        padding: 0 40px;
    }
}
@media only screen and (max-width:767px) {
    .sitemap_wrap {
        margin-bottom: 15.385vw;
        padding: 0 5.128vw;
    }
    .sitemap_in:not(:last-child) {
        margin-bottom: 7.692vw;
    } 
    .sitemap_in .cat a {
        font-size: 4.615vw;
        padding-bottom: 0.769vw;
        box-sizing: border-box;
    }
    .sitemap_in .cat a::after {
        transform: scale(1, 1);
        height: 0.256vw;
    }
    .sitemap_in .lst {
        margin-top: 4.103vw;
    }
    .sitemap_in .lst > li:not(:last-child) {
        margin-bottom: 2.051vw;
    }
    .sitemap_in .lst > li > a {
        padding-left: 6.41vw;
        font-size: 3.846vw;
        display: inline-block;
    }
    .sitemap_in .lst > li > a::before {
        width: 4.615vw;
        height: 4.615vw;
        top: 1.282vw;
        margin-top: 0;
        background: #20629F url(../svg/icn_arrow-wh.svg) no-repeat center left 1.538vw / 1.538vw auto;
    }
    .sub-lst {
        padding-left: 5.128vw;
        margin-top: 1.282vw;
    }
    .sub-lst li a {
        padding-left: 3.846vw;
        font-size: 3.846vw;
    }
    .sub-lst li a::before {
        width: 2.051vw;
        height: 2.051vw;
        margin-top: -1.0255vw;
    }
    .sitemap_ct:not(:last-child) {
        margin-bottom: 7.692vw;
    }
}