@charset "utf-8";
/* default PC */
#contents .inner {
  padding-top: 20px;
}

#sitemap .txt-3box{
  margin-right: 20px;
}

#sitemap .txt-3box:first-child {
  width: calc(100% / 3 - 150px);
}

#sitemap .txt-3box:nth-child(2) {
  width: calc(100% / 3 - 20px);
}

#sitemap .txt-3box.end{
  margin-right: 0;
}

#contents .sitemap-list a {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  padding-left: 17px;
  position: relative;
}

#contents .sitemap-list a::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #0d99d3;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

#contents .sitemap-list li {
  margin-bottom: 15px;
}

#contents .level-list {
  margin: 12px 0 20px;
}

#contents .level-list li a {
  font-size: 16px;
  font-weight: 400;
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
}

#contents .level-list li .look-pink {
  color: #d76473;
  font-weight: 500;
}

#contents .level-list li .look-blue {
  color: #0a88bc;
  font-weight: 500;
}

#contents .level-list li {
  margin-bottom: 5px;
}

#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 .sitemap-list a.tab-link::before {
  display: none;
}

#contents .sitemap-list a.tab-link{
  position: relative;
}

#contents .sitemap-list a.tab-link:before{
  background-image: url(../image/contents/tab_ico_blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 17px;
  width: 17px;
  position: absolute;
  left: -5px;
  top: 3px;
  bottom: 0;
  margin: auto;
  border: none;
}

#contents .sitemap-list a.pdf{
  padding: 0 0 0 25px;
  position: relative;
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: #333;
  display: block;
  margin-bottom: 0;
  max-width: 100%;
  width: 100%;
  text-align: left;
}

#contents .sitemap-list .level-list li a.pdf::after{
  display: none;
}

#contents .level-list li a.tab-link::before {
  background-image: url(../image/contents/tab_ico_blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 17px;
  width: 17px;
  position: absolute;
  left: 0;
  top: 3px;
  bottom: 0;
  margin: auto;
  border: none;
}

#contents .level-list li a.pdf::before,
#contents .sitemap-list li a.pdf::before{
  display: block;
  bottom: 0;
  color: #ad0b00;
  content: "\f1c1";
  font-family: "Font Awesome 5 Free";
  font-size: 22px;
  font-weight: 600;
  height: 28px;
  left: 0;
  position: absolute;
  top: 0;
  width: 16px;
  border: none;
  transform: rotate(0deg);
}

#contents .sitemap-list li a.pdf[target="_blank"]::after{
  display: none;
}

#contents .level-list li a.tab-link::after{
  content: none;
}

@media screen and (max-width: 1250px) {
  #sitemap .txt-3box,#sitemap .txt-3box:first-child,#sitemap .txt-3box:nth-child(2) {
    width: 100%;
}

}

/* 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: 1024px) {

  .txt-3box:first-child {
    max-width: 240px;
  }

  .txt-3box:nth-child(2) {
    min-width: 290px;
  }

}

/* view-959 Mobile,Tablet */
@media screen and (max-width: 959px) {
  #contents .box-mb {
    margin-bottom: 60px;
  }

  #contents .txt-3box {
    margin: 0;
    width: 100%;
  }

  .txt-3box:first-child {
    max-width: 100%;
  }

  .txt-3box:nth-child(2) {
    min-width: 100%;
  }
}

/* view-559 Mobile */
@media screen and (max-width: 559px) {
  #contents .box-mb {
    margin-bottom: 40px;
  }
}

/* 559以下はRWD時に崩れがあれば任意で作成 */

/*IE*/
@media all and (-ms-high-contrast: none) {}