@charset "UTF-8";
/*--------------------------------
    メニュー
--------------------------------*/
#search-area h3 {
  display: block;
  color: #fff;
  font-size: 1.4em;
  padding: 0 0 0.5% 1em;
  position: relative;
  text-align: left;
  background-color: #1b4da2;
  width: 100%;
  box-sizing: border-box;
  height: 50px;
  line-height: 50px;
}

#search-area {
  width: 100%;
}

#search-area .search-detail-outer {
  border: 1px solid #1b4da2;
  box-sizing: border-box;
  padding: 0 0 20px;
}

#search-area .input-outer {
  display: flex;
}

div#menu {
  background-color: #e4eaf8;
  margin: 35px 0 55px;
}

div#menu ul li {
  float: left;
  position: relative;
  width: 460px;
  background-color: #fff;
  margin: 0 0 10px;
  padding: 0 0 0 10px;
  background-image: url(/static/images/product/network/lanhub/img_Arrow_blue_pc.png);
  background-repeat: no-repeat;
  background-position: 96% 50%;
}

div#menu ul li:nth-of-type(2n) {
  margin: 0 0 10px 10px;
}

div#menu ul li a {
  display: block;
}

div#menu ul li img {
  max-width: 138px;
  max-height: 118px;
}

div#menu ul li span {
  display: block;
  width: 52%;
  position: absolute;
  top: 40px;
  left: 161px;
  text-align: left;
  font-size: 0.8em;
  color: #333;
  line-height: 1.2;
}

div#menu ul li a:hover {
  opacity: 0.6;
}

div#menu ul li a:hover img {
  opacity: 1 !important;
}

div#menu ul li span strong {
  display: block;
  font-size: 1.4em;
  letter-spacing: -0.03em;
  margin: 0 0 13px;
}

/*--------------------------------
    絞り込み機能
--------------------------------*/
.select-area-inner {
  border-bottom: 1px solid #bcbcbc;
  width: 930px;
  margin-left: 25px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.select-area-inner.last-area {
  border-bottom: 0;
}

.select-area-inner .select-title {
  text-align: left;
  width: 100px;
  color: #0d0c6a;
  opacity: 1;
  padding: 30px 0 30px 5px;
  font-weight: bold;
}

.select-area-inner .select-area-inner-col {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.select-area-inner .select-area-inner-col .hub-img {
  text-align: center;
  width: 80%;
}

.select-area-inner .select-area-inner-col .hub-img.small-mgn {
  margin: 15px 0;
}

.select-area-inner .select-area-inner-col .hub-img img {
  width: 130px;
}

.select-area-inner .select-area-inner-col .hub-img img.small-img {
  width: 100px;
}

.select-area-inner .dd-area {
  width: 825px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.select-area-inner .dd-area label {
  width: 195px;
  margin-right: 10px;
  padding: 30px 0 0;
  white-space: nowrap;
}

.select-area-inner .dd-area label:hover {
  cursor: pointer;
}

.select-area-inner .dd-area .select-typecnt label {
  padding: 0;
  margin-bottom: 30px;
}

.select-area-inner .dd-area span {
  text-align: left;
  font-size: 14px;
  letter-spacing: 0;
  opacity: 1;
}

label.no-check {
  cursor: default;
  color: #cbcbcb;
  pointer-events: none;
}

label.no-check .checkbox-image,
label.no-check .checkbox-image-top {
  opacity: 0.5;
}

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

.check-area dd label input + .checkbox-icon {
  position: relative;
  vertical-align: 1px;
  padding: 0 0 0 25px;
}

.check-area dd label input + .checkbox-icon::after,
.check-area dd label input + .checkbox-icon::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
}

.check-area dd label input + .checkbox-icon::before {
  left: 6px;
  margin-top: -9px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #ff8900;
  border-bottom: 3px solid #ff8900;
  transform: rotate(45deg);
  opacity: 0;
}

.check-area dd label input + .checkbox-icon::after {
  left: 0;
  margin-top: -10px;
  width: 15px;
  height: 15px;
  border: 2px solid #ccc;
  background-color: #fff;
}

.check-area dd label input[type="checkbox"]:checked + .checkbox-icon::before {
  opacity: 1;
  z-index: 2;
}

.check-area dd label input[type="checkbox"]:checked + .checkbox-icon::after {
  z-index: 1;
}

.check-area dd label input[type="checkbox"] + .checkbox-icon.two-line::after {
  margin: 0;
}

.check-area .dd-area dd:nth-of-type(n + 5) label {
  padding-bottom: 30px;
}

#menu-toggle {
  text-align: right;
}

#menu-toggle #reset-area a {
  background-color: gray;
  text-align: center;
  line-height: 33px;
  border-radius: 20px;
  width: 154px;
  height: 33px;
  margin: 10px 20px 10px auto;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  display: inline-block;
}

#menu-toggle #reset-area a:hover {
  opacity: 0.6;
}

#restrict-outer {
  margin-top: 100px;
}

#restrict-outer .count-area {
  height: 42px;
  text-align: center;
  color: #333;
  font-size: 1.55em;
  font-weight: bold;
}

#restrict-outer .result-count {
  text-align: center;
  font-size: 1.5em;
  color: #ff3100;
}

#restrict-outer #restrict {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.2;
}

#restrict-outer #restrict #restrict-inner {
  letter-spacing: 0;
  color: #333;
  margin-top: 12px;
}

#restrict-outer #restrict #restrict-inner #restrict-ttl {
  display: inline;
}

#restrict-outer #restrict #restrict-inner #sel-choice {
  display: inline;
}

.select-area-inner .select-area-inner-col .select-feature .clfx {
  border-bottom: 0;
}

#order-area {
  float: right;
  text-align: center;
  letter-spacing: 0;
  color: #333;
  margin: 11px 0;
}

#sort-key-select {
  width: 140px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #898989;
  border-radius: 8px;
  letter-spacing: 0;
  color: #333;
  font-size: 0.9em;
  padding-left: 10px;
}

#result-area .lanhub-area-outer.no-result {
  display: none;
}

#no-result-all {
  text-align: center;
  line-height: 1.4;
  font-size: 1em;
}

#result-area {
  width: 100%;
  margin-top: 71px;
}

#result-area .lanhub-area-title {
  width: 100%;
  height: 56px;
  line-height: 56px;
  font-size: 1.3em;
  text-align: left;
  color: #fff;
  padding: 0 15px;
  box-sizing: border-box;
}

.port-ttl {
  text-align: left;
  color: #333;
  padding-bottom: 10px;
  padding-top: 50px;
  padding-left: 10px;
  font-size: 1.3em;
  line-height: 1.4;
}

.lanhub-area-title + .port-ttl-outer .port-ttl {
  padding-top: 25px;
}

.ttl-25g .lanhub-area-title {
  background-color: #aa894a;
}

.ttl-giga .lanhub-area-title {
  background-color: #0c65c1;
}

.ttl-100m .lanhub-area-title {
  background-color: #36a9a2;
}

.ttl-injector .lanhub-area-title {
  background-color: #0d0c6a;
}

.ttl-extender .lanhub-area-title {
  background-color: #0d0c6a;
}
