@charset "utf-8";


.fw .shopListTitle .shopSearch {
  color: #000;
  font-size: 16px;
}

.fw .shopListTitle .shopSearch::before {
  top: .3em;
  background-size: 13px 18px;
  width: 13px;
  height: 20px;
}

.fw .listBox a:hover:before {
  -webkit-animation:arrowR .4s 2;
  animation:arrowR .4s 2;
}

@media only screen and (max-width: 600px) {
  .fw .shopListTitle .shopSearch {
    color: #000;
    font-size: 14px;
  }

  .fw .shopListTitle .shopSearch::before {
    top: .3em;
  }
}