@charset "UTF-8";

/******************************
cmn
******************************/
.sitemaplist{
  margin: 0 auto;
  max-width: 800px;
}
.sitemaplist,
.sitemaplist .haschild ul{
  gap: 1rem;
}
.sitemaplist .haschild ul{
  margin-top: 1rem;
}
.sitemaplist li{
  width: calc(50% - .5rem);
}
.sitemaplist > li:first-of-type,
.sitemaplist > li.haschild{
  width: 100%;
}
.sitemaplist li a{
  background: #f4fee0;
  border-left: 10px solid #8DC21F;
  display: block;
  font-weight: 500;
  position: relative;
  padding: 1rem 3.5rem 1rem 1rem;
}
.sitemaplist .haschild ul a{
  background: #e9faff;
  border-color: #0098CB;
}
.sitemaplist li a::before{
  content: "";
  color: #8DC21F;
  font: var(--fa-font-solid);
  content: "\f138";
  position: absolute;
  top: 15px;
  right: 1rem;
}
.sitemaplist .haschild ul a::before{
  color: #0098CB;
}

.sitemaplist > li:first-of-type a,
.sitemaplist > li.haschild > a{
  width: calc(50% - .5rem);
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .sitemaplist li,
  .sitemaplist > li:first-of-type a,
  .sitemaplist > li.haschild > a{
    width: 100%;
  }
  .sitemaplist .haschild ul{
    margin-left: 2rem;
  }
}