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


#sitemap h2 {
  position: relative;
  font-size: 2.6rem;
  font-weight: 700;
  color: #333;
  text-align: center;
  line-height: 1.45;
  margin-bottom: 1em;
  padding-bottom: 1em;
}
#sitemap h2::before {
  display: block;
  content: "";
  width: 30px;
  height: 1px;
  background: #514f87;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%,0);
  transform: translate(-50%,0);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
#sitemap h2 small {
  font-size: 1.4rem;
  letter-spacing: 0.18em;
}
#sitemap .pb100 {
  padding-bottom: 80px;
}
#sitemap .keyColor1 {
  color: #514f87;
}
#sitemap .keyColor2 {
  color: #f3663d;
}
#sitemap .mbm70 {
  margin-bottom: 70px;
}
#sitemap .mbm30 {
  margin-bottom: 30px;
}

@media screen and (max-width: 960px) {
  #sitemap h2 {
    font-size: 4vw;
  }
  #sitemap h2:before {
    width: 3.5rem;
  }
  #sitemap .pb100 {
    padding-bottom: 40px;
  }
  #sitemap .mbm70 {
    margin-bottom: 50px;
  }
  #sitemap .mbm30 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  #sitemap h2 {
    font-size: 5.335vw;
  }
}

/*  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");
}
#sitemap .mainView01 .ttlArea {
  padding-top: 170px;
  text-align: center;
}
#sitemap #sitemap01 {
  padding: 100px 0 80px;
}
#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;
}
#sitemap #sitemap01 ul li a::before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin-right: 1rem;
}
#sitemap #sitemap01 ul li:nth-of-type(2) a::after,
#sitemap #sitemap01 ul li:nth-of-type(3) a::after {
  content: "";
  display: block;
  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;
}
.innerS {
  width: 840px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 960px) {
  #sitemap .mainView01 {
    height: 200px;
    background-image: url("../img/sitemap/keyb_bg_sp.png");
  }
  #sitemap .mainView01 .ttlArea {
    padding-top: 75px;
  }
  #sitemap .mainView01 .ttlArea__ttl img {
    width: 96px;
  }
  #sitemap #sitemap01 ul li {
    line-height: 7vw;
  }
  #sitemap #sitemap01 ul li a {
    font-size: 3.25vw;
  }
  #sitemap #sitemap01 ul li:nth-of-type(2) a::after,
  #sitemap #sitemap01 ul li:nth-of-type(3) a::after {
    right: -3vw;
    width: 2.1vw;
    height: 2vw;
  }
  #sitemap #sitemap01 {
    padding: 50px 0 40px;
  }
  .innerS {
      width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #sitemap #sitemap01 ul li a {
    font-size: 4.265vw;
  }
  #sitemap #sitemap01 ul li:nth-of-type(2) a::after,
  #sitemap #sitemap01 ul li:nth-of-type(3) a::after {
    right: -5vw;
    width: 3.1vw;
    height: 3vw;
  }
}
