@charset "utf-8";

/* default PC */
#sitemap #contents .tab-link::before {
  display: none;
}

#contents .tab-link::after {
    background-image: url(../image/contents/tab_ico_blue.svg);
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 21px;
    width: 21px;
    position: absolute;
    left: -3px;
    top: 1px;
    bottom: 0;
    margin: auto;
}

#contents .sitemap-list a {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  padding-left: 24px;
  position: relative;
}

#contents .sitemap-list a::before {
  background-image: url(../image/contents/arrow_blue.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
  display: block;
  height: 15px;
  width: 28px;
  position: absolute;
  top: 1px;
  bottom: 0;
  left: -5px;
  margin: auto;
}

#contents .sitemap-list li {
  margin-bottom: 15px;
}

#contents .sitemap-list li:last-of-type {
  margin-bottom: 0;
}

#contents .level-list {
  margin: 12px 0 20px;
}

#contents .level-list li a {
  font-size: 16px;
  font-weight: 400;
  position: relative;
  padding-left: 31px;
  margin-bottom: 5px;
}

#contents .level-list li {
  margin-bottom: 3px;
}

#contents .level-list li ul li {
  margin-bottom: 0;
}

#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;
}

#contents ul.style-none li.deep {
  margin-left: 30px;
}

#contents ul.style-none li.deep.last {
  margin-bottom: 10px;
}

/* 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;
  }
}

/* view-959 Mobile,Tablet */
@media screen and (max-width: 959px) {}

/* view-559 Mobile */
@media screen and (max-width: 559px) {}