/* CSS Document */
/* COMMON PARTS-------------------------------------------*/
.pagetype-sitemap .icon-nw {
  padding-left: 10px;
}

.pagetype-sitemap .map-list01 {
  border-top: 1px solid #DEDEDE;
}

.pagetype-sitemap .map-list01:last-child {
  border-top: none;
  margin-bottom: 50px;
}

.pagetype-sitemap .map-list01 li {
  border-bottom: 1px solid #DEDEDE;
  position: relative;
  font-size: 16px;
  font-weight: bold;
}

.pagetype-sitemap .map-list01 li:before {
  content: "";
  position: absolute;
  top: 33px;
  left: 5px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 1px solid #2C2C2C;
  border-right: 1px solid #2C2C2C;
  transform: rotate(45deg);
  transition: all 0.3s ease;
}

.pagetype-sitemap .map-list01 li a {
  padding: 23px 0 23px 27px;
  display: block;
}

.pagetype-sitemap .map-list02 {
  padding-bottom: 20px;
}

.pagetype-sitemap .map-list02 li {
  font-size: 14px;
  font-weight: normal;
  border-bottom: none;
}

.pagetype-sitemap .map-list02 li:before {
  top: 20px;
}

.pagetype-sitemap .map-list02 li a {
  padding: 12px 0 12px 28px;
}

.pagetype-sitemap .map-list03 li {
  font-size: 12px;
  margin-left: 26px;
}

.pagetype-sitemap .map-list03 li:before {
  width: 6px;
  height: 1px;
  background: #000;
  top: 18px;
  border-top: none;
  border-right: none;
  transform: rotate(0);
}

.pagetype-sitemap .map-list03 li a {
  padding: 4px 0 4px 21px;
}

.pagetype-sitemap .no-arrow::before {
  content: none !important;
}

.pagetype-sitemap .no-arrow .map-list02 {
  padding-bottom: 0;
}

.pagetype-sitemap .no-arrow .map-list02 li {
  border-bottom: 1px solid #DEDEDE;
}

.pagetype-sitemap .no-arrow .map-list02 li:last-child {
  border-bottom: none;
}

.pagetype-sitemap .no-arrow .map-list02 li a {
  padding: 23px 0 23px 27px;
}

.pagetype-sitemap .no-arrow .map-list02 li::before {
  top: 30px;
}

@media screen and (min-width: 769px) {
  .pagetype-sitemap .pc-flex {
    margin-bottom: 120px;
  }
  .pagetype-sitemap .map-list01 {
    width: calc(100% / 2 - 20px);
  }
  .pagetype-sitemap .map-list01:last-child {
    margin-left: 40px;
    border-top: 1px solid #DEDEDE;
    margin-bottom: 0;
  }
  .pagetype-sitemap .map-list01 li {
    font-size: 20px;
  }
  .pagetype-sitemap .map-list01 li a {
    padding: 21px 0 21px 30px;
  }
  .pagetype-sitemap .map-list01 li:before {
    top: 35px;
  }
  .pagetype-sitemap .map-list01 li .link-type01 a {
    display: inline-block;
    margin-left: 18px;
    border-left: 1px solid #DEDEDE;
    margin-bottom: 13px;
    padding: 0 0 0 18px;
  }
  .pagetype-sitemap .map-list01 li .link-type01 a:first-child {
    border-left: none;
    padding-left: 0;
  }
  .pagetype-sitemap .map-list02 {
    padding-bottom: 20px;
  }
  .pagetype-sitemap .map-list02 li {
    font-size: 14px;
  }
  .pagetype-sitemap .map-list02 li:before {
    top: 20px;
  }
  .pagetype-sitemap .map-list02 li a {
    padding: 12px 0 12px 28px;
  }
  .pagetype-sitemap .map-list03 {
    margin-bottom: 10px;
  }
  .pagetype-sitemap .map-list03 li {
    font-size: 14px;
  }
  .pagetype-sitemap .map-list03 li a {
    padding: 4px 0 4px 21px;
  }
  .pagetype-sitemap .map-list03 li:before {
    top: 18px;
  }
  .pagetype-sitemap .no-arrow .map-list02 li:last-child {
    border-bottom: none;
  }
  .pagetype-sitemap .no-arrow .map-list02 li a {
    padding: 21px 0 21px 30px;
  }
}

/*# sourceMappingURL=_map/sitemap.css.map */
