<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*
  File Name   : sitemap.css
  Description : サイトマップ
*/

/* article */
#article {
  font-size: 16px;
}
.article-inner {
  padding: 2em 0;
}
/* sitemap-list */
.sitemap-list-block {
  width: 450px;
}
.sitemap-list-block:first-child {
  float: left;
}
.sitemap-list-block:last-child {
  float: right;
}
.sitemap-list {
  margin-top: 3em;
}
.sitemap-list__ttl {
  line-height: 1.6;
  margin-bottom: 1em;
  font-size: 18px;
  font-weight: bold;
  color: #f7780d;
  border-bottom: 2px solid;
}
.sitemap-list__item-lv1 &gt; a,
.sitemap-list__item-lv1 &gt; span {
  display: inline-block;
  line-height: 2;
}
.sitemap-list__item-lv1 &gt; a:before,
.sitemap-list__item-lv1 &gt; span:before {
  content: "";
  display: inline-block;
  margin: -2px .5em 0 0;
  vertical-align: middle;
  border-width: 4px 0 4px 6px;
  border-style: solid;
  border-color: transparent;
  border-left-color: #f7780d;
}
.sitemap-list__item-lv2 &gt; a {
  display: inline-block;
  margin-left: 1em;
  line-height: 2;
}
.sitemap-list__item-lv2 &gt; a:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: -2px .25em 0 0;
  vertical-align: middle;
  background: url(/assets/img/common/icon-arrow-02.png) no-repeat center center;
  background-size: contain; 
}



@media screen and (max-width: 767px) {
  /* article */
  #article {
    font-size: 100%;
  }
  .article-inner {
    padding: 1.5em 0 0;
  }
  /* sitemap-list */
  .sitemap-list-block {
    width: auto;
    float: none !important;
  }
  .sitemap-list {
    margin-top: 1.5em;
  }
  .sitemap-list__ttl {
    margin-bottom: .5em;
    font-size: 110%;
  }
  .sitemap-list__ttl + ul {
    padding: 0 3.125vw;
  }
  .sitemap-list__item-lv1 &gt; a:before,
  .sitemap-list__item-lv1 &gt; span:before {
    margin: -.1em .5em 0 0;
    border-width: .3em 0 .3em .5em;
  }
  .sitemap-list__item-lv2 &gt; a:before {
    width: 1em;
    height: 1em;
  }
}
</pre></body></html>