@charset "UTF-8";
/*--------------------------------
    contents
--------------------------------*/
#wrap-container {
  width: 1200px;
  margin: 10px auto 0;
  padding: 0 10px;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, Meiryo, "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

#container_wrapper {
  display: flex;
}

#container {
  width: 980px;
  margin-right: 0;
  margin-left: 0;
}

#main-contents {
  width: 980px;
  margin: 0 0 30px;
}

/*--------------------------------
    header
--------------------------------*/
h1 {
  width: 980px;
  margin: 0 0 12px;
  font-size: 1.85em;
  font-weight: bold;
  padding-bottom: 3px;
  border-bottom: 1px solid #ccc;
  letter-spacing: 0;
}

header {
  margin-bottom: 15px;
}

header #header-title .header-image {
  position: relative;
}

header #header-title .header-image img {
  max-width: 100%;
}

header #header-title .header-image .header-text {
  position: absolute;
  top: 90px;
  left: 45px;
  line-height: 1.7;
  font-size: 1.05em;
  font-weight: bold;
}

header #header-title .banner-area {
  margin-top: 15px;
}

header #header-title .banner-area .banner-item {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-wrap: wrap;
}

header #header-title .banner-area .banner-item a {
  color: #0f499d;
  border: 1px solid;
  border-radius: 6px;
  background-color: #fff;
  display: block;
  height: 50px;
  padding: 5px 28px 5px 10px;
  box-sizing: border-box;
  position: relative;
  font-weight: bold;
  font-size: 0.98em;
  margin-left: 8px;
}

header #header-title .banner-area .banner-item a img {
  margin-right: 5px;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
}

header #header-title .banner-area .banner-item a > span {
  display: inline-block;
  vertical-align: middle;
}

header #header-title .banner-area .banner-item a.dock-link {
  background-color: #dcecf9;
}

header #header-title .banner-area .banner-item a::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #0f499d;
  border-right: 2px solid #0f499d;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: -webkit-calc(50% - 5px);
  top: calc(50% - 5px);
  right: 12px;
}

header #header-title .banner-area .banner-item a:hover {
  opacity: 0.6;
}

/*--------------------------------
    並べ替え
--------------------------------*/
#order-area div.order-area-inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: right;
}

#order-area select {
  display: inline-block;
  height: 30px;
  border: 1px solid #898989;
  border-radius: 6px;
  padding: 0 5px;
  vertical-align: middle;
  width: 135px;
  margin: -10px 7px 0 0;
}

/*--------------------------------
    リスト
--------------------------------*/
#result-area a:hover {
  text-decoration: none;
}

#result-area a:hover .item {
  background-color: #f7f7f7;
}

#result-area a:hover img {
  opacity: 1 !important;
}

#result-area .oatap-area-outer {
  margin: 15px 0 40px;
}

#result-area .oatap-area-outer + .oatap-area-outer {
  margin-top: 165px;
}

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

#result-area .oatap-area-outer .oatap-area-title h3 {
  margin: 50px 0 0;
  padding: 15px 0 10px 15px;
  font-size: 1.45em;
  margin-top: 0;
  color: #fff;
  background: #184eb0;
}

#result-area .oatap-area-outer .oatap-area-title h3 span {
  font-size: 0.9em;
}

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

#result-area .oatap-area-outer .oatap-area table {
  width: 100%;
  border: 1px solid #c9c9c9;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 0.933em;
  line-height: 1.2;
}

#result-area .oatap-area-outer .oatap-area table thead {
  position: sticky;
  top: -1px;
  left: -1px;
  z-index: 2;
}

#result-area .oatap-area-outer .oatap-area table thead tr {
  position: relative;
  top: -1px;
  left: -1px;
}

#result-area .oatap-area-outer .oatap-area table thead th,
#result-area .oatap-area-outer .oatap-area table thead td {
  background: none;
  border-top: none;
  border-bottom: none;
  position: relative;
  width: 79px;
}

#result-area .oatap-area-outer .oatap-area table thead th::before,
#result-area .oatap-area-outer .oatap-area table thead td::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #c9c9c9;
  background: #f2f2f2;
  z-index: -1;
}

