/* Cabling style */

.cd-hero-slider li:first-of-type {
  background-color: #2c343b;
  background-image: url(../img/top.jpg);
}
.blue-title{
    width: 100%;
    font-size: 1.8rem;
    color: #0F78B1;
    font-weight: bold;
    line-height: 1.2em;
    border-bottom: 1px dotted;
    margin: 20px 0 10px 0;
    padding-bottom: 5px;
}
@media only screen and (min-width: 768px) {
.blue-title{
    font-size: 2.2rem;
    margin: 50px 0 20px 0;
    padding-bottom: 10px;
    line-height: 35px;
    color: #0F78B1;
    border-bottom: 1px dotted;
    padding-bottom: 5px;
    }
    }

/*取り扱いブランド*/
.cable_brand .title {
  width: 100%;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2em;
  text-align: center;
  border-bottom: 1px dotted;
  margin-top: 0;
  padding-bottom: 10px;
  padding-top: 20px;
}

.cable_brand ul{
  text-align: center;
  margin-top: 30px;  
}

.cable_brand ul li{
  padding: 5px 0;
  list-style: none;
  margin-left: 0;
}

@media only screen and (min-width: 768px) {
  .cable_brand{
    width: 100%;
    display: table;
    margin: 0 auto;
  }	
  .cable_brand .title {
    font-size: 2.2rem;
    padding-top: 20px;	
  }
  .cable_brand ul{
    display: table;
    width: 100%;
	padding-bottom: 10px;
  }	
  .cable_brand ul li{
	display: table-cell;
	vertical-align: middle;
	padding: 0 20px;
}
}

/* ブランドページ共通 */
/* -------------------------------- 
基本レイアウト
-------------------------------- */
.brand .clumun{
	margin-top: 30px;
}

@media only screen and (min-width: 1170px) {
.brand .clumun{
	margin-bottom: 50px;
}
}

/* -------------------------------- 
ロゴエリア
-------------------------------- */
.brand_logo{
	overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .brand_logo{
	width: 450px;
	float: left;
	overflow: hidden;
}
}

