/* EDKDS001-03_add */
@charset "utf-8";

.itemSearch {
  margin-bottom: 40px;
}
.itemSearch h4 {
  position: relative;
  margin-bottom: 24px;
  padding-left: 28px;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}
.itemSearch h4::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  background: url("../../commonfiles/images/search_green.svg") no-repeat center/contain;
}
.search-list__item {
  margin-bottom: 16px;
}
.search-list__item:last-child {
  margin-bottom: 0;
}
.search-list__link {
  font-size: 14px;
  font-weight: bold;
}
.search-list__link:hover {
  opacity: 0.7;
}