@charset "UTF-8";
#wrap-container {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}

#container {
  font-family: "Noto Sans JP", Meiryo, メイリオ, "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  width: 100%;
  color: #333333;
  font-feature-settings: "palt" 1;
}

#container_flex {
  display: flex;
  justify-content: space-between;
}

h1 {
  font-size: 1.8em;
  line-height: 1;
  margin: 0 0 41px;
  padding-bottom: 3px;
  border-bottom: 1px solid #cccccc;
}

.contain-att {
  margin: -2px 0 30px 11px;
}

#main-contents {
  width: 980px;
}

/* ページ内リンク */
.choose-location {
  margin: 4.3% 0 0;
}

.choose-type {
  margin: 4.5% 0 0;
}

.cable-cover-section-link-box > p {
  font-size: 1.75em;
  font-weight: bold;
  letter-spacing: .07em;
  padding: 0 .5em .3em;
  border-bottom: 1px solid #d3d3d3;
}

.cable-cover-section-link-box .link-btn-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  background: #f6f6f6;
  padding: 2.5% 3%;
  box-sizing: border-box;
}

.cable-cover-section-link-box .link-btn-box .link-btn {
  display: block;
  width: 32%;
  text-align: center;
  margin-bottom: 1.4%;
  margin-right: 1.5%;
  padding: 1.3% 0 2%;
  color: #333333;
  border: 1px solid #d3d3d3;
  background-color: #FFF;
  border-radius: 4px;
  opacity: 1;
  transition: 0.2s;
}

.cable-cover-section-link-box .link-btn-box .link-btn:hover {
  opacity: 0.6;
  transition: 0.2s;
}

.cable-cover-section-link-box .link-btn-box .link-btn:hover img {
  opacity: 1 !important;
}

.cable-cover-section-link-box .link-btn-box .link-btn:nth-child(3n+3) {
  margin-right: 0;
}

.cable-cover-section-link-box .link-btn-box .link-btn .link-ttl {
  margin: 0 0 3%;
}

.cable-cover-section-link-box .link-btn-box .link-btn .link-desc {
  font-size: .9em;
  line-height: 1.3;
  letter-spacing: .02em;
  margin: 4% 0 0;
}

.link-banner-top {
  display: flex;
  justify-content: space-between;
  width: 98.2%;
  margin: 6% auto 0;
}

.link-banner-top .link-banner-item {
  display: flex;
  align-items: center;
  width: 49%;
  height: 143px;
  padding: 0 0 0 1.6%;
  border: 1px solid #1c64b3;
  border-radius: 5px;
  box-sizing: border-box;
  opacity: 1;
  transition: 0.2s;
}

.link-banner-top .link-banner-item:hover {
  opacity: 0.6;
  transition: 0.2s;
}

.link-banner-top .link-banner-item:hover img {
  opacity: 1 !important;
}

.link-banner-top .link-banner-item p {
  font-size: 1em;
  line-height: 1.6;
  letter-spacing: .05em;
  color: #333333;
}

.link-banner-top .link-banner-item p span {
  display: block;
  font-size: 1.4em;
  font-weight: bold;
  color: #1c64b3;
}

.link-banner-top .link-banner-item img {
  width: 39%;
  margin: 0 2% 0 auto;
}

/* =======================================================
製品レイアウト
======================================================= */
/* -------------
見出し関連
------------- */
.cable-cover-section .section-ttl {
  background-color: #e9f3f9;
  font-size: 1.9em;
  margin: 0 0 1.3%;
  padding: 1.6% 0 1.6% 1.4%;
  border-bottom: 1px solid #d3d3d3;
}

.product-block-ttl {
  background-color: #666666;
  font-size: 1.3333em;
  line-height: 1.2;
  letter-spacing: .1em;
  margin: 0 0 1.4%;
  padding: 1.6% 1.6% 1.6% 1.2%;
  color: #ffffff;
}

.product-block-ttl:nth-of-type(n+2) {
  margin-top: 6.7%;
}

/* -------------
製品詳細
------------- */
.product-item {
  margin: 0 0 4%;
  padding: 2.7%;
  border: 1px solid #cccccc;
  box-sizing: border-box;
}

.product-item .atn {
  font-size: .9em;
  letter-spacing: .04em;
  margin: 1.6% 0 0;
}

.product-item .atn a {
  text-decoration: underline;
}

.product-top-box {
  display: flex;
}

.product-top-box .left {
  width: 26.5%;
}

.product-top-box .left a {
  display: block;
  width: 244px;
  height: 244px;
}

.product-top-box .left a img {
  width: 100%;
}

.product-top-box .left a video {
  width: 100%;
}

.product-top-box .right {
  width: 72%;
  margin: .7% 0 0 1.8%;
}

.product-top-box .right .head {
  font-size: 1.4333em;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: .02em;
}

.product-top-box .right .cap {
  font-size: 1.1em;
  letter-spacing: .05em;
  margin: 1.4% 0 0;
}

.product-top-box .right .icon {
  display: flex;
  flex-wrap: wrap;
  margin: 2.1% 0 0;
}

