@charset "utf-8";
/* default PC */

#sitemap #contents .tab-link::before {
  display: none;
}

#contents .tab-link::after {
    background-image: url(../image/contents/tab_ico_purple.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_purple.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 31px;
    width: 28px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -5px;
    margin: auto;
}

#contents .sitemap-list li {
    margin-bottom: 15px;
    list-style: none;
}

#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: 5px;
}

#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 .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) {
  #contents .txt-3box {
    margin-right: 4%;
    width: 48%;
  }

  #contents .txt-3box:nth-child(2n) {
    margin-right: 0;
  }
}

/* view-959 Mobile,Tablet */
@media screen and (max-width: 959px) {}


@media screen and (max-width: 830px) {
  #contents .txt-3box {
    margin-right: 0;
    width: 100%;
}
}

  /* view-559 Mobile */
@media screen and (max-width: 559px) {}

/* 559以下はRWD時に崩れがあれば任意で作成 */

/*IE*/
@media all and (-ms-high-contrast: none) {}
