
.sale_area p {
  width: 100%;
}
.product_search_list .item_info .item_detail{
  margin-bottom: 60px;
}
.product_search_list .item_name {
  margin-bottom: 10px;
}
.product_search_list .sale_area {
  margin-top: 0;
  margin-bottom: 0;
}
.product_search_list .label_shop {
  display: block;
  position: relative;
  width: 100%;
  margin: auto auto 15px;
  padding: 0;
  font-size: 14px;
  background: none;
  color: #3B3B3B;
}
.product_search_list .label_shop:before {
  display: none;
}
.product_search_list .label_shop:after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left:50%;
  bottom:-7.5px;
  transform: translateX(-50%);
  background: #3B3B3B;
}
.product_search_list .item_info {
  display: flex;
  flex-direction: column;
  padding:10px 20px;
}
.sale_area .area_btn_wrap {
  width: 100%;
}

.product_search_list .area_btn,
.product_search_list .area_btn._on {
  height: 30px;
  letter-spacing: 1px;
  position: relative;
  font-weight: 500;
  color: #3B3B3B;
}
.product_search_list .area_btn._on {
  background: #CAE7EA;
  border: 1px solid #CAE7EA;
}
  
.product_search_list .area_btn._on:after {
  content: "";
  position: absolute;
  left:50%;
  bottom:2.5px;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #3B3B3B transparent transparent transparent;
}

/* .product_search_list .area_btn:after {
  content: "";
  position: absolute;
  left:50%;
  bottom:2.5px;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #3B3B3B transparent transparent transparent;
} */

.product_search_list .item_link .no-link {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
  font-weight: 600;
  color: #3B3B3B;
}

/* 新テンプレ */
.product_search_list .area_cate span {
  color: #233B84;
}
.product_search_list .site_btn a:hover,
.product_search_list .shop_wrap .dc_btn span:hover {
  color: #233B84;
}
.product_search_list .site_btn a,
.product_search_list .shop_wrap .dc_btn span {
    background: #233B84;
    border: 1px solid #233B84;
}
.product_search_list .site_btn a:hover:after {
  background: #233B84;
}
.product_search_list .shop_wrap .dc_btn span:after {
  background: #fff;
}
.product_search_list .shop_wrap .dc_btn span:hover:after {
  background: #233B84;
}

.product_search_list .item_link a {
  padding: 10px 10px;
}
.product_search_list .area_cont_wrap {
  box-shadow: 0px 3px 6px rgb(0 0 0 / 25%);
}
.product_search_list .item_link a,
.product_search_list .btn_close {
  box-shadow: 3px 0px 6px rgb(0 0 0 / 15%), -3px 0px 6px rgb(0 0 0 / 15%);
}