@charset "utf-8";

/* default PC */
#contents .sitemap-list a {
  color: #333;
  font-size: 19px;
  font-weight: 500;
  padding-left: 18px;
  position: relative;
}

#contents .sitemap-list a::before {
  content: "";
  display: block;
  border-style: solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 8px solid #d96a11;
  border-right: 0;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

#contents .sitemap-list li {
  margin-bottom: 14px;
}

#contents .sitemap-list li:last-of-type {
  margin-bottom: 0;
}

#contents .level-list {
  margin: 12px 0 25px;
}

#contents .level-list li a {
  font-weight: 400;
  font-size: 18px;
  position: relative;
  padding-left: 31px;
  margin-bottom: 5px;
}

#contents .level-list li {
  margin-bottom: 3px;
}

#contents .level-list li a::after {
  position: absolute;
  content: "―";
  left: 4px;
  color: #616161;
  font-family: sans-serif;
}

#contents .level-list li a::before {
  display: none;
}

/* view-1140 notePC,Tablet */
@media screen and (max-width: 1140px) {
  #contents .sitemap-list li {
    margin-bottom: 12px;
  }

  #contents .level-list li {
    margin-bottom: 3px;
  }

  #contents .sitemap-list a {
    font-size: 17px;
  }

  #contents .level-list li a {
    font-size: 16px;
  }
}

/* view-959 Mobile,Tablet */
@media screen and (max-width: 959px) {}

/* view-559 Mobile */
@media screen and (max-width: 559px) {}