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

.cssskin-company_map .c-lead {
  background-color: #1e2973;
  color: #ffffff;
  text-align: center;
  border-radius: 10px;
  font-size: 14px;
}

.cssskin-company_map .c-small_headline {
  margin-bottom: 30px;
}

.cssskin-company_map .c-large_headline {
  background-image: url(../_userdata/bg02.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  font-size: 2.5vw;
}

@media only screen and (max-width: 641px) {
.cssskin-company_map .c-lead {
  border-radius: 0;
}

.cssskin-company_map .c-small_headline {
  margin-bottom: 10px;
}

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