.sitemap_wrap{
    margin-top: 40px;
}
.sitemap_wrap a {
        text-decoration: none;
        color: #000;
}
dl{
        margin-top: 30px;
}
dl dt{
        font-weight: bold;
}
dl dd{
        padding-left: 12px;
        margin-top: 8px;
        font-size: 1.4rem;
        width:fit-content
}
dl .indent{
        padding-left: 24px;
        position: relative;
}
dd a::before {
    content: "";
    display: block;
    width: 5px;
    height: 1px;
    background-color: #000000;
    position: relative;
    left: -10px;
    bottom:-13px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

a[target="_blank"]::after {
    content: "";
    width: 13px;
    height: 13px;
    display: inline-block;
    position: relative;
    background: url(/asset/img/icon_other.svg) no-repeat;
    right: -9px;
    bottom: -1px;
    -webkit-transition: .3s;
    transition: .3s;
}

@media screen and  (min-width: 1039px) {
    dl dt{
        font-size: 1.8rem;
    }
    .box{
        display: table-cell;
        padding-right: 30px;
        width: 360px;
    }
}
@media screen and  (max-width: 1040px) {
    .sitemap_wrap{
        margin-top: 30px;
    }
    dl dt{
        font-size: 1.6rem;
    }
}