@charset "UTF-8";
/*------------------------------------
    共通
-------------------------------------*/
#container {
  width: 100%;
}

#wrap-container {
  width: 1200px;
}

#main-area-content {
  position: static !important;
}

#main-content-inner {
  display: flex;
  width: 1200px;
  margin: 0 auto;
}

#wrap-container #container h1#ttl {
  margin: 0 0 22px;
  font-size: 2.2em;
  padding-bottom: 9px;
}

/*------------------------------------
    上部
-------------------------------------*/
.other-btn-area {
  display: flex;
  margin: 0 auto 0;
  width: 96%;
  justify-content: center;
}

.other-btn-item img {
  width: 26px;
  margin-right: 13px;
  vertical-align: middle;
}

.other-btn-item {
  display: block;
  width: fit-content;
  box-sizing: border-box;
  margin-right: 5px;
  opacity: 1;
  border-left: 1px solid #ccc;
  font-size: 0.95em;
  text-align: center;
  padding: 0 2.5%;
}

.other-btn-item:first-of-type {
  border-left: 0;
}

/*--------------------------------
    対応サイズから選ぶ(タイトル)
    テレビスタンド早見表(タイトル)
--------------------------------*/
.tvstand-title {
  margin: 50px 0 15px;
}

.tvstand-title h2,
.tvstand-title h3 {
  position: relative;
  margin: 0;
  padding-left: 17px;
  color: #444;
  font-weight: bold;
  line-height: 1.4;
  font-size: 1.73em;
  letter-spacing: 0.03em;
}

.tvstand-title h2::before,
.tvstand-title h3::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 4px;
  height: 90%;
  background: #8a8a8a;
  border-radius: 2px;
}

/*--------------------------------
    早見表
--------------------------------*/
.tvstand-list-scroll-outer {
  margin: 0 0 100px;
}

.tvstand-list {
  margin: 0 auto 0 0;
  border-collapse: collapse;
  border: 1px solid #ccc;
  border-top: 0;
  table-layout: fixed;
  position: relative;
}

.tvstand-list-first-table:last-of-type table {
  margin-bottom: 0;
}

.tvstand-list-first-table:last-of-type table .item {
  border-top: 0;
}

.tvstand-list .tvstand-list-sticky {
  position: sticky;
  top: -1px;
  z-index: 100;
}

.tvstand-list .tvstand-list-sticky th {
  height: 80px;
  position: relative;
  padding: 0;
  border-bottom: 0;
  background: #4b4b4b;
  font-size: 1.133em;
  line-height: 1.1em;
}

.tvstand-list .tvstand-list-sticky th:not(.tvsize) span {
  font-size: 0.8em;
}

.tvstand-list .tvstand-list-sticky th.height-step-type {
  background-color: #7ab861;
}

.tvstand-list .tvstand-list-sticky th.manual-type {
  background-color: #007cbf;
}

.tvstand-list .tvstand-list-sticky th.electric-type {
  background-color: #ca6aa5;
}

.tvstand-list .tvstand-list-sticky th.fixed-height-type {
  background-color: #e9787b;
}

.tvstand-list .tvstand-list-sticky th.wall-type {
  background-color: #5d66a9;
}

.tvstand-list .tvstand-list-sticky th.multi-screen-type {
  background-color: #63a9ce;
}

.tvstand-list .tvstand-list-sticky th.signage-type {
  background-color: #acad5c;
}

.tvstand-list .tvstand-list-sticky th.desktop-type {
  background-color: #009882;
}

.tvstand-list .tvstand-list-sticky th.small-display-type {
  background-color: #eb995b;
}

.tvstand-list .tvstand-list-sticky th.monitor-rack-type {
  background-color: #7b96ae;
}

.tvstand-list-sticky {
  color: #fff !important;
}

.tvstand-list th {
  border: 1px solid #ccc;
  border-top: 0;
  padding: 0;
  vertical-align: middle;
  text-align: center;
}

.tvstand-list th.tvsize {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 110;
  background: #919191;
  width: 60px;
  min-width: 60px;
  max-width: 60px;
  box-sizing: border-box;
}

.tvstand-list td {
  border: 1px solid #ccc;
  padding: 0;
  vertical-align: top;
  text-align: center;
}

.tvstand-list td.tvsize-ttl {
  background-color: #666;
  color: #fff;
}

.tvstand-list td.tvsize-ttl p {
  position: sticky;
  top: 100px;
  margin-top: 16px;
  font-weight: bold;
}

.tvstand-list td.tvsize-ttl p .unit-text {
  font-size: 1.2em;
  writing-mode: vertical-rl;
}

.tvstand-list td.tvsize-ttl p .num-text {
  font-size: 1.4rem;
  display: block;
}

/*--------------------------------
  ページ内リンク先の高さ微調整
--------------------------------*/
.tvstand-list td.tvsize-ttl .tvsize-ttl-span {
  display: block;
  padding-top: 76px;
  margin-top: -76px;
}

