/* スライド画像 */
.cd-hero-slider li:first-of-type {
  background-color: #2c343b;
  background-image: url(../img/top.jpg);
}

#contents .cd-hero-slider h1 {
    padding-top: 0px; 
    font-weight: 600;
    color: #ffffff;
    font-size: 32px;
    text-shadow: 0px 1px 9px #3E3A39;
    margin-bottom: 10px;
    line-height: 35px;
    }
    
/*h2のサブタイトル*/
.top-sub{
   font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    text-shadow: 0px 1px 10px #000000;
    line-height: 30px;
    margin-bottom: 0px;
    margin-top: 100px;
    }
    
@media only screen and (min-width: 768px) {
#contents .cd-hero-slider h1 {
    padding-top: 0px; 
    font-weight: 600;
    color: #ffffff;
    font-size: 40px;
    text-shadow: 0px 1px 9px #3E3A39;
    margin-bottom: 10px;
    line-height: 45px;
    }
.top-sub{
   font-size: 23px;
    font-weight: 600;
    color: #ffffff;
    text-shadow: 0px 1px 10px #00215d;
    line-height: 30px;
    margin-bottom: 0px;
    margin-top: 100px;
    }
    }
    
/*バナー*/
.cd-bg-1 {
  background-image: url("../img/6-s.jpg");
  background-size: cover;
  background-position: center;
  height: 100px;
  margin-bottom:30px;
}

/*enterprise */
.cd-bg-2 {
  background-image: url("../../img/enterprise.jpg");
  background-size: cover;
  background-position: center;
  height: 100px;
  margin-bottom:30px;
  border-radius:15px;
}
/*リモートI/O */
.cd-bg-4 {
  background-image: url("../../img/io.jpg");
  background-size: cover;
  background-position: center;
  height: 100px;
  margin-bottom:30px;
  border-radius:15px;
}

@media only screen and (min-width: 768px) {
.cd-bg-1 {
  background-image: url("../img/6.jpg");
  background-size: cover;
  background-position: center;
  height: 200px;
  max-width: 1100px;
  margin:0 auto;
  margin-bottom: 30px;
}

.cd-bg-1:hover {
  opacity: 0.8;
  transition-duration: 0.3s;
}
.cd-bg-2:hover {
  opacity: 0.8;
  transition-duration: 0.3s;
}
.cd-bg-4:hover {
  opacity: 0.8;
  transition-duration: 0.3s;
}

.cd-bg-2{
  background-image: url("../../img/enterprise.jpg");
  background-size: cover;
  background-position: center;
  height: 200px;
  max-width: 1100px;
  margin:0 auto;
  margin-bottom: 30px;
  margin-top:20px;
  border-radius:15px;
}

.cd-bg-4{
  background-image: url("../../img/io.jpg");
  background-size: cover;
  background-position: center;
  height: 200px;
  max-width: 1100px;
  margin:0 auto;
  margin-bottom: 30px;
  margin-top:20px;
  border-radius:15px;
}
}

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


/* バナータイトル */
.banner-title{
    font-weight:600;
    font-size:18px;
  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;
  padding-left:30px;
  margin-top:-60px;
  }
  }
  

/*h3 */

.solution-title{
            text-align: center;
            font-weight: bold;
            font-size:20px;
            margin:0px 0px 20px 0px;
            line-height: 28px;
            }

.solution-title2{
            text-align: center;
            font-weight: bold;
            font-size:27px;
            margin:30px 0px 10px 0px ;
            line-height: 27px;
            }

@media only screen and (min-width: 768px)  {
.solution-title{
            text-align: center;
            font-weight: bold;
            font-size:25px;
            margin:50px 20px 30px 20px;
            line-height: 33px;
            }

.solution-title2{
            text-align: center;
            font-weight: bold;
            font-size:35px;
            margin:50px 20px -40px 0;
            line-height: 33px;
            }
            }

/* 2カラム(白） */

.column_inbox-3{
              height:auto;
              width:100%;
              margin:0 auto;
              border:0px solid #ccc;
              background-color: #ffffff;
              
}

.column_inbox-2{
              height:auto;
              width:100%;
              margin:0 auto;
              border:0px solid #ccc;
              background-color: #ffffff;
              overflow-y: scroll;
             -ms-overflow-style: none;    /* IE, Edge 対応 */
              scrollbar-width: none;
}

.column_inbox-2::-webkit-scrollbar {  /* Chrome, Safari 対応 */
        display:none;
    }

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