#result-area .oatap-area-outer .oatap-area table th {
  background-color: #f2f2f2;
  padding: 1.4% 0;
}

#result-area .oatap-area-outer .oatap-area table th.product-plug {
  width: 89px;
}

#result-area .oatap-area-outer .oatap-area table th.product-nukedome {
  width: 69px;
}

#result-area .oatap-area-outer .oatap-area table th.product-shutter {
  width: 89px;
}

#result-area .oatap-area-outer .oatap-area table th.product-usb-charge {
  width: 109px;
}

#result-area .oatap-area-outer .oatap-area table th.product-thunder-guard {
  width: 69px;
}

#result-area .oatap-area-outer .oatap-area table th.product-feature {
  width: 178px;
}

#result-area .oatap-area-outer .oatap-area table td {
  border: 1px solid #c9c9c9;
  text-align: center;
  padding: 0.85% 0;
}

#result-area .oatap-area-outer .oatap-area table td.product-sku {
  text-align: left;
  padding-left: 0.8em;
  font-weight: bold;
  line-height: 1.2;
}

#result-area .oatap-area-outer .oatap-area table td.product-sku img {
  vertical-align: -1px;
}

#result-area .oatap-area-outer .oatap-area table td.inch {
  padding: 0 1%;
}

#result-area .oatap-area-outer .oatap-area table td.remarks {
  vertical-align: top;
  padding: 1.4% 0.5%;
}

#result-area .oatap-area-outer .oatap-area table td.remarks .remark-list-area span {
  display: block;
  text-align: left;
  margin: 0 0 4%;
}

#result-area .oatap-area-outer .oatap-area table td.remarks .remark-list-area span.remark-item {
  text-indent: -1em;
  padding-left: 1em;
}

#result-area .oatap-area-outer .oatap-area table td .plug-image {
  display: block;
  margin: 8% 0 16%;
}

#result-area .oatap-area-outer .oatap-area table td .plug-image img {
  width: 60px;
}

#result-area .oatap-area-outer .oatap-area table td.product-feature {
  text-align: left;
  padding-left: 0.7em;
  line-height: 1.2;
}

#result-area .oatap-area-outer .oatap-area table th,
#result-area .oatap-area-outer .oatap-area table td {
  border: 1px solid #c9c9c9;
}

#result-area .oatap-area-outer .oatap-area .product-image {
  position: relative;
  width: 140px;
}

#result-area .oatap-area-outer .oatap-area .product-image a {
  display: block;
  width: 100%;
  max-width: 120px;
  margin: 0 auto;
}

#result-area .oatap-area-outer .oatap-area .product-image a:hover {
  opacity: 0.6;
}

#result-area .oatap-area-outer .oatap-area .product-image a span.sku {
  text-align: left;
  font-weight: bold;
  font-size: 0.9em;
  display: block;
  margin: 2.9% auto 4%;
  position: relative;
  padding: 0 0 0 1.2em;
  width: fit-content;
}

#result-area .oatap-area-outer .oatap-area .product-image a span.sku::before {
  content: "";
  position: absolute;
  background: url(/static/images/seihin_joho/tap_select/yaji_maru_bl_12.png) no-repeat 0%;
  background-size: contain;
  width: 12px;
  height: 12px;
  margin: auto;
  left: 0;
  top: 0;
}

#result-area .oatap-area-outer .oatap-area .product-image .item-price {
  font-size: 0.8928em;
}

#result-area .oatap-area-outer .oatap-area .product-image img {
  max-width: 100%;
}

#result-area .oatap-area-outer .oatap-area .sort-val-area {
  display: none;
}

#result-area #no-result-all {
  text-align: center;
  font-size: 1.1em;
  margin: 40px 0;
  display: none;
}

.oatap-area-title h3 {
  position: relative;
}

/*--------------------------------
    検索結果なし
--------------------------------*/
#no-result {
  margin: 30px auto;
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.4;
}

/*--------------------------------
    loading
--------------------------------*/
#result-outer {
  position: relative;
}

#loadingImg {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 2;
  display: none;
}

