@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 {
  margin: 0 0 12px;
  font-size: 2.35em;
  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;
}

/*--------------------------------
    注意書き
--------------------------------*/
div.attention-area {
  background-color: #FBF4F4;
  color: #f00;
  font-size: 0.95em;
  font-weight: bold;
  line-height: 1.4;
  padding: 1.2%;
  margin: 25px 0;
  width: 100%;
  box-sizing: border-box;
}

div.attention-area > span {
  display: block;
  margin: 2px 0;
}

div.attention-area .tvstand-att {
  padding-left: 1em;
  text-indent: -1em;
}

div.attention-area .tvstand-att1 {
  padding-left: 1em;
  text-indent: -1em;
}

/*--------------------------------
    並べ替え
--------------------------------*/
#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;
}

/*--------------------------------
    リスト
--------------------------------*/
#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 .tvstand-area-outer {
  margin: 30px 0 100px;
  /* スタンド・ラック */
  /* 壁取り付け */
  /* VESA変換金具 */
}

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

#result-area .tvstand-area-outer .tvstand-area-title h3 {
  margin: 50px 0 25px;
  padding: 15px 0 11px 1px;
  font-size: 1.8em;
  margin-top: 0;
  color: #0d4891;
  border-bottom: 1px solid;
}

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

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

#result-area .tvstand-area-outer .tvstand-area table {
  width: 100%;
  border: 1px solid #c9c9c9;
  border-collapse: collapse;
  border-spacing: 0;
}

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

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

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

#result-area .tvstand-area-outer .tvstand-area table thead th::before,
#result-area .tvstand-area-outer .tvstand-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 .tvstand-area-outer .tvstand-area table th {
  background-color: #f2f2f2;
}

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

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

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

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

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

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

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

#result-area .tvstand-area-outer .tvstand-area table td.remarks .remark-list-area span.att-dir {
  margin: 0;
  font-size: 0.78em;
  font-weight: bold;
  color: #f00;
  display: inline;
  vertical-align: 1px;
}

#result-area .tvstand-area-outer .tvstand-area table td.remarks .model-name-list-area .model-name-item {
  display: none;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.2;
  text-align: left;
}

#result-area .tvstand-area-outer .tvstand-area table td.remarks .model-name-list-area .model-name-item.disp-on {
  display: block;
}

#result-area .tvstand-area-outer .tvstand-area table td.remarks .model-name-list-area .model-name-check {
  display: none;
  word-break: break-all;
}

#result-area .tvstand-area-outer .tvstand-area table td.remarks .maker-name-list-area .maker-name-check {
  display: none;
  word-break: break-all;
}

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

#result-area .tvstand-area-outer .tvstand-area .product-image {
  position: relative;
}

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

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

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

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

#result-area .tvstand-area-outer #stand_rack table tr:nth-of-type(1) th:nth-of-type(1) {
  width: 100px;
}

#result-area .tvstand-area-outer #stand_rack table tr:nth-of-type(1) th:nth-of-type(2) {
  width: 125px;
}

#result-area .tvstand-area-outer #stand_rack table tr:nth-of-type(1) th:nth-of-type(3) {
  width: 85px;
}

#result-area .tvstand-area-outer #stand_rack table tr:nth-of-type(2) th {
  padding: 0.5% 0;
  width: 60px;
}

#result-area .tvstand-area-outer #stand_rack table tr:nth-of-type(2) th:nth-of-type(10) {
  width: 142px;
}

#result-area .tvstand-area-outer #stand_rack table th {
  border: 1px solid #c9c9c9;
  padding: 1.2% 0;
}

#result-area .tvstand-area-outer #wall_type table tr:nth-of-type(1) th:nth-of-type(1) {
  width: 100px;
}

#result-area .tvstand-area-outer #wall_type table tr:nth-of-type(1) th:nth-of-type(2) {
  width: 170px;
}

#result-area .tvstand-area-outer #wall_type table tr:nth-of-type(1) th:nth-of-type(3) {
  width: 110px;
}

#result-area .tvstand-area-outer #wall_type table tr:nth-of-type(1) th:nth-of-type(6) {
  width: 199px;
}

#result-area .tvstand-area-outer #wall_type table tr:nth-of-type(2) th {
  padding: 1.2% 0;
  width: 102px;
}

#result-area .tvstand-area-outer #wall_type table th {
  border: 1px solid #c9c9c9;
  padding: 1.2% 0;
}

#result-area .tvstand-area-outer #vesa table tr th {
  padding: 1.6% 0;
}

#result-area .tvstand-area-outer #vesa table tr th:nth-of-type(1) {
  width: 160px;
}

#result-area .tvstand-area-outer #vesa table tr th:nth-of-type(2) {
  width: 220px;
}

