@charset "UTF-8";
/* ---------------------------------
 スペックサーチ
------------------------------------*/
* {
  box-sizing: border-box;
}

.sponly {
  display: none;
}

.column1 #main_content {
  max-width: 1170px;
  width: 95%;
  margin: 0 auto;
}

#container {
  width: 100%;
}

h1.item_list_title_h1 {
  margin-bottom: 30px;
}

.btn-modal {
  display: none;
}

.refine {
  display: none;
  max-width: 920px;
  margin: 0 auto 20px;
  padding: 10px;
  background-color: #eee;
  font-size: 13px;
}
.refine dl {
  display: flex;
  justify-content: space-between;
}
.refine dl dt {
  width: 95px;
}
.refine dl dt:after {
  content: ":";
}
.refine dl dd {
  width: calc(100% - 110px);
}
.refine dl dd ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  gap: 0 5px;
}
.refine dl dd ul li:after {
  content: " ／";
  color: #666;
}
.refine dl dd ul li em {
  display: none;
}
.refine .btn-release {
  display: none;
}

.btn-search-change {
  display: none;
  margin-bottom: 30px;
  text-align: center;
}
.btn-search-change p {
  display: inline-block;
  padding: 10px;
  min-width: 200px;
  background-color: #1F5593;
  border-radius: 5px;
  font-size: 13px;
  color: #FFF;
}
.btn-search-change p:hover {
  cursor: pointer;
  opacity: 0.8;
}

.searchCate {
  max-width: 920px;
  margin: 0 auto 2em;
  padding: 1.2em;
  border: 2px solid #333;
}
.searchCate__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.searchCate__item {
  margin: 0 0.5em;
}
.searchCate__item input {
  margin: 0;
  vertical-align: middle;
}
.searchCate__item input:hover {
  cursor: pointer;
}
.searchCate__item label {
  padding-left: 3px;
}
.searchCate__item label:hover {
  cursor: pointer;
}
.searchCate__item:hover {
  cursor: pointer;
}
.searchCate__item:hover > label {
  color: #ff6600;
}

