@charset "UTF-8";
/*--------------------------------
    製品比較
--------------------------------*/
#product-comp-area {
  width: 980px;
  height: 150px;
  position: fixed;
  left: calc(50% - 490px);
  bottom: -150px;
  text-align: center;
  padding-top: 30px;
  background-color: #646464;
  border-radius: 10px 10px 0 0;
  box-sizing: border-box;
  filter: drop-shadow(1px 1px 1px #c9c9c9);
  -webkit-transition: bottom 0.3s ease-out 0s;
  transition: bottom 0.3s ease-out 0s;
  z-index: 2010;
}

#product-comp-area.disp {
  bottom: 0;
}

#product-comp-area .text {
  margin-bottom: 20px;
  color: #fff;
  font-size: 1.2em;
}

#product-comp-area .text span {
  font-size: 0.87em;
}

#product-comp-area #clear-btn {
  display: inline-block;
  width: 165px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #646464;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  font-weight: bold;
  font-size: 0.97em;
}

#product-comp-area #clear-btn:hover {
  text-decoration: none;
  opacity: 0.6;
}

#product-comp-area #compare-btn {
  display: inline-block;
  width: 210px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
  background-color: #1397c4;
  border: 1px solid #fff;
  border-radius: 5px;
  font-weight: bold;
  font-size: 0.97em;
  margin-left: 10px;
}

#product-comp-area #compare-btn:hover {
  text-decoration: none;
  opacity: 0.6;
}

#product-comp-area #compare-btn.no-click {
  background-color: #aaa;
  -webkit-pointer-events: none;
  pointer-events: none;
}

/*--------------------------------
    チェックボックス
--------------------------------*/
.detail-list-cont .checkbox input[type="checkbox"],
.lanhub-item .checkbox input[type="checkbox"] {
  display: none;
}

.detail-list-cont .checkbox .m-checkbox + span,
.lanhub-item .checkbox .m-checkbox + span {
  position: absolute;
  width: 26px;
  height: 26px;
  background-image: url("/static/images/product/network/lanhub/check_box.gif");
  top: 15px;
  left: 15px;
}

.detail-list-cont .checkbox .m-checkbox + span:hover,
.lanhub-item .checkbox .m-checkbox + span:hover {
  cursor: pointer;
}

.detail-list-cont .checkbox .m-checkbox:checked + span,
.lanhub-item .checkbox .m-checkbox:checked + span {
  background-image: url("/static/images/product/network/lanhub/check_box_ov.gif");
}

.detail-list-cont .checkbox .tooltip-disp,
.lanhub-item .checkbox .tooltip-disp {
  display: none;
}

.detail-list-cont .checkbox .check-btn:hover + .tooltip-disp,
.lanhub-item .checkbox .check-btn:hover + .tooltip-disp {
  display: block;
  position: absolute;
  top: -45px;
  left: -35px;
}

/*--------------------------------
    製品比較 見出しのボタン
--------------------------------*/
.category-ttl,
.lanhub-area-title {
  position: relative;
}

.category-ttl .comp-ex,
.lanhub-area-title .comp-ex {
  position: absolute;
  top: calc(50% - 11px);
  top: -webkit-calc(50% - 11px);
  right: 15px;
}

.category-ttl .comp-ex a::before,
.lanhub-area-title .comp-ex a::before {
  content: "";
  display: block;
  width: 150px;
  height: 22px;
  background: url("/static/images/product/network/lanhub/btn_hikaku.png") right center no-repeat;
}

/*--------------------------------
    製品比較 モーダル
--------------------------------*/
#comp-ex-area {
  width: 780px;
  padding: 30px 0;
  background-color: #fff;
  position: fixed;
  top: 20%;
  left: calc(50% - 390px);
  z-index: 2010;
  font-size: 1rem;
  display: none;
}

#comp-ex-area .image-area {
  display: inline-block;
  vertical-align: top;
  width: 352px;
}

#comp-ex-area .image-area img {
  max-width: 100%;
}

#comp-ex-area .text-area {
  margin: 0 30px;
}

#comp-ex-area .text {
  display: inline-block;
  vertical-align: top;
  width: 360px;
  margin: 8px 0 0;
  font-size: 0.85em;
  line-height: 2;
}

#comp-ex-area .ttl {
  color: #009dd9;
  font-weight: bold;
  font-size: 1.3em;
  margin-bottom: 20px;
}

#comp-ex-area a.close-btn {
  width: 170px;
  margin: 30px auto 0;
  padding: 5px 0;
  font-size: 0.9em;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  background-color: #a9a9a9;
  display: block;
}

#comp-ex-area a.close-btn:hover {
  text-decoration: none;
  opacity: 0.6;
}

#modal-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2009;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}