/* -------------------------------- 
画像配置
-------------------------------- */
.product-img{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.product-img dl{
	width: 300px;
	margin: 0 auto;  
	margin-bottom: 20px;
}

.product-img dl dt{
  color: #0F78B1;	
  text-align: center;
  font-weight: bold;
  border-bottom: #0F78B1 1px solid;
  padding: 5px 10px;
}

.product-img dl dd{
  text-align: center;
  padding-top: 30px;
}


@media only screen and (min-width: 768px) {
  .product-img dl{
	width: 300px;
	float: left;
    margin: 20px;
  }
   .product-img dl dd{
    width: 300px;
    height: 240px;
	display: table-cell;
	vertical-align: middle;
    overflow: hidden;
  }
}

@media only screen and (min-width: 1024px) {
  .product-img dl{
	width: 400px;	  
    margin: 20px 30px;
  }
.product-img dl dt{
	font-size: 1.8rem;
  }
   .product-img dl dd{
	width: 400px;	
  }  
}
/* -------------------------------- 
local navigation
-------------------------------- */
.local-nav li:last-child a{
	width: 100%;
}

@media only screen and (min-width: 980px) {
.local-nav{
  height: 80px;
  background: #CCCCCC;	
}

.local-nav .local-nav-box{
  max-width: 1200px;
  height: 70px !important;  
  margin: 0 auto;
  border: 0px solid #ccc;
}

.local-nav .cd-primary-nav {
    /* reset navigation values */
    width: auto;
    height: auto;
    background: none;
	float: none;
}

.local-nav .cd-primary-nav ul {
    text-align: center;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    line-height: 0;	
	padding: 0;
	margin: 0 auto;
}
 
.local-nav .cd-primary-nav li {
	display: table;
	float: left;
    text-align: center;
	border-right: 1px solid #FFFFFF;
	padding: 0;
	margin: 0;
}

.local-nav .cd-primary-nav li:first-child {
	border-left: 1px solid #FFFFFF;		
}

.local-nav .cd-primary-nav a:link,
.local-nav .cd-primary-nav a:visited{
    width: 140px;
    height: 80px;
	display: table-cell;		
    font-weight: 400;
    line-height: 1.3em;
	vertical-align: middle;
}

.local-nav .cd-primary-nav .activ a:link,
.local-nav .cd-primary-nav .activ a:visited{
    width: 140px;
    height: 80px;	
	display: table-cell;		
    font-weight: 400;
    line-height: 1.3em;
	vertical-align: middle;
	color: #FFFFFF;	
    background: #06C;
}

         
.local-nav .cd-primary-nav a:hover{
    width: 140px;
    height: 80px;	
	display: table-cell;		
    font-weight: 400;
    line-height: 1.3em;
	vertical-align: middle;
	color: #FFFFFF;	
    background: #06C;
} 
 }


/* -------------------------------- 
仕様書＆図面テーブル
-------------------------------- */
table.specific{
	border: #CCC 1px solid !important;
	margin-bottom: 10px;
	font-size: 16px;
}

table.specific th{
	height: 40px;
	font-size: 1.4rem;
	text-align: center;
	vertical-align: middle;
	background: #eee;
	border: #CCC 1px solid !important;
}

  table.specific th:nth-child(1) {
	width: 10% !important;
  }
  table.specific th:nth-child(2) {
	width: 10% !important;
  }

table.specific td{
  vertical-align: middle;
  border: #CCC 1px solid !important;
  padding: 5px;
}

  table.specific td:nth-child(1) {
  text-align: center;
}

  table.specific td:nth-child(2) {
  text-align: center;
}

@media only screen and (min-width: 768px) {
	table.specific th{
	  font-size: 1.6rem
  }
	table.specific td{
	  vertical-align: middle;
	  padding: 5px 0px 5px 15px;
}
  table.specific th:nth-child(1) {
	width: 10% !important;
  }
  table.specific th:nth-child(2) {
	width: 10% !important;
  }
}

table.specific .btn01 {
	width: 70%;
	font-size: 1.4rem;
    font-weight: bold;
    text-decoration: none;
    display: block;
    text-align: center;
	padding: 0 5px;
    color: #FFF;
	background: #39A88C;
    border: 1px solid  #39A88C;
    border-radius: 3px;
    margin: 0 auto;
}

table.specific .btn01:hover {
    background-color: rgba(255,255,255,0.3);
    border: 1px solid  #39A88C;
    color: #066;
}

table.specific .btn02 {
	width: 70%;
	font-size: 1.4rem;
    font-weight: bold;
    text-decoration: none;
    display: block;
    text-align: center;
	padding: 0 5px;
    color: #FFF;
	background: #FF5B5B;
    border: 1px solid  #FF5B5B;
    border-radius: 3px;
    margin: 0 auto;
}

table.specific .btn02:hover {
    background-color: rgba(255,255,255,0.3);
    border: 1px solid  #FF5B5B;
    color: #E84A4A;
}

.specific a[href$=".pdf"] { 
   background: none;
}  
.specific * html a.pdf{   
   background: none;
}  


/* -------------------------------- 
ページ内移動調整
-------------------------------- */
@media all and (-ms-high-contrast:none){/* IE11 */
.hideAnchor {
    display:block;
    margin-top: 300px;
    margin-bottom: -300px;
}
}

/* -------------------------------- 
タイトル
-------------------------------- */
.sub-title{
            font-size: 50%;
            padding:0 10px;
            text-align: center;
            line-height: 0px!important;
            }

.cd-bg-2 a {
  background-image: url("../img/banner.jpg");
  background-size: cover;
  background-position: center;
  height: 100px;
  margin-bottom:30px;
  display: block;
  color: #ffffff;
  padding: 20px 0 0 20px;
  font-weight: 600;
}

.cd-bg-datacenter a {
  background-image: url("../../../smart_datacenter/img/top.jpg");
  background-size: cover;
  background-position: center;
  height: 100px;
  margin-bottom:30px;
  display: block;
  color: #ffffff;
  padding: 20px 0 0 20px;
  font-weight: 600;
}

#dc-solution .img-bg {
    position: relative;
    min-height: 100%;
    background-size: cover;
    height: auto;
    padding-bottom: 20px;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-top:70px;
}