#result-area .tvstand-area-outer #vesa table tr th:nth-of-type(3) {
  width: 140px;
}

#result-area .tvstand-area-outer #vesa table tr th:nth-of-type(4) {
  width: 463px;
}

#result-area .tvstand-area-outer #vesa table tr td.vesa-standard {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 1em;
  text-align: left;
  line-height: 1.6;
}

#result-area .tvstand-area-outer #vesa table tr td.vesa-standard > span {
  display: block;
}

#result-area .tvstand-area-outer #vesa table tr td.vesa-standard > span.monitor, #result-area .tvstand-area-outer #vesa table tr td.vesa-standard > span.stand_arm {
  padding-left: 6em;
  text-indent: -6em;
  box-sizing: border-box;
}

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

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

.tvstand-area-title h3 .comp-ex {
  position: absolute;
  right: 0;
  bottom: 10px;
  margin: auto;
  height: fit-content;
}

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

/*--------------------------------
    モーダル表示
--------------------------------*/
.modal-content {
  width: 700px;
  max-width: 70%;
  padding: 0;
  box-sizing: border-box;
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: none;
  overflow: hidden;
  border: 0;
  background: none;
  font-size: 1em;
  display: none;
  z-index: 151;
}

.modal-content .modal-inner {
  font-size: 1em;
  margin: 0 0 15px;
  position: relative;
  padding: 25px 0;
  box-sizing: border-box;
  background-color: #fff;
  text-align: center;
}

.modal-content .modal-inner .connection-image-ttl {
  font-weight: bold;
  font-size: 1.1em;
}

.modal-content .modal-inner .connection-image-area {
  font-weight: normal;
  box-sizing: border-box;
  font-size: 0.9em;
  line-height: 1.4;
  width: 100%;
  text-align: center;
  margin: 20px 0;
  padding: 0 2%;
}

.modal-content .modal-inner .connection-image-area a img {
  display: inline-block;
  max-width: 43%;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.modal-content .modal-inner .connection-image-area a + a img {
  margin-left: 2%;
}

.modal-content .modal-inner .close {
  display: block;
  position: relative;
}

.modal-content .modal-inner .close .modal-close {
  width: 10em;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  display: inline-block;
  font-size: 1em;
  cursor: pointer;
  background-color: #393939;
  color: #fff;
  text-align: center;
}

.modal-content .modal-inner .close .modal-close img {
  max-width: 100%;
}

.modal-overlay {
  z-index: 150;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: #000;
  opacity: 0.6;
}

/*--------------------------------
    検索結果なし
--------------------------------*/
#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/tvstand/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: 30px 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: #505050;
  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/tvstand/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-detail-outer #maker-search-att {
  display: none;
}

#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: 17px 0 0 13px;
  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: 15px 0 15px 25px;
  box-sizing: border-box;
  vertical-align: middle;
  border-bottom: 1px solid #ececec;
}

.check-area dl dd {
  display: inline-block;
  vertical-align: top;
  width: 200px;
  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-size input {
  width: 100px;
  height: 36px;
  text-align: right;
  border: 2px solid #626262;
  background-color: #fff;
  font-size: 1.2em;
  padding: 2px 5px;
  box-sizing: border-box;
}

.input-size input::placeholder {
  color: #c0c0c0;
}

.input-size span {
  font-size: 1.2em;
  line-height: 36px;
  margin: 2px 0 0 2px;
}

.input-size .input-att {
  margin: 7px 0 0;
  font-weight: normal;
  font-size: 0.97em;
  line-height: 1.4;
}

.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;
}

/* 設置タイプ */
.select-area-inner.select-type dd {
  width: 180px;
  margin-right: 2.5%;
  margin-bottom: 3.3%;
}

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

/* 対応サイズ */
.select-area-inner.select-inch {
  position: relative;
}

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

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

.select-area-inner.select-inch .dd-area dd {
  width: 150px;
  margin-right: 6.5%;
  margin-bottom: 2.1%;
}

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

.size-vesa-menu-area {
  margin: 15px 0 0 0;
}

.size-vesa-menu-area a.size-open-link {
  margin: 0;
  padding: 0 0 0 30px;
  color: #333;
  border: 1px solid #999;
  text-align: center;
  width: 215px;
  height: 36px;
  line-height: 36px;
  border-radius: 50px;
  display: inline-block;
  background-color: #f0fdff;
  background-image: url(/static/images/product/desk_rack/tvstand/search/icn_size.png);
  background-repeat: no-repeat;
  background-position: 12px center;
  background-size: 23px;
  font-weight: bold;
  font-size: 0.86rem;
}

.size-vesa-menu-area a.size-open-link:hover {
  opacity: 0.6;
}

