@charset "utf-8";
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}
article, header, footer, aside, figure, figcaption, nav, section {
  display: block;
}
body {
  position: relative;
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
ol, ul {
  list-style: none;
  list-style-type: none;
}
*,
*:before,
*:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.lp-06-wrapper a:hover {
  opacity: .5;
}

.news *,
.main-article__contents *{
  line-height: 1.5;
}

img {
  max-width: 100%;
  vertical-align: bottom!important; 
}
.sp_only{
  display: none;
}
.conts_inner{
  max-width: 1160px;
  margin: 0 auto;
}
sup{
  color:inherit;
  font-size:60%;
}
@media screen and (max-width:768px) {
  .pc_only{
    display: none;
  }
  .sp_only{
    display: block;
  }
  .conts_inner{
    width: 84%;
  }
}
/******************************************************************************
  TOP
******************************************************************************/

/*
.img-mv__contents--summary *:not(.img-mv__contents--summary--title){
  margin-bottom: 0;
}
.img-mv__contents--title h1{
  margin: 10px 0 0;
}
.img-mv__contents--title h1 img{
  width: 277px;
}
.img-mv__contents--summary{
  font-size: 14px;
}
*/
.img-mv__contents--title p,
.img-mv__contents--title h1 {
  font-weight: bold;
}
.img-mv__contents--summary p + p{
  margin: 20px 0 0;
}


/******************************************************************************
  ニュースリリース
******************************************************************************/
.news{
  /*
  max-width: 1160px;
  margin: 20px auto 22px;
  */
}
.news_inner{
  /*display: inline-block;*/
  padding: 8px 15px;
  border: 3px solid #edb73c;
}
.news_ttl{
  font-size: 18px;
  font-weight: bold;
}
.news a{
  color: #004386;
  text-decoration: underline;
}



/******************************************************************************
  本文共通
******************************************************************************/
.main-article{
  padding: 45px 0 0;
}
.main-article__contents{
  margin-top: 0;
}
/*
.main-article__contents--inner{
  padding: 0;
}
*/

.whiteBlock{
  padding: 0;
  border-radius: 10px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, .25);
  background: #fff;
}
.whiteBlock_inner{
  padding: 75px 50px;
}
.flexBlock{
  display: flex;
}

