@charset "UTF-8";
/* ページ設定 */
body {
  font-size: 1em !important;
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', sans-serif;
}

#wrap-container {
  width: 1200px;
  margin: 10px auto 0px auto;
  padding: 0px 10px 0px 10px;
}

div#main-contents {
  margin: 0 0 6%;
  width: 980px;
}

#container {
  width: 1200px;
  position: relative;
}

/* 見出し */
h1 {
  border-bottom: 1px solid #cccccc;
  font-size: 1.8em;
  margin: 0 0 18px;
  padding-bottom: 3px;
  font-weight: normal;
  line-height: 1;
}

h2 {
  font-size: 2em;
  text-align: center;
}

h2 img {
  width: 7.3%;
  margin: 0 0 2.5%;
}

h3.ttl {
  font-size: 1.5em;
  text-align: center;
  background-color: #055AAB;
  color: #FFFFFF;
  padding: 1.2% 0 0.85%;
  margin: 5% 0 4%;
  border-radius: 1.2em;
}

h3.ttl.otr {
  margin: 8% 0 4%;
}

h3.ttl span {
  display: inline-block;
  margin: 0 0 0 0.5%;
  font-size: 1.3em;
  vertical-align: -1px;
}

h4 {
  font-size: 1.6em;
  text-align: center;
}

/* メインバナー */
div#main-banner {
  margin: 0 0 9%;
}

/* リード文 */
p.read {
  width: 80%;
  margin: 1% auto 0;
  line-height: 1.7;
}

ul.read {
  width: 80%;
  margin: 1% auto 0;
  line-height: 1.7;
}

/* コンテンツ */
div.cont-area {
  margin: 4% 0 0;
}

div.cont-area img.main {
  width: 46.5%;
  float: left;
}

div.cont-area div.cont-right {
  float: right;
  width: 49%;
  padding: 0 1% 0 0;
}

.cont-right a {
  display: block;
  width: fit-content;
  font-size: 0.8em;
  margin: 3.6% 1% 0 auto;
  letter-spacing: 0.09em;
  position: relative;
  color: #174EAF;
}

.cont-right a::after {
  content: "";
  position: absolute;
  margin: 0;
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(135deg);
  top: 0;
  left: -1em;
}

div.cont-area div.cont-right span.note {
  display: block;
  line-height: 1.8;
  margin: 0 0 4%;
}

div.spec {
  background-color: #EFF9FB;
  padding: 8% 8% 4%;
  margin: 8% 0 0;
}

div.spec.other {
  background-color: #FFF;
  padding: 0;
  margin: 3% auto;
}

div.spec p {
  color: #055AAB;
  font-size: 1.5em;
  font-weight: bold;
  margin: 0 0 1.5%;
}

div.spec span.note {
  line-height: 1.8;
  margin: 0 0 3%;
  display: block;
}

/* テーブル */
span.tabletitle {
  display: block;
  margin: 6% 0 2%;
  text-align: center;
  font-size: 1.1em;
  color: #055AAB;
  font-weight: bold;
}

div.cont-area table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}

div.cont-area table.miwake-a td {
  letter-spacing: -0.04em;
}

div.cont-area table.miwake-a th {
  width: 31%;
  background-color: #055AAB;
  padding: 1% 0 1% 5%;
  font-weight: normal;
  color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  height: 2.3em;
}

div.cont-area table.miwake-b th {
  width: 31%;
  background-color: #055AAB;
  padding: 1% 0 1% 5%;
  font-weight: normal;
  color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  height: 2.3em;
}

div.cont-area table th span {
  font-size: 1.45em;
  font-weight: bold;
}

div.cont-area table.miwake-a td {
  width: 61%;
  padding: 0 0 0 3%;
  border-top: 2px solid #BEECFB;
  border-right: 2px solid #BEECFB;
  font-size: 1.15em;
  line-height: 1.2;
}

div.cont-area table.miwake-b td {
  width: 61%;
  padding: 0 0 0 3%;
  border-top: 2px solid #BEECFB;
  border-right: 2px solid #BEECFB;
  font-size: 1.15em;
  line-height: 1.2;
}

div.cont-area table tr:nth-last-of-type(1) td {
  border-bottom: 2px solid #BEECFB;
}

table.spec {
  width: 70%;
  margin: 0 auto 6%;
  text-align: left;
  border-collapse: collapse;
}

