@charset "utf-8";

#belluna-storelist a {
    text-decoration: none
}

#belluna-storelist,
#belluna-storelist h1,
#belluna-storelist h2 {
    font-family: 'Noto Sans JP', sans-serif !important
}

#belluna-storelist .contentsWrap section h2,#belluna-storelist .contentsWrap section dl#Chiba {
    padding-top: 120px;
    margin-top: -120px
}

#belluna-storelist dd li::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 3%;
    width: 9px;
    height: 9px;
    margin: auto;
    border-left: 1px solid #D5D7DD;
    border-bottom: 1px solid #D5D7DD;
    transform: rotate(-135deg)
}

@media screen and (max-width:520px) {
    #belluna-storelist .contentsWrap section h2,#belluna-storelist .contentsWrap section dl#Chiba {
        padding-top: 190px;
        margin-top: -190px
    }

    #belluna-storelist dd li a::after {
        left: 176%
    }
}