.column_inbox{
              width:auto;
              display: table-cell;
              height:auto;
              margin:0 auto;
              background-color: #ffffff;
} 

.column_inbox-2{
              width:auto;
              display: table-cell;
              height:auto;
              margin:0 auto;
              vertical-align:middle;
              background-color: #ffffff;
              overflow-y: scroll;
             -ms-overflow-style: none;    /* IE, Edge 対応 */
              scrollbar-width: none;
}

.column_inbox-2::-webkit-scrollbar {  /* Chrome, Safari 対応 */
        display:none;
    }

.column_inbox-3{
              width:auto;
              display: table-cell;
              height:auto;
              margin:0 auto;
              vertical-align:middle;
              background-color: #ffffff;
} 

.column_inbox-3 p{
             color:#595757;
             line-height: 30px;
             font-size:16px;
             }
} 


.about-box{
              width:100%;
              height:auto;
              border: 0px solid #dddddd;
              margin: 0 auto;
              margin-bottom:20px;
}

.product-box{
              margin:0 auto;
              border:1 solid #ccc;
}

@media only screen and (min-width: 768px) {
.product-box{
              width:90%;
              margin:0 auto;
}
}

/* -------------------------------- 
グレーカラム
右ボックス
vertical-align:middle
-------------------------------- */

.columnr-g_inbox{
              width:100%;
              background-color:#F5F5F5;

} 


@media only screen and (min-width: 768px)  {
.columnr-g_inbox{
	          display: table-cell;
              width:50%;
              height:auto;
              margin:0 auto;
              background-color:#F5F5F5;
              vertical-align:middle;
              margin-top:20px;
              
}
}

/* -------------------------------- 
グレーカラム
タイトル
-------------------------------- */

.g-title{
    width: 100%;
    font-size: 1.8rem;
    color: #586775;
    font-weight: bold;
    line-height: 1.4em;
    border-bottom: 1px dotted;
    margin: 20px 0 10px 0;
    padding: 20px;
    }

@media only screen and (min-width: 768px)  {
.g-title{
     font-size: 20px;
    margin: 0 0 10px 0;
    padding-bottom: 10px;
    line-height: 30px;
    clear: both;
}
}

/* -------------------------------- 
テーブル
-------------------------------- */

.table03{
  width: 100%;
  height: auto;
  font-size: 1.4rem;
  margin: 0 auto;
  table-layout: fixed;
  margin-top:30px;
  margin-bottom: 50px;
}

.table03 th{
	width: 20%;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	background: #0F78B1;
	border:1px solid #ccc;
	color: #ffffff;
	font-weight: 700;
	font-size: 18px;
	
}

.table03 th.pd-name{
	font-weight: 700;
	vertical-align: middle;
	background: #eee;
	color: #595757;
	text-align: left;
	padding:5px 10px;
	font-size:14px;
	width:20%;
	line-height: 20px;
}

.table03 td{
	padding: 10px;
	text-align: left;
	vertical-align: middle;
	border:1px solid #ccc;
	word-break: break-all;
}



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

.table03 th{
	width: 130px;
	padding: 20px;
	
}

.table03 th.pd-name{
	width:20%;
	font-size:16px;
}


.table03 td{
	padding: 5px;
	background-color: #ffffff;
	font-size:16px;
}
}

/*-------------------------------- 
ボタン
-------------------------------- */

.button {
  width: 220px;
  margin:0 auto;
  padding: 20px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  border: 0;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
  color: #ffffff;
  border-radius: 3px;
  background-color: #0F78B1;
  transition: background-color 0.5s;
}

.button:hover {
  background-color: #bfd72f;
}

.button a{
    color: #ffffff;
    text-decoration: none;
    }

/* グレーバック */
.gray-bg{
        width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #F5F5F5;
    padding: 0 20px 0px 20px;
}

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

.gray-bg{
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #F5F5F5;
    margin-top: 0px;
    padding: 30px 30px 30px 30px; 
        
}}

/* -------------------------------- 
グレーカラム
右ボックス
vertical-align:middle
-------------------------------- */
.columnr-g_inbox ul{
              line-height: 20px;
              padding:20px 0 20px 20px;
              }
              
.columnr-g_inbox li{
              list-style: circle;
              margin:10px 30px 10px 40px;
              font-size:14px;
              }  

@media only screen and (min-width: 768px)  {
.columnr-g_inbox ul{
              line-height: 30px;
              }
              
.columnr-g_inbox li{
              list-style: circle;
              margin:0 0 5px 20px;
              font-size:16px;
              font-weight: 600;
              line-height: 27px;
              }              
              }


