@charset "utf-8";
/* default PC */

#contents .sitemap-list a {
  color: #333;
  font-size: 22px;
  font-weight: 500;
  padding-left: 40px;
  position: relative;
  font-family: "futura-pt", sans-serif, "Noto Sans JP", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ";
}
#contents .sitemap-list a::before {
  background-image: url(../image/base/arrow_red.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
  display: block;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  margin: auto;
}
#contents .sitemap-list li {
  margin-bottom: 25px;
  list-style: none;
}
#contents .level-list {
  margin: 12px 0 20px;
}
#contents .level-list li a {
  font-size: 20px;
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
}
#contents .level-list li {
  margin-bottom: 16px;
}
#contents .level-list li a::after {
  position: absolute;
  content: "―";
  left: 10px;
  font-family: sans-serif;
}
#contents .level-list li a::before {
  display: none;
}
#contents .sitemap-area ul {
  padding: 0;
}
/* view-1140 notePC,Tablet */
@media screen and (max-width: 1140px) {
  #contents .level-list {
    margin: 7px 0 15px;
  }
  #contents .sitemap-list li {
    margin-bottom: 10px;
  }
  #contents .sitemap-list a {
    font-size: 16px;
  }
  #contents .level-list li {
    margin-bottom: 5px;
  }
  #contents .level-list li a {
    font-size: 15px;
  }
}
@media screen and (max-width: 1350px) {
  .sitemap-area .txt-3box {
    margin-right: 0;
    width: calc(100% / 3);
  }
}
/* view-959 Mobile,Tablet */
@media screen and (max-width: 959px) {
  .sitemap-area .txt-3box {
    margin-right: 0;
    width: 100%;
  }
}
/* view-559 Mobile */
@media screen and (max-width: 559px) {}