/* --------------------------- arrow links --------------------------- */
/* --------------------------- sitemap --------------------------- */
.sitemap__upper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.sitemap__large-list {
  width: 48%;
  margin-bottom: -25px;
}

.sitemap__large-item {
  padding-bottom: 25px;
}

.sitemap__large-link {
  display: block;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 10px 15px 10px 33px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  background: #f6f6f6;
}
.sitemap__large-link:hover {
  opacity: 0.5;
}

.sitemap__large-link::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #00A491;
}

.sitemap__medium-list {
  padding: 25px 0 0 32px;
  margin-bottom: 20px;
}

.sitemap__medium-item {
  margin-bottom: 18px;
}

.sitemap__medium-link {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
}
.sitemap__medium-link:hover {
  opacity: 0.5;
}

.sitemap__small-list {
  padding: 15px 0 0 25px;
  margin-bottom: 20px;
}

.sitemap__small-item {
  margin-bottom: 10px;
}

.sitemap__small-link {
  display: inline-block;
  line-height: 1.5;
}
.sitemap__small-link:hover {
  opacity: 0.5;
}

.sitemap__lower {
  padding-top: 80px;
  margin-bottom: -40px;
}

.sitemap__lower-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 70%;
  max-width: 700px;
  padding-bottom: 40px;
  margin-bottom: -8px;
}

.sitemap__lower-item {
  width: 48%;
  padding-bottom: 8px;
}

.sitemap__lower-link {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.5;
  text-decoration: underline;
  color: #666;
}
.sitemap__lower-link:hover {
  opacity: 0.5;
}

.sitemap__lower-blank {
  display: inline-block;
  padding-left: 5px;
  width: 10px;
  height: 9px;
  padding-top: 2px;
  vertical-align: text-top;
}

/* -------------------------------------------------------------------------------- */
/* sitemap responsive */
/* -------------------------------------------------------------------------------- */
/* -------------------- sp1 -------------------- */
@media screen and (max-width: 1200px) {
  .sitemap__lower-list {
    width: 100%;
  }
}
/* -------------------- sp2 -------------------- */
@media screen and (max-width: 700px) {
  .sitemap__upper {
    display: block;
  }

  .sitemap__large-list {
    width: 100%;
    margin-bottom: -10px;
  }

  .sitemap__large-item {
    padding-bottom: 10px;
  }

  .sitemap__medium-list {
    padding: 20px 0 0 32px;
  }

  .sitemap__small-list {
    padding: 15px 0 0 20px;
  }

  .sitemap__lower {
    padding-top: 30px;
    margin-bottom: -30px;
  }

  .sitemap__lower-list {
    padding-bottom: 30px;
  }
}

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