/* common
------------------------------------------------------------------------------*/

/* #ttl h2
------------------------------------------------------------------------------*/
#main #ttl h2 {
  background: url("/sitemap/img/sitemap_logo_wh.svg") center 200px / 404px auto no-repeat;
}

/* #sitemap
------------------------------------------------------------------------------*/
#sitemap {
  background: #f3f3f3;
  padding: 90px 0 100px;
}
#sitemap .inner {
  background: #fff;
  border-radius: 20px;
  padding-top: 78px;
  padding-bottom: 100px;
}
#sitemap dl {
  width: 850px;
  margin: 0 auto;
}
#sitemap dl dt {
  padding: 22px 0 20px;
  border-bottom: #00a0e9 solid 4px;
  margin-bottom: 38px;
}
#sitemap dl dd {
  padding: 21px 0 19px 9px;
  margin: 0 125px;
  border-bottom: #d9e6ec solid 2px;
}
#sitemap dl a {
  color: #000;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.1em;
  text-decoration: none;
  background: url("/sitemap/img/sitemap_icn.png") left center no-repeat;
  padding-left: 35px;
}
