<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.map .area_flex li {
  flex-basis: 30%;
}
.map .items &gt; li {
  padding: 10px 20px;
  width: 100%;
  border-bottom: dotted 1px #ccc;
  background: #eee;
  margin-bottom: 2px;
}
.map a {
  text-decoration: none;
}

.map .fl-2 {
  justify-content: flex-start;
}

.map .fl-2 li + li {
  margin-left: calc(10%/2);
}

.items a {
  width: 100%;
  height: 100%;
  display: block;
}

@media print, screen and (max-width: 991px) {
  .map .area_flex li {
    flex-basis: 100%;
  }
  .map .fl-2 li + li {
    margin-left: 0;
  }
}</pre></body></html>