@charset "UTF-8";

@media screen and (min-width: 768px) {
    #maintEmergencyUrl #emergency .emergency-list>li::before {
        position: absolute;
        top: 11px !important;
        left: -30px !important;
        width: 20px !important;
        height: 20px !important;
        content: "" !important;
        background-image: url(/-/Media/jpz/zrh/common_re/img_re/icon_emergency.svg) !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        background-size: contain !important;
    }
    
    #maintEmergencyUrl #emergency .emergency-list>li::before {
        display: inline !important;
    }
    
    #maintEmergencyUrl #emergency::before {
        display: none !important;
}
  }