@charset "utf-8";

/* default PC */

#page {
  background-color:#FFF;
}

#contents .sitemap-list a {
  color:#333;
  font-size:19px;
  font-weight:400;
  padding-left:18px;
  position:relative;
}

#contents .sitemap-list li {
  margin-bottom:15px;
}

#contents .sitemap-list li:last-of-type {
  margin-bottom:0;
}

#contents .level-list {
  margin:12px 0 25px;
}

#contents .level-list li a {
  font-size:18px;
  font-weight:400;
  margin-bottom:5px;
  padding-left:0;
  position:relative;
}

#contents .level-list li {
  margin-bottom:3px;
  padding-left:28px;
}

#contents .level-list li a::after {
  color:#616161;
  content:"―";
  font-family:sans-serif;
  left:-28px;
  position:absolute;
  top:0;
}

#contents .level-list li a::before {
  display:none;
}

#contents .level-list ul.level-under {
  padding:0;
}

/* 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) {
  #contents .level-list {
    padding-left:0;
  }
}
