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