@media only screen and (min-width: 768px) {
.sub-title{
            font-size: 20px;
            padding:20px;
            text-align: center;
            }
           
/*バナー */
.cd-bg-2 a {
  background-image: url("../img/banner.jpg");
  background-size: cover;
  background-position: center;
  height: 200px;
  margin-bottom:30px;
  display: block;
  color: #ffffff;
  padding: 55px 0 0 20px;
}
/*データセンターバナー */
.cd-bg-datacenter a {
  background-image: url("../../../smart_datacenter/img/top.jpg");
  background-size: cover;
  background-position: center;
  height: 200px;
  margin-bottom:30px;
  display: block;
  color: #ffffff;
  padding: 55px 0 0 20px;
}
#dc-solution .img-bg {
    position: relative;
    min-height: 100%;
    background-size: cover;
    height: auto;
    padding-bottom: 20px;
    margin-top: 30px;
    margin-bottom: 10px;
    padding-top:0px;
}
 }
.cd-bg-2:hover{
opacity: 0.8;
}

/*バナータイトル */
.cd-bg-2 .banner-title{
  font-weight:600;
  font-size:20px;
  font-family: 'Noto Sans JP', 'Sawarabi Gothic',sans-serif;
  color:#ffffff;
  line-height: 30px;
  padding-left:10px;
  margin-top:-80px;
  text-shadow: 3px 0px 10px #18316c;
  margin-left: -10px;
  }

@media only screen and (min-width: 768px) {

.cd-bg-2 .banner-title{
    font-weight:600;
    font-size:30px;
    font-family: 'Sawarabi Gothic', sans-serif;
  font-family: 'Noto Sans JP', sans-serif;
  color:#ffffff;
  line-height: 40px;
  }
  }

.yazirusi {
  display: flex;
  margin-top: 5px;
} 
.yazirusi::after {
  content: '';
  width: 70px;
  height: 15px;
  border-bottom: solid 1px;
  border-right: solid 1px;
  transform: skew(45deg);
}

#cable-top .img-bg{
                    height: auto;
                    margin: 20px 0;
                    }

#banner .img-bg{
                    margin: 0px!important;
                    }
                    
@media only screen and (min-width: 768px) {                    
#banner .img-bg{
                    height: auto;
                    margin: 0px!important;
                    }
                    }

/* グレーバック */

.gray-bg-2{
         width:100%;
         height:auto;
         overflow: hidden;
         background-color:#F5F5F5;
         padding:10px 0px 20px 0px;
}

@media only screen and (min-width: 768px) {
.gray-bg-2{
         width:100%;
         height:auto;
         overflow: hidden;
         background-color:#F5F5F5;
        }}

/*ブルーバック */
.blue{
         width:100%;
         height:auto;
         background-color:#295098;
         clear:both;
         padding-bottom: 30px;
          margin-top:30px;
         }
.blue p{
         color: #ffffff;
}
         
@media only screen and (min-width: 768px) {

.blue{
         width:100%;
         height:auto;
         margin: 0 auto;
         overflow: hidden;
         background-color:#295098;
         clear:both;
}
.blue p{
         color: #ffffff;
}}

/*4カラム*/
.grid4{
border:0px solid #ccc;
margin:20px 0;
}

.grid4 .col:nth-of-type(4n+1),
.grid3 .col:nth-of-type(3n+1),
.grid2 .col:nth-of-type(2n+1) {
    margin-left: 0;
    clear: left;
}

/* col */
.col {
	float: left;
	margin-left: 3.2%;
	}

/* grid4 col */
.grid4 .col {
	width: 22.6%;
}

/* grid3 col */
.grid3 .col {
	width: 31.2%;
	border-radius: 10px;

}

/* grid2 col */
.grid2 .col {
	width: 48.4%;
}

@media screen and (max-width: 740px) {
	/* change grid4 to 2-column */

.grid4{
border:0px solid #ccc;
margin:0 0;
}
	
	.grid4 .col {
		width: 48.4%;
	}
	.grid4 .col:nth-of-type(3n+1) {
		margin-left: 3.2%;
		clear: none;
	}
	.grid4 .col:nth-of-type(2n+1) {
		margin-left: 0;
		clear: left;
	}

	/* change grid3 to 2-column */
	.grid3 .col {
		width: 48.4%;
		border:0px;
	}
	.grid3 .col:nth-of-type(3n+1) {
		margin-left: 3.2%;
		clear: none;
	}
	.grid3 .col:nth-of-type(2n+1) {
		margin-left: 0;
		clear: left;
		border:0px;
	}
	}
	
	
