.labelPageLine{
border-top: 1px solid #ddd;
}

.pickUpListPublisher{
 display: flex;
 flex-wrap: wrap;
}

.pickUpListPublisher li{
 width: 18%;
 margin-left: 2.5%;
 margin-bottom: .8rem;
}

.pickUpListPublisher li a{
 color: #333;
 text-decoration: underline;
 font-size: 13px;
 display: block;
 line-height: 1.3;
}

.pickUpListPublisher li:nth-child(5n + 1){
 margin-left: 0;
}

.pickUpListPublisherWp {
 max-width: 1200px;
 margin: 2rem auto;
 width: 92%;
}


@media screen and (max-width: 767px) {
 .pickUpListPublisherWp li{
  width: calc(100% / 3 - 4%);
  margin-left: 4%;
 }
 .pickUpListPublisher li:nth-child(5n + 1){
  margin-left: 4%;
 }
 .pickUpListPublisherWp li:nth-child(3n + 1){
  margin-left: 0;
 }
}

@media screen and (max-width: 500px) {
 .pickUpListPublisherWp li{
  width: calc(100% / 2 - 2%);
  margin-left: 0;
 }
.pickUpListPublisher li:nth-child(5n + 1){
  margin-left: 0;
 }
 .pickUpListPublisherWp li:nth-child(2n){
  margin-left: 4%;
 }
}