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

Product style

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

#smart_network #sec01 h3{
width: 100%;
  color: #0F78B1;
  font-weight: bold;
  line-height: 1.2em;
  border-bottom: 1px dotted;
  margin: 20px 0 10px 0;
  padding-bottom: 5px;
}


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

スライド画像

-------------------------------- */
.cd-hero-slider li:first-of-type {
  background-color: #2c343b;
  background-image: url(../../../assets/index/slide05_network.jpg);
}

.cd-hero-slider li.selected p {
  line-height: 25px;
  }

@media only screen and (min-width: 768px) {
.cd-hero-slider li.selected p {
  line-height: 30px;
  }
  }

h4{
	text-align: center;
	margin-top: -10px;
}

/*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;
	}}
/* マーカー＋太字 */
.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;
            }
            }
/* 太字 */
.bold-text{
            text-align: left;
            font-weight: 600;
            margin-bottom:20px;
            line-height: 20px;
            }

@media only screen and (min-width: 768px)  {
.bold-text{
            font-weight: 600;
            margin-bottom:30px;
            }
.title-25{
           font-size: 20px;
           font-weight: 600;
           }
.title-20{
           font-size: 18px;
           font-weight: 600;
           margin-top:10px;
           line-height: 20px;
           text-align: center;
           }
.title-20-2{
           font-size: 18px;
           font-weight: 600;
           margin-top:-25px;
           line-height: 20px;
           color: rgba(5,62,98,0.5);
           }
.en{ font-size:16px;
     text-align: center;
     font-weight:600;
     color: rgba(5,62,98,0.3);
     margin: 10px 0;}
     
@media only screen and (min-width: 768px) {
.title-25{
           font-size: 25px;
           font-weight: 600;
           color:#586775;
           margin-top:0px;
           margin-bottom: 30px;
           }
.title-20{
           font-size: 20px;
           font-weight: 600;
           color:#586775;
           margin-top:20px;
           line-height: 28px;
           border:0px;
           margin-bottom:0px;
           padding:0px;
           text-align: center;
           }
.title-20-2{
           font-size: 20px;
           font-weight: 600;
           line-height: 28px;
           border:0px;
           margin-top:-25px;
           color: rgba(5,62,98,0.5);
           }
           }
.en{ font-size:18px;
     text-align: center;
     font-weight:600;
     color: rgba(5,62,98,0.3);
    margin: 0 0 20px 0;}}
    
/*en*/
#product h4{
	text-align: center;
	margin-top: -10px;
	padding-bottom: 20px;
}

@media only screen and (min-width: 768px) {
#product h4{
	text-align: center;
	margin-top: -10px;
	min-height: 125px;
}
}

.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: 27px;
}

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

.mgt50{
        margin-top: 15px;
        }
@media only screen and (min-width: 768px) {
.mgt50{
        margin-top: 50px;
        }
        }
.mgt30{
        margin-top: 30px;
        }
        
