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

Smart Data Center style

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

スライド画像

-------------------------------- */
.cd-hero-slider li:first-of-type {
  background-color: #2c343b;
  background-image: url("../../../assets/index/slide04_data-center-mobile.png");
}

#smart_detacenter #feature h3,
#smart_detacenter #main-functions h3 {
  width: 100%;
  font-size: 2.6rem;
  color: #0F78B1;
  font-weight: bold;
  line-height: 1.2em;
  border-bottom: 1px dotted;
  margin: 20px 0 10px 0;
  padding-bottom: 5px;
}

#smart_detacenter #main-functions h4 {
  width: 100%;
  font-size: 1.6rem;
  color: #0F78B1;
  font-weight: bold;
  line-height: 1.2em;
  margin: 20px 0 10px 0;
  padding-bottom: 5px; 
  border-bottom:none;
}

#smart_detacenter .merit-inbox div{
text-align: center;
}
.merit-inbox{
text-align: center;
margin: 0 auto;
}

@media only screen and (min-width: 768px)  {
.cd-hero-slider li:first-of-type {
  background-color: #2c343b;
  background-image: url("../../../assets/index/bg_sec05.jpg");
} 
}

/* title
-------------------------------- */
.top-title {
    font-size: 25px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 50px;
}
.title-25{
           font-size: 20px;
           font-weight: 600;
           line-height: 25px;
           }
.title-20{
           font-size: 18px;
           font-weight: 600;
           margin-top:10px;
           line-height: 20px;
           }
.title-22-l{
           font-size: 20px;
           font-weight: 600;
           margin-top:10px;
           line-height: 20px;
           text-align: left;
           border-bottom: 1px dotted #595757;
           padding:10px;
           }

@media only screen and (min-width: 768px) {
.top-title {
        font-size: 28px;
        text-align: center;
        font-weight: 600;
        margin-top: 50px;
        margin-bottom: 50px;
    }
.title-25{
           font-size: 25px;
           font-weight: 600;
           color:#586775;
           margin-top:30px;
           margin-bottom: 30px;
           padding-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;
           }
.title-22-l{
           font-size: 22px;
           font-weight: 600;
           color:#586775;
           margin-top:20px;
           line-height: 28px;
           border-bottom:1px dotted #595757;
           padding-bottom: 10px;
           text-align: left;
           margin-bottom: 20px;
           }}
.text-18-l{
      font-size:18px;
      color: #595757;
      text-align: left;
      font-weight: 600;
      line-height: 23px;
      margin: 15px 0;
      }

@media only screen and (min-width: 768px) {
.text-18-l{
      font-size:18px;
      color: #595757;
      text-align: left;
      font-weight: 600;
      line-height: 25px;
      margin:10px 0 20px 0;
      }
      }
.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: 0px;
}

.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;
        }
.line{
border:1px solid #ccc;
padding:0px 10px; 
background-color: #ffffff; 
margin: 50px 0 20px 0;
}
@media screen and (max-width: 500px) {
.line{
border:1px solid #ccc;
padding:0px 10px; 
background-color: #ffffff; 
margin: 50px 0 20px 0;
}
}
/* -------------------------------- 

関連記事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: 10px;
  width: 80%;
  padding: 20px 0px 0px 10px;
}
.text-bold-c {
    font-weight: 600;
    text-align: center;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 20px;
}

@media screen and (max-width: 500px) {
  .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;
  }
.text-bold-c {
        font-weight: 600;
        text-align: center;
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 20px;
    }
}

.line{
border:1px solid #ccc;
padding:0px 10px; 
background-color: #ffffff; 
margin: 50px 0 20px 0;
}
@media screen and (max-width: 500px) {
.line{
border:1px solid #ccc;
padding:0px 10px; 
background-color: #ffffff; 
margin: 50px 0 20px 0;
}
}
.line-text{ 
padding:10px 20px 0 20px; 
text-align: left;
}

#feature ul.list-style01 li span {
    color: #333;
    font-weight: 600;
}

#feature ul.list-style02 li span {
    color: #333;
    font-weight: 400;
}

@media only screen and (min-width: 768px) {
    .left-column img, .middle-column img {
        margin: 0 auto;
        text-align: center;
        width: 350px;
    }
    .middle-column {
            border:0px;
            }
}

/*注釈*/
.indent-1 {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 12px;
    text-align: left;
    margin-top: 30px;
}
@media only screen and (min-width: 768px) {
.indent-1 {
        padding-left: 1em;
        text-indent: -1em;
        font-size: 14px;
        text-align: left;
        margin-top: 30px;
    }
    }
/* 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%!important;
  }
  .column-texts {
    width: 100%;
    padding:10px 0;
    margin:0 auto;
  }
}