@charset "UTF-8";
body #container {
  font-family: 'Noto Sans JP', 'Roboto', sans-serif;
}

body.mac {
  font-size: 16px;
  color: #333333;
}

.ichiran a:hover {
  color: #FFFFFF;
  text-decoration: none;
}

.vertical-horizontal-tap-sp {
  display: none;
}

/* コンテナ枠
----------------------------*/
#container {
  width: 980px;
  position: relative;
}

/* メイン枠
---------------------------*/
#main_contents {
  width: 980px;
  color: #333333;
  /*width: 814px;*/
  /*margin-bottom: 50px;*/
}

h1 {
  margin: 0 0 20px;
  font-size: 1.6em;
  line-height: 1.2;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 2px;
}

.vertical-horizontal-tap-section {
  margin: 3.8% 0 0;
}

.read-block {
  display: flex;
  justify-content: space-between;
  margin: 3.7% 0 0;
}

.read-block .text-block {
  margin: 1.3% 0 0 0.9%;
}

.read-block .text-block h2 {
  font-size: 2.2666em;
}

.read-block .text-block p {
  margin: 2.7% 0 0;
  font-size: 1.1333em;
  line-height: 1.8;
}

.read-block img {
  width: 37.7%;
}

.product-table {
  margin: 7.6% 0 0;
}

.product-table h3 {
  margin: 0 0 1.3%;
  font-size: 1.6em;
}

.product-table table {
  border: 1px solid #C3C3C3;
  border-collapse: collapse;
}

.product-table table td,
.product-table table th {
  border: 1px solid #C3C3C3;
}

.product-table table th {
  font-size: 1.2em;
  text-align: center;
  background-color: #F2F4F7;
}

.product-table table thead th {
  padding: 1.3%;
}

.product-table table tbody th {
  width: 186px;
}

.product-table table td {
  width: 389px;
  padding: 0.3% 0;
  vertical-align: top;
}

.product-table table td .product-block {
  width: 93%;
  margin: 0 auto;
  padding: 3.4% 0;
}

.product-table table td .product-block:nth-of-type(n+2) {
  margin-top: 1.5%;
}

.product-table table td .cable-long {
  padding: 1.5% 0;
  font-size: 1.0666em;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.product-table table td .cable-long.green {
  background-color: #0392A5;
}

.product-table table td .cable-long.blue {
  background-color: #0344A5;
}

.product-table table td .cable-long.purple {
  background-color: #8003A5;
}

.product-table table td .product-list {
  display: flex;
  justify-content: center;
}

.product-table table td .product-item {
  width: 45%;
  margin: 0 2%;
}

.product-table table td .product-item .product-img {
  display: block;
  width: 85%;
  margin: 0 auto;
}

.product-table table td .product-item .product-img img {
  width: 100%;
}

.product-table table td .product-item .hinban {
  display: block;
  margin: 3% 0 0 8%;
  font-size: 0.8666em;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.product-table table td .product-item .price {
  display: block;
  margin: 2% 0 0 9%;
}

.link-banner {
  margin-top: 7%;
}

.link-banner a {
  display: block;
  width: 65%;
  margin: 0 auto;
}

/* カタログ */
div#catalog-pc {
  width: 980px;
  margin: 9.7% auto;
  padding: 40px 60px;
  border: 0.3em solid #9FBFE6;
  box-sizing: border-box;
  border-radius: 0.7em;
  background-color: #DBE7F5;
}

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

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

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

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

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

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

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

div#catalog-pc div.cata_left ul li a {
  display: block;
  padding: 4.3% 10%;
  position: relative;
  font-size: 1.0666em;
  color: #FFFFFF;
  background-color: #125EAA;
}

div#catalog-pc div.cata_left ul li a img {
  width: 2.8%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 7%;
  bottom: 0;
  vertical-align: middle;
}

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