.search-wrap {
  max-width: 920px;
  margin: 0 auto 4em;
}
.search-wrap .title {
  padding: 7px;
  font-size: 14px;
  background-color: #333;
  color: #fff;
  text-align: center;
}
.search-wrap .title span {
  display: none;
}
.search-wrap table {
  width: 100%;
  margin-bottom: 20px;
}
.search-wrap table tr th, .search-wrap table tr td {
  padding: 5px;
  border: 1px solid #ccc;
}
.search-wrap table tr th {
  position: relative;
  width: 100px;
  background-color: #eee;
  text-align: left;
}
.search-wrap table tr th span {
  display: block;
}
.search-wrap table tr th .modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 60px 10px;
  text-align: center;
}
.search-wrap table tr th .modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.search-wrap table tr th .modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s, visibility 0.4s;
}
.search-wrap table tr th .modal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  vertical-align: middle;
  content: "";
}
.search-wrap table tr th .modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 70%;
  max-width: 600px;
  padding: 30px 30px 15px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  vertical-align: middle;
}
.search-wrap table tr th .modal-wrapper .modal-window .modal-content {
  max-height: 80vh;
  overflow-y: auto;
}
.search-wrap table tr th .modal-wrapper .modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}
.search-wrap table tr th .modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  color: #95979c !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
}
.search-wrap table tr th .modal-wrapper .modal-close:hover {
  color: #2b2e38 !important;
}
.search-wrap table tr td:nth-of-type(2n-1) {
  width: 39%;
}
.search-wrap table tr td:nth-of-type(2n) {
  width: 34%;
}
.search-wrap table tr td select {
  padding: 3px;
  border-radius: 3px;
  box-shadow: inset 0 0 4px 0 #ccc;
}
.search-wrap table tr td select:disabled {
  background-color: #ddd;
}
.search-wrap table tr td .search-wrap__inch {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.search-wrap table tr td .search-wrap__inch__radio {
  width: 75px;
  display: flex;
  align-items: center;
}
.search-wrap table tr td .search-wrap__inch__radio:hover {
  color: #ff6600;
  cursor: pointer;
}
.search-wrap table tr td .search-wrap__inch__radio input[type=radio] {
  margin: 0;
}
.search-wrap table tr td .search-wrap__inch__radio input[type=radio]:hover {
  cursor: pointer;
}
.search-wrap table tr td .search-wrap__inch__radio label {
  padding-left: 3px;
}
.search-wrap table tr td .search-wrap__inch__radio label:hover {
  cursor: pointer;
}
.search-wrap table tr td ul {
  display: flex;
  flex-wrap: wrap;
}
.search-wrap table tr td ul.often {
  padding-top: 0.2em;
}
.search-wrap table tr td ul li:hover {
  cursor: pointer;
}
.search-wrap table tr td ul li:hover > label {
  color: #ff6600;
}
.search-wrap table tr td ul li input[type=radio] {
  margin: 0;
  vertical-align: middle;
}
.search-wrap table tr td ul li input[type=radio]:hover {
  cursor: pointer;
}
.search-wrap table tr td ul li label {
  padding-left: 3px;
  vertical-align: middle;
}
.search-wrap table tr td ul li label:hover {
  cursor: pointer;
}
.search-wrap table tr td ul li:not(:last-of-type) {
  margin-right: 12px;
}
.search-wrap table tr td .search-checkbox {
  width: 100%;
}
.search-wrap table tr td .search-checkbox p {
  margin: 0;
}
.search-wrap table tr td .search-checkbox li {
  width: 100%;
}
.search-wrap table tr td .search-checkbox li:not(:last-of-type) {
  margin-right: 0;
}
.search-wrap table tr td .search-checkbox li .search-checkbox-sub {
  position: relative;
  display: none;
  width: 95%;
  margin: 0 0 0.5em auto;
  background-color: #eee;
  z-index: 0;
}
.search-wrap table tr td .search-checkbox li .search-checkbox-sub ul {
  position: relative;
  display: block;
  margin: 0;
  margin-right: 25px;
  padding: 0.5em;
  z-index: 1;
}
.search-wrap table tr td .search-checkbox li .search-checkbox-sub ul li {
  position: relative;
  width: auto;
  min-width: 110px;
  z-index: 10;
}
.search-wrap table tr td .search-checkbox li .search-checkbox-sub .tip {
  right: 0;
}
.search-wrap table tr td .search-checkbox li .is-visible {
  overflow: visible !important;
}
.search-wrap table tr td.input-aspect ul li input {
  display: none;
}
.search-wrap table tr td.input-aspect ul li input + label {
  display: block;
  min-width: 73px;
  padding: 3px 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #1f5593;
  font-size: 13px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
}
.search-wrap table tr td.input-aspect ul li input + label span {
  display: block;
  color: #000;
  font-size: 12px;
  font-weight: normal;
}
.search-wrap table tr td.input-aspect ul li input:hover + label {
  border-color: #1f5593;
}
.search-wrap table tr td.input-aspect ul li input:checked + label {
  border-color: #1f5593;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  background-color: #eaeef3;
}
.search-wrap table tr td.input-aspect ul li:not(:last-of-type) {
  margin-right: 5px;
}
.search-wrap .result-num {
  text-align: center;
}
.search-wrap .result-num span {
  color: #ff0000;
  font-weight: bold;
  font-size: 16px;
}
.search-wrap .tip-wrap .tip {
  transform-origin: 80% 100%;
}
.search-wrap .tip-wrap .pin {
  background-color: #1F5593 !important;
}
.search-wrap .btn-wrap {
  display: flex;
  justify-content: center;
}
.search-wrap .btn-wrap .btn-clear {
  margin: 0 0.4em;
  padding: 7px 20px;
  border-radius: 5px;
  border: 1px solid #888;
  font-size: 14px;
  background: linear-gradient(#fff, #eee);
}
.search-wrap .btn-wrap .btn-clear:hover {
  background: linear-gradient(#eee, #fff);
  cursor: pointer;
}
.search-wrap .btn-search {
  margin: 0 0.4em;
  text-align: center;
}
.search-wrap .btn-search input[type=button] {
  padding: 8px 20px;
  background-color: #1f5593;
  border-radius: 5px;
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  -webkit-appearance: none;
}
.search-wrap .btn-search input[type=button]:hover {
  cursor: pointer;
  opacity: 0.8;
}
.search-wrap .result-fixed {
  display: flex;
  justify-content: center;
  align-items: center;
}

.search-hidden .search-wrap .search-table {
  position: relative;
  max-height: 150px;
  overflow: hidden;
  margin-bottom: 10px;
}
.search-hidden .search-wrap .search-table:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 40%, #fff 90%);
  pointer-events: none;
  z-index: 100;
}
.search-hidden .refine, .search-hidden .btn-search-change, .search-hidden .hidden-cancel {
  display: block;
}

.hidden-cancel {
  display: none;
  margin-bottom: 25px;
  padding: 10px;
  font-size: 13px;
  text-align: center;
}
.hidden-cancel p {
  display: inline-block;
  padding: 5px 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
  color: #333;
}
.hidden-cancel p:hover {
  cursor: pointer;
  background-color: #f6f6f6;
}

.display-result {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}
.display-result > p {
  font-size: 13px;
}
.display-result > p span {
  color: #ff0000;
  font-weight: bold;
}
.display-result .order-wrap {
  display: flex;
}
.display-result .order-wrap dl {
  display: flex;
  align-items: center;
}
.display-result .order-wrap dl:not(:last-of-type) {
  margin-right: 1em;
}
.display-result .order-wrap dl dt {
  margin-right: 0.5em;
  font-size: 0.8rem;
}
.display-result .order-wrap dl dd ul {
  display: flex;
  align-items: center;
  margin: 0;
}
.display-result .order-wrap dl dd ul li {
  padding: 0.2em 0.5em;
  border-radius: 5px;
  border: 1px solid #999;
  background: linear-gradient(#fff 50%, #eee);
  font-size: 0.8rem;
}
.display-result .order-wrap dl dd ul li:not(:last-of-type) {
  margin-right: 0.3em;
}
.display-result .order-wrap dl dd ul li.current {
  background: #ccc;
}
.display-result .order-wrap dl dd ul li.current:hover {
  cursor: inherit;
  background: #ccc;
}
.display-result .order-wrap dl dd ul li:hover {
  cursor: pointer;
  background: linear-gradient(#eee, #fff);
}

.result-wrap.renew table {
  max-width: 1100px;
  margin: 0 auto;
}
.result-wrap.renew table tbody tr td.td-product {
  width: 10%;
}
.result-wrap.renew table tbody tr td.td-review {
  width: 10%;
}
.result-wrap.renew table tbody tr td.td-review .review-wrap .average {
  display: flex;
  justify-content: center;
  align-items: center;
}
.result-wrap.renew table tbody tr td.td-review .review-wrap .average__img img {
  max-width: 22px;
  margin-bottom: 5px;
}
.result-wrap.renew table tbody tr td.td-review .review-wrap .average__score {
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
}
.result-wrap.renew table tbody tr td.td-price {
  width: 8%;
}
.result-wrap.renew table tbody tr td.td-name {
  width: 14%;
}
.result-wrap.renew table tbody tr td.td-inch {
  width: 9%;
}
.result-wrap.renew table tbody tr td.td-type {
  width: 13%;
}
.result-wrap.renew table tbody tr td.td-width {
  width: 8%;
}
.result-wrap.renew table tbody tr td.td-mask {
  width: 10%;
}
.result-wrap.renew table tbody tr td.td-case {
  width: 8%;
}
.result-wrap.renew table tbody tr td.td-other {
  width: 10%;
}
.result-wrap.renew table tbody tr td.td-other img {
  display: block;
  gap: 5px;
  max-width: 55px;
  margin: 0 auto;
}
.result-wrap.renew table tbody tr td.td-other img:not(:last-of-type) {
  margin-bottom: 4px;
}
.result-wrap table {
  width: 100%;
  margin-bottom: 40px;
}
.result-wrap table thead th {
  background-color: #eee;
  text-align: center;
}
.result-wrap table thead th span {
  display: block;
}
.result-wrap table thead th:first-of-type {
  background-image: none;
}
.result-wrap table thead th:first-of-type:hover {
  cursor: inherit;
}
.result-wrap table tbody tr.odd > td {
  background-color: #fff;
}
.result-wrap table tbody tr:hover td {
  background-color: #eee !important;
}
.result-wrap table tbody tr:hover td:nth-of-type(3) {
  color: #ff0000 !important;
}
.result-wrap table tbody tr td {
  vertical-align: middle;
  text-align: center;
}
.result-wrap table tbody tr td:nth-of-type(1) {
  width: 8%;
}
.result-wrap table tbody tr td:nth-of-type(2) {
  width: 13%;
}
.result-wrap table tbody tr td:nth-of-type(3) {
  width: 8%;
}
.result-wrap table tbody tr td:nth-of-type(4) {
  width: 7%;
}
.result-wrap table tbody tr td:nth-of-type(5) {
  width: 7%;
}
.result-wrap table tbody tr td:nth-of-type(6) {
  width: 9%;
}
.result-wrap table tbody tr td:nth-of-type(7) {
  width: 7%;
}
.result-wrap table tbody tr td:nth-of-type(8) {
  width: 14%;
}
.result-wrap table tbody tr td:nth-of-type(9) {
  width: 10%;
}
.result-wrap table tbody tr td:nth-of-type(10) {
  width: 10%;
}
.result-wrap table tbody tr td:nth-of-type(11) {
  width: 7%;
}
.result-wrap table tbody tr td:nth-of-type(3) {
  color: #ff0000;
}
.result-wrap table tbody tr td .btn-detail {
  margin-top: 6px;
}
.result-wrap table tbody tr td .btn-detail a {
  padding: 2px 5px;
  border-radius: 3px;
  background: linear-gradient(#fff, #eee);
  border: 1px solid #aaa;
  color: #000;
  text-decoration: none;
}
.result-wrap table tbody tr td .btn-detail a:hover {
  background: linear-gradient(#eee, #fff);
}
.result-wrap table tr th, .result-wrap table tr td {
  padding: 10px 3px;
  border: 1px solid #ccc;
  font-size: 13px;
}
.result-wrap table tr th {
  padding: 16px 3px;
}
.result-wrap table tr td img {
  max-width: 68px;
}

#topic_path {
  margin: 100px 0 0px;
}

@media screen and (max-width: 1000px) {
  #topic_path {
    width: 95%;
  }
  #main_content {
    padding: 0;
  }
}
@media screen and (max-width: 776px) {
  body.is-show #Header, body.is-show #Footer, body.is-show header, body.is-show #topic_path, body.is-show h1.item_list_title_h1, body.is-show .btn-modal, body.is-show .display-result, body.is-show .result-wrap, body.is-show .refine, body.is-show #postNav, body.is-show .ar-wrap {
    display: none;
  }
  body.is-show #container {
    padding-top: 0;
  }
  body.is-show #main_content {
    overflow: visible !important;
    width: 100%;
  }
  body.is-show .sponly {
    display: block;
  }
  body.is-show #pagetop {
    display: none;
  }
  body.is-show .more {
    margin-top: 10px;
  }
  body.is-show .more > dl > dt {
    padding: 3px;
    color: #0099ff;
    font-weight: normal;
    text-align: center;
  }
  body.is-show .more > dl > dt span:before {
    margin-right: 8px;
    font-family: FontAwesome;
    content: "\f107";
  }
  body.is-show .more > dl > dd {
    display: none;
    padding: 20px;
    border: 1px solid #ccc;
  }
  body.is-show .more > dl > dd p {
    margin: 0;
  }
  body.is-show .more > dl > dd strong {
    color: #d00000;
  }
  body.is-show .more > dl > dd .mask {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
  }
  body.is-show .more > dl > dd .mask dl dd {
    font-size: 13px;
    text-align: center;
  }
  body.is-show .more.current > dl > dt span:before {
    content: "\f106";
  }
  body.is-show #modal {
    display: block;
    overflow-y: scroll;
    width: 100%;
    min-height: 100%;
    padding-bottom: 95px;
  }
  body.is-show #modal .modal-in {
    background-color: #fff;
  }
  body.is-show #modal .modal-in .searchCate {
    position: absolute;
    width: 92%;
    top: 68px;
    left: 50%;
    transform: translateX(-50%);
    max-height: 120px;
    height: auto;
    padding: 10px 0;
    border-width: 1px;
    border-color: #ccc;
    border-radius: 5px;
  }
  body.is-show #modal .modal-in .searchCate__list:after {
    display: none;
  }
  body.is-show #modal .modal-in .searchCate__item {
    width: 100%;
    padding: 0;
    line-height: 1.5;
  }
  body.is-show #modal .modal-in .searchCate__item input {
    margin-right: 4px;
  }
  body.is-show #modal .modal-in .searchCate__item input[type=radio] {
    display: none;
  }
  body.is-show #modal .modal-in .searchCate__item input[type=radio] + label {
    position: relative;
    padding: 4px 5px 4px 30px;
  }
  body.is-show #modal .modal-in .searchCate__item input[type=radio] + label:before {
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 50%;
  }
  body.is-show #modal .modal-in .searchCate__item input[type=radio]:checked + label {
    width: 100%;
    color: #000;
  }
  body.is-show #modal .modal-in .searchCate__item input[type=radio]:checked + label:after {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%) rotate(45deg);
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #0075ff;
    border-radius: 50%;
  }
  body.is-show #modal .modal-in .searchCate__item label {
    display: inline-block;
    width: 93%;
    padding: 3px 0;
    font-size: 16px;
  }
  body.is-show #modal .modal-in .search-wrap {
    margin: 0;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  }
  body.is-show #modal .modal-in .search-wrap .title {
    position: relative;
    margin-bottom: 140px;
    padding: 15px;
    font-size: 16px;
    text-align: left;
  }
  body.is-show #modal .modal-in .search-wrap .title span {
    position: absolute;
    display: block;
    padding: 6px 12px;
    border-radius: 3px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(#fff, #eee);
    color: #000;
    font-size: 14px;
  }
  body.is-show #modal .modal-in .search-wrap .title span:before {
    content: "\f00d";
    font-family: FontAwesome;
    margin-right: 0.2em;
  }
  body.is-show #modal .modal-in .search-wrap table {
    margin-bottom: 1em;
  }
  body.is-show #modal .modal-in .search-wrap table tr {
    display: flex;
    flex-wrap: wrap;
  }
  body.is-show #modal .modal-in .search-wrap table tr th, body.is-show #modal .modal-in .search-wrap table tr td {
    padding: 13px 10px;
    border-bottom: none;
    border-right: none;
    border-left: none;
  }
  body.is-show #modal .modal-in .search-wrap table tr th {
    position: relative;
    width: 100%;
    font-size: 15px;
    font-weight: normal;
  }
  body.is-show #modal .modal-in .search-wrap table tr th:after {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    transition: 0.2s all ease;
    font-family: FontAwesome;
    font-size: 20px;
    content: "\f107";
  }
  body.is-show #modal .modal-in .search-wrap table tr th.current:after {
    transform: translateY(-50%) rotate(180deg);
  }
  body.is-show #modal .modal-in .search-wrap table tr th span {
    display: inline;
  }
  body.is-show #modal .modal-in .search-wrap table tr td {
    display: none;
    width: 100%;
    background-color: #fff;
  }
  body.is-show #modal .modal-in .search-wrap table tr td.input-case ul, body.is-show #modal .modal-in .search-wrap table tr td.input-mask ul {
    display: flex;
    gap: 2%;
  }
  body.is-show #modal .modal-in .search-wrap table tr td.input-case ul li, body.is-show #modal .modal-in .search-wrap table tr td.input-mask ul li {
    width: 32%;
    border: none;
  }
  body.is-show #modal .modal-in .search-wrap table tr td.input-case ul li input[type=radio] + label, body.is-show #modal .modal-in .search-wrap table tr td.input-mask ul li input[type=radio] + label {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 120px;
    padding: 7px 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 12px;
    text-align: center;
  }
  body.is-show #modal .modal-in .search-wrap table tr td.input-case ul li input[type=radio] + label:before, body.is-show #modal .modal-in .search-wrap table tr td.input-mask ul li input[type=radio] + label:before {
    top: 0;
    left: 50%;
    width: 90%;
    max-width: 120px;
    height: 80px;
    border: none;
    border-radius: 0;
    transform: translate(-50%, 5px);
  }
  body.is-show #modal .modal-in .search-wrap table tr td.input-case ul li input[type=radio]:checked + label, body.is-show #modal .modal-in .search-wrap table tr td.input-mask ul li input[type=radio]:checked + label {
    border-color: #0075ff;
    box-shadow: inset 0 0 0 1px #0075ff;
  }
  body.is-show #modal .modal-in .search-wrap table tr td.input-case ul li input[type=radio]:checked + label:after, body.is-show #modal .modal-in .search-wrap table tr td.input-mask ul li input[type=radio]:checked + label:after {
    display: none;
  }
  body.is-show #modal .modal-in .search-wrap table tr td.input-case ul li:nth-of-type(1) input[type=radio] + label, body.is-show #modal .modal-in .search-wrap table tr td.input-mask ul li:nth-of-type(1) input[type=radio] + label {
    align-items: center;
  }
  body.is-show #modal .modal-in .search-wrap table tr td.input-case ul li:nth-of-type(2) input[type=radio] + label:before {
    background: url("/specsearch/screen/img/case.jpg") 50% 50%/contain no-repeat;
  }
  body.is-show #modal .modal-in .search-wrap table tr td.input-case ul li:nth-of-type(3) input[type=radio] + label:before {
    background: url("/specsearch/screen/img/case_none.jpg") 50% 50%/contain no-repeat;
  }
  body.is-show #modal .modal-in .search-wrap table tr td.input-mask ul li:nth-of-type(2) input[type=radio] + label:before {
    background: url("/specsearch/screen/img/mask.jpg") 50% 50%/contain no-repeat;
  }
  body.is-show #modal .modal-in .search-wrap table tr td.input-mask ul li:nth-of-type(3) input[type=radio] + label:before {
    background: url("/specsearch/screen/img/mask_free.jpg") 50% 50%/contain no-repeat;
  }
  body.is-show #modal .modal-in .search-wrap table tr td.input-aspect ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  body.is-show #modal .modal-in .search-wrap table tr td.input-aspect ul:after {
    display: none;
  }
  body.is-show #modal .modal-in .search-wrap table tr td.input-aspect ul li {
    width: 23.5%;
  }
  body.is-show #modal .modal-in .search-wrap table tr td.input-aspect ul li input + label {
    font-size: 13px;
    padding: 15px 5px !important;
  }
  body.is-show #modal .modal-in .search-wrap table tr td.input-aspect ul li input + label:before, body.is-show #modal .modal-in .search-wrap table tr td.input-aspect ul li input + label:after {
    display: none !important;
  }
  body.is-show #modal .modal-in .search-wrap table tr td ul {
    flex-wrap: wrap;
  }
  body.is-show #modal .modal-in .search-wrap table tr td ul li {
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #ddd;
  }
  body.is-show #modal .modal-in .search-wrap table tr td ul li:not(:last-of-type) {
    margin-right: 0;
  }
  body.is-show #modal .modal-in .search-wrap table tr td ul li input {
    display: inline-block;
    margin-right: 0.2em;
  }
  body.is-show #modal .modal-in .search-wrap table tr td ul li input[type=checkbox] {
    display: none;
  }
  body.is-show #modal .modal-in .search-wrap table tr td ul li input[type=checkbox] + label {
    position: relative;
    width: 100%;
    padding: 7px 5px 7px 30px;
  }
  body.is-show #modal .modal-in .search-wrap table tr td ul li input[type=checkbox] + label:before {
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 3px;
  }
  body.is-show #modal .modal-in .search-wrap table tr td ul li input[type=checkbox]:checked + label {
    width: 100%;
    background-color: rgba(0, 100, 255, 0.1);
  }
  body.is-show #modal .modal-in .search-wrap table tr td ul li input[type=checkbox]:checked + label:before {
    border-color: #0075ff;
    background-color: #0075ff;
  }
  body.is-show #modal .modal-in .search-wrap table tr td ul li input[type=checkbox]:checked + label:after {
    position: absolute;
    top: 44%;
    left: 11px;
    transform: translateY(-50%) rotate(45deg);
    display: block;
    content: "";
    width: 7px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  body.is-show #modal .modal-in .search-wrap table tr td ul li input[type=radio] {
    display: none;
  }
  body.is-show #modal .modal-in .search-wrap table tr td ul li input[type=radio] + label {
    position: relative;
    padding: 7px 5px 7px 30px;
  }
  body.is-show #modal .modal-in .search-wrap table tr td ul li input[type=radio] + label:before {
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 50%;
  }
  body.is-show #modal .modal-in .search-wrap table tr td ul li input[type=radio]:checked + label {
    width: 100%;
    background-color: rgba(0, 100, 255, 0.1);
    color: #000;
  }
  body.is-show #modal .modal-in .search-wrap table tr td ul li input[type=radio]:checked + label:after {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%) rotate(45deg);
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #0075ff;
    border-radius: 50%;
  }
  body.is-show #modal .modal-in .search-wrap table tr td ul li label {
    display: inline-block;
    width: 100%;
    padding: 4px 0;
    font-size: 16px;
  }
  body.is-show #modal .modal-in .search-wrap table tr td ul.often {
    padding-top: 0.6em;
  }
  body.is-show #modal .modal-in .search-wrap table tr td ul.often li {
    width: auto;
    padding: 0;
    border: none;
  }
  body.is-show #modal .modal-in .search-wrap table tr td ul.often li:not(:last-of-type) {
    margin-right: 1em;
  }
  body.is-show #modal .modal-in .search-wrap table tr td ul.often li a {
    font-size: 0.9rem;
    text-decoration: underline;
  }
  body.is-show #modal .modal-in .search-wrap table tr td select {
    font-size: 16px;
  }
  body.is-show #modal .modal-in .search-wrap table tr td .search-checkbox li .search-checkbox-sub {
    margin-top: 7px;
    background-color: transparent;
  }
  body.is-show #modal .modal-in .search-wrap table tr td .search-checkbox li .search-checkbox-sub ul {
    width: 100%;
    padding: 0;
  }
  body.is-show #modal .modal-in .search-wrap table tr td .search-checkbox li .search-checkbox-sub ul li {
    padding: 0;
    border: none;
  }
  body.is-show #modal .modal-in .search-wrap table tr td .search-checkbox li .search-checkbox-sub ul li input[type=checkbox] + label {
    color: #000;
  }
  body.is-show #modal .modal-in .search-wrap table tr td .search-checkbox li .search-checkbox-sub ul li label {
    padding: 4px 5px 4px 30px;
    background-color: transparent;
  }
  body.is-show #modal .modal-in .search-wrap table tr td .search-checkbox li .search-checkbox-sub .tip-wrap {
    width: auto;
    left: inherit;
    right: 0;
    z-index: 10;
  }
  body.is-show #modal .modal-in .search-wrap table tr .input-sort {
    display: none;
  }
  body.is-show #modal .modal-in .search-wrap .tip-wrap {
    display: none;
  }
  body.is-show #modal .modal-in .search-wrap .tip-wrap .pin {
    width: 27px;
    height: 27px;
    right: 0;
    left: initial;
    top: 50%;
  }
  body.is-show #modal .modal-in .search-wrap .tip-wrap .tip {
    right: 5px;
    bottom: 38px;
    width: 300px;
  }
  body.is-show #modal .modal-in .search-wrap .tip-wrap .tip .mask dl dt {
    text-align: center;
  }
  body.is-show #modal .modal-in .search-wrap .tip-wrap .tip:before {
    right: 12px;
    left: inherit;
  }
  body.is-show #modal .modal-in .search-wrap .result-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0.7em;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
  }
  body.is-show #modal .modal-in .search-wrap .result-fixed .result-num {
    margin-bottom: 5px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
  }
  body.is-show #modal .modal-in .search-wrap .result-fixed .result-num span {
    font-size: 18px;
    color: #ff7200;
  }
  body.is-show #modal .modal-in .search-wrap .btn-wrap .btn-clear {
    margin: 0 0.3em;
    padding: 12px 10px;
    border: none;
  }
  body.is-show #modal .modal-in .search-wrap .btn-wrap .btn-clear span {
    display: none;
  }
  body.is-show #modal .modal-in .search-wrap .btn-wrap p {
    width: 50%;
    line-height: 1.5;
    text-align: center;
  }
  body.is-show #modal .modal-in .search-wrap .btn-search {
    margin: 0 0.3em;
  }
  body.is-show #modal .modal-in .search-wrap .btn-search input[type=button] {
    box-sizing: border-box;
    width: 100%;
    padding: 12px 10px;
    line-height: 1.5;
    background: linear-gradient(#e40005, #d00000);
  }
  body.is-show #modal .modal-in .search-wrap .result-fixed {
    display: block;
  }
  body.is-show.search-hidden .search-wrap .search-table {
    max-height: inherit;
    overflow: inherit;
    margin-bottom: 0;
  }
  body.is-show.search-hidden .search-wrap .search-table:before {
    display: none;
  }
  body.is-show.search-hidden .refine, body.is-show.search-hidden .btn-search-change, body.is-show.search-hidden .hidden-cancel {
    display: none;
  }
  .refine {
    display: block;
    margin-bottom: 20px;
    padding: 0;
    font-size: 13px;
    background-color: transparent;
  }
  .refine dl {
    display: flex;
  }
  .refine dl dt {
    position: relative;
    width: 100%;
    margin-right: 9px;
    padding-left: 24px;
    z-index: 100;
  }
  .refine dl dt:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    content: "+";
    font-weight: bold;
    border: 1px solid #666;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    background: linear-gradient(#fff, #eee);
    text-align: center;
  }
  .refine dl dd {
    position: absolute;
    width: 100%;
  }
  .refine dl dd ul {
    display: block;
    overflow: hidden;
    margin: 0;
    height: 18px;
    padding-left: 111px;
    color: #999;
    -webkit-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
  .refine dl dd ul li {
    display: inline;
  }
  .refine dl dd ul li em {
    display: inline;
    font-weight: normal;
  }
  .refine dl dd ul li:after {
    display: none;
  }
  .refine .btn-release {
    display: none;
  }
  .refine.toggleOpen dl {
    display: block;
  }
  .refine.toggleOpen dl dt {
    margin-bottom: 10px;
  }
  .refine.toggleOpen dl dt:before {
    content: "-";
  }
  .refine.toggleOpen dl dd {
    position: static;
    padding-left: 24px;
  }
  .refine.toggleOpen dl dd ul {
    height: auto;
    padding-left: 0;
    color: #000;
  }
  .refine.toggleOpen dl dd ul li {
    display: block;
  }
  .refine.toggleOpen .btn-release {
    display: block;
    width: 74%;
    margin: 0.8em auto 0;
  }
  .refine.toggleOpen .btn-release span {
    display: block;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #000;
    background: linear-gradient(#fff, #eee);
    text-align: center;
  }
  .refine.toggleOpen .btn-release span:before {
    content: "\f00d";
    margin-right: 0.5em;
    font-family: FontAwesome;
  }
  .refine.toggleOpen .btn-release span:active {
    background: linear-gradient(#eee, #fff);
  }
  .btn-modal {
    display: block;
    margin-bottom: 1em;
    padding: 12px;
    background-color: #333;
    border-radius: 5px;
    color: #fff;
    text-align: center;
  }
  .btn-modal span:before {
    content: "\f0c9";
    font-family: FontAwesome;
    margin-right: 0.5em;
    color: #fff;
  }
  #modal {
    background-color: #fff;
    display: none;
  }
  #modal .modal-in {
    width: 100%;
    min-height: 100%;
  }
  .display-result {
    margin-bottom: 0;
    padding: 10px;
    border: none;
    background-color: #eee;
  }
  .display-result p {
    width: 100%;
    margin-bottom: 0.5em;
  }
  .display-result p span {
    color: #000;
  }
  .display-result .order-wrap {
    width: 100%;
  }
  .display-result .order-wrap dl dt {
    font-size: 0.75rem;
  }
  .display-result .order-wrap dl dd ul li {
    padding: 0.8em 0.4em;
    font-size: 0.75rem;
  }
  .result-wrap table thead {
    display: none;
  }
  .result-wrap table tbody tr {
    position: relative;
    display: grid;
    grid-template-columns: 90px 1fr;
    grid-template-rows: minmax(17px, auto);
    padding: 10px 0;
    border-top: 1px solid #ccc;
  }
  .result-wrap table tbody tr:after {
    position: absolute;
    top: 50%;
    right: 6px;
    font-size: 22px;
    transform: translateY(-50%);
    content: "\f105";
    font-family: FontAwesome;
  }
  .result-wrap table tbody tr td {
    padding: 0;
    border: none;
    text-align: left;
  }
  .result-wrap table tbody tr td a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .result-wrap table tbody tr td:nth-of-type(1) {
    grid-column: 1;
    grid-row: 1/4;
  }
  .result-wrap table tbody tr td:nth-of-type(1) a {
    position: absolute;
    display: block;
    width: 94vw;
    height: 93%;
  }
  .result-wrap table tbody tr td:nth-of-type(1) a img {
    max-width: 80px;
  }
  .result-wrap table tbody tr td:nth-of-type(6) {
    position: static;
    width: 93%;
    grid-column: 2;
    grid-row: 1;
    font-size: 0.7rem;
  }
  .result-wrap table tbody tr td:nth-of-type(6) span:before {
    content: "[";
  }
  .result-wrap table tbody tr td:nth-of-type(6) span:after {
    content: "]";
  }
  .result-wrap table tbody tr td:nth-of-type(2) {
    width: 93%;
    grid-column: 2;
    grid-row: 2;
  }
  .result-wrap table tbody tr td:nth-of-type(2) > p {
    display: none;
  }
  .result-wrap table tbody tr td:nth-of-type(2) a {
    color: #000;
    font-weight: bold;
    font-size: 0.9rem;
    line-height: 1.3;
    letter-spacing: -0.5px;
  }
  .result-wrap table tbody tr td:nth-of-type(2) .btn-detail {
    display: none;
  }
  .result-wrap table tbody tr td:nth-of-type(3) {
    width: 93%;
    grid-column: 2;
    grid-row: 3;
    font-size: 0.9rem;
    font-weight: bold;
  }
  .result-wrap table tbody tr td:nth-of-type(3) span {
    position: static;
  }
  .result-wrap table tbody tr td:nth-of-type(4), .result-wrap table tbody tr td:nth-of-type(5), .result-wrap table tbody tr td:nth-of-type(7), .result-wrap table tbody tr td:nth-of-type(8), .result-wrap table tbody tr td:nth-of-type(9), .result-wrap table tbody tr td:nth-of-type(10) {
    display: none;
  }
  .result-wrap table tbody tr td:nth-of-type(11) {
    width: 94.5%;
    grid-column: 1/3;
    grid-row: 4;
    padding-top: 10px;
    font-size: 0.65rem;
    color: #777;
  }
  .result-wrap table tbody tr td:nth-of-type(11) span {
    display: none;
  }
  .result-wrap table tr th, .result-wrap table tr td {
    padding: 0;
    border: none;
  }
  .result-wrap table tr td {
    text-align: left;
  }
  .result-wrap.renew table tbody tr td {
    display: block;
  }
  .result-wrap.renew table tbody tr td.td-product {
    width: 100%;
  }
  .result-wrap.renew table tbody tr td.td-review {
    width: 100%;
    grid-column: 2;
    grid-row: 3;
  }
  .result-wrap.renew table tbody tr td.td-review .review-wrap {
    display: flex;
    align-items: center;
    gap: 3px;
    padding-top: 3px;
  }
  .result-wrap.renew table tbody tr td.td-review .review-wrap p a {
    font-size: 13px;
    font-weight: normal;
  }
  .result-wrap.renew table tbody tr td.td-review .review-wrap .average {
    display: inline;
  }
  .result-wrap.renew table tbody tr td.td-review .review-wrap .average__img img {
    max-width: 18px;
  }
  .result-wrap.renew table tbody tr td.td-review .review-wrap .average__score {
    font-size: 13px;
  }
  .result-wrap.renew table tbody tr td.td-price {
    width: 100%;
    grid-column: 2;
    grid-row: 4;
  }
  .result-wrap.renew table tbody tr td.td-name {
    width: 100%;
  }
  .result-wrap.renew table tbody tr td.td-name p:not(.sp) {
    display: none;
  }
  .result-wrap.renew table tbody tr td.td-name .sp a {
    color: #000;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.4;
  }
  .result-wrap.renew table tbody tr td.td-inch {
    display: none;
  }
  .result-wrap.renew table tbody tr td.td-type {
    width: 100%;
  }
  .result-wrap.renew table tbody tr td.td-type br {
    display: none;
  }
  .result-wrap.renew table tbody tr td.td-width {
    display: none;
  }
  .result-wrap.renew table tbody tr td.td-mask {
    display: none;
  }
  .result-wrap.renew table tbody tr td.td-case {
    display: none;
  }
  .result-wrap.renew table tbody tr td.td-other {
    width: 100%;
    grid-column: 1/3;
    grid-row: 5;
    padding-top: 8px;
    font-size: 0.65rem;
    color: #777;
  }
  .result-wrap.renew table tbody tr td.td-other img {
    display: inline;
    gap: 5px;
    max-width: 53px;
    margin-bottom: 8px;
  }
  .result-wrap.renew table tbody tr td.td-other img:not(:last-of-type) {
    margin-bottom: 8px;
    margin-right: 5px;
  }
  #topic_path {
    margin: 60px 0 0px;
  }
}/*# sourceMappingURL=style.css.map */