@charset "UTF-8";
/*--------------------------------
    絞り込み検索 タイトル
--------------------------------*/
.search-title {
  margin: 70px 0 0;
  padding: 0 0 3px;
  position: relative;
}

.search-title h3 {
  font-size: 1.3em;
  letter-spacing: 1px;
  display: block;
  width: 40%;
  height: 30px;
  line-height: 30px;
  padding: 0 0 0 5%;
  position: relative;
}

.search-title h3:before {
  content: "";
  display: block;
  width: 28px;
  height: 30px;
  background: url("/static/images/product/input/headset/img_search_grey.png") center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0.5%;
  left: 2.5%;
}

.search-title h3 span {
  display: inline-block;
  margin: 0 0 0 1.5%;
  font-size: 0.75em;
  vertical-align: bottom;
}

.count-area {
  font-size: 1.4em;
  font-weight: normal;
  color: #666;
  display: block;
  width: 42%;
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 0;
}

.count-area .result-count {
  display: inline-block;
  font-size: 1.4em;
  font-weight: bold;
  color: #ff6e01;
  margin: 0 1.5%;
}

.count-area #result-count {
  font-size: 1.3em;
}

/*--------------------------------
    絞り込み検索
--------------------------------*/
.sel-area {
  display: table;
  width: 100%;
  margin: 5px 0 0;
}

.sel-area .title {
  display: table-cell;
  background-color: #639999;
  vertical-align: middle;
  text-align: center;
  width: 10%;
  height: 135px;
}

.sel-area .title h4 {
  display: inline;
  vertical-align: middle;
  color: #fff;
  font-size: 0.85em;
  font-weight: bold;
  width: 100%;
  height: 100%;
  line-height: 1.4;
  letter-spacing: 1px;
}

.sel-area .title h4 span {
  font-size: 1.3em;
  display: block;
}

.sel-area dl {
  display: table-cell;
  background-color: #e1f3f3;
  width: 89%;
  height: 110px;
  padding: 15px 1.7%;
}

.sel-area dl dd {
  display: inline-block;
  vertical-align: middle;
  width: 13%;
  height: 100%;
  margin: 0 0 0 0.8%;
}

.sel-area dl dd:first-child {
  margin-left: 0;
}

/*--------------------------------
    特長 / 接続方法
/*------------------------------*/
.sel-area dd label.loading {
  pointer-events: none;
}

.sel-area dd label input {
  display: none;
}

.sel-area dd label input + p {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 1px 1px 2px 2px rgba(100, 100, 100, 0.1);
  width: 100%;
  height: calc(100% - 8px);
  font-size: 0.85em;
  text-align: center;
  position: relative;
  display: block;
  vertical-align: middle;
  padding: 8px 0 0;
}

.sel-area dd label input:checked + p {
  border: 3px solid #ec6841;
  position: relative;
  top: -3px;
  left: -3px;
}

.sel-area dd label input + p:hover {
  cursor: pointer;
  opacity: 0.7;
}

.sel-area dd label input:checked + p:hover {
  opacity: 1;
}

.sel-area dd label input + p img {
  max-width: 45%;
  margin: 0 auto;
  display: block;
}

.sel-area dd label input + p > span {
  vertical-align: middle;
  font-size: 1em;
  font-weight: bold;
  line-height: 2.4;
  margin: 8px 0 0;
  display: block;
}

.sel-area dd.line2 label input + p > span {
  line-height: 1.2;
}

.sel-area dd label input + p.img-none > span {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  margin: 0;
}

#feature-area.sel-area dd label input + p img {
  max-width: 55%;
}

#feature-area.sel-area dd label input + p > span {
  margin-top: 3px;
}

/*--------------------------------
    製品の仕様で絞り込む
/*------------------------------*/
.check-area {
  border: 2px solid #73b3b5;
  background-color: #fff;
  margin: 20px 0 0;
  padding: 20px 3%;
}

.check-area .title h4 {
  font-size: 1.2em;
  line-height: 1.4;
  color: #666;
  letter-spacing: 1px;
}

.check-area dl dd {
  display: inline-block;
  vertical-align: middle;
  width: 17%;
  margin: 12px 0 0 1%;
  line-height: 20px;
  font-size: 0.9em;
}

.check-area dl dd:nth-child(5n + 1) {
  width: 22%;
}