@media screen and (max-width: 400px) {
	.col {
		width: 100% !important;
		margin-left: 0 !important;
		clear: none !important;
	}}

.jumpbtn-2 {
    width: 270px;
    font-size: 1.8rem;
    font-weight: bold;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 15px 0;
    color: #fff;
    background-color: #0F78B1;
    border: 1px solid #6FAED0;
    border-radius: 3px;
    margin-top:30px;
}

.jumpbtn-2:hover {
     background-color: #ffffff;
     color: #0F78B1;
    }
.jumpbtn-2 a{
     color: #0F78B1;
     text-decoration: none;
     }
@media screen and (max-width: 768px){   
.jumpbtn-2 {
    width: 220px;
    font-size: 1.4rem;
    font-weight: bold;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 15px 0;
    color: #fff;
    background-color: #0F78B1;
    border: 1px solid #6FAED0;
    border-radius: 3px;
    margin-top:30px;
    }
}

/* 改行*/
@media screen and (min-width: 768px){   
  .pc { display:block; }
  .sp { display:none; }
}
@media screen and (max-width: 768px){   
  .pc { display:none; }
  .sp { display:block; }
}

/* マーカー＋太字 */
.hightlight-text{
            text-align: left;
            font-weight: 600;
            margin-bottom:20px;
            background: linear-gradient(transparent 50%, #ffff66 0%);
            line-height: 20px;
            }

@media only screen and (min-width: 768px)  {
.hightlight-text{
            font-weight: 600;
            background: linear-gradient(transparent 50%, #ffff66 0%);
            margin-bottom:30px;
            }
            }


/* BELDEN */
.b-product-title{
    background: linear-gradient(135deg, #007ac5, #1a1e80);
    text-align: center;
    font-weight: bold;
    padding:10px;
    color: #ffffff;
    margin: 20px 0px;
    line-height: 23px;
}

@media only screen and (min-width: 768px) {
.b-product-title{
    background: linear-gradient(135deg, #007ac5, #1a1e80);
    text-align: center;
    font-weight: bold;
    padding:10px;
    margin-top:50px;
    margin-bottom: 20px;
    font-size: 20px;
    color: #ffffff;
    line-height: 27px;
}
}
.spe-title{
    font-size: 1.8rem;
    margin-bottom: 10px;
    text-align: left;
    padding-top:20px;
    font-weight: 600;
    line-height: 23px;
    }
@media only screen and (min-width: 768px) {
.spe-title{
    font-size: 2.2rem;
    margin-bottom: 30px;
    text-align: left;
    padding-top:0px;
    font-weight: 600;
    line-height: 27px;
    }}
    
.title-28{
    font-size: 1.4em;
    font-weight: 600;
    line-height: 28px;
    color: #595757;
    margin-top: 20px;
    }
.title-25{
    width: 100%;
    font-size: 2.0rem;
    color: #595757;
    font-weight: bold;
    line-height: 1.2em;
    border-bottom: 1px dotted;
    margin: 20px 0 30px 0;
    padding-bottom: 5px;
    padding-left: 0px;
}

.title-25-c{
    width: 100%;
    font-size: 2.0rem;
    color: #595757;
    font-weight: bold;
    line-height: 1.2em;
    margin: 20px 0 30px 0;
    padding-bottom: 5px;
    padding-left: 0px;
    text-align: center;
}

.title-20-c{
    font-size: 1.8rem;
    margin: 30px 0;
    padding-bottom: 10px;
    text-align: center;
    }
.title-20{
    font-size: 1.8rem;
    text-align: left;
    font-weight: 600;
    line-height: 25px;
    }
.title-20-w{
    font-size: 1.8rem;
    text-align: left;
    font-weight: 600;
    color: #ffffff;
    margin-top:20px;
    }
@media only screen and (min-width: 768px) {
.title-28{
    font-size: 1.8em;
    font-weight: 600;
    line-height: 50px;
    color: #595757;
    margin-top: 20px;
}
.title-25{
    font-size: 2.5rem;
    margin: 30px 0;
    padding-bottom: 10px;
    line-height: 35px;
    }
.title-25-c{
    font-size: 2.5rem;
    margin: 30px 0;
    padding-bottom: 10px;
    text-align: center;
    }
.title-20-c{
    font-size: 2.0rem;
    font-weight: 600;
    margin: 30px 0;
    padding-bottom: 10px;
    text-align: center;
    }
.title-20{
    font-size: 2.0rem;
    font-weight: 600;
    padding-bottom: 0px;
    text-align: left;
    line-height: 27px;
    }
.title-20-w{
    font-size: 2.0rem;
    font-weight: 600;
    padding-bottom: 0px;
    text-align: left;
    color: #ffffff;
    margin-top: 0px;
    }}


.li-bold{
          font-weight: 600;
          font-size: 1.6rem;
          padding:15px 5px 5px 0;
          color: #0f78b1;
          }
@media only screen and (min-width: 768px) {
.li-bold{
          font-weight: 600;
          font-size: 1.8rem;
          padding:15px 5px 5px 0;
          color: #0f78b1;
          }
          }
/*バナー */
.cd-bg-1 {
  background-image: url("../belden/img/hirschmann.jpg");
  background-size: cover;
  background-position: center;
  height: 100px;
  margin-bottom:30px;
}

@media only screen and (min-width: 768px) {
.cd-bg-1{
  background-image: url("../belden/img/hirschmann.jpg");
  background-size: cover;
  background-position: center;
  height: 200px;
  max-width: 1100px;
  margin:0 auto;
  margin-bottom: 30px;
  margin-top:20px;
  display:block;
}
.cd-bg-1 .Link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.cd-bg-1:hover {
  opacity: .8;  }}
  
/*バナータイトル */
.banner-title{
    font-weight:600;
    font-size:19px;
  font-family: 'Noto Sans JP', 'Sawarabi Gothic',sans-serif;
  color:#ffffff;
  line-height: 30px;
  padding-left:10px;
  margin-top:-80px;
  text-shadow: 3px 0px 10px #18316c;
  }

@media only screen and (min-width: 768px) {
.banner-title{
    font-weight:600;
    font-size:30px;
    font-family: 'Sawarabi Gothic', sans-serif;
  font-family: 'Noto Sans JP', sans-serif;
  color:#ffffff;
  line-height: 40px;
  margin-top:60px;
  padding-left: 30px;
  }
  }
/* -------------------------------- 

2カラム

-------------------------------- */
.column-2 {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  margin-right: 10px;
  margin-bottom: 40px;
  margin-left: 10px;
}
.column-2-img {
  width: 40%;
}
.column-2-img img {
  width: 100%;
}
.column-2-texts {
  box-sizing: border-box;
  padding-left: 30px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .column-2 {
    flex-direction: column;
  }
  .column-2--reserve {
    flex-direction: column-reverse;
  }
  .column-2-img {
    width: 100%;
  }
  .column-2-texts {
    width: 100%;
    padding:10px 0;
    margin:0 auto;
  }
}
.line{border:1px solid #ccc;padding:0px 10px;}
.line-2{border:1px solid #ccc;padding:20px;}

p.indent-1 {
	padding-left:1em;
	text-indent:-1em;
}
/* -------------------------------- 

2カラム

-------------------------------- */
.column {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  margin-right: 10px;
  margin-bottom: 40px;
  margin-left: 10px;
}
.column-img {
  width: 40%;
}
.column-img img {
  width: 100%;
}
.column-texts {
  box-sizing: border-box;
  padding-right: 30px;
  padding-bottom: 40px;
  padding-left: 30px;
  width: 60%;
}

@media screen and (max-width: 767px) {
  .column {
    flex-direction: column;
  }
  .column--reserve {
    flex-direction: column-reverse;
  }
  .column-img {
    width: 100%;
  }
  .column-texts {
    width: 100%;
    padding:10px 0;
    margin:0 auto;
  }
}
/* -------------------------------- 

COMMSCOPE

-------------------------------- */
@media only screen and (min-width: 768px) {
#COMMSCOPE .img_product03{
	text-align: center;
	padding-top: 50px;
}
#COMMSCOPE .img_product04{
	float: left;
	width: 550px;
	margin-top: 0 !important;
	margin-right: 10px;
}
}

@media only screen and (min-width: 1170px) {
#COMMSCOPE .img_product04{
	float: left;
	width: 600px;
	margin-top: 0 !important;
	margin-right: 20px;
}
}


/* -------------------------------- 
KRONE仕様書＆図面テーブル
-------------------------------- */
table.specific-k{
	border: #CCC 1px solid !important;
	margin-bottom: 10px;
	font-size: 16px;
}

table.specific-k th{
	height: 40px;
	font-size: 1.4rem;
	text-align: center;
	vertical-align: middle;
	background: #eee;
	border: #CCC 1px solid !important;
}

  table.specific-k th:nth-child(1) {
	width: 10% !important;
  }
  table.specific-k th:nth-child(2) {
	width: 50% !important;
  }

table.specific-k td{
  vertical-align: middle;
  border: #CCC 1px solid !important;
  padding: 5px;
}

  table.specific-k td:nth-child(1) {
  text-align: center;
}

  table.specific-k td:nth-child(2) {
  text-align: center;
}

@media only screen and (min-width: 768px) {
	table.specific-k th{
	  font-size: 1.6rem
  }
	table.specific-k td{
	  vertical-align: middle;
	  padding: 5px 0px 5px 15px;
}
  table.specific-k th:nth-child(1) {
	width: 10% !important;
  }
  table.specific-k th:nth-child(2) {
	width: 30% !important;
  }
}

table.specific-k .btn01 {
	width: 60%;
	font-size: 1.6rem;
    font-weight: bold;
    text-decoration: none;
    display: block;
    text-align: center;
	padding: 0 5px;
    color: #FFF;
	background: #39A88C;
    border: 1px solid  #39A88C;
    border-radius: 3px;
    margin: 0 auto;
}

table.specific-k .btn01:hover {
    background-color: rgba(255,255,255,0.3);
    border: 1px solid  #39A88C;
    color: #066;
}

table.specific-k .btn02 {
	width: 70%;
	font-size: 1.4rem;
    font-weight: bold;
    text-decoration: none;
    display: block;
    text-align: center;
	padding: 0 5px;
    color: #FFF;
	background: #FF5B5B;
    border: 1px solid  #FF5B5B;
    border-radius: 3px;
    margin: 0 auto;
}

table.specific-k .btn02:hover {
    background-color: rgba(255,255,255,0.3);
    border: 1px solid  #FF5B5B;
    color: #E84A4A;
}

.specific-k a[href$=".pdf"] { 
   background: none;
}  
.specific-k * html a.pdf{   
   background: none;
}  

.left{
       text-align: left;
       }

#catalog .icon img{
           border:1px solid #ccc;
           box-shadow: 6px 6px #ccc;
           }

/* -------------------------------- 
3M
-------------------------------- */
#threeM .point ul li{
  margin-left: 30px;
  list-style-type: disc;
}

/* -------------------------------- 
ガイド
-------------------------------- */
#threeM dl.guide{
  margin: 0 auto;
  border-bottom: #666 1px dotted;
}

