@charset "utf-8";

/* サイトマップページ
   ============================================================ */

.bgSection {
  background-image: url("../_img/body_bg-index.jpg");
  background-repeat: no-repeat;
  background-position: 445px 80px;
  min-height: 400px;
  height: auto !important;
  height: 400px;
}

/*ul*/.sitemap_nav {
  font-size: 0.875em;
  font-size: 0.875rem;
  margin: 18px 0;
  padding-left: 0;
  list-style: none;
  width: 350px;
  float: left;
}
/*ul*/.sitemap_nav > li {
  margin: 3px 0;
  padding-left: 1.5em;
}
/*ul*/.sitemap_nav > li:before {
  font-size: 1em;
  font-size: 1rem;
  color: #d76e37;
  content: "◆  ";
}
/*ul*/.sitemap_nav-colored01 > li:before {
  color: #831720;
}
/*ul*/.sitemap_nav-colored02 > li:before {
  color: #914d1a;
}
/*ul*/.sitemap_nav-colored03 > li:before {
  color: #91881f;
}
/*ul*/.sitemap_nav-colored04 > li:before {
  color: #58823c;
}
/*ul*/.sitemap_nav-colored05 > li:before {
  color: #2c4c7d;
}
/*ul*/.sitemap_nav-colored06 > li:before {
  color: #42306f;
}
/*ul*/.sitemap_nav li a {
  text-decoration: none;
  color: #664d2a;/*基本文字色*/
}
/*ul*/.sitemap_nav li a:hover {
  text-decoration: underline;
}
/*ul*/.sitemap_nav-child {
  margin: 12px 0;
  list-style: disc;
}
/*ul*/.sitemap_nav-child > li {
  margin: 3px 0;
}