table.spec th {
  background-color: #BEECFB;
  padding: 1% 0;
  font-weight: normal;
  font-size: 1em;
  text-align: center;
  color: #333333;
  border-top: none;
  border-bottom: 1px solid #FFFFFF;
  height: 2.3em;
}

table.spec th.none {
  background-color: #FFF;
  border-top: none;
  border-bottom: none;
  height: 2.3em;
}

table.spec td.head {
  width: 33%;
  background-color: #055AAB;
  padding: 1% 0 1% 3.5%;
  font-weight: normal;
  font-size: 1em;
  text-align: left;
  color: #FFFFFF;
  border-top: none;
  border-bottom: 1px solid #FFFFFF;
  height: 2.3em;
}

table.spec td.head span {
  font-size: 1.45em;
  font-weight: bold;
}

table.spec td {
  background-color: #FFFFFF;
  padding: 2.3% 5% 1.3% 0;
  border-top: 2px solid #BEECFB;
  border-right: 2px solid #BEECFB;
  font-size: 1.3em;
  text-align: right;
  line-height: 1.2;
}

table.spec td strong {
  font-size: 1.2em;
}

table.spec tr th:nth-last-of-type(1) {
  border-left: 2px solid #FFFFFF;
  border-right: 2px solid #BEECFB;
}

table.spec tr:nth-last-of-type(1) td {
  border-bottom: 2px solid #BEECFB;
}

/* 動画 */
.video-container {
  position: relative;
  padding-bottom: 44.8%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  width: 85%;
  margin: 0% auto 0 auto;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

div#movie {
  margin: 6% 0 0;
}

div.movie-inner {
  margin: 0 auto;
  padding: 1% 0 3% 0;
}

div#movie iframe {
  display: block;
  margin: 0 auto;
}

/* こちらもおすすめ */
#recommend-outer {
  margin: -1.5% 0 0;
}

.recommend {
  margin: 8% 0 0;
}

.recommend h3 {
  font-size: 1.5em;
  text-align: center;
  padding: 10px 0;
  color: #fff;
  background-color: #004DA2;
}

.recommend ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 3% 0 0 0;
}

.recommend ul li {
  display: inline-block;
  width: 230px;
  margin: 0 0 2%;
}

.recommend ul li img.w100 {
  width: 100%;
}

/* カテゴリ別LANケーブル一覧 */
.lan-category-heading {
  text-align: center;
  background: #4472c4;
  color: #fff;
  font-size: 1.6em;
  padding: 1%;
  margin: 8% 0 0;
}

.lineup-area-div3 {
  margin: 30px 0 0;
}

.lineup-area-div3.mt6 {
  margin-top: 60px;
}

.lineup-area-div3 .item-box {
  margin: 0 1.5% 60px;
  width: 30%;
  position: relative;
  float: left;
}

.lineup-area-div3 .item-box .item-img {
  width: 100%;
  display: block;
  border: 1px solid #DCDCDC;
  text-align: center;
}

.lineup-area-div3 .item-box .item-img a {
  width: 100%;
  display: block;
}

.lineup-area-div3 .item-box .item-img img {
  max-width: 70%;
  margin: 0 auto;
}

.lineup-area-div3 .item-box .item-name {
  font-size: 1.3em;
  line-height: 1.5;
  margin: 15px 0 0;
  text-align: center;
}

.lineup-area-div3 .item-box .item-text {
  font-size: 1.05em;
  line-height: 1.7;
  margin: 10px 0 0;
  letter-spacing: -0.05em;
  height: 3.5em;
}

.lineup-area-div3 .item-box .item-spec {
  font-size: 1.05em;
  line-height: 1.7;
  margin: 10px 0 0;
}

.lineup-area-div3 .item-box .item-spec .col-star {
  color: #FEA10C;
  font-size: 1.2em;
}

.lineup-area-div3 .item-box .item-banner {
  position: relative;
  right: 0;
  bottom: 0;
  width: 80%;
  margin: 15px auto 0;
}

.lineup-area-div3 .item-box .item-banner a {
  color: #F35600;
  background-color: #FFF;
  border: 2px solid;
  border-radius: 23px;
  width: 100%;
  height: 46px;
  line-height: 44px;
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  display: block;
}

.lineup-area-div3 .item-box .item-banner a::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #F35600;
  border-right: 2px solid #F35600;
  position: absolute;
  top: 50%;
  right: 12%;
  margin-top: -6px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.lineup-area-div3 .item-box .item-banner a:hover {
  opacity: 0.6;
}