#loadingImg p {
  margin: 0 auto;
  width: 40px;
  height: 40px;
  background: url(/static/images/product/desk_rack/oatap/loading_img.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}

#bottomImg {
  width: 100%;
  text-align: center;
  z-index: 2;
}

#bottomImg p {
  margin: 0 auto;
}

/*--------------------------------
    絞り込み検索 タイトル
--------------------------------*/
#search-area {
  margin: 10px 0 10px;
  padding: 0;
  position: relative;
  text-align: center;
}

#search-area h3 {
  display: block;
  color: #fff;
  font-size: 1.4em;
  padding: 0 0 0.5% 1em;
  position: relative;
  text-align: left;
  background-color: #343434;
  width: 100%;
  box-sizing: border-box;
  height: 50px;
  line-height: 50px;
}

#search-area h3 span.caution {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 5px;
  margin: auto;
  height: fit-content;
  width: 17.8%;
}

#search-area h3 span.caution a {
  display: inline-block;
  padding: 8px 0 8px 42px;
  border: 1px solid #333;
  border-radius: 20px;
  font-size: 0.75rem;
  background: url(/static/images/product/desk_rack/oatap/search/ico_exclamation.png) no-repeat 14px 4px;
  background-color: #eee;
  box-sizing: border-box;
  width: 100%;
  line-height: 1;
}

#search-area .search-title-outer {
  position: relative;
}

#search-area .search-title-outer .search-title-select {
  position: absolute;
  top: 50%;
  right: 20px;
  color: #fff;
  transform: translateY(-50%);
}

#search-area .search-img {
  width: 80px;
  margin-top: 5px;
  margin-left: 15px;
  display: block;
}

#restrict-outer .count-area {
  display: block;
  font-size: 1.65em;
  font-weight: bold;
  color: #333;
  width: 100%;
  text-align: center;
  position: relative;
  margin: 10px 0 0;
}

#restrict-outer .count-area .result-count {
  display: inline-block;
  font-size: 1.7em;
  font-weight: bold;
  color: #ff3100;
  margin: -0.25em 0.5% 0;
  vertical-align: middle;
}

#restrict-outer div#search-area-link {
  margin: 15px 0;
}

#restrict-outer div#search-area-link a {
  display: inline-block;
  background-color: #1c64b3;
  color: #fff;
  padding: 1% 3%;
  border-radius: 50px;
}

#restrict-outer div#search-area-link a:hover {
  opacity: 0.6;
}

.check-area dd label {
  white-space: nowrap;
  margin-right: 2%;
  display: inline-block;
  position: relative;
}

.check-area dd .image-top label {
  padding-top: 38px;
}

.check-area dd label:hover {
  cursor: pointer;
  color: #f00;
}

/*--------------------------------
    製品を絞り込む
--------------------------------*/
.check-area {
  background-color: #fff;
  margin: 0;
  padding: 10px 1% 0;
  text-align: left;
  display: table;
  border-spacing: 0;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

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

.check-area dl {
  padding-bottom: 0;
}

.check-area > dl:nth-of-type(1) {
  border-top: 0;
}

.check-area .select-row {
  display: table-row;
}

.check-area dt.select-title {
  display: table-cell;
  width: 128px;
  margin: 0;
  padding: 25px 0 0 20px;
  box-sizing: border-box;
  color: #06388e;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.4;
  vertical-align: top;
  text-align: left;
  border-bottom: 1px solid #ececec;
}

#search-area .select-area-inner.select-usbpd {
  position: relative;
}

#search-area .select-area-inner.select-usbpd dt.select-title {
  padding-top: 15px;
}

.check-area .dd-area {
  display: table-cell;
  width: 832px;
  margin: 0;
  padding: 23px 0 25px 26px;
  box-sizing: border-box;
  vertical-align: middle;
  border-bottom: 1px solid #ececec;
}

.check-area .dd-area-slider {
  display: table-cell;
  width: 832px;
  margin: 0;
  padding: 13px 0 32px 53px;
  box-sizing: border-box;
  vertical-align: middle;
  border-bottom: 1px solid #ececec;
}

