@charaset utf-8;

/* ========================================================
page_sitemap.css - サイトマップ用カスタムスタイル
======================================================== */
.banner-sitemap {
  background: url(../../../common/img/sitemap/bg_banner_sitemap.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.sitemap {
  width: 100%;
}

.width-800 {
  width: 800px;
  margin: 0 auto;
}

.sitemap ul {
  width: 48%;
}

.sitemap ul li {
  margin-bottom: 4rem;
}

.sitemap ul ol {
  margin-left: 1rem;
}

.sitemap ul ol li {
  margin-bottom: 1.5rem;
}

.sitemap ul ol {
  padding-top: 1rem;
}

.sitemap ul li a {
  color: #EF671D;
}

.sitemap ul li a:hover {
  text-decoration: underline;
}

@media only screen and (max-width:767px) {
  .sitemap {
    width: 98%;
    margin: 0 auto 1rem;
  }

  .width-800 {
    width: 96%;
    margin: 4rem auto 0;
  }

  .sitemap ul {
    width: 100%;
  }
}
