﻿@charset "UTF-8";
.sitemap-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1.5;
}

.sitemap-list a {
  color: #333;
  text-decoration: none;
}

.sitemap-list > dl > dt {
  font-size: 2.2rem;
  font-weight: bold;
}

.sitemap-list > dl > dt:before {
  margin-right: 5px;
  color: #0075c1;
  content: "■";
}

.sitemap-list > dl > dt > a {
  color: #0075c1;
}

.sitemap-list > dl > dd {
  margin-top: 20px;
  font-size: 1.6rem;
}

.sitemap-list > dl > dd > dl:nth-of-type(n+2) {
  margin-top: 15px;
}

.sitemap-list > dl > dd > dl > dt {
  padding-left: 1.0em;
  font-size: 1.8rem;
  text-indent: -1.0em;
}

.sitemap-list > dl > dd > dl > dt:before {
  color: #0075c1;
  content: "・";
}

.sitemap-list > dl > dd > dl > dd {
  padding-left: 1.0em;
}

.sitemap-list > dl > dd > dl > dd > ul {
  margin-top: 10px;
}

.sitemap-list > dl > dd > dl > dd > ul > li:before {
  color: #0075c1;
  content: "・";
}

.sitemap-list > dl > dd > dl > dd > ul > li:nth-of-type(n+2) {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .sitemap-list {
    display: block;
  }
  .sitemap-list > dl:nth-of-type(n+2) {
    margin-top: 30px;
  }
  .sitemap-list > dl > dt {
    font-size: 1.6rem;
  }
  .sitemap-list > dl > dd {
    margin-top: 10px;
    font-size: 1.3rem;
  }
  .sitemap-list > dl > dd > dl > dt {
    font-size: 1.3rem;
  }
  .sitemap-list > dl > dd > dl > dd > ul {
    margin-top: 5px;
  }
  .sitemap-list > dl > dd > dl > dd > ul > li:nth-of-type(n+2) {
    margin-top: 5px;
  }
}

@media screen and (min-width: 768px), print {
  .sitemap-list > dl {
    width: 32%;
    margin-right: 2%;
  }
  .sitemap-list > dl:nth-of-type(3n) {
    margin-right: 0;
  }
  .sitemap-list > dl:nth-of-type(n+4) {
    margin-top: 60px;
  }
}