.size-vesa-menu-area a.vesa-open-link {
  margin: 0 0 0 15px;
  padding: 0 0 0 30px;
  color: #333;
  border: 1px solid #999;
  text-align: center;
  width: 206px;
  height: 36px;
  line-height: 36px;
  border-radius: 50px;
  display: inline-block;
  background-color: #f0fdff;
  background-image: url(/static/images/product/desk_rack/tvstand/search/icn_vesa.png);
  background-repeat: no-repeat;
  background-position: 12px center;
  background-size: 23px;
  font-weight: bold;
  font-size: 0.86rem;
}

.size-vesa-menu-area a.vesa-open-link:hover {
  opacity: 0.6;
}

/* VESA規格 */
#select-size-list,
#select-vesa-list {
  background: #f6f6f6;
  margin: 0 0 3%;
  display: none;
}

#select-size-list .select-title,
#select-vesa-list .select-title {
  padding-top: 13px;
  border-bottom: 0;
}

#select-size-list .dd-area,
#select-vesa-list .dd-area {
  padding-top: 18px;
  border-bottom: 0;
}

#select-size-list dd,
#select-vesa-list dd {
  width: 150px;
  margin-right: 6.2%;
  margin-bottom: 2%;
}

#select-size-list dd:nth-of-type(4n),
#select-vesa-list dd:nth-of-type(4n) {
  margin-right: 0;
}

.close-size-list-link,
.close-vesa-list-link {
  padding-top: 1%;
}

.close-size-list-link a,
.close-vesa-list-link a {
  color: #333;
  font-size: 0.85em;
  font-weight: bold;
  display: block;
  width: fit-content;
  margin: 0 2% 0 auto;
  letter-spacing: 0.03em;
  padding-left: 1.6em;
  position: relative;
}

.close-size-list-link a::before,
.close-vesa-list-link a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 3px #333;
  border-right: solid 3px #333;
  position: absolute;
  top: 3.3px;
  bottom: 0;
  left: 0;
  transform: rotate(-45deg);
  margin: auto;
}

.close-size-list-link a:hover,
.close-vesa-list-link a:hover {
  color: #f00;
}

.close-size-list-link a:hover::before,
.close-vesa-list-link a:hover::before {
  border-color: #f00;
}

/* 調整機能 */
.select-area-inner.select-updown {
  border-top: 1px solid #ececec;
}

.select-area-inner.select-updown dd {
  width: 180px;
  margin-right: 2.5%;
  margin-bottom: 3.3%;
}

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

.select-area-inner.select-updown .dd-area {
  padding: 21px 0 0 25px;
}

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

.select-area-inner.select-updown .dd-area dd:nth-of-type(-n + 2) span.image img {
  width: 126px;
  vertical-align: top;
}

/* 画面数 */
.select-area-inner.select-screen dd {
  width: 180px;
  margin-right: 2.5%;
  margin-bottom: 3.3%;
}

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

.select-area-inner.select-screen .dd-area {
  padding: 24px 0 0 25px;
}

/* 特長 */
.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;
}

.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;
}

.q-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(/static/images/product/desk_rack/monitor_arm/icn_help_bl.png);
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: -2px;
}

/*--------------------------------
    開閉ボタン
--------------------------------*/
#menu-toggle {
  margin: 30px 0 15px;
  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: 180px;
}

#menu-toggle #menu-close-btn {
  width: 180px;
  display: none;
}

/*--------------------------------
    用途から選ぶ
--------------------------------*/
#search-use-area {
  margin: 30px 0 80px;
}

#search-use-area #search-use-link {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 20px 0 40px;
  padding: 0 1%;
  box-sizing: border-box;
}

#search-use-area #search-use-link .search-use-item {
  width: 31.4%;
  margin-left: 2.8%;
}

#search-use-area #search-use-link .search-use-item:nth-of-type(1) {
  margin-left: 0;
}

#search-use-area #search-use-link .search-use-item a {
  display: block;
  border: 1px solid #d2d2d2;
  background-color: #edf4ff;
  width: 100%;
  box-sizing: border-box;
  border-radius: 12px;
}

#search-use-area #search-use-link .search-use-item a img {
  max-width: 100%;
}

#search-use-area #search-use-link .search-use-item a span {
  display: block;
  position: relative;
  color: #333;
  font-weight: bold;
  font-size: 0.97em;
  padding: 3% 4%;
  line-height: 1.4;
  text-align: left;
}

#search-use-area #search-use-link .search-use-item a span::after {
  content: "";
  background-image: url(/static/images/common/yaji_maru_bl_12.png);
  background-size: 100%;
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  top: 50%;
  right: 4%;
  transform: translateY(-50%);
}

#search-use-area #search-use-link .search-use-item a:hover {
  opacity: 0.6;
}

#search-use-area #search-use-link .search-use-item a:hover img {
  opacity: 1 !important;
}

