/* ======================================================================
 setting
====================================================================== */
/* ======================================================================
 p_sitemap
====================================================================== */
.p_sitemap .l_main_visual {
  background: url(../img/p_voice/mvbg.png);
  background-size: cover;
  background-position: center center;
}
.p_sitemap .l_main_visual h1 {
  padding: 150px 0 160px;
  font-size: 45px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p_sitemap .l_main_visual h1 {
    padding: 90px 0 80px;
    font-size: 35px;
  }
}
.p_sitemap .l_breadcrumbs {
  padding: 5px 15px;
}
.p_sitemap .sec01 {
  width: 1200px;
  margin: 0 auto;
  padding: 100px 0 0;
}
@media screen and (max-width: 768px) {
  .p_sitemap .sec01 {
    width: 100%;
    padding: 60px 4.6875% 0;
  }
}
.p_sitemap .sec01 ul {
  padding: 0 0 80px;
}
.p_sitemap .sec01 ul li {
  padding: 0 0 0 20px;
  position: relative;
}
.p_sitemap .sec01 ul li:before {
  position: absolute;
  top: 3px;
  left: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.5px 0 6.5px 11.3px;
  border-color: transparent transparent transparent #000;
}
@media screen and (max-width: 768px) {
  .p_sitemap .sec01 ul li:before {
    border-width: 5px 0 5px 10px;
  }
}
.p_sitemap .sec01 ul li:not(:first-of-type) {
  margin: 10px 0;
}
@media screen and (max-width: 768px) {
  .p_sitemap .sec01 ul li:not(:first-of-type) {
    margin: 12px 0;
  }
}
.p_sitemap .sec01 ul li a {
  font-size: 16px;
  color: #1592E6;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .p_sitemap .sec01 ul li a {
    font-size: 14px;
  }
}
.p_sitemap .c_cv {
  margin: 0 auto 70px;
}
@media screen and (max-width: 768px) {
  .p_sitemap .c_cv {
    margin: 0 auto 40px;
  }
}

/*# sourceMappingURL=p_sitemap.css.map */