#threeM dl.guide dt{
  display: table-cell;	
  width: 100px;
  text-align: center;
  vertical-align: middle;
  padding: 10px 0;
}

#threeM dl.guide dd{
  display: table-cell;
  line-height: 1.1em;
  font-size: 1.6rem;
  vertical-align: middle;
  padding: 5px 0 5px 10px;
}

#threeM .links a{
	font-weight: bold;
}

/* -------------------------------- 
STEP
-------------------------------- */
#threeM dl.step{
  width: 260px;	
  margin: 0 auto;
}

#threeM dl.step dt{
  color: #000000;
  text-align: center;
  font-weight: bold;
  border-bottom: #000 1px solid;
  padding: 5px 10px;
}

#threeM dl.step dd{
  text-align: center;

}

/* -------------------------------- 
HOW
-------------------------------- */
.number {
    counter-reset:number; /* この要素ごとに数字をリセットする */
	margin: 0 auto;
}

#threeM dl.how{
  width: 300px;
  margin: 0 auto;
  margin-top: 20px;
}

#threeM dl.how dt{
	height: 0;
}

#threeM dl.how dd{
	text-align: center;
}

#threeM dl.how dd ul li{
	font-size: 1.4rem;
	text-align:left;	
	line-height: 1.1em;
}

.fig {
    position:relative;
    margin-left: 60px;
}
.fig:before {
    counter-increment:number;
    content:counter(number);
    position:absolute;
    top:0;
    left: -60px;
    padding:6px 10px;
	background: #FFF;
    border:solid 2px #4096ee;
    color:#4096ee;
    font-weight: bold;
}



