@charset "utf-8";

/* default PC */
#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 .level-list {
  margin: 12px 0 25px;
}

#contents .level-list li a {
  font-weight: 400;
  font-size: 18px;
  position: relative;
  padding-left: 28px;
  margin-bottom: 5px;
}

#contents .level-list li {
  margin-bottom: 3px;
}

#contents .level-list li a::after {
  position: absolute;
  content: "―";
  left: 0;
  top: 0;
  color: #616161;
  font-family: sans-serif;
}

#contents .level-list li a::before {
  display: none;
}

#contents .txt-arrow {
  position: relative;
}

#contents .txt-arrow::before {
  position: absolute;
  content: "";
  background-image: url(../image/contents/arrow_blue.svg);
  width: 10px;
  height: 16px;
  left: 0;
  top: 7px;
}

#contents p.link-ttl {
    font-size: 120%;
    color: #3C76B8;
}

/* view-1140 notePC,Tablet */
@media screen and (max-width: 1140px) {

}

/* view-959 Mobile,Tablet */
@media screen and (max-width: 959px) {}

/* view-559 Mobile */
@media screen and (max-width: 559px) {}

