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

c2 サイトマップ に関わるCSS

=============================*/
#c2 .bdrDot {
  border-bottom: 1px dashed #d3d3d3;
  padding-bottom: 15px;
}

#c2 .anchorBtnLst {
  padding-top: 1px;
}

#c2 .anchorBtnLst li {
  text-align: left;
  text-indent: -20px;
  width: 24.89%;
}

#c2 .anchorBtnLst li a {
  background-image: url("../../common/img/icn_anchor_01.png");
  background-repeat: no-repeat;
  background-position: 14px center;
  background-size: 14px;
  padding: 17px 20px 17px 40px;
}

#c2 .anchorBtnLst li a span {
  background-image: none;
}

#c2 .anchorBtnLst li a:hover {
  background-image: url("../../common/img/icn_anchor_02.png");
  background-repeat: no-repeat;
  background-position: 14px center;
  background-size: 14px;
}

#c2 .anchorLanding {
  margin-top: -110px;
  padding-top: 110px;
}

article.contents.business {
  padding-top: 0px;
}