.c-author__name {
  display: flex;
  gap: 15px;
}

.c-author__line {
  height: 24px;
  width: 1px;
  background: #000;
}

.c-author__sns {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 15px;
}

.c-author__sns a {
  flex-basis: 40px;
}

.c-author__sns span {
  flex-basis: 40px;
}

@media (width < 48rem) {
  .c-author__name {
    flex-direction: column;
  }

  .c-author__line {
    display: none;
  }

  .c-author .c-author__name {
    gap: 5px;
  }
}

#menu-footer-menu-1 a span {
  font-size: 12px;
  display: block;
}


.c-pagination {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  font-weight: bold;
}

.c-pagination > * {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EEE;
}

.c-pagination .current {
  background: #ff8a35;
  color: white;
}

.c-pagination .dots {
  width: auto!important;
}

@media (width < 48rem) {
 .c-pagination {
    margin-top: 35px;
 } 
}