@media only screen and (min-width: 768px) {
  #threeM .img_product01{
	float: left;
	width: 550px;
	margin-top: 0 !important;
	margin-right: 10px;
  }
  #threeM dl.guide dt{
    width: 200px;
	height: 100px;
    padding: 10px;
}
  #threeM dl.guide dd{
	line-height: 1.4em;
    padding-left: 20px;
}
  #threeM dl.step{
    width: 210px;
    float: left;
	margin: 10px;
  }
  #threeM dl.step img{
    width: 50%;  
}
  #threeM dl.step dt{
    font-size: 2rem;
  }
  .number {
	width: 800px;
    counter-reset:number; /* この要素ごとに数字をリセットする */
	margin: 0 auto;
  }
  #threeM dl.how{
  width: 180px;
  float: left;
  margin: 0 auto;
  margin-top: 20px;
  }
  #threeM dl.how dt{
	height: 15px;
  }
  #threeM dl.how dd{
	text-align: center;
  }

  #threeM dl.how dd ul li{
	font-size: 1.4rem;
	text-align:left;	
	line-height: 1.2em;
	padding-right: 10px
  }

  .fig {
    position:relative;
    margin-left:40px;
}
  .fig:before {
    counter-increment:number;
    content:counter(number);
    position:absolute;
    top:0;
    left:-40px;
    padding:6px 10px;
	background: #FFF;
    border:solid 2px #4096ee;
    color:#4096ee;
    font-weight: bold;
}
}

