#pickup {
  max-width: 1000px;
  margin: 0 auto;
}
#pickup h2 {
  text-align: center;
  margin-bottom: 2em;
  background:url(/common/images/pickup/pickup_ttl.png) no-repeat center top;
  text-indent: -9999px;
  height: 35px; 
}
#pickup ul{
  display: flex;
 flex-wrap: wrap;
justify-content :center;
}
#pickup  ul li{padding:5px;}
#pickup  ul li img{max-width:250px;}
.mt20 {
}
