/*!*********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/import-glob-loader/index.js!./src/scss/sitemap.scss ***!
  \*********************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.sitemap-content__inner {
  width: 100%;
  max-width: 1080px;
  padding: 0 40px 80px 40px;
  margin: 0 auto;
}
.sitemap-content__listLayout {
  display: -webkit-box;
  display: flex;
}

.sitemap-list {
  width: 50%;
}
.sitemap-list__item + .sitemap-list__item {
  margin-top: 20px;
}
.sitemap-list__itemLink {
  font-size: 20px;
  line-height: 1.5;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.sitemap-list__itemLink:hover {
  color: #2db5e7;
}

.sitemap-childList {
  margin-left: 30px;
}
.sitemap-childList__itemLink {
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  margin-left: -1em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.sitemap-childList__itemLink:hover {
  color: #2db5e7;
}
.sitemap-childList__itemLink::before {
  content: "・";
}
.sitemap-childList__item {
  margin-top: 5px;
}
@media screen and (min-width: 1920px) { /**/ }
@media screen and (max-width: 1380px) { /**/ }
@media screen and (max-width: 1080px) { /**/ }
@media screen and (min-width: 769px) { /**/ }
@media screen and (max-width: 768px) { /**/
  .sitemap-content__inner {
    padding: 0 20px 80px 20px;
  }
  .sitemap-list__itemLink {
    font-size: 16px;
  }
  .sitemap-childList__itemLink {
    font-size: 14px;
  } }
@media screen and (max-width: 374px) { /**/ }
