@charset "UTF-8";
/* ==============================================================================

	sitemap/style.css

-------------------------------------------------------------------------------

  01. ページタイトル
  02. サイトマップ

============================================================================== */
/* -------------------------------------------------------

 01. ページタイトル

------------------------------------------------------- */
#intro .page_ttl {
  background: url(/dist/sitemap/images/bg_h1.jpg) no-repeat center top;
  background-size: cover;
}

#intro .page_ttl .inner {
  margin: 0 auto;
  padding-top: 24px;
}

#intro .page_ttl .inner h2 {
  -webkit-box-shadow: 0 0 3px #fff, 0 0 3px #333, 0 0 1px #333;
  -moz-box-shadow: 0 0 3px #fff, 0 0 3px #333, 0 0 1px #333;
  box-shadow: 0 0 3px #fff, 0 0 3px #333, 0 0 1px #333;
  display: inline-block;
  width: 600px;
  background: rgba(255, 255, 255, 0.8);
  padding: 12px 0 10px;
  font-size: 24px;
  font-size: 2.4rem;
}

#intro .page_ttl .inner .illust {
  position: absolute;
  left: 180px;
  bottom: -28px;
}

/* -------------------------------------------------------

 02. サイトマップ

------------------------------------------------------- */

#sitemap .linkButton {
  width: 100%;
  border-radius: 4px 4px 0 0;
}
#sitemap .nolink {
  width: 100%;
  border-radius: 4px 4px 0 0;
  height: 50px;
  padding: 0 32px 0 16px;
  line-height: 51px;
  color: #fff;
  font-size: 2.0rem;
  font-size: 20px;
  text-align: left;
  text-shadow: 0 1px rgba(0, 0, 0, 0.1);
  border-bottom: 3px solid #b2b2b2;
  border-color: rgba(0, 0, 0, 0.15);
  margin-bottom: 0;
}

#sitemap .wBox {
	padding: 0;
	margin-bottom: 40px;
}
#sitemap .w40p li { width: 40%; }
#sitemap .w30p li { width: 32%; }

#sitemap .wBox .link li {
  display: inline-block;
  vertical-align: middle;
}
#sitemap .wBox .wrapper {
  padding: 15px 30px 30px;
  background-color: #fff;
}
#sitemap .wBox .wrapper li a {
  position: relative;
  padding-left: 24px;
}
#sitemap .wBox .wrapper li a::before {
  position: absolute;
  content: '';
  background: url(/dist/images/common/arrow_left_gray_s.png);
  width: 4px;
  height: 5px;
  top: 50%;
  left: 10px;
  margin-top: -2px;
}
#sitemap .wBox .wrapper li a:hover {
  text-decoration: none;
}
#sitemap .type01 li {
  font-weight: bold;
  font-size: 1.8rem;
  font-size: 18px;
}
#sitemap .type02 { background-color: #efefef;}
#sitemap .type02 li { padding: 10px 22px;}
#sitemap .content_inner {
  border: 2px solid #efefef;
  padding: 20px 20px 10px;
}
#sitemap .type03 dl { border-bottom: 1px dotted #ccc;}
#sitemap .type03 dl:last-child { border-bottom: none;}
#sitemap .type03 dt {
  float: left;
  width: 8em;
  font-weight: bold;
}
#sitemap .type03 dd {
  margin-left: 8em;
  margin-bottom: 10px;
}
#sitemap .type03 li {
  padding: 0;
}
