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


/* --------------- *\
 * sitemap
\* --------------- */
#sitemap {
  padding: 40px 0 80px 0;
  font-size: 14px;
  background-color: #fff;
}
#sitemap h3 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
#sitemap h4 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #717171;
  padding: 7px 15px;
}
#sitemap h4 ~ section {
  padding: 0 10px;
}
#sitemap h5 {
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
}
#sitemap h6 {
  margin-top: 5px;
  font-size: 14px;
  font-weight: bold;
}
#sitemap ul.child,
#sitemap ul.page_links {
  display: flex;
  flex-wrap: wrap;
  font-size: 11px;
}
#sitemap ul li p.pref {
  font-weight: bold;
  font-size: 12px;
}
body#osaka-info #sitemap ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 11px;
}
#sitemap li {
  margin-bottom: 3px;
}
#sitemap ul.child li:not(:last-child)::after,
#sitemap ul.page_links li:not(:last-child)::after {
  content: "|";
  display: inline-block;
  margin: 0 15px;
}
#sitemap li a {
  color: #666;
  text-decoration: none;
}
#sitemap li a:hover {
  text-decoration: underline;
}
</pre></body></html>