@charset "utf-8";
/*------基本CSS（PC用記述記載）------*/

#belluna-storelist a{
    text-decoration: none;
}

#belluna-storelist,#belluna-storelist h1, #belluna-storelist h2 {
    font-family: 'Noto Sans JP', sans-serif !important;
}

#belluna-storelist dd li a::after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -110%;
    left: 207%;
    width: 9px;
    height: 9px;
    margin: auto;
    border-left: 1px solid #D5D7DD;
    border-bottom: 1px solid #D5D7DD;
    transform: rotate(-135deg);
}


/*------横幅が520px以下CSS（SP用記述記載）------*/
@media screen and (max-width: 520px) {
    #belluna-storelist dd li a::after{
        left: 176%;
    }
}
