@charset "UTF-8";


/* --------------- *\
 * #list
\* --------------- */
#list {}

#list section {
  margin: 40px 0;
}
#list .list_title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 20px;
  line-height: 1.2;
}
#list .list_slider {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#list .list_slider .list_item {
  width: 190px;
  margin-bottom: 40px;
  margin-right: 18px;
  padding: 0;
}
#list .list_slider .list_item:nth-child(5n) {
  margin-right: 0;
}
#list .list_slider .list_item .fav {
  top: 5px;
  right: 10px;
  background-color: transparent;
}
#list .list_slider .list_item .fav:hover {
  cursor: pointer;
}

#list .list_slider .list_item .ribbon {
  top: -6px;
  left: 9px;
}
#list .list_slider .list_item h4,
#list .list_slider .list_item p.product_name {
  font-size: 16px;
  height: 44px;
  line-height: 22px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#list .notfound {
  width: 100%;
  margin: 0;
}
#list .notfound h4 {
  font-size: 20px;
  font-weight: bold;
}
#list .notfound p {
  margin: 10px 0;
}
#list .notfound a {
  font-weight: bold;
  width: 300px;
  padding: 15px;
  margin-top: 100px;
}
/* seo */
#list .seo_info {
  color: #666;
}
#list .seo_info .seo_title {
  padding-bottom: 3px;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #b9b9b9;
}
#list .seo_info .seo_wrapper {
  padding: 20px;
  border-bottom: 1px solid #b9b9b9;
}
#list .seo_info .flex {
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: flex-start;
}
#list .seo_info img {
  flex-shrink: 0;
  margin-right: 25px;
}
#list .seo_info h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 3px;
}
#list .seo_info p {
  line-height: 1.7;
}
#list .seo_info section {
  margin-top: 20px;
  margin-bottom: 0;
  border-top: 1px solid #b9b9b9;
  padding-top: 20px;
}
#list .seo_info h3 {
  font-size: 16px;
  font-weight: bold;
}

/*----- more -----*/
.more a {
  display: block;
  width: 230px;
  margin: 0 auto;
  /*background-color: #ffdb14;*/
  /*color: #000;*/
  background-color: #000;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 10px 25px;
  border-radius: 6px;
  text-decoration: none;
}



@media (max-width: 1219px) {
  #list .list_slider .list_item {
    width: 160px;
    /*margin-bottom: 40px;*/
    /*margin-right: 18px;*/
    /*padding: 0;*/
  }
}


@media (max-width: 767px) {
  #list {
    margin-top: 0;
    /*padding-top: 48px;*/
  }
  #list section {
    /*margin: 40px 0;*/
  }
  #list h3 {
    /*font-size: 26px;*/
    /*margin-bottom: 10px;*/
  }
  #list .list_slider {
    /*width: 100%;*/
    justify-content: space-between;
  }
  #list .list_slider .list_item {
    width: 48%;
    margin-bottom: 20px;
    margin-right: 0;
    /*padding: 0;*/
  }
  #list .seo_info .seo_wrapper {
    /*padding-left: 0;*/
    /*padding-right: 0;*/
  }
  #list .seo_info img {
    display: block;
    margin: 0 auto;
  }
  #list .seo_info h2 {
    margin-top: 15px;
  }
  #list .seo_info h3 {
    margin-bottom: 5px;
  }
}


