.map-legend
{
    background-image: url(/index.php/view/media/getMedia?repository=ashiyawebgis&project=toshi_keikaku_zyouhou&path=media%2Fthemes%2Ftoshi_keikaku_zyouhou%2Fcss%2F/../image/legend.png) !important;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
li[data-testid=用途地域マーク]
  > div.layer
  > div.node
  > img.legend
{
  display: none;
}

#CLIZ-legend-window
{
    background-color: white !important;
    border: solid 1px black !important;
    width: 220px;
    height: 750px;
    max-height: 80vh;
    position: absolute;
    z-index: 800;
    left: 10px;
    top: 10px;
    overflow-y: scroll;
}