@media only screen and (min-width: 1024px) {
  #threeM .img_product01{
	float: left;
	width: 600px;
	margin-top: 0 !important;
	margin-right: 20px;
  }
  #threeM .point ul li{
  margin-left: 50px;
  }
  #threeM dl.step{
    width: 300px !important;
	margin: 10px;
  }
  #threeM dl.step img{
    width: 100%;  
}
  #threeM dl.how{
  width: 200px;
  float: left;
  margin: 0 auto;
  margin-top: 20px;
  }

}

/* -------------------------------- 

PatchSee

-------------------------------- */
/* -------------------------------- 
ラインナップテーブル
-------------------------------- */
.gray-bg{
         width:100%;
         height:auto;
         overflow: hidden;
         background-color:#d3d3d3;
         padding:20px;
}

@media only screen and (min-width: 768px) {
.gray-bg{
         width:100%;
         height:auto;
         overflow: hidden;
         background-color:#d3d3d3;
         padding:20px 0;
        }
}

div.vid_contents {
width: 100%;/*背景色を横幅いっぱいに広げる*/
text-align: center;
margin: auto;
padding: 4% 4% 4% 4%;/*ここで動画の周りの余白を調整*/
}
video.vid_main {
width: 100%;
max-width: 920px;/*PC版での最大幅*/
}

/*使用方法*/
@media only screen and (min-width: 768px) {
#PatchSee .element-L{
	width: 25%;
	margin-right:0;
}
#PatchSee .element-R{
	width: 75%;
	padding-left: 15px;
}
}

/*共通*/
#PatchSee table{
	margin-top: 10px;
	margin-bottom: 50px;
	table-layout: fixed;
}

#PatchSee table th{
	height: 40px;
	text-align: center;
	vertical-align: middle;
	background: #eee;
	border: #CCC 1px solid;
	padding: 0 3px;
}

#PatchSee table img{
	width: 50%;
}

#PatchSee table th:first-child{
	width: 10%;
}

#PatchSee table th.lineup-img{
	vertical-align: top;
	padding-top: 30px;
	background: #FFF;
}