.product-top-box .right .icon li {
  font-size: 1.0666em;
  margin-right: 1%;
  padding: 1% 1.2%;
  border: 1px solid;
  border-radius: 4px;
}

.product-top-box .right .sub-imgs {
  display: flex;
  margin: 2.5% 0 0;
}

.product-top-box .right .sub-imgs img {
  width: 18%;
  margin: 0 1.8% 0 0;
  border: 1px solid #e3e4e6;
  cursor: pointer;
}

.product-top-box .right .sub-imgs video {
  width: 18%;
  margin: 0 1.8% 0 0;
  border: 1px solid #e3e4e6;
  cursor: pointer;
}

/* -------------
製品テーブル
------------- */
.product-table {
  margin: 2.6% 0 0;
}

.product-table table {
  position: relative;
  border-collapse: collapse;
}

.product-table th {
  background-color: #f2f2f2;
  padding: 1.3% 0;
  border: 1px solid #cccccc;
}

.product-table th:nth-of-type(1) {
  width: 220px;
}

.product-table td {
  width: 174px;
  text-align: center;
  padding: 0;
  border: 1px solid #cccccc;
}

.product-table td:nth-of-type(1) {
  line-height: 1.6;
}

.product-table td img {
  vertical-align: middle;
}

/* 列ごとの幅*/
.product-table .flat-cols-4 {
  width: fit-content;
  table-layout: fixed;
}

.product-table .flat-cols-4 th {
  width: 230px;
}

.product-table .flat-cols-4.division colgroup .col1 {
  width: 115px;
}

.product-table .flat-cols-4.division colgroup .col2 {
  width: 115px;
}

.product-table .flat-cols-4.division colgroup .col3 {
  width: 230px;
}

.product-table .flat-cols-4.division colgroup .col4 {
  width: 230px;
}

.product-table .flat-cols-4.division colgroup .col5 {
  width: 230px;
}

.product-table .flat-cols-4.division th {
  width: 230px;
  padding: .7% 0;
}

.product-table .flat-cols-4.division th.division-head {
  width: 230px;
}

.product-table .flat-cols-4.division th.division-item {
  width: 115px;
}

.product-table .flat-cols-5 {
  table-layout: fixed;
}

.product-table .flat-cols-5 th {
  width: 150px;
}

/*　テーブルスタイル　*/
.product-table td .cover-size {
  height: 60px;
  margin: 9% 0 0;
  position: relative;
}

.product-table td .cover-size img {
  width: fit-content;
  height: fit-content;
  margin: auto;
  position: absolute;
  inset: auto 0 0 0;
}

.product-table td .icon {
  display: block;
  width: 88%;
  margin: 5% auto;
  padding: 5% 0;
  border-radius: 100px;
  font-weight: 600;
}

.product-table tbody td {
  padding: .7% 0.2%;
  white-space: nowrap;
}

.product-table .cover-long .txt {
  display: inline-block;
  width: 62%;
  vertical-align: middle;
}

.product-table .cover-long .cover-img {
  display: inline-block;
  width: 65px;
  height: 65px;
  margin: 0 6% 0 0;
  vertical-align: middle;
}

.product-table .cover-long .cover-img img {
  width: 100%;
}

.product-table tbody .hinban {
  font-size: 0.9em;
  white-space: nowrap;
  background-color: #f4faff;
}

.product-table tbody .hinban a {
  display: inline-block;
  background: url(/static/images/product/cable/cableacc/common/ya.gif) no-repeat 0 60%;
  font-size: 1rem;
  font-weight: bold;
  margin: 2% 0 8px;
  padding: 0 0 0 1.1em;
}

/* カラーチップ */
.product-table .cover-color {
  font-size: 1.1em;
  font-weight: bold;
  text-align: left;
  padding: 1.7% .7% .6%;
  border: 0;
}

.product-table .cover-color .color-tip {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #000000;
  margin: 0 7px 0 0;
  vertical-align: middle;
}

.product-table .cover-color .color-tip.ivory {
  background-color: #eee7da;
}

.product-table .cover-color .color-tip.gray {
  background-color: #d1cfcd;
}

.product-table .cover-color .color-tip.l-brown {
  background-color: #d09868;
}

.product-table .cover-color .color-tip.brown {
  background-color: #916438;
}

.product-table .cover-color .color-tip.white {
  background-color: #ffffff;
  border: 1px solid #d1cfcd;
}

.product-table .cover-color .color-tip.natural {
  background-color: #dda86f;
}

.product-table .cover-color .color-tip.lite-grain {
  background-color: #a36822;
}

.product-table .cover-color .color-tip.dark-grain {
  background-color: #865433;
}

/* 追従スタイル */
.sticky-block {
  background-color: #ffffff;
  position: sticky;
  top: 0;
}

.sticky-block::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #cccccc;
  position: absolute;
  bottom: 0;
  left: 0;
}

.sticky-block::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #cccccc;
  position: absolute;
  top: 0;
  left: -1px;
}

.sticky-block th {
  position: relative;
}

.sticky-block th::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #cccccc;
  position: absolute;
  top: -1px;
  left: 0;
}

