/* Cabling style */

.cd-hero-slider li:first-of-type {
  background-color: #2c343b;
  background-image: url(../img/top.jpg);
}
/* -------------------------------- 
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;
} 
 }

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

.cd-bg-2 {
  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;
}

@media only screen and (min-width: 768px) {
.sub-title{
            font-size: 20px;
            padding:20px;
            text-align: center;
            }
            
/*バナー */
.cd-bg-2 {
  background-image: url("../img/banner.jpg");
  background-size: cover;
  background-position: center;
  height: 200px;
  margin-bottom:30px;
  display: flex;
  color: #ffffff;
  padding: 0 20px;
}
}

/*バナータイトル */
.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:0px;
  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;
    display: flex;
    align-items:center;
  }
  }
  .yazirusi {
              display: none;
              }
@media only screen and (min-width: 768px) {
.yazirusi {
  display: flex;
  margin-top: 5px;
} 
.yazirusi::after {
  content: '';
  width: 70px;
  height: 15px;
  border-bottom: solid 1px;
  border-right: solid 1px;
  transform: skew(45deg);
}
}

/* グレーバック */

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


/*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;
	}}

/* 改行*/
@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;
            }
            }
  
/*バナータイトル */
.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;
  }
  }

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;
  }
}
/* -------------------------------- 

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

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

  .column-img img {
  width: 80%;
}
  .icon img{
           width: 60%;
           }
}

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

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

.heading-25 {
	position: relative;
	padding-top: 30px;
	font-size: 20px;
	border-bottom: 1px solid rgba(5,62,98,1);
	padding-bottom: 10px;
}

.heading-25 span {
	position: relative;
	z-index: 2;
	font-size: 22px;
	font-weight: 700;
	padding-left: 0em;
	color: #595757;
	line-height: 25px;
}

.heading-25::before {
	content: attr(data-number);
	position: absolute;
	top: -20px;
	left: 0;
	color: rgba(5,62,98,0.2);
	font-size: 45px;
	text-transform: uppercase;
	z-index: 1;
	font-weight: 400;
}
@media only screen and (min-width: 768px){
.heading-25 {
	position: relative;
	padding-top: 30px;
	font-size: 20px;
	border-bottom: 1px solid rgba(5,62,98,1);
	padding-bottom: 10px;
}

.heading-25 span {
	position: relative;
	z-index: 2;
	font-size: 25px;
	font-weight: 700;
	padding-left: 0em;
	color: #595757;
	line-height: 30px;
}

.heading-25::before {
	content: attr(data-number);
	position: absolute;
	top: -40px;
	left: 0;
	color: rgba(5,62,98,0.2);
	font-size: 70px;
	text-transform: uppercase;
	z-index: 1;
	font-weight: 400;
}}

.mgt30{
        margin-top: 30px;
        }
.mgt50{
        margin-top: 50px;
        }
        
.title-25 {
    width: 100%;
    font-size: 2.0rem;
    color: #595757;
    font-weight: bold;
    line-height: 1.2em;
    border-bottom: 0px dotted;
    margin: 20px 0 30px 0;
    padding-bottom: 20px;
    padding-left: 0px;
}        
@media only screen and (min-width: 768px) {
    .title-25 {
        font-size: 2.5rem;
        margin: 30px 0;
        padding-bottom: 10px;
        line-height: 35px;
    }
}

.border-line{
              display: block;
              border-top:1px solid #ccc;
              }
.clumun-line{
              border-top:1px dotted;
              border-bottom:1px dotted;
              width: 100%;
              height: auto;
              margin: 0 auto;
              overflow: hidden;
              padding:30px 0;
              margin-bottom: 30px;
              margin-top: 30px;
              }
.specsheet-text {
    border: 1px solid #ccc;
    padding: 20px;
    text-align: center;
    font-weight: 500;
}