#PatchSee table td{
	text-align: center;
	vertical-align: middle;
	border: #CCC 1px solid;
}

#PatchSee table td .color-text{
	color: #FFF;
}

#PatchSee .lineup06-text{
	margin-top: -50px;
}

@media only screen and (min-width: 768px) {
  #PatchSee table img{
	width: auto;
  }

  #PatchSee table th:first-child{
	width: 50px !Important;
  }
  #PatchSee #lineup06 th.lineup-img{
	padding-top: 0;
  }
}

/* PFCS */
.icon{
       margin: 0 auto;
       text-align: center;
       }
table#pfcs{
	border: #CCC 1px solid !important;
	margin-bottom: 10px;
}

table#pfcs th{
	height: 40px;
	font-size: 1.4rem;
	text-align: center;
	color: #ffffff;
	font-weight: 600;
	vertical-align: middle;
	background: linear-gradient(135deg, #007ac5, #1a1e80);
	border: #CCC 1px solid !important;
	width: 20%;
}
table#pfcs td{
	text-align: center;
	vertical-align: middle;
	border: #CCC 1px solid;
	background: #ffffff;
}

/* -------------------------------- 

2カラム

-------------------------------- */
#case .column {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  margin-right: 10px;
  margin-bottom: 40px;
  margin-left: 10px;
}
#case .column-img {
  width: 60%;
}
#case .column-img img {
  width: 100%;
}

#case .column-texts {
  box-sizing: border-box;
  padding-bottom: 40px;
  width: 42%;
}

@media screen and (max-width: 767px) {
#case .column {
    flex-direction: column;
  }
#case .column--reserve {
    flex-direction: column-reverse;
  }
#case .column-img {
    width: 100%;
  }

#case .column-texts {
    width: 100%;
    padding:10px 0;
    margin:0 auto;
    }

}

/* -------------------------------- 

2カラム

-------------------------------- */
.column {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  margin-right: 10px;
  margin-bottom: 40px;
  margin-left: 10px;
}
.column-img {
  width: 40%;
  text-align: center;
}
.column-img img {
  width: 100%;
}
.column-text {
  box-sizing: border-box;
  padding-bottom: 40px;
  margin-top: 5px;
}

.icon img{
           width: 100%;
           }

#dc-solution .icon img{
           width: 100%;
           }

@media screen and (max-width: 768px) {
  .column {
    flex-direction: column;
  }
  .column--reserve {
    flex-direction: column-reverse;
  }
  .column-img {
    width: 100%;
  }
  .column-texts {
    width: 100%;
    padding:10px 0;
    margin:0 auto;
  }
  .icon{
         margin: 0 auto;
         text-align: center;
         }
         
#dc-solution  .icon img{
           width: 100%;
           }
  .column-img img {
  width: 80%;
}
  .icon img{
           width: 60%;
           }
}

#assembly table .table-title{
       width: 160px;
       background:#ccc;
       border-bottom: 1px solid #ffffff;
       padding:7px;
       font-weight: 500;
       font-size: 16px;
       }

#assembly table td{
      font-size: 16px;
      text-align: center;
      }
      
#assembly table .td-bottom{
      font-size: 16px;
      border-bottom: 1px solid #ccc;
      }

@media screen and (max-width: 768px) {
  table .assembly-table{
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

#assembly table td{
      font-size: 14px;
      text-align: center;
      }

#assembly table .td-bottom{
      border-bottom: 1px solid #ccc;
      font-size: 14px;
      }

#assembly table .table-title{
       width: 150px;
       background:#ccc;
       border-bottom: 1px solid #ffffff;
       padding:10px;
       font-weight: 500;
       font-size: 14px;
       }
       }
/* iframe */
.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

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

.iframeWrap {
     position: relative;
     padding-bottom: 56.25%;
     height: 0;
     overflow: hidden;
}

.iframeWrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

@media screen and (max-width: 768px) {
.iframeWrap {
     position: relative;
     padding-bottom: 56.25%;
     height: 0;
     overflow: hidden;
}

.iframeWrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
}

.specsheet-text{
                  border:1px solid #ccc;
                  padding: 20px;
                  text-align: center;
                  font-weight: 500;
                  }