@charset "UTF-8";
/* ============================================================================
 * site-footer 共通フッタ
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * .str-footer-map フッタ付近に設置するサイトマップ
 * ------------------------------------------------------------------------- */
.site-footer-map {
  line-height: 1.38462;
  color: #fff;
  background: #414141;
  padding: 0 12px;
}

.site-footer-map * {
  box-sizing: border-box;
}

.site-footer-map> .inner {
  font-size: 13px;
  max-width: 960px;
  margin: 0 auto;
  padding: 21px 0;
}

.site-footer-map> .inner a {
  text-decoration: none;
  color: #fff;
}

.site-footer-map> .inner> .top {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 16px;
}

.site-footer-map> .inner> .top a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 10px;
}

.site-footer-map> .inner> .top a::before {
  background: #fff;
  position: absolute;
  z-index: 0;
  top: -1px;
  left: 0;
  display: block;
  width: 4px;
  height: 30px;
  content: "";
}

.site-footer-map> .inner .title {
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 9px;
}

.site-footer-map> .inner .title a::after {
  position: relative;
  top: -2px;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 0 0 4px;
  content: "";
  transform: rotate(45deg);
  border: 2px solid #fff;
  border-width: 2px 2px 0 0;
}

.site-footer-map> .inner .title:not(:first-child) {
  margin-top: 23px;
}

.site-footer-map> .inner .link {
  padding: 0 2px;
}

.site-footer-map> .inner .link> .col {
  margin: 0 0 23px;
}

.site-footer-map> .inner .list> li {
  margin: 0 0 7px;
}

.site-footer-map> .inner> .link> .col> .list {
  margin: 0 0 9px;
}

.site-footer-map> .inner> .link> .col> .list> li> a:not(:last-child) {
  font-weight: bold;
}

.site-footer-map> .inner> .link> .col> .list> li> a:not(:last-child)+ .list {
  margin-top: 7px;
}

.site-footer-map> .inner> .link> .col:nth-child(2)> .list> li {
  margin: 0 0 9px;
}

.site-footer-map~ footer {
  position: relative;
  z-index: 10;
  margin-top: 0;
}

@media screen and (min-width: 768px), print {
  .site-footer-map> .inner {
    padding-top: 29px;
    padding-bottom: 57px;
  }
  .site-footer-map> .inner> .top {
    font-size: 18px;
    margin-bottom: 26px;
    margin-left: 4px;
  }
  .site-footer-map> .inner> .top a {
    padding-left: 13px;
  }
  .site-footer-map> .inner> .top a::before {
    top: 3px;
    height: 18px;
  }
  .site-footer-map> .inner> .link {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: -17px 0 0 -20px;
  }
  .site-footer-map> .inner> .link> .col {
    flex-basis: 25%;
    min-width: 25%;
    max-width: 25%;
    margin-bottom: 0;
    padding: 17px 0 0 20px;
  }
  .site-footer-map> .inner> .link> .col:nth-child(2) {
    flex-basis: 75%;
    min-width: 75%;
    max-width: 75%;
  }
  .site-footer-map> .inner> .link> .col:nth-child(2)> .list {
    display: flex;
    flex-wrap: wrap;
    margin: -20px 0 0 -20px;
  }
  .site-footer-map> .inner> .link> .col:nth-child(2)> .list> li {
    flex-basis: 33.3333%;
    min-width: 33.3333%;
    max-width: 33.3333%;
    padding: 20px 0 0 20px;
  }
  .site-footer-map a:hover {
    text-decoration: underline;
  }
}