/*ブルーバック */

.blue{
         width:100%;
         height:auto;
         background-color:#295098;
         clear:both;
         padding-bottom: 15px;
         margin-top: 30px;
         }
}

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

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

/* -------------------------------- 
白タイトル
-------------------------------- */

.w-title{
            text-align: center;
            font-weight: bold;
            font-size:20px;
            margin:0 20px 20px 20px;
            line-height: 27px;
            color: #ffffff;
            padding-top:30px;
            text-shadow: 0px 1px 10px #00215d;
            }

@media only screen and (min-width: 768px)  {
.w-title{
            text-align: center;
            font-weight: bold;
            font-size:30px;
            margin:50px 20px;
            line-height: 33px;
            color: #ffffff;
            text-shadow: 0px 1px 10px #00215d;
            padding-top: 50px;
            }
            }

/* -------------------------------- 
白カラム
table右ボックス
-------------------------------- */

.columnr-r_inbox{
              width:100%;
              background-color:#ffffff;
} 

.columnr-r_inbox img{
     width:90%;
     margin-bottom:30px;
}

@media only screen and (min-width: 480px)  {
.columnr-r_inbox img{
     width:60%;
     margin:0 auto;
     text-align: center;
}
}

@media only screen and (min-width: 768px)  {
.columnr-r_inbox{
	          display: table-cell;
              width:50%;
              height:auto;
              margin:0 auto;
              background-color:#ffffff;
              vertical-align: middle;
              
}

.columnr-r_inbox img{
     width:80%;
     margin:0 auto;
     text-align: center;
}
}


h4{ margin-top: 30px;}
@media only screen and (min-width: 768px)  {
h4{ margin-top: 0px;}}

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

動画
-------------------------------- */
.youtube{
    width:auto;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 50px;
    margin-top:50px;
    border:15px solid #ccc;
 }
    
.youtube iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-inner{
   width:90%;
   margin:0 auto;
   }

@media only screen and (min-width: 768px) {  
.video-inner{
   width:60%;
   margin:0 auto;
   }
}

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

資料ダウンロード

-------------------------------- */
.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: 10px;
  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;margin: 0 0 40px 0;background-color: #ffffff;}

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


/* 改行*/
@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;
            }
            }
/*-------------------------------------------*/
.main-text{
            margin:20px 0;
            line-height: 1.7em;
            }

@media only screen and (min-width: 768px)  {
.main-text{
            margin:20px;
            line-height: 1.7em;
            } 
            }

/* col */
.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 {
	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: 768px) {
	.col {
		width: 100% !important;
		margin-left: 0 !important;
		clear: none !important;
	}
	}
/* 関連製品 2カラム */
.flex-product {
  display: flex;
  width: auto;
  border:1px solid #ccc;
  margin-top: 30px;
  background-color: #ffffff;
  }

.flex-product .item1 {
  flex: 0 0 170px;
  margin-right: 10px;
  background-color: #ffffff;
}

.flex-product .item2 {
  flex: 1;
  padding-right: 10px;
}

.flex-product-title{
  font-size: 14px;
  font-weight: 600;
  background-color:#8EC926;
  color: #ffffff;
  margin:10px 0 0px 0;
  padding:5px;
  width: 50%;
  border-radius:3px;
  text-align: center;
  }

.flex-product-title-2{
  font-size: 15px;
  font-weight: 600;
  color:#0F78B1;
  padding:10px 0px 0px 10px;
  text-align: left;
  line-height: 23px;
}

@media only screen and (min-width: 768px) {
.flex-product {
  display: flex;
  width: auto;
  border:1px solid #ccc;
  margin-top: 30px;
  background-color: #ffffff;

}
.flex-product .item1 {
  flex: 0 0 170px;
  margin-right: 10px;
  background-color: #ffffff;
  
}
.flex-product .item2 {
  flex: 1;
  padding-right: 30px;
  padding-left: 30px;
}

.flex-product-title{
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  background-color:#8EC926;
  padding:10px;
  border-radius:3px;
  width: 20%;
  text-align: center;
  margin: 20px 0 10px 0;
}
}
@media only screen and (min-width: 530px) {

.flex-product-title-2{
  font-size: 20px;
  font-weight: 600;
  color:#586775;
  margin:10px 10px 0px 10px;
  text-align: left;
  line-height: 25px;
}
.flex-product-title-2 a:hover{
                         text-decoration: underline;
                         }