.check-area dl dd {
  display: inline-block;
  vertical-align: top;
  width: 148px;
  margin: 0;
  line-height: 20px;
  font-size: 0.9em;
  font-weight: bold;
}

.check-area dl dd.input-long {
  width: 300px;
}

.check-area .dd-area .select-area-inner-sub {
  display: none;
}

.check-area .dd-area .select-area-inner-sub .area-inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin: 0.5em 0 0;
  padding: 1% 0 1% 2%;
  background-color: #e8e8e8;
  box-sizing: border-box;
}

.check-area .dd-area .select-area-inner-sub .area-inner dd {
  max-width: 24%;
}

.check-area .input-outer {
  display: inline-block;
}

.input-outer .image {
  display: block;
  text-align: left;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0 0 0 20px;
}

.input-outer .image img {
  width: 86px;
}

/* 差込口の形状 */
.check-area .select-jack .checkbox-image {
  width: 100px;
  left: 0;
  top: 5px;
}

/* 差込口の数 */
.check-area .select-socket .dd-area dd {
  margin-top: 30px;
  width: 146px;
}

.check-area .select-socket .dd-area dd:nth-child(-n + 5) {
  margin-top: 0;
}

/* コードの長さ */
.check-area .select-cable-length .dd-area dd {
  margin-top: 25px;
  width: 187px;
}

.check-area .select-cable-length .dd-area dd:nth-child(-n + 4) {
  margin-top: 0;
}

/* プラグ形状 */
.check-area .select-plug .dd-area dd {
  width: 146px;
  margin-top: 5px;
}

.check-area .select-plug .dd-area dd.nema {
  margin-top: 40px;
  font-size: 0.82em;
}

.check-area .select-plug .dd-area .checkbox-text {
  display: inline-block;
  line-height: 1.3;
  min-height: 3em;
}

.check-area .select-plug .dd-area .search-cnt {
  vertical-align: top;
}

.check-area .select-plug .checkbox-image {
  width: 75px;
  left: 0;
  bottom: 0;
  top: auto;
}

/* スイッチの形状 */
.check-area .shuutyuu-other {
  width: 180px;
  margin-top: 2px;
}

.check-area .shuutyuu {
  width: 210px;
  margin-top: 2px;
}

/* USB充電 */
.check-area .select-usb-charge .dd-area dd {
  width: 245px;
  margin-top: 2px;
}

/* スイッチの形状 */
.check-area .select-feature dt {
  width: 145px;
}

.check-area .select-feature .dd-area {
  padding: 29px 0 25px 38px;
}

.check-area .select-feature .dd-area dd {
  margin-top: 23px;
  width: 245px;
}

.check-area .select-feature .dd-area dd:nth-child(-n + 3) {
  margin-top: 0;
}

/* 用途・目的 */
.check-area .select-use .dd-area {
  padding-top: 30px;
}

.check-area .select-use .dd-area dd {
  margin-top: 23px;
  width: 245px;
}

.check-area .select-use .dd-area dd:nth-child(-n + 3) {
  margin-top: 0;
}

/* カラー */
.check-area .select-color .dd-area dd {
  margin-top: 20px;
  width: 186px;
}

.check-area .select-color .dd-area dd:nth-child(-n + 4) {
  margin-top: 0;
}

.check-area .select-color .dd-area dd .icn-cl {
  width: 14px;
  height: 14px;
  border-radius: 100px;
  margin-right: 3%;
  display: inline-block;
  vertical-align: -2px;
}

.check-area .select-color .dd-area dd .icn-cl.black {
  background-color: #000;
}

.check-area .select-color .dd-area dd .icn-cl.white {
  width: 13px;
  height: 13px;
  border: 1px solid #bbb;
}

.check-area .select-color .dd-area dd .icn-cl.gray {
  background: #ccc;
}

.check-area .select-color .dd-area dd .icn-cl.red {
  background: #cd0013;
}

.check-area .select-color .dd-area dd .icn-cl.green {
  background: #007e3f;
}

.check-area .select-color .dd-area dd .icn-cl.blue {
  background: #0039cb;
}

/* 特長 */
.select-area-inner.select-feature dd {
  width: 180px;
  margin-right: 2.5%;
  margin-bottom: 3.3%;
}

