.kensaku {
  display: flex;
  flex-wrap: wrap;
  gap:20px;
}

.kensaku a {
  width: calc((100% - 20px * 3) / 4);
  text-decoration: none;
}

#list {
  display: flex;
  padding-top: 40px;
  flex-wrap: wrap;
  font-size: 15px;
  padding-bottom: 40px;
}

.ec-searchnavRole__actions {
  margin-left: auto;
}

select.order-by {
  width: 140px;
  line-height: normal!important;
}

select.disp-number {
  width: 80px;
  line-height: normal!important;
}

span.disp_number {
  padding-left: 20px;
}

@media (max-width: 767px) {

  .kensaku a {
    width: calc((100% - 20px) / 2);
    text-decoration: none;
  }

  .ec-searchnavRole__counter {
    width: 100%;
  }

  #list {
      padding-top: 30px;
      font-size: 13px;
      padding-bottom: 30px;
      gap: 20px;
  }

}

.ec-select select {
  line-height: 14px!important;
}
