@charset "utf-8";
/*
theme Name:quest furin sitemap
Author:quest law firm
Description:original theme
version： 1.0.0
*/


#sitemap .h2 {
  font-size: 2.6rem;
  font-weight: bold;
  position: relative;
  padding-bottom: 30px;
  line-height: 1.3;
}
@media screen and (max-width: 960px) {
  #sitemap .h2 {
    font-size: 2rem;
  }
}
#sitemap .h2::after {
  content: "";
  width: 23em;
  border-bottom: 1px solid #cccccc;
  position: absolute;
  right: 15px;
  margin: auto;
  bottom: 45px;
}
@media screen and (max-width: 960px) {
  #sitemap .h2::after {
    width: calc(100% - 8em);
  }
}
#sitemap .h2.h2__hiseikyu::after {
  width: 24.5em;
}
@media screen and (max-width: 960px) {
  #sitemap .h2.h2__hiseikyu::after {
    width: calc(100% - 15em);
  }
}
#sitemap .h2 small {
  font-size: 1.4rem;
  letter-spacing: 0.18em;
}
#sitemap .pb100 {
  padding-bottom: 80px;
}
@media screen and (max-width: 960px) {
  #sitemap .pb100 {
    padding-bottom: 40px;
  }
}
#sitemap .keyColor1 {
  color: #514f87;
}
#sitemap .keyColor2 {
  color: #f3663d;
}
#sitemap .mbm70 {
  margin-bottom: 70px;
}
@media screen and (max-width: 960px) {
  #sitemap .mbm70 {
    margin-bottom: 50px;
  }
}
#sitemap .mbm30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  #sitemap .mbm30 {
    margin-bottom: 20px;
  }
}

/*  mainView
---------------------------------------------*/
#sitemap .mainView01 {
  width: 100%;
  height: 400px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/sitemap/keyb_bg_pc.png");
}
@media screen and (max-width: 960px) {
  #sitemap .mainView01 {
    height: 200px;
    background-image: url("../img/sitemap/keyb_bg_sp.png");
  }
}
#sitemap .mainView01 .ttlArea {
  padding-top: 170px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #sitemap .mainView01 .ttlArea {
    padding-top: 75px;
  }
}
@media screen and (max-width: 960px) {
  #sitemap .mainView01 .ttlArea__ttl img {
    width: 96px;
  }
}


#sitemap #sitemap01 {
  padding: 100px 0 80px;
}
@media screen and (max-width: 960px) {
  #sitemap #sitemap01 {
    padding: 50px 0 40px;
  }
}
.innerS {
    width: 840px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media screen and (max-width: 960px) {
  .innerS {
      width: 100%;
  }
}
#sitemap #sitemap01 ul {
  padding-left: 10px;
}
#sitemap #sitemap01 ul li {
  line-height:35px;
}
#sitemap #sitemap01 ul li:nth-of-type(2) a,
#sitemap #sitemap01 ul li:nth-of-type(3) a {
  position: relative;
}
#sitemap #sitemap01 ul li a {
  font-size:1.5rem;
  color: #333;
}
#sitemap #sitemap01 ul li a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  font-weight: 700;
  margin-right: 10px;
  color: #1c1b72;
}
#sitemap #sitemap01 ul li:nth-of-type(2) a::after,
#sitemap #sitemap01 ul li:nth-of-type(3) a::after {
  content: "";
  display: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -14px;
  width: 11px;
  height: 10px;
  background-image: url("../img/common/img_link.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
#sitemap #sitemap01 ul li i {
  margin-right: 10px;
}
#sitemap #sitemap01 ul li a:hover {
  border-bottom: solid 1px #1c1b72;
}