/*--------------------------------
  対応サイズボタン
  (100型まで～24型まで)
--------------------------------*/
.size-btn-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 60px;
  /* ▼アイコン */
}

.size-btn-list .size-btn {
  flex: 0 0 auto;
  font-size: 0.8em;
}

.size-btn-list .size-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 125px;
  height: 47px;
  padding: 0 10px 0 6px;
  color: #fff;
  background: #666;
  border-radius: 4px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.size-btn-list .size-btn a:hover {
  opacity: 0.6;
}

.size-btn-list .size-btn a .num-text {
  font-size: 1.3rem;
  padding-right: 0.2em;
  vertical-align: middle;
}

.size-btn-list .size-btn a::after {
  content: "";
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  width: 6px;
  height: 6px;
  transform: rotate(135deg);
  margin: 0 0 0 13px;
}

/*--------------------------------
  ヘッダー
--------------------------------*/
/* 左上セル */
.tvsize {
  width: 78px;
  position: relative;
  padding: 0;
  overflow: hidden;
}

/* 斜線 */
.tvsize::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(50deg, transparent 49%, #fff 50%, transparent 51%);
  pointer-events: none;
}

/* 特長 */
.tvsize-features {
  position: absolute;
  top: 5px;
  left: 28px;
  font-size: 0.8em;
  z-index: 2;
}

/* サイズ */
.tvsize-size {
  position: absolute;
  bottom: 5px;
  left: 5px;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 0.8em;
  z-index: 2;
}

/*--------------------------------
  明細
--------------------------------*/
#result-area .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 126px;
  min-height: 280px;
  margin: 0 8px 20px;
  padding-top: 20px;
}

#result-area .item + .item {
  border-top: 1px solid #d9d9d9;
}

#result-area .item .img-sku {
  position: relative;
  margin: 0 0 4px;
}

#result-area .item .img-sku img {
  width: 100px;
  height: auto;
  display: block;
}

#result-area .item .img-sku a + img {
  position: absolute;
  top: 0;
  left: -10px;
  height: 13px;
  width: auto;
}

#result-area .item .copy {
  font-size: 0.87em;
  line-height: 1.3;
  text-align: left;
  font-weight: bold;
  margin-bottom: 5px;
  letter-spacing: -0.04em;
}

#result-area .item .p-no {
  font-size: 0.92em;
  display: block;
  background: url(/static/images/common/yaji_maru_bl_12.png) no-repeat 0 0.3em;
  margin: 5px 0 0;
  padding: 0 0 0 1.2em;
  line-height: 1.5;
  font-weight: bold;
  text-align: left;
}

#result-area .item .p-no .sku {
  color: #0057b8;
  font-weight: bold;
  margin-top: 10px;
}

#result-area .item .p-no-price .price {
  margin: 3px 0 0;
  font-size: 0.87em;
  line-height: 1.3;
}

#result-area .item .support-size {
  display: inline-block;
  padding: 5px 8px;
  margin: 8px 0 0;
  background: #666;
  font-size: 0.9em;
  color: #fff;
  font-weight: bold;
}

/*----------------------------
  特長
-----------------------------*/
.option-icon {
  font-size: 0.85em;
  font-weight: bold;
  min-width: 78px;
  margin-top: 6px;
  display: inline-block;
  padding: 4px 14px;
  border-radius: 20px;
}

.option-updown {
  border: 1px solid #8560c1;
  color: #8560c1;
}

.option-both_direction {
  border: 1px solid #4c79ab;
  color: #4c79ab;
}

.option-wall {
  border: 1px solid #9a9a9a;
  color: #9a9a9a;
}

.option-device {
  border: 1px solid #6cc5aa;
  color: #008a5c;
}

/*----------------------------
  小型ディスプレイ対応タイプ
-----------------------------*/
.item-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

/*----------------------------
  リンクボタン(下部)
-----------------------------*/
.tvstand-link-area {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 60px 0 125px;
}

.tvstand-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 390px;
  height: 62px;
  text-align: center;
  padding: 0;
  background: #fff;
  border: 1px solid #4268ae;
  border-radius: 8px;
  box-sizing: border-box;
  color: #1c64b3;
  text-decoration: none;
  transition: background-color 0.2s ease;
  position: relative;
}

.tvstand-link::after {
  content: "";
  position: absolute;
  border-top: solid 2px #4268ae;
  border-right: solid 2px #4268ae;
  width: 8px;
  height: 8px;
  right: 4%;
  transform: rotate(45deg);
}

.tvstand-link img {
  width: 32px;
  display: block;
}

.tvstand-link-icon {
  width: 28px;
  text-align: center;
}

.tvstand-link-icon img {
  width: 22px;
  height: auto;
}

.tvstand-link-text {
  margin: 0 10px;
  font-size: 1.06em;
  font-weight: bold;
  width: fit-content;
  display: block;
}