.select-area-inner.select-feature dd:nth-of-type(4n) {
  margin-right: 0;
}

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

.select-area-inner.select-feature .dd-area {
  padding: 21px 0 0 25px;
  border-bottom: 0;
}

.select-area-inner.select-feature .dd-area span.image {
  margin-top: 10px;
}

.search-detail-outer-bottom {
  margin: 40px 0 0;
}

#select-menu-toggle {
  display: none;
}

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

.check-area dd div.input-outer label.no-check .checkbox-image,
.check-area dd div.input-outer label.no-check .checkbox-image-top {
  opacity: 0.5;
}

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

.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;
  vertical-align: top;
}

.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 label span.checkbox-text img {
  display: inline;
  vertical-align: -2px;
  margin-right: 3px;
}

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

.check-area dd label span.search-cnt {
  font-weight: normal;
  margin-left: 5%;
}

.check-area dd label span.checkbox-image {
  display: block;
  margin: 0;
  position: relative;
  top: 0;
  left: 20px;
  max-width: calc(100% - 20px);
  color: #7b7a7a;
  text-align: center;
  font-size: 0.95em;
}

.check-area dd label span.checkbox-image img {
  max-width: 100%;
  display: block;
  margin-bottom: 5px;
}

.check-area dd label span.checkbox-image-top {
  display: block;
  position: absolute;
  top: 0;
  left: 5px;
  width: 100%;
  text-align: center;
}

.check-area dd label span.checkbox-image-top img {
  max-width: 80px;
  max-height: 26px;
  display: block;
  margin: 0 auto;
}

.select-type span.checkbox-text {
  display: inline-block;
  min-height: 3em;
}

/* 範囲で指定するボタン */
.switch-select-btn a {
  display: block;
  text-align: center;
  font-size: 0.8333em;
  padding: 4%;
  width: 98%;
  border-radius: 5px;
  background-color: #2fb0e1;
  color: #fff;
  margin: 5% 0 0;
  position: relative;
}

.switch-select-btn a span.slide-off {
  display: inline;
}

.switch-select-btn a span.slide-on {
  display: none;
}

.switch-select-btn a.slide-on {
  background-color: #ff7a15;
}

.switch-select-btn a.slide-on span.slide-off {
  display: none;
}

.switch-select-btn a.slide-on span.slide-on {
  display: inline;
}

.switch-select-btn a:hover {
  opacity: 0.6;
}

.switch-select-btn a::before {
  content: "";
  position: relative;
  width: 5px;
  height: 5px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  margin: 0 5% 0 0;
  transform: rotate(45deg);
  display: inline-block;
  border-radius: 1px;
}

/*--------------------------------
    開閉ボタン
--------------------------------*/
#menu-toggle {
  margin: 30px 0;
  text-align: center;
  position: relative;
}

#menu-toggle .menu-toggle-btn {
  margin: 0 auto;
}

#menu-toggle .menu-toggle-btn a {
  display: block;
}

#menu-toggle .menu-toggle-btn a img {
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

#menu-toggle #reset-area {
  position: absolute;
  bottom: 5px;
  right: 5px;
}

#menu-toggle #reset-area img {
  width: 130px;
  image-rendering: -webkit-optimize-contrast;
}

#menu-toggle #menu-open-btn {
  width: 200px;
}

#menu-toggle #menu-close-btn {
  width: 200px;
  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;
}

.reset-area a {
  display: block;
  margin: 1.6% 1% 0 auto;
  padding: 10px;
  width: 130px;
  background-color: #777;
  border-radius: 20px;
  font-size: 1em;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.reset-area a:hover {
  opacity: 0.6;
}

/*--------------------------------
    選択中の条件
--------------------------------*/
#restrict-outer {
  text-align: center;
  max-width: 95%;
  margin: 60px auto 0;
  padding: 10px 0 0;
}

#restrict-outer .count-ya {
  width: 30px;
  margin: 0 auto;
}

#restrict-outer .count-ya img {
  max-width: 100%;
}

