.map-legend
{
    background-image: url(/index.php/view/media/getMedia?repository=ashiyawebgis&project=gesuidaichozu&path=media%2Fthemes%2Fgesuidaichozu%2Fcss%2F/../image/legend.png) !important;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

li[data-testid=汚水] > ul > li {
  display: none;
}

li[data-testid=汚水] > ul > li:nth-of-type(5),
li[data-testid=汚水] > ul > li:nth-of-type(8),
li[data-testid=汚水] > ul > li:nth-of-type(11),
li[data-testid=汚水] > ul > li:nth-of-type(46),
li[data-testid=汚水] > ul > li:nth-of-type(47),
li[data-testid=汚水] > ul > li:nth-of-type(50),
li[data-testid=汚水] > ul > li:nth-of-type(54) {
  display: list-item;;
}

li[data-testid=雨水] > ul > li {
  display: none;
}

li[data-testid=雨水] > ul > li:nth-of-type(24),
li[data-testid=雨水] > ul > li:nth-of-type(27),
li[data-testid=雨水] > ul > li:nth-of-type(30),
li[data-testid=雨水] > ul > li:nth-of-type(63),
li[data-testid=雨水] > ul > li:nth-of-type(65),
li[data-testid=雨水] > ul > li:nth-of-type(67),
li[data-testid=雨水] > ul > li:nth-of-type(69),
li[data-testid=雨水] > ul > li:nth-of-type(71),
li[data-testid=雨水] > ul > li:nth-of-type(74) {
  display: list-item;;
}