@charset "UTF-8";
* {
  color: #5F5F5F;
}

.bg_gray {
  background: #F4F4F4;
}

.noto-sans-jp-medium {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: medium;
  font-style: normal;
}

.noto-sans-jp-bold {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: medium;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

/* サイトマップ
=========================================== */
#sitemap .sitemap_block {
  margin-bottom: 40px;
}
#sitemap .sitemap_block:last-child {
  margin-bottom: 0;
}
#sitemap dl dt {
  background: #F4F4F4;
  padding: 14px;
  border-bottom: solid 1px #EBEBEB;
}
#sitemap dl dd ul li {
  border-bottom: solid 1px #EBEBEB;
}
#sitemap dl dd ul li a {
  display: block;
  padding: 16px;
}
#sitemap dl dd ul li a span {
  display: block;
  position: relative;
  font-size: 1.5rem;
  line-height: 1.6;
  padding-left: 24px;
  transition: 0.3s all;
}
#sitemap dl dd ul li a span:before {
  content: "";
  width: 7px;
  height: 7px;
  border: 0;
  border-bottom: solid 2px #C5C5C5;
  border-right: solid 2px #C5C5C5;
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.3s ease-in-out;
}
@media (hover: hover) {
  #sitemap dl dd ul li a:hover {
    background: #F4F4F4;
  }
  #sitemap dl dd ul li a:hover span {
    color: #00A67E;
  }
}

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