#restrict {
  margin: 3px auto;
  font-size: 1.25em;
  line-height: 1.4;
  display: block;
  text-align: center;
}

#restrict-inner {
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 10px;
}

#restrict-inner.two-line {
  width: calc(100% - 5.4em);
  display: block;
  text-align: left;
  padding-left: 5.4em;
  text-indent: -5.4em;
}

#restrict .title {
  display: inline;
  font-weight: bold;
}

#restrict #sel-choice {
  display: inline;
  font-weight: bold;
}

/*--------------------------------
    slider
--------------------------------*/
#search-area .slider-box {
  width: 100%;
  margin: 5px auto 10px;
  display: block;
}

#search-area .slider-box .box-upper {
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}

#search-area .slider-box .box-lower {
  padding: 20px 15px;
  background-color: #eee;
}

#search-area .slider-box .box-upper p {
  margin-bottom: 15px;
  font-size: 1.03em;
}

body.mac #search-area .slider-box .box-upper p {
  margin-bottom: 15px;
  font-size: 1.2em;
}

#search-area .slider-box .box-lower p {
  font-size: 0.9em;
}

#search-area .slider-box div.clfx {
  margin: 10px auto;
}

#search-area .slider-box #slider-socket {
  width: 95%;
  display: inline-block;
  margin: 10px;
  vertical-align: middle;
}

#search-area .slider-box #slider-cable {
  width: 95%;
  display: inline-block;
  margin: 10px;
  vertical-align: middle;
}

#search-area .slider-box .box-upper .btn-reset {
  width: 97px;
  height: 30px;
  line-height: 30px;
  font-size: 0.9em;
  margin-left: 7px;
  padding-left: 0;
  text-align: center;
  background-color: #fff;
  border-radius: 6px;
  color: #333;
  text-align: center;
  display: inline-block;
  border: 2px solid #ccc;
  box-shadow: none;
  font-weight: bold;
}

#search-area .slider-box .box-upper .btn-reset:hover {
  text-decoration: none;
  opacity: 0.6;
}

#search-area .btn-close-open:hover {
  opacity: 0.6;
  color: #004D9F;
}

#search-area .select-limits {
  margin-top: 10px;
  text-align: left;
  position: relative;
  width: 18%;
}

#search-area .unit-ttl {
  font-weight: bold;
  margin: 0 0 5px;
  line-height: 1.2;
  font-size: 0.98em;
  display: block;
}

#search-area .unit {
  font-size: 0.8em;
}

#search-area .select-limits input {
  width: 100px;
  height: 30px;
  border: 1px solid #ccc;
  color: #333;
  padding: 0 0 0 5px;
  box-sizing: border-box;
}

body.safari select {
  -webkit-appearance: menulist-button;
}

#search-area .select-limits .inter {
  position: absolute;
  top: 5px;
  left: 400px;
}

#search-area .slider-box .cnt {
  font-size: 0.9em;
  position: absolute;
  top: 10px;
  left: 580px;
}

#search-area .select-slider {
  margin-top: 15px;
}

#search-area .select-slider a {
  width: 9%;
  height: 30px;
  line-height: 30px;
  font-size: 0.9em;
  margin: 0 1.2% 0 0.1%;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 1px 1px 2px 0 #ccc;
  color: #333;
  text-align: center;
  display: inline-block;
}

#search-area .select-slider a:hover {
  text-decoration: none;
  opacity: 0.6;
}

#search-area .slider-box .slider-outer {
  width: 62%;
}

/*--------------------------------
    popup
--------------------------------*/
.popup-outer.p-img {
  width: 320px;
  height: 130px;
  padding: 5px 10px;
  box-sizing: border-box;
}

.popup-outer img {
  max-height: 40px;
  margin: 0 auto 20px;
  display: block;
}

.popup-outer span {
  font-size: 0.85em;
  display: block;
}

#loadingImg .inner {
  text-align: center;
}

.red {
  color: #f00;
}

body.safari select {
  -webkit-appearance: menulist-button;
}

/*--------------------------------
    visible
--------------------------------*/
.sp {
  display: none;
}

/*--------------------------------
    clearfix
--------------------------------*/
.clfx:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
