/* c-footer-social
---------------------------------------------------------- */
.c-footer-social {
  position: relative;
  display: block;
  margin-top: 28px;
  margin-bottom: 40px;
}
@media all and (min-width: 768px) {
  .c-footer-social {
    margin-top: 40px;
    margin-bottom: -38px;
  }
}
.c-footer-social__in {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-column-gap: 8%;
       column-gap: 8%;
  justify-content: center;
}
@media all and (min-width: 768px) {
  .c-footer-social__in {
    -moz-column-gap: 25px;
         column-gap: 25px;
    justify-content: flex-end;
  }
}
.c-footer-social__item > a > img {
  height: 40px;
  width: auto;
}
@media all and (min-width: 768px) {
  .c-footer-social__item > a > img {
    height: 26px;
  }
}