@charset "euc-jp";

.top_catch {
  margin-bottom: 28px;
}
.top_bana {
  margin-bottom: 50px;
}
.top_bana ul {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin:0 2%;
}
.top_bana ul li {
  list-style: none;
  width: 32%;
}
.top_bana ul li span {
  display: block;
  padding-top: 4px;
}
.top_bana ul li a:hover img {
  opacity: 0.7;
}

/*info*/
.info_heading {
  text-align: center;
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.info_heading small {
  font-size:12px;
}
.info_detail {
  border:1px solid #ccc;
  background: #f7f7f7;
  padding:30px 2em;
  margin-top: 12px;
}

/*cat_list*/
.cat_lists .cat_list {
  margin-bottom: 16px;
}
.cat_lists .cat_list .pic{
  display: block;
  margin-bottom: 6px;
}
.cat_lists .cat_list .tit {
  display: block;
  font-weight: bold;
  text-align: center;
  font-size:90%;
}
.cat_lists .cat_list .used_new {
  display: block;
  text-align: center;
}
.cat_lists .cat_list .used_new a.used {
  color: #e6566d;
}
.cat_lists .cat_list .used_new a.new {
  color: #0089cf;
}

<style>
.kwexample>div{
    border: 1px solid #999;
    background: #f2f2f2;
    padding: 10px;
    margin: 10px;
}
@media(min-width:751px){
    .sp{
        display: none !important;
    }
}
@media(max-width:750px){
    .pc{
        display: none !important;
    }
}
</style>

.product-list__fav-items {
  margin-top: 10px;
  width: 30px;
}

.product-list__fav-items button {
  display: block;
  width: 100%;
  padding: 5px 0;
  cursor: pointer;
  transition: .2s;
  text-align: center;
  color: #999;
  border: 0;
  outline: none;
  background: transparent;
}

.product-list__fav-items .fav-items {
  color: #ff7373;
}

.product-list__fav-items svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
view raw favorite-product-lst-css hosted with &#10084; by GitHub