@charset "utf-8";
.product_filter_series_wrapper{
  display: none;
}
.product_filter_series_wrapper .product_filter_seriesBlock{
  display: none;
}
.product_filter_form_wrapper .un_shared_search_product_filter_row .un_shared_search_product_filter_options {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
}
.product_filter_form_wrapper .un_shared_search_product_filter_row.un_shared_search_product_filter_twoColumn .un_shared_search_product_filter_childColumn {
  width: fit-content;
  box-sizing: border-box;
}
.product_filter_form_wrapper .un_shared_search_product_filter_row .un_shared_search_product_filter_options .product_filter_options_list {
  display: flex;
  flex-wrap: wrap;
}
.product_filter_form_wrapper .un_shared_search_product_filter_row.un_shared_search_product_filter_twoColumn .un_shared_search_product_filter_childColumn .un_shared_search_product_filter_options .product_filter_options_list {
  flex-wrap: nowrap;
}
.product_filter_form_wrapper .un_shared_search_product_filter_row .un_shared_search_product_filter_options .product_filter_options_list .product_filter_option_wrapper {
  min-width: calc(100% / 3);
  box-sizing: border-box;
}
.product_filter_form_wrapper .un_shared_search_product_filter_row.un_shared_search_product_filter_twoColumn .un_shared_search_product_filter_childColumn .un_shared_search_product_filter_options .product_filter_options_list .product_filter_option_wrapper {
  min-width: 50%;
  width: fit-content;
  box-sizing: border-box;
}
.product_filter_form_wrapper .un_shared_search_product_filter_row.un_shared_search_product_filter_twoColumn .un_shared_search_product_filter_childColumn .un_shared_search_product_filter_options .product_filter_options_list .product_filter_option_wrapper .input-container label {
  white-space: nowrap;
  flex-wrap: nowrap;
}

.un_shared_search_product_filter_options.product_filter_seriesBlock {
  display: none;
}
.product_filter_seriesBlock table tbody tr td {
  width: 100%;
}

.un_shared_search_tablecol4 tbody tr td figure img {
  width: 100%;
  height: auto;
}

.product_filter_result_wrapper .product_filter_result_cardBox .product_filter_result_item a .product_filetr_result_detail .product_filter_result_item_priceArea .product_filter_result_priceBlock .ukomi_stars_rating_tooltip{
  left: -114.5px;
}
.product_filter_campaign_cautionTxt {
  margin-left: 0;
}
@media screen and (max-width: 640px) {
  .product_filter_form_wrapper .un_shared_search_product_filter_row .un_shared_search_product_filter_options .product_filter_options_list .product_filter_option_wrapper {
    width: 50%;
    justify-content: flex-start;
  }
  .product_filter_form_wrapper .un_shared_search_product_filter_row .un_shared_search_product_filter_options .product_filter_options_list .product_filter_option_wrapper .input-container label {
    flex-direction: column;
  }
  .product_filter_form_wrapper .un_shared_search_product_filter_row .un_shared_search_product_filter_options .product_filter_options_list .product_filter_option_wrapper .input-container label,
  .product_filter_form_wrapper .un_shared_search_product_filter_row.un_shared_search_product_filter_twoColumn .un_shared_search_product_filter_childColumn .un_shared_search_product_filter_options .product_filter_options_list .product_filter_option_wrapper .input-container label {
    flex-wrap: wrap;
    white-space: nowrap;
  }
  .product_filter_form_wrapper .un_shared_search_product_filter_row .un_shared_search_product_filter_options .product_filter_options_list .product_filter_option_wrapper .input-container label .check {
    top: -2px;
    bottom: auto;
  }
  /* teble内 */
  .product_filter_form_wrapper .un_shared_search_product_filter_row .un_shared_search_product_filter_options table tbody tr td .product_filter_options_list {
    flex-direction: column;
  }
  .product_filter_form_wrapper .un_shared_search_product_filter_row .un_shared_search_product_filter_options table tbody tr td .product_filter_options_list .product_filter_option_wrapper {
    width: 100%;
  }
  .product_filter_form_wrapper .un_shared_search_product_filter_row .un_shared_search_product_filter_options table tbody tr td .product_filter_options_list .product_filter_option_wrapper .input-container label {
    flex-direction: row;
  }
}
