/* LESS Document */
/* -------------------------------- index */
.searchBox {
  margin: 60px 0;
  padding: 5px 65px 50px;
  background: #F7F7F7;
}
@media screen and (max-width: 767px) {
  .searchBox {
    padding: 5px 10px 20px;
  }
}
.searchBox dl dt {
  font-size: 2rem;
  margin: 35px 0 0;
}
.searchBox dl dd .iBlock li label {
  padding: 0 20px 0 0;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .searchBox dl dd .iBlock li label {
    padding: 3px 20px 3px 0;
  }
}
.searchBox input[type='search'] {
  width: 325px;
  height: 40px;
  padding: 0 5px;
  border: #D2D2D2 1px solid;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .searchBox input[type='search'] {
    width: 100%;
  }
}
.searchBox input#search_btn {
  width: 80px;
  height: 40px;
  padding: 0;
  text-align: center;
  font-size: 1.7rem;
  background: #1F3F96;
  border: none;
  color: #FFF;
  vertical-align: middle;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .searchBox input#search_btn {
    display: block;
    margin: 10px auto 0;
  }
}
.sortBtnArea {
  margin: 30px 0 0;
  text-align: center;
}
.sortBtnArea input {
  width: 200px;
  height: 48px;
  margin: 0 5px;
  border: none;
  background: #FF8B2C;
  color: #FFF;
  font-size: 2rem;
  font-weight: bold;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  text-align: center;
  cursor: pointer;
}
.sortBtnArea input:hover {
  opacity: .7;
}
.sortBtnArea input.disabled {
  pointer-events: none;
  background: rgba(255, 139, 44, 0.3);
}
@media screen and (max-width: 767px) {
  .sortBtnArea input {
    width: 45%;
  }
}
.item_hide {
  display: none;
}
#checkbox_result li {
  display: inline-block;
}
#checkbox_result li:nth-of-type(1)::before {
  content: '\691C\7D22\7D50\679C\FF1A';
  font-weight: bold;
}
#checkbox_result li:not(:last-child)::after {
  content: '、';
}
/* -------------------------------- productsList */
.productsList .list_item {
  margin: 25px 0 0;
  padding: 13px;
  background: #F9F9F9;
}
@media screen and (max-width: 767px) {
  .productsList .flex {
    display: block;
  }
}
.productsList .flex .img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 368px;
  height: 320px;
  padding: 40px 20px 20px;
  background: #FFF;
  position: relative;
}
.productsList .flex .img img {
  max-height: 100%;
}
@media screen and (max-width: 767px) {
  .productsList .flex .img {
    width: 100%;
    height: auto;
    max-width: 368px;
    margin: 0 auto;
  }
}
.productsList .flex .img span {
  display: block;
  min-width: 130px;
  padding: 7px 10px;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1;
  background: #00A29F;
  color: #FFF;
  position: absolute;
  top: 0;
  left: 0;
}
.productsList .flex .img span.category_01 {
  background: #00A29F;
}
.productsList .flex .img span.category_02 {
  background: #1F3F96;
}
.productsList .flex .img span.category_03 {
  background: #067097;
}
.productsList .flex .img span.category_04 {
  background: #8C008C;
}
.productsList .flex .text {
  padding: 10px 20px 10px 40px;
}
@media screen and (max-width: 767px) {
  .productsList .flex .text {
    padding: 5px 0;
  }
}
.productsList .flex .text h2 {
  margin: 0;
  font-size: 2.4rem;
}
.productsList .flex .text h2::before,
.productsList .flex .text h2::after {
  content: none;
}
.productsList .flex .text dl dt {
  margin: 20px 0 0;
  font-size: 1.5rem;
}
.tagList_01 li,
.tagList_02 li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 68px;
  height: 24px;
  margin: 0 10px 0 0;
  padding: 2px 4px;
  line-height: 1;
  font-size: 1.3rem;
  background: #DDEDED;
  color: #00A29F;
  border: #DDEDED 1px solid;
}
@media screen and (max-width: 767px) {
  .tagList_01 li,
  .tagList_02 li {
    font-size: 2.6vw;
    min-width: 0;
    margin-right: 1vw;
  }
}
.tagList_02 li {
  background: #FFF;
  color: #666;
  border: #666 1px solid;
}
