 
.award-logo ul{display: flex;  align-items: center;
  justify-content: center;  margin-bottom: 47px !important;width: 100%;margin: auto;}

.award-logo img{ width: 100%;height: auto;}	

/* pc  */
@media (min-width: 768px) {
 
.award-logo ul{ justify-content: center;}

.award-logo img{ width: 170px;height: auto;}	
}