.main-content {
  padding-bottom: 56px;
}

#sitemap .wrap {
  max-width: 1220px;
}
#sitemap .sitemap__nav {
  width: 100%;
}
#sitemap .sitemap__nav__col {
  width: calc(25% - 30px);
  padding: 41px 0 26px 50px;
}
#sitemap .sitemap__nav__col::before {
  opacity: 1;
  background: #dadada;
}
#sitemap .sitemap__nav__col h3 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 29px;
}
#sitemap .sitemap__nav__col h3:before {
  filter: invert(1);
  top: -6px;
  left: -35px;
}
#sitemap .sitemap__nav__col h3 + h3 {
  padding: 36px 0;
  margin: 0;
}
#sitemap .sitemap__nav__col h3 + h3:after {
  left: -50px;
  background: #dadada;
  opacity: 1;
}
#sitemap .sitemap__nav__col ul {
  font-size: 14px;
  line-height: 28px;
  margin-top: -13px;
}

/*--------------------------------------
  smartphone
--------------------------------------*/
@media only screen and (max-width: 560px) {
  .main-content .ttl-common {
    margin-bottom: 162px;
  }
  #sitemap .sitemap__nav {
    flex-direction: column;
  }
  #sitemap .sitemap__nav__col {
    width: auto;
    padding-top: 38px;
    margin-bottom: 0;
    padding-bottom: 34px;
  }
  #sitemap .sitemap__nav__col:last-child {
    margin-top: -45px;
    padding: 46px 0 9px 11px;
  }
  #sitemap .sitemap__nav__col h3 {
    margin-bottom: 0;
  }
  #sitemap .sitemap__nav__col h3:before {
    top: 0;
  }
  #sitemap .sitemap__nav__col h3.mb {
    margin-bottom: 32px;
  }
  #sitemap .sitemap__nav__col ul {
    margin-top: 19px;
    font-size: 16px;
    line-height: 32px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    align-items: start;
    margin-bottom: -6px;
  }
  #sitemap .sitemap__nav__col ul li {
    width: 47%;
  }
}

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