@charset "UTF-8";
#contents {
  width: 1200px;
  position: relative;
  margin: 0 auto;
}

#container {
  width: 980px;
  color: #333333;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-feature-settings: "palt";
  line-height: 1.7;
}

div#wrap-container {
  padding: 0;
  width: 100%;
}

#main-contents {
  width: 100%;
  margin: 0 0 3%;
}

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

h2 {
  background-color: #000000;
  color: #FFFFFF;
  padding: 1% 0;
  margin: 0 0 2.5%;
  font-size: 1.7em;
  text-align: center;
}

p.title_banner {
  width: 980px;
  margin: 0 auto 3.5em;
}

/* float */
div.float_area.inner {
  margin: 4.5% 0 0;
}

div.float_area img {
  float: left;
  width: 48%;
  margin: 8px 0 0;
}

div.float_area span {
  float: right;
  width: 49%;
  font-size: 1.1em;
}

div.float_area strong,
span.other_text strong {
  color: #BF1500;
}

/* コンテンツの余白 */
div.innermgn {
  padding: 0 6.5%;
}

/* コンテンツボックス */
div.contentsbox {
  padding: 0 0 1.3em;
  margin: 5.5em auto 0;
  width: 980px;
}

div.contentsbox-long {
  background-color: #F6F6F6;
  text-align: center;
  padding: 3.5em 0 3.3em;
  margin: 3em 0 0;
}

div.contentsbox-long a {
  display: inline-block;
  width: 40.5%;
  margin: 1.2% 0.2%;
}

div.contentsbox-long img {
  width: 100%;
}

div.contentsbox.fst {
  margin: 0 auto;
}

/* 各コンテンツリード文 */
p.read {
  font-size: 1.1em;
  padding: 0 6.5%;
}

p.other_cont {
  font-size: 1.1em;
  padding: 0 6.5%;
}

p.other_cont.sec {
  margin: 4% 0 0;
}

p.other_cont span.other_text {
  display: block;
  margin: 0 12%;
}

/* 吹き出し */
.arrow_box {
  display: block;
  position: relative;
  background: #1E46A2;
  padding: 10px;
  margin: 0 0 30px;
  text-align: center;
  color: #FFFFFF;
  font-size: 1.45em;
  font-weight: bold;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
}

.arrow_box:after {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(30, 70, 162, 0);
  border-top-width: 24px;
  border-bottom-width: 24px;
  border-left-width: 21px;
  border-right-width: 21px;
  margin-left: -21px;
  border-top-color: #1E46A2;
  top: 100%;
  left: 50%;
}

.arrow_box img {
  vertical-align: 0;
  width: 26px;
  margin: 0 1.5% 0 0;
}

/* 伝送帯域 */
ul.bandwidth {
  background-color: #032574;
  padding: 5.5% 4%;
  margin: 3.5% 0 6%;
}

ul.bandwidth li {
  width: 48.5%;
}

ul.bandwidth li:nth-of-type(1) {
  float: left;
}

ul.bandwidth li:nth-of-type(2) {
  float: right;
}

ul.bandwidth li img {
  width: 100%;
}

ul.bandwidth li span {
  display: block;
  margin: 4% 0 0;
  color: #FFFFFF;
}

/* テーブル */
table {
  border-collapse: collapse;
  font-size: 1.5em;
  width: 75%;
  margin: 3% auto 0;
}

table th,
table td {
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
}

table th {
  background-color: #6785CB;
  color: #FFFFFF;
  text-align: left;
  padding: 1.5%;
}

table th.small {
  font-size: 0.6em;
  text-align: center;
}

table th.no_deco {
  background-color: #FFFFFF;
  color: #FFFFFF;
  border-top: none;
  border-left: none;
  width: 13%;
}

table td {
  font-size: 1.15em;
  font-weight: bold;
  text-align: center;
  padding: 2.2%;
  line-height: 1;
}

table td.yellow {
  background-color: #FCE61A;
  color: #BF1500;
}

table td span {
  display: block;
  margin: 1.5% 0 0;
}

table td object {
  font-size: 0.8em;
}

/* 関連ページ */
div.relation {
  border: 1px solid #CCCCCC;
  width: 76.5%;
  margin: 3% auto 0;
  padding: 2.5% 0 3.3%;
  text-align: center;
}

div.relation h3 {
  color: #727272;
  font-size: 1.35em;
  margin: 0 0 1.8%;
}

div.relation a {
  display: inline-block;
  margin: 0 0.5%;
}

/* CAT6eとは */
div.what {
  background-color: #E5EBFF;
  font-size: 1.1em;
  padding: 3% 14% 3.5%;
}

div.what h4 {
  margin: 0 0 1.2%;
  font-size: 1.25em;
  text-align: center;
  color: #192F71;
}

div.what strong {
  color: #192F71;
}

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

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

.recommend ul {
  display: flex;
  flex-wrap: wrap;
  margin: 3% 0 0 0;
}

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

.recommend ul li img {
  width: 230px;
}

.hikaku-banner {
  margin: 40px auto 20px;
  text-align: center;
  width: 980px;
  display: flex;
}

.hikaku-banner a {
  display: block;
  width: 54.7%;
}

.hikaku-banner a img {
  width: 100%;
}

.hikaku-banner a:nth-of-type(1) {
  width: 43.2%;
  margin: 0 1.5% 0 0;
}

/* カタログ */
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;
}

.fix-banner {
  display: flex;
  width: 100%;
  margin: 0 0 0 3%;
}

div.float_area a {
  display: block;
  margin: 2.5% 1% 0;
  width: 45%;
}

div.float_area a img {
  width: 100%;
}

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: 3.1% auto 3.9%;
  width: 465px;
}

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

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