@charset "UTF-8";
/*************************
共通class
************************ */
#sitemapbox {
  padding-bottom: 1rem;
}

#sitemapbox .listbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media screen and (max-width: 767px) {
  #sitemapbox .listbox {
    display: block;
  }
}

#sitemapbox .listbox .list {
  width: calc((100% - .8rem) / 2);
}

@media screen and (max-width: 767px) {
  #sitemapbox .listbox .list {
    width: 100%;
  }
}

#sitemapbox .listbox .list > li a {
  font-size: 0.17rem;
  line-height: calc(40 / 17);
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  #sitemapbox .listbox .list > li a {
    padding: 0.12rem .08rem;
  }
}

.mouse #sitemapbox .listbox .list > li a:hover {
  background-color: rgba(37, 52, 109, 0.05);
  opacity: 1;
}

#sitemapbox .listbox .list > li:first-of-type {
  border-top: none;
}

#sitemapbox .listbox .list > li .child {
  padding-left: 0.3rem;
  padding-bottom: 0.15rem;
}

@media screen and (max-width: 767px) {
  #sitemapbox .listbox .list > li .child {
    padding-left: 0.2rem;
  }
}

#sitemapbox .listbox .list > li .child > li a {
  padding: 0.15rem .12rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  #sitemapbox .listbox .list > li .child > li a {
    padding: 0.08rem .08rem;
  }
}

#sitemapbox .listbox .list > li .child > li a:before {
  content: '';
  display: block;
  width: 5px;
  height: 1px;
  background-color: #25346d;
  position: absolute;
  left: 0;
  top: 28px;
}

@media screen and (max-width: 767px) {
  #sitemapbox .listbox .list > li .child > li a:before {
    top: .20rem;
  }
}

#sitemapbox .listbox .list > li.mgnbtm {
  margin-bottom: 0.4rem;
}
