  .siteMap_type4 {
  font-size: 1rem;
  padding-top: 30px;
  padding-bottom: 20px;
  background-color: var(--color-grey);
}

.siteMap_type4 .access_footer_link {
  color: white;
  margin-bottom: 16px;
}

.siteMap_type4 .title{
  border-bottom: 1px solid var(--color-light-grey);
  padding-bottom: 20px;
  margin-bottom: 16px;
}
.siteMap_type4 .title a {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 600;
  position: relative;
  color: white;
  text-decoration: none;
}

.siteMap_type4 .title a:hover,
.siteMap_type4 .title a:focus {
  text-decoration: underline;
  outline: none;
}

.siteMap_type4 .footer-links {
  padding: 0 30px;
  margin-bottom: 20px;
}

.siteMap_type4 .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  height: calc(100% - 45px);

}

.siteMap_type4 .footer-links:last-child ul {
  border-right: none;
}

.siteMap_type4 .footer-links ul i {
  padding-right: 2px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.125rem;
  line-height: 1;
}

.siteMap_type4 .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.siteMap_type4 .footer-links ul a {
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-size: 1rem;
  position: relative;
}

.siteMap_type4 .footer-links ul a::before {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: white;
  transition: all .2s ease-in-out;
}

.siteMap_type4 .footer-links ul a:hover::before,
.siteMap_type4 .footer-links ul a:focus:before {
  width: 100%;
}

/**************
RWD s.
***************/
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
  .siteMap_type4 .footer-links ul {
    border-right: none;
    margin-bottom: 25px;
    height: auto;
    padding-bottom: 20px;
  }
}

/**************
RWD e.
***************/