.product_search {
  display: block;
  width: 100%;
}

#search_form {
  display: none;
}

.product_search_table {
  width: 100%;
  font-size: 1.6rem;
}

.product_search_table__tbody {
  width: 100%;
}

.product_search_table__tr {
  border: 1px solid #dedede;
}

.product_search_table__th, .product_search_table__td {
  vertical-align: middle;
  text-align: left;
  padding: 10px 20px;
}

.product_search_table__th {
  font-weight: normal;
  background-color: #eee;
  border-right: 1px solid #dedede;
  width: 20%;
}

.product_search_table__td {
  width: 80%;
}

.product_search_table__caution {
  display: block;
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 4px;
}

.product_search__input {
  font-size: 1.6rem;
  padding: 0.2em;
  border: 1px solid #ccc;
  width: 100%;
}

.product_search__input--price {
  width: 8em;
  margin-right: 0.2em;
}

.product_search__select {
  font-size: 1.6rem;
  padding: 0.2em;
  border: 1px solid #ccc;
}

.product_search_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.product_search_price__separate {
  padding: 0 1em 4px 1em;
}

.product_search_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.product_search_area__item {
  position: relative;
  text-align: center;
  width: 24%;
  margin-bottom: 15px;
  font-size: 1.4rem;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.product_search_area__item:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.product_search_area__check {
  -webkit-appearance: none;
  vertical-align: middle;
  border: 1px solid #999;
  position: absolute !important;
  display: block;
  opacity: 0;
  width: 100% !important;
  height: 100% !important;
  cursor: pointer;
}

.product_search_area__label {
  display: block;
  padding: 9px;
  border: 1px solid #ccc;
  border-radius: 6px;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.product_search_area__check:checked + .product_search_area__label {
  border-color: #F29217;
  color: #F29217;
}

.product_search_area__check:focus + .product_search_area__label {
  outline: 1px solid #0077ff;
}

[data-whatinput="mouse"] .product_search_area__check:focus + .product_search_area__label,
[data-whatinput="touch"] .product_search_area__check:focus + .product_search_area__label {
  outline: none;
}

.product_search_btn {
  display: block;
  padding: 0.5em;
  margin: 30px auto 0;
  width: 500px;
  max-width: 100%;
  font-size: 2.2rem;
  color: #fff;
  border: 1px solid #F29217;
  background-color: #F29217;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.product_search_btn:hover {
  color: #F29217;
  background-color: #fff;
}

.product_search_toggleBtn {
  display: block;
  padding: 0.5em;
  margin: 30px auto;
  width: 400px;
  max-width: 100%;
  font-size: 1.8rem;
  color: #666;
  border: 1px solid #dedede;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.product_search_toggleBtn:hover {
  color: #F29217;
  border: 1px solid #F29217;
}

@media screen and (max-width: 960px) {
  .product_search_table__th, .product_search_table__td {
    display: block;
    width: 100%;
  }
  .product_search_table__th {
    border-right: none;
  }
  .product_search_area__item {
    width: 32%;
  }
}

@media screen and (max-width: 960px) {
  .product_search_area__item {
    width: 49%;
  }
}

/*# sourceMappingURL=../map/products_search.css.map */