/*--------------------------------
    リセット
--------------------------------*/
#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 .count-area-outer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

#restrict-outer .count-area-outer .count-area {
  width: 15em;
}

#restrict-outer .count-area-outer #reset-area img {
  width: 130px;
  image-rendering: -webkit-optimize-contrast;
}

/*--------------------------------
    選択中の条件
--------------------------------*/
#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;
}

/*--------------------------------
    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;
}

/* モーダルウィンドウ */
.modal {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  z-index: 1000;
}

.modal ul li {
  display: inline-block;
  margin: 0 10px 16px 0;
}

.modal ul li span.select-btn {
  background-color: #fff;
  border: 1px solid #707070;
  color: #333;
  display: table-cell;
  height: 44px;
  line-height: 145%;
  margin: 0 34px 11px 0;
  vertical-align: middle;
  padding: 10px 0 10px 10px;
  width: 155px;
  font-weight: bold;
}

.modal ul li span.select-btn:hover {
  background-color: #f0f0f0;
}

.modal ul li :hover {
  text-decoration: none;
}

.modal ul li span.select-list {
  padding: 0 0 0 5px;
}

.modal #size-list-inner ul li span.select-list {
  font-size: 1.5em;
}

.modal #model-list-inner ul li span.select-list {
  font-size: 1.05em;
}

.modal ul li span.select-list span {
  font-size: 1em;
}

.modal .inner ul li.selecttab {
  width: 280px;
  padding: 18px 5px 18px 15px;
  background: #fff url(/static/images/product/desk_rack/tvstand/search/sankaku_d.png) no-repeat 270px 25px;
  border-left: 1px solid #707070;
  border-top: 1px solid #000;
  border-right: #707070;
  border-radius: 7px 7px 0 0;
  margin: 0 !important;
}

.modal .inner ul li.selecttab span {
  line-height: 25px;
  background: #fff;
}

/* モーダルウィンドウの中身 */
.modal .inner {
  position: absolute;
  z-index: 151;
  top: 617px;
  width: 918px;
  margin: 0 auto;
  left: calc(50% - 212px);
  transform: translate(calc(-50% + 106px));
}

body.ie10 .modal .inner {
  position: absolute;
  z-index: 151;
  top: 458px;
  width: 946px;
  margin: 0a auto;
  left: 50%;
  transform: translate(-50%);
}

body.chrome .modal .inner {
  top: 461px;
}

/* Edgeの位置調整 */
@supports (-ms-ime-align: auto) {
  body.chrome .modal .inner {
    top: 463px;
  }
}

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

.red {
  color: #f00;
}

/* オーバーレイ */
.overLay {
  background: rgba(0, 0, 0, 0.2);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 150;
}

/*--------------------------------
    製品検索時のご注意
--------------------------------*/
#caution-list #caution-list-inner {
  background-color: #fff;
  top: 200px;
  width: 780px;
}

#caution-list #caution-list-inner .detail-list {
  padding: 45px 40px 50px 25px;
  position: relative;
}

#caution-list #caution-list-inner .title {
  margin: 0 0 35px;
  font-size: 1.4em;
  text-align: center;
}

#caution-list #caution-list-inner p {
  margin: 0 0 0 1em;
  font-size: 1em;
  text-align: left;
  text-indent: -1em;
  line-height: 1.3em;
}

#caution-list #caution-list-inner p + p {
  margin-top: 20px;
}

#caution-list #caution-list-inner .close-btn {
  margin: 0;
  text-indent: 0;
  position: absolute;
  top: 7px;
  right: 7px;
  width: 26px;
  height: 26px;
  background-color: #a0a0a0;
  cursor: pointer;
}

#caution-list #caution-list-inner .close-btn img {
  margin: 3px 0 0 3px;
  width: 20px;
  height: 20px;
}

/*--------------------------------
    animation
--------------------------------*/
#result-area .tvstand-area-outer .tvstand-area .tvstand-item {
  display: none;
}

#result-outer {
  min-height: 650px;
}

#result-outer.slideInResult #result-area .tvstand-area-outer .tvstand-area-result {
  animation-name: slideInResult;
  animation-duration: 0.3s;
  animation-timing-function: ease;
  position: relative;
  top: -20px;
  left: 0;
}

#result-outer.slideInResult #result-area .tvstand-area-outer .tvstand-area-result .tvstand-area .tvstand-item {
  display: table-row;
}

#result-outer.slideInResult #result-area .tvstand-area-outer .tvstand-area-result .tvstand-area .tvstand-item.is-hidden {
  display: none;
}

#result-outer.slideInResult #result-area .tvstand-area-outer .tvstand-area-result .tvstand-area .tvstand-item[class*="readmore-"] {
  display: none;
}

@keyframes slideInResult {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

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

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