.h2__title{
  margin-bottom: 32px;
}
.h2__title--ja{
  margin: 30px 0 0;
  font-size: 30px;
}
.sectionPoint_heading{
  color: #004386;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
.bg_ttl{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 180px;
  background: url(/content/dam/nttcom/hq/jp/business/services/greennexcenter/img/ttl_circle.png) no-repeat center / 180px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.note_txt{
  font-size: 12px;
}

.img{
  margin-top: 45px;
}

.dotList_item{
  position: relative;
  padding-left: 1rem;
}
.dotList_item:before{
  content: "";
  position: absolute;
  top: .5rem;
  left: calc(.5rem - 4px);
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #000;
  border-radius: 50%;
}
@media screen and (min-width: 769px) {
  .main-article__contents--inner > section{
    padding-top: 60px;
  }
}
@media screen and (max-width:768px) {
  .main-article__contents--inner{
    padding: 0 30px 50px;
  }
  .main-article{
    padding-top: 50px;
  }

  .flexBlock{
    display: block;
  }

  .sectionPoint_heading{
    font-size: 20px;
  }
  .h2__title--ja{
    font-size: 22px;
    text-align: center;
  }
  .bg_ttl{
    width: 120px;
    height: 120px;
    background-size: contain;
    font-size: 15px;
  }
}




/******************************************************************************
  特長
******************************************************************************/
.merit_ttl{
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
.merit_block{
  margin: 50px 0 0;
  background: url(/content/dam/nttcom/hq/jp/business/services/greennexcenter/img/merit_bg-pc.png) no-repeat top center / 100%;
}
.merit_block .whiteBlock_inner:first-of-type{
  padding-bottom: 56px;
}
.merit_block .grade_ttl + .whiteBlock_inner{
  padding-top: 40px;
}

.pointList{
  display: flex;
  justify-content: space-between;
  margin: 35px auto 0;
  width:calc(100% - 80px);
}
.pointList_item{
  max-width: 240px;
}
.pointList_item h4{
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 20px;
  font-weight: 600;
}
.pointList_item h4 span{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin: 0 0 12px;
  border-radius: 50%;
  background: #004386;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}
.pointList_item p{
  margin: 10px 0 0;
}

.grade_ttl{
  padding: 17px 0;
  background: linear-gradient(0deg, #2cd5b6 34%, #29abe2 100%);
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}

.point_item{
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 150px;
  padding: 0 0 0 150px;
}
.point_item:nth-child(n + 2){
  margin-top: 50px;
}
.point_heading{
  position: unset;
  font-size: 22px;
  font-weight: bold;
}
.point_heading span{
  position: absolute;
  top: calc(50% - 75px);
  left: 0;
  width: 110px;
}
.point_txt{
  margin: 11px 0 0;
}
.point_txt + .note_txt{
  margin: 10px 0 0;
}
@media screen and (max-width:768px) {
  .merit_ttl{
    font-size: 25px;
    text-align: left;
    line-height: 1.65;
  }
  .merit_block{
    margin-top: 90px;
    background: url(/content/dam/nttcom/hq/jp/business/services/greennexcenter/img/merit_bg-sp.png) no-repeat top center / 100%;
  }
  .merit_block .whiteBlock_inner:first-of-type{
    padding: 33px 15px;
  }
  .merit_block .grade_ttl + .whiteBlock_inner{
    padding: 40px 20px;
  }

  .grade_ttl{
    padding: 18px 5px;
    font-size: 24px;
  }

  .pointList{
    display: block;
    width:100%;
  }
  .pointList_item{
    /*max-width: max-content;*/
    max-width:100%;
    margin: 0 22px;
  }
  .pointList_item:nth-child(n + 2){
    margin-top: 35px;
  }


  .point_item{
    min-height: auto;
    display: block;
    padding: 0;
  }
  .point_item:nth-child(n + 2){
    margin-top: 36px;
  }
  .point_heading{
    font-size: 18px;
  }
  .point_heading span{
    position: relative;
    top: auto;
    left: auto;
    display: block;
    width: 100%;
    margin-bottom: 22px;
    text-align: center;
  }
  .point_heading span img{
    width: 52px;
  }



}



/******************************************************************************
  活用例
******************************************************************************/
.usageList{
  font-size: 20px;
}
.usageList_item{
  font-weight: 600;
}
.usageList_item:nth-child(n + 2){
  margin-top: 10px;
}
.usage .usage_top{
  position: relative;
  margin: 30px 0 0;
}
.usage .usage_top:before{
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  border-style: solid;
  border-top: 30px solid #2cd5b6;
  border-right: 46px solid transparent;
  border-bottom: 0;
  border-left: 46px solid transparent;
}
.usage .whiteBlock_inner{
  padding: 30px 42px;
}
.usage .usage_top .flexBlock{
  align-items: center;
}
.usagePoint_ttl{
  width: 116px;
}
.usagePointList{
  width: calc(100% - 116px);
  padding-left: 40px;
}
.usagePointList_item{
  font-weight: bold;
  font-size: 18px;
}
.usagePointList .dotList_item{
  padding-left: 30px;
}
.usagePointList_item.dotList_item:before{
  top: calc(1rem - 10px);
  left: calc(.5rem - 6px);
  width: 16px;
  height: 16px;
  background: #2cd5b6;
}
@media screen and (max-width:768px) {
  .usageList{
    font-size: 18px;
  }

  .usage .whiteBlock_inner{
    padding: 23px 18px;
  }
  .usagePoint_ttl{
    width: 87px;
    margin: 0 auto;
  }
  .usagePointList{
    width: 100%;
    margin-top: 18px;
    padding-left: 0;
  }
  .usagePointList_item:nth-child(n + 2){
    margin-top: 15px;
  }
  .usagePointList .dotList_item{
    padding-left: 26px;
    font-size: 16px;
  }


}


.whiteBlock + .sectionPoint_heading{
  margin: 70px 0 0;
}
@media screen and (max-width:768px) {
  .whiteBlock + .sectionPoint_heading{
    margin-top: 54px;
  }
}


.consultList{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px 0 0;
}
.consultList_item{
  display: flex;
  width: calc(50% - 28px);
}
.consultList_item:nth-child(n + 3){
  margin-top: 30px;
}
.consultList_img{
  width: 60px;
}
.consultList_detail{
  width: calc(100% - 60px);
  padding-left: 20px;
}
.consultList_ttl{
  margin: 0;
  font-weight: bold;
}
.consultList_detail p{
  font-size: 15px;
}

.usage_bottom{
  margin: 32px 0 0;
}
.usage_bottom p{
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.usage_bottom span{
  color: #004386;
  font-weight: 600;
}
@media screen and (max-width:768px) {
  .consultList{
    display: block;
  }
  .consultList_item{
    width: 100%;
  }
  .consultList_item:nth-child(n + 2){
    margin-top: 32px;
  }
}



/******************************************************************************
  液冷方式とは
******************************************************************************/
.what .whiteBlock{
  margin: 80px 0 0;
}
.what .whiteBlock_inner{
  padding: 32px 58px;
}
.what .flexBlock{
  margin: 20px 0 0;
}
.what .flexBlock .img{
  margin: 0;
  width: 130px;
}
.what .flexBlock .txt{
  width: calc(100% - 130px);
  padding-left: 42px;
}
.what .whiteBlock h3{
  font-size: 26px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width:768px) {
  .what .whiteBlock h3{
    font-size: 20px;
  }
  .what .whiteBlock_inner{
    padding: 13px 19px;
  }
  .what .flexBlock{
    margin-top: 16px;
  }
  .what .flexBlock .img{
    width: 80px;
    margin: 0 auto;
  }
  .what .flexBlock .txt{
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}




/******************************************************************************
  環境配慮
******************************************************************************/
.eco .img{
  max-width: 695px;
  margin: 52px auto 0;
}
.ecoList{
  display: flex;
  justify-content: space-between;
  margin: 55px 0 0;
}
.ecoList_item{
  width: calc(50% - 30px);
  font-weight: bold;
}
.ecoList_ttl{
  font-size: 20px;
  font-weight: bold;
}
.ecoList_ttl + .txt{
  margin: 10px 0 0;
}
@media screen and (max-width:768px) {
  .eco .img{
    margin-top: 36px;
  }
  .ecoList{
    display: block;
    margin-top: 30px;
  }
  .ecoList_item{
    width: 100%;
  }
  .ecoList_item:nth-child(n + 2){
    margin-top: 30px;
  }
  .ecoList_ttl{
    font-size: 16px;
  }
}

/******************************************************************************
  お役立ちコラム リスト
******************************************************************************/
.column_list{
  list-style-type: disc;
  line-height:1.5;
  margin:0 0 0 1.3em;
}
.column_list li{
  margin:0 0 1em 0;
}
.column_list li:last-child{
  margin:0;
}
.column_list li a{
  color: #004386;
  text-decoration: underline;
}
.column_list li a:hover{
  color: #004386;
  text-decoration: none;
}