.shop-info-list {
  border: solid 1px #ccc;
  border-bottom :none;
  display :table;
  width: 100%;
  margin-bottom: 0;
}
.shop-info-list:last-child {
  border-bottom: solid 1px #ccc;
}
.shop-info-list__title:first-child {
  padding: 0;
}
.shop-info-list__title {
  display: table-cell;
  vertical-align: middle;
  width: 200px;
  border-right: 1px solid #ccc;
  padding-left: 10px;
  text-align: center;
}
.shop-info-list__note {
  padding: 10px;
}

.category-title {
    background-color: #efefef;
    margin-bottom: 20px;
}
.category-title .section__title-h2 {
    text-align: left;
    padding: 10px;
}