.lineup-area-div3 .item-box .item-banner a:hover * {
  text-decoration: none;
}

/* バナー */
.banner-area-heading {
  width: 96.7%;
  margin: 2.3% auto 0;
  padding: 0 0 1%;
  text-align: center;
  font-size: 1.6em;
  font-weight: bold;
  color: #075BAA;
  border-bottom: 2px solid #00ADB4;
}

div.banner-area {
  text-align: center;
  margin: 1.8% auto 0;
  display: flex;
  width: 94%;
}

div.banner-area a {
  display: block;
  margin: 0 0 2.5%;
}

div.banner-area a img {
  width: 97.7%;
}

/* カタログ */
div#catalog-pc {
  border: 0.3em solid #9FBFE6;
  border-radius: 0.7em;
  background-color: #DBE7F5;
  padding: 30px 50px;
  margin: 3.5% auto;
  width: 880px;
}

div#catalog-pc div.cata_left {
  float: left;
  width: 73%;
  padding-top: 2%;
}

div#catalog-pc div.cata_left p {
  font-weight: bold;
  font-size: 1.65em;
  margin-bottom: 3%;
}

div#catalog-pc div.cata_left span {
  display: block;
  font-size: 1.05em;
  line-height: 1.8;
}

div#catalog-pc div.cata_left ul {
  margin-top: 6%;
}

div#catalog-pc div.cata_right {
  float: right;
  width: 20%;
  text-align: center;
}

div#catalog-pc div.cata_right img {
  width: 100%;
}

div#catalog-pc div.cata_left ul li {
  float: left;
  width: 45%;
  padding-right: 2%;
}

div#catalog-pc div.cata_left ul li a {
  display: block;
  text-align: center;
  padding: 5%;
  background-color: #125EAA;
  color: #FFFFFF;
  font-size: 0.95em;
}

div#catalog-pc div.cata_left ul li a img {
  width: 3.8%;
  vertical-align: middle;
  margin: 0 0 0 12px;
}

/*　製品導入のご相談・お問い合わせ　*/
.product-introduction-banner {
  display: block;
  margin: 0.9% auto 10%;
  width: 47.4571%;
}

.product-introduction-banner img {
  width: 100%;
}

/* サイドメニュー */
#sidemenu {
  width: 185px;
  height: 100%;
  position: absolute;
  top: 50px;
  right: 0;
}

#sidemenu .top-banner {
  margin-bottom: 9%;
}

#sidemenu .top-banner img {
  width: 100%;
}

#sidemenu .banner-area img {
  width: 100%;
}

#sidemenu .banner-area li {
  margin-bottom: 7.3%;
}

ul.naviF {
  zoom: 100%;
  padding: 0px 8px 0px 8px;
  margin-bottom: 19px;
  border: 1px solid #ADADAD !important;
}

ul.naviF li {
  margin: 0px 3px 0px 3px;
  text-indent: 0;
  padding: 12px 0 12px 0px;
  font-size: 0.8em;
  background-color: #fff;
  line-height: 1.2;
}

ul.naviF img {
  width: 100%;
}

ul.naviF li {
  border-top: 1px dotted #ADADAD;
}

ul.naviF li:first-child {
  border-top: none;
}

#sidemenu h5 {
  padding: 9px 3px 5px 3px;
  font-size: 0.8em;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
  background: #595959;
  color: #fff;
  text-align: center;
  border-top: 1px solid #ADADAD;
  border-left: 1px solid #ADADAD;
  border-right: 1px solid #ADADAD;
  /* IE以外なら丸角も！ */
  border-radius: 3px 3px 0px 0px;
  -webkit-border-radius: 3px 3px 0px 0px;
  -moz-border-radius: 3px 3px 0px 0px;
}

.recommend-items {
  margin-top: 17%;
  border: 1px solid #ADADAD;
}

.recommend-item {
  text-align: center;
  padding: 10px 0;
  border-top: 1px solid #ADADAD;
}

.recommend-item:first-child {
  border: none;
}

.recommend-item .cate-img {
  width: 66%;
}

.recommend-item a {
  display: block;
}

.recommend-item a .item-name {
  display: block;
  font-size: 0.8em;
  margin-top: 18px;
}

.sp {
  display: none;
}

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