.check-area dl dd:nth-child(5n + 2) {
  width: 18%;
}

.check-area dl dd:nth-child(5n + 3) {
  width: 15%;
}

.check-area dl dd:nth-child(5n + 4) {
  width: 19%;
}

.check-area dl dd:nth-child(5n) {
  width: 19%;
}

.check-area dl dd:nth-child(5n + 1) {
  margin-left: 0;
}

.check-area dl .check-area-mic dd:nth-child(5n + 1) {
  width: 18%;
}

.check-area dl .check-area-mic dd:nth-child(5n + 2) {
  width: 15%;
}

.check-area dl .check-area-mic dd:nth-child(5n + 3) {
  width: 19%;
}

.check-area dl .check-area-mic dd:nth-child(5n) {
  width: 22%;
}

.check-area dl .check-area-mic dd:nth-child(5n + 1) {
  margin-left: 0;
}

/*--------------------------------
    チェックボックス
--------------------------------*/
.check-area dd label.no-check {
  cursor: default;
  color: #cbcbcb;
  pointer-events: none;
}

.check-area dd label.loading {
  pointer-events: none;
}

.check-area dd label input[type="checkbox"] {
  display: none;
}

.check-area dd label input[type="checkbox"] + span {
  position: relative;
  vertical-align: 1px;
  padding: 0 0 0 28px;
}

.check-area dd label input[type="checkbox"] + span:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 19px;
  height: 19px;
  border: 2px solid #ccc;
  box-sizing: border-box;
  margin-top: -10px;
}

.check-area dd label input[type="checkbox"]:checked + span:before {
  border: 0;
}

.check-area dd label input[type="checkbox"]:checked + span:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 23px;
  height: 19px;
  background: url("/static/images/product/input/headset/img_checkbox.png") center center no-repeat;
  background-size: 100% auto;
  margin-top: -10px;
}

.check-area dd label input[type="checkbox"] + span:hover {
  color: #ff522a;
}

#search-area dd label span.checkbox-text-sub {
  display: none;
}

/*--------------------------------
    リセット
--------------------------------*/
#btn-area {
  margin: 15px 0 0;
  text-align: right;
}

#btn-area .reset a {
  width: 14%;
  background-color: #a0a0a0;
  color: #fff;
  font-weight: bold;
  margin: 0 0 0 auto;
  padding: 8px 10px;
  letter-spacing: 1px;
  text-align: center;
  display: block;
}

#btn-area .reset a:hover {
  cursor: pointer;
  text-decoration: none;
  opacity: 0.7;
}

/*--------------------------------
    選択中の条件
--------------------------------*/
#restrict {
  margin: 50px 0 15px;
  padding: 0 1% 15px;
  border-bottom: 1px solid #000;
  width: 98%;
}

#restrict .title {
  display: inline-block;
  vertical-align: middle;
  background-color: #639999;
  color: #fff;
  width: 11%;
  font-size: 0.9em;
  text-align: center;
  padding: 10px 0.5%;
  margin: 0 1.5% 0 0;
}

#restrict #sel-choice {
  display: inline-block;
  vertical-align: middle;
  width: 85%;
  line-height: 1.4;
}

/* おすすめ */
.recommend-box {
  border: 2px solid #30BEE4;
  border-radius: 0.6em;
  background-color: #FFFFFF;
  padding: 2% 2.5%;
  margin: 5% auto 0;
  width: 66%;
  box-sizing: border-box;
}

.recommend-box img.double {
  width: 16%;
  vertical-align: middle;
}

.recommend-box .image-right {
  display: inline-block;
  width: 82%;
  vertical-align: middle;
}

.recommend-title {
  font-size: 1.2em;
  font-weight: bold;
  color: #30BEE4;
}

.recommend-title img {
  width: 20px;
  margin: 0 6px 0 0;
}

.recommend-sub-title {
  font-size: 1rem;
  font-weight: bold;
  margin: 2.1% 0 2%;
}

.recommend-text {
  display: block;
  padding: 0;
  line-height: 1.4;
}

.recommend-link {
  margin: -11px 0 0;
}

.recommend-link a {
  display: block;
  width: fit-content;
  margin: 2% 0 0 auto;
  border-radius: 80px;
  font-weight: bold;
  padding: 1.4% 3% 1.1% 4%;
  font-size: 1rem;
  background: #009DD9;
  color: #fff;
}
