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

@media (max-width: 768px) {

.map-wrap{
  flex-wrap: wrap;
  max-width: 100%;
  flex-direction : column-reverse;
  padding: 0 15px;
}

.map-txt li{
  font-size: 12px;
}

.cat-img-box{
  width: 100%;
}
.map-img{
  width: 100%;
  order: 1;
}

}
</pre></body></html>