.sticky-block th::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #cccccc;
  position: absolute;
  top: 0;
  right: -1px;
}

.sticky-block td {
  position: relative;
}

.sticky-block td::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #cccccc;
  position: absolute;
  top: -1px;
  left: 0;
}

.sticky-block td::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #cccccc;
  position: absolute;
  top: 0;
  right: -1px;
}

/* -------------
　床（#floor-cable-cover）
------------- */
#floor-cable-cover {
  margin: 6.3% 0 0;
}

/* -------------
　両面テープ(#double-sided-tape)
------------- */
#double-sided-tape {
  margin: 6.5% 0 0;
}

#double-sided-tape .sub-imgs {
  margin-top: 4.7%;
}

/* -------------
デスク・家具周辺(#furniture-surrounding)
------------- */
#furniture-surrounding {
  margin: 6.5% 0 0;
}

#furniture-surrounding .sub-imgs {
  margin-top: 4.7%;
}

/* =======================================================
関連カテゴリ・ページ
======================================================= */
.relation-area {
  margin: 6% 0 0;
}

.relation-title {
  background-color: #666666;
  font-size: 1.3333em;
  line-height: 1.2;
  letter-spacing: .1em;
  margin: 0 0 1.4%;
  padding: 1.6% 1.6% 1.6% 1.2%;
  color: #ffffff;
}

.relation-area-inner {
  display: flex;
  flex-wrap: wrap;
  width: 95%;
  margin: 20px auto 0;
}

.relation-area-inner .elation-item-text {
  font-size: .9333em;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  word-break: keep-all;
}

.relation-area-inner img {
  width: 100%;
}

.relation-product .relation-item {
  width: 120px;
  margin-bottom: 3.7%;
  margin-right: 8.8%;
}

.relation-product .relation-item:nth-of-type(5n) {
  margin-right: 0;
}

#relation-page {
  margin-top: 4.3%;
}

#relation-page .relation-banner {
  margin: 2% 0 0;
}

#relation-page .relation-banner a {
  display: inline-block;
  width: 230px;
  margin-bottom: 2%;
  margin-right: 1.5%;
}

#relation-page .relation-banner a img {
  width: 100%;
}

#relation-page .relation-banner a:nth-of-type(4n) {
  margin: 0;
}

/*--------------------------------
    サイドメニュー
--------------------------------*/
#side_bar {
  width: 185px;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, Meiryo, "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 1.1em;
  font-weight: normal;
  font-weight: 500;
  margin: 0 0 0 25px;
}

/*--------------------------------
	  ヘッダー
  --------------------------------*/
#header-space-block {
  content: "";
  display: none;
  width: 225px;
  height: 42px;
  background-color: #444444;
  position: absolute;
  bottom: 0;
  left: 100%;
}

/*--------------------------------
	  バナー
  --------------------------------*/
#cate-banner-area {
  margin: 18% 0 0;
}

#cate-banner-area ul li {
  margin-bottom: 5%;
}

#cate-banner-area ul li a img {
  max-width: 100%;
}

/*--------------------------------
	  関連ページ
  --------------------------------*/
#recommend {
  margin: 0;
  float: none;
}

.recommend-wrapper {
  width: 100%;
  background-color: #ffffff;
  margin: 0 auto 25px;
  padding: 0;
  overflow: hidden;
}

.recommend-wrapper h4 {
  background-color: #666666;
  text-align: center;
  margin: 0;
  padding: 12px 0;
  color: #ffffff;
  font-size: 1.13333em;
}

.recommend-wrapper h4 span {
  display: block;
  font-size: .8em;
  letter-spacing: 1px;
}

.recommend-items {
  margin: 0;
  padding: 0;
  border: 1px solid #d3d3d3;
  border-top: 0;
}

.recommend-items div.page-unit {
  margin: 0 auto;
}

.recommend-items div.recommend-item {
  width: 183px;
  text-align: center;
  margin: 0 auto;
  padding: 10px 0;
  border-top: 1px solid #d3d3d3;
  box-sizing: border-box;
}

.recommend-items div.recommend-item.rel {
  padding: 20px 5px;
}

body.ie .recommend-items div.recommend-item {
  border-top: 1px solid #d3d3d3;
}

.recommend-items div.first-item {
  display: block;
  border-top: 0;
}

body.ie .recommend-items div.first-item {
  border-top: 0;
}

.recommend-items div.recommend-item img {
  margin: 2px auto;
  position: relative;
}

.recommend-items div.recommend-item img.rel-ico {
  max-width: 90%;
  margin: 0 auto;
}

.recommend-items div.recommend-item img.cate-img {
  max-width: 131px;
  margin: 0 auto;
}

.recommend-items div.recommend-item span.item-name {
  display: block;
  margin: 5.9% 0 0;
  font-size: 0.78em;
}

.recommend-items div.recommend-item a {
  display: block;
}

.recommend-items div.recommend-item a:hover {
  opacity: .6;
  color: #1c64b3;
  text-decoration: none;
}

.recommend-items div.recommend-item a:hover span {
  opacity: .6;
}

.recommend-items div.recommend-item a:hover img {
  opacity: 1 !important;
}
