@charset "UTF-8";
/*!
 * Smart Data Platform
*/
/* =========================================================
 * ページ独自部分
 * @ PAGE ORIGINAL
 * ====================================================== */
body {
	background-image: none;
  color: #1A2229;
}
img{
  max-width: 100%;
  vertical-align: bottom;
}
a:hover{
  transition: all .25s;
}
*, * :after, * :before{
  box-sizing: border-box;
}
h1,h2,h3,h4,h5{
  color: #1A2229;
}

.pc_only{
	display:block;
}
.tb_above{/*PCとタブレット*/
	display:block;
}
.tb_below{/*SPとタブレット*/
	display:none;
}
.sp_only{
	display:none;
}
@media screen and (max-width: 768px) {
	.pc_only{
		display:none;
	}
	.tb_above{/*PCとタブレット*/
		display:block;
	}
	.tb_below{/*SPとタブレット*/
		display:block;
	}
	.sp_only{
		display:none;
	}
}
@media screen and (max-width: 480px) {
	.pc_only{
		display:none;
	}
	.tb_above{/*PCとタブレット*/
		display:none;
	}
	.tb_below{/*SPとタブレット*/
		display:block;
	}
	.sp_only{
		display:block;
	}
}

ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

.conts-block{
  margin: 150px 0 0;
}
.conts-inner{
  width: 1000px;
  margin: 0 auto;
}

.sdpf-heading{
  position: relative;
  margin: 0;
  padding-bottom: 27px;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.sdpf-heading::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 15px);
  display: inline-block;
  width: 37px;
  height: 4px;
  background: url(/content/dam/nttcom/hq/jp/business/sdpf/img/primary_heading_line.png) no-repeat center / 100%;
}
.sdpf-heading span{
  font-size: 32px;
}

.sdpf-top-txt{
  margin: 40px 0 0;
  text-align: center;
}
.sdpf-top-txt + .sdpf-top-txt{
  margin-top: 0;
}

.btn-box{
  margin: 80px 0 0;
  text-align: center;
}

.primary-btn{
  position: relative;
  display: inline-block;
  width: 300px;
  padding: 17px 42px;
  border-radius: 100vh;
  box-shadow: 0 6px 20px 0 rgba(26, 34, 41, .1);
  background: #fff;
  color: #1A2229!important;
  font-size: 16px;
  font-weight: bold;
}
.primary-btn::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(/content/dam/nttcom/hq/jp/business/sdpf/img/icon_arw-r.png) no-repeat center / 100%;
}
.primary-btn:hover{
  box-shadow: 0 6px 20px 0 rgba(26, 34, 41, .3);
  color: #0094D1!important;
}
.primary-btn:hover::after{
  transition: all .25s;
  right: 20px;
}
.primary-btn-red{
  background: #CA0C3E;
  color: #fff!important;
}
.primary-btn-red::after{
  background: url(/content/dam/nttcom/hq/jp/business/sdpf/img/icon_arw-r-w.png) no-repeat center / 100%;
}
.primary-btn-red:hover{
  background: #D85376;
  color: #fff!important;
}

@media screen and (max-width: 768px) {
  .conts-block{
    margin-top: 90px;
  }
  .conts-inner{
    width: 84vw;
  }
  
  .sdpf-heading{
    font-size: 26px;
  }
  .sdpf-heading span{
    font-size: 24px;
  }
  .sdpf-heading::after{
    width: 30px;
  }

  .btn-box{
    margin-top: 60px;
  }

  .primary-btn{
    padding: 14px 42px;
    font-size: 14px;
  }

  .sdpf-top-txt{
    margin-top: 28px;
    font-size: 14px;
  }
  .sdpf-top-txt + .sdpf-top-txt{
    margin-top: 15px;
  }

}



/* -----------------------------------------------
 * Smart Data Platform とは
 * -------------------------------------------- */
.conts-block.about{
  margin-top: 0;
}
.about-top{
  padding-top: 140px;
  background: linear-gradient(to bottom, rgba(0, 148, 209, .05), rgb(255 255 255));
}
.about-info{
  margin: 70px 0 0;
  text-align: center;
}

.about-info .info-ttl{
  font-size: 28px;
  font-weight: bold;
  line-height: 1.6;
}
.about-info .info-txt{
  margin: 45px 0 0;
  font-size: 16px;
  line-height: 2;
}

.about-figure .figure-inner{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1000px;
  height: 487px;
  margin: 110px auto 0;
}
.about-figure .figure-center{
  position: relative;
  margin-bottom: 45px;
}
.about-figure .figure-center .center-circle{
  position: relative;
}
.about-figure .figure-center .center-circle span{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 140px;
  padding-top: 12px;
  border-radius: 50%;
  background: #1A2229;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  z-index: 10;
}
.about-figure .figure-center .center-text{
  position: absolute;
  width: 100px;
  color: #0094D1;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.about-figure .figure-center .center-text01{
  top: -48px;
  left: 50%;
  transform: translateX(-50%);
}
.about-figure .figure-center .center-text02{
  right: -60px;
  bottom: -47px;
}
.about-figure .figure-center .center-text03{
  bottom: -47px;
  left: -60px;
}

.about-figure .figure-item{
  position: absolute;
  width: 350px;
}
.about-figure .figure-item .item-top{
  display: flex;
  align-items: center;
}
.about-figure .figure-item .item-top .top-img{
  width: 60px;
  height: 60px;
}
.about-figure .figure-item .item-top .top-note{
  margin-left: 20px;
}
.about-figure .figure-item .item-top .top-note .note-sub{
  color: #ABB7C1;
  font-size: 12px;
  font-weight: bold;
}
.about-figure .figure-item .item-top .top-note .note-main{
  margin: 7px 0 0;
  font-size: 20px;
  font-weight: bold;
}
.about-figure .figure-item .item-top .top-note .note-txt{
  margin-top: 3px;
  font-size: 14px;
}
.about-figure .figure-item .item-tag{
  display: flex;
  align-items: center;
  margin: 15px 0 0 80px;
}
.about-figure .figure-item .item-tag + .item-tag{
  margin-top: 8px;
}
.about-figure .figure-item .item-tag .tag{
  margin-right: 10px;
  padding: 8px 20px;
  border-radius: 100vh;
  background: rgba(96,110,121,.8);
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
}

.about-figure .figure-item01{
  top: 0;
  right: 100px;
}
.about-figure .figure-item02{
  bottom: 129px;
  right: -20px;
}
.about-figure .figure-item03{
  bottom: 0;
  left: calc(50% - -46px);
  transform: translateX(-50%);
}
.about-figure .figure-item03 .item-tag{
  margin-left: -6px;
}
.about-figure .figure-item04{
  bottom: 129px;
  left: -20px;
}
.about-figure .figure-item05{
  top: 0;
  left: 100px;
}
.about-figure .figure-item04 .item-top,
.about-figure .figure-item05 .item-top{
  justify-content: flex-end;
}
.about-figure .figure-item04 .item-top .top-note,
.about-figure .figure-item05 .item-top .top-note{
  margin-left: 0;
  margin-right: 20px;
  text-align: right;
}
.about-figure .figure-item04 .item-tag,
.about-figure .figure-item05 .item-tag{
  justify-content: flex-end;
  margin-right: 80px;
  margin-left: 0;
}
.about-figure .figure-item04 .item-tag .tag,
.about-figure .figure-item05 .item-tag .tag{
  margin-right: 0;
  margin-left: 10px;
}

/* アニメーション設定 */
.fadeIn .center-circle::after{
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: inline-block;
  aspect-ratio: 1 / 1;
  background: radial-gradient(circle, rgb(0, 148, 209), rgba(0, 148, 209, 0))!important;
  border-radius: 50%;
  filter: blur(50px);
  width: min(100%, 300px);
  animation-name: fadeInAnime;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.fadeIn-item{
  opacity: 0;
}

/* アニメーションスタートの遅延時間を決めるCSS*/
.fadeIn .fadeIn-item {
  animation-name:fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode:forwards;
  opacity: 0;
}
.figure-item01{
  animation-delay: 1.5s;
}
.figure-item02{
  animation-delay: 1.9s;
}
.figure-item03{
  animation-delay: 2.3s;
}
.figure-item04{
  animation-delay: 2.7s;
}
.figure-item05{
  animation-delay: 3.1s;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .about-info{
    display: block;
    margin-top: 55px;
  }
  .about-info .info-ttl{
    margin: 0;
    font-size: 24px;
    text-align: center;
    line-height: 1.5;
  }
  .about-info .info-txt{
    margin: 30px 30px 0;
    font-size: 14px;
    text-align: left;
  }

  .about-figure{
    overflow-x: scroll;
  }
  .about-figure .figure-inner{
    width: 840px;
    height: 300px;
    margin-top: 92px;
  }
  .about-figure .figure-center{
    margin-bottom: 27px;
  }
  .about-figure .figure-center .center-circle span{
    width: 84px;
    height: 84px;
    font-size: 10px;
  }
  .about-figure .figure-center .center-text{
    font-size: 12px;
  }
  .about-figure .figure-center .center-text01{
    top: -30px;
  }
  .about-figure .figure-center .center-text02{
    right: -57px;
    bottom: -29px;
  }
  .about-figure .figure-center .center-text03{
    bottom: -29px;
    left: -54px;
  }

  .about-figure .figure-item{
    width: 290px;
  }
  .about-figure .figure-item .item-top .top-note{
    margin-left: 10px;
  }
  .about-figure .figure-item .item-top .top-note .note-sub{
    font-size: 10px;
  }
  .about-figure .figure-item .item-top .top-note .note-main{
    font-size: 12px;
  }
  .about-figure .figure-item .item-top .top-note .note-txt{
    font-size: 10px;
  }
  .about-figure .figure-item .item-top .top-img{
    width: 38px;
    height: 38px;
  }
  .about-figure .figure-item .item-tag{
    margin-top: 5px;
  }
  .about-figure .figure-item .item-tag .tag{
    padding: 5px 15px;
    font-size: 10px;
  }

  .about-figure .figure-item02{
    bottom: 55px;
    right: 27px;
  }
  .about-figure .figure-item04{
    bottom: 55px;
    left: 27px;
  }
  .about-figure .figure-item04 .item-tag,
  .about-figure .figure-item05 .item-tag{
    margin-right: 48px;
  }
  .about-figure .figure-item04 .item-top .top-note,
  .about-figure .figure-item05 .item-top .top-note{
    margin-right: 10px;
  }
}

/* ビジネス価値の創出 */
.about-worth{
  margin: 115px 0 0;
  text-align: center;
}
.about-worth .worth-ttl{
  margin: 0;
  font-size: 24px;
  font-weight: bold;
}
.about-worth .worth-list{
  display: flex;
  justify-content: center;
  margin: 38px 0 0;
  font-size: 16px;
  font-weight: bold;
}
.about-worth .worth-list .list-item{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 100px;
  border: 1px solid #DEE1E3;
  line-height: 1;
}
.about-worth .worth-list .list-item + .list-item{
  margin-left: 20px;
}
.about-worth .worth-list .list-item::before,
.about-worth .worth-list .list-item::after {
  position: absolute;
  content: "";
  display: block;
  right: -2px;
  left: -2px;
  height: 3px;
  border-left: 3px solid #ABB7C1;
  border-right: 3px solid #ABB7C1;
}
.about-worth .worth-list .list-item::before {
  top: -2px;
}
.about-worth .worth-list .list-item::after {
  bottom: -2px;
}

.data-box{
  margin: 80px 0 0;
}
.data-box-col2{
  display: flex;
  justify-content: space-between;
}
.data-box-col2 .box{
  width: calc(50% - 25px);
}
.data-box .box .box-ttl{
  display: flex;
  margin: 0;
  font-size: 20px;
  font-weight: bold;
}
.data-box .box .box-ttl span{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-right: 15px;
  border-radius: 2px;
  background: #0094D1;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.data-box .box .box-txt{
  margin: 25px 0 0;
  font-size: 16px;
  line-height: 2;
}


.animation_wrap {
  position: relative;
  width:100%;
  height:0;
  margin-top: 40px;
  padding-top: 44.7%;
}
.animation_wrap #animation_container{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%!important;
  height: 100%!important;
}
.animation_wrap canvas,
#_preload_div_{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%!important;
  height: 100%!important;
}

.data-list{
  display: flex;
  justify-content: space-between;
  margin: 60px 0 0;
}
.data-list .list-item{
  width: calc((100% - 66px) / 3);
}
.data-list .list-item .item-ttl{
  position: relative;
  margin: 0;
  padding-left: 13px;
  font-size: 16px;
  font-weight: bold;
}
.data-list .list-item .item-ttl::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: inline-block;
  width: 4px;
  height: 20px;
  border-radius: 2px;
  background: #0094D1;
}
.data-list .list-item .item-txt{
  margin: 15px 0 0;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .about-worth{
    margin-top: 77px;
  }
  .about-worth .worth-ttl{
    font-size: 18px;
  }
  .about-worth .worth-list{
    width: 83vw;
    margin: 30px auto 0;
  }
  .about-worth .worth-list .list-item{
    width: 27.2vw;
    height: 21.3vw;
    font-size: 13px;
  }
  .about-worth .worth-list .list-item + .list-item{
    margin-left: 8px;
    line-height: 1.5;
  }

  .data-box{
    margin-top: 60px;
  }
  .data-box-col2{
    display: block;
  }
  .data-box-col2 .box{
    width: 100%;
  }
  .data-box-col2 .box + .box{
    margin-top: 60px;
  }
  .data-box .box .box-ttl{
    display: block;
    text-align: center;
    font-size: 18px;
  }
  .data-box .box .box-ttl span{
    margin: 0 auto 25px;
  }
  .data-box .box .box-txt{
    font-size: 14px;
  }

  .animation_wrap{
    margin-top: 60px;
  }

  .data-list{
    display: block;
    margin-top: 47px;
  }
  .data-list .list-item{
    width: 100%;
  }
  .data-list .list-item + .list-item{
    margin-top: 42px;
  }
  .data-list .list-item .item-ttl{
    font-size: 14px;
  }
  .data-list .list-item .item-txt{
    margin-top: 13px;
    font-size: 12px;
  }


}



/* -----------------------------------------------
 * Smart Data Platform の活用シーン
 * -------------------------------------------- */
.practical-list{
  display: flex;
  justify-content: space-between;
  margin: 90px 0 0;
}
.practical-list-col2{
  width: 650px;
  margin: 67px auto 0;
}
.practical-list .list-item{
  position: relative;
  width: 300px;
  text-align: center;
}
.practical-list .list-item::after{
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  display: inline-block;
  aspect-ratio: 1 / 1;
  background: radial-gradient(circle, rgba(0, 148, 209, .1), rgba(0, 148, 209, 0))!important;
  border-radius: 50%;
  filter: blur(50px);
  width: min(100%, 150px);
  transform: translateX(-50%) translateY(-50%);
}
.practical-list .list-item .item-ttl{ 
  margin: 0;
  font-size: 20px;
  font-weight: bold;
}
.practical-list .list-item .item-box{
  margin: 25px 0 0;
}
.practical-list .list-item .item-box .box-txt{
  font-size: 14px;
}
.practical-list .list-item .item-box .box-point{
  margin: 8px 0 0;
  color: #0094D1;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .practical-list{
    display: block;
    margin-top: 55px;
  }
  .practical-list-col2{
    width: 100%;
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #DEE1E3;
  }
  .practical-list .list-item{
    display: flex;
    align-items: center;
    width: 100%;
    text-align: left;
  }
  .practical-list .list-item + .list-item{
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #DEE1E3;
  }
  .practical-list .list-item .item-ttl{
    width: 125px;
    padding-left: 10px;
    font-size: 16px;
  }
  .practical-list .list-item .item-box{
    margin: 0;
    width: calc(100% - 125px);
  }
  .practical-list .list-item .item-box .box-txt{
    font-size: 12px;
  }
  .practical-list .list-item .item-box .box-point{
    margin: 0;
    font-size: 14px;
  }
  .practical-list .list-item::after{
    display: none;
  }

}



/* -----------------------------------------------
 * 提供メニュー
 * -------------------------------------------- */
.bg-gr{
  margin: 175px 20px 0;
  padding: 155px 0 160px;
  background: #F3F4F5;
}
.conts-block.menu{
  margin: 0;
}
.menu-list{
  display: flex;
  justify-content: space-between;
  margin: 57px 0 0;
}
.menu-list .list-item{
  width: calc((100% - 80px) / 5);
}
.menu-list .list-item a{
  display: block;
  padding: 45px 20px 24px;
  border-radius: 10px;
  box-shadow: 0 3px 20px 0 rgba(26, 34, 41, .1);
  background: #fff;
  text-align: center;
  min-height: 257px;
}
.menu-list .list-item .list-img{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 61px;
  margin: 0 auto;
}
.menu-list .list-item .list-img img{
  width: 61px;
  animation-delay: 1.5s;
}
.menu-list .list-item .list-ttl{
  margin: 32px 0 0;
  font-size: 16px;
  font-weight: bold;
}
.menu-list .list-item .list-txt{
  margin: 8px 0 0;
  color: #606E79;
  font-size: 14px;
  line-height: 1.6;
}
.menu-list .list-item a:hover{
  box-shadow: 0 3px 20px 0 rgba(26, 34, 41, .3);
}
.menu-list .list-item a:hover .list-ttl{
  transition: all .25s;
  color: #0094D1;
}
.menu-list .list-item a:hover img{
  transition: all .25s;
  transform:scale(1.2,1.2);
}
@media screen and (max-width: 768px) {
  .bg-gr{
    margin: 95px 0 0;
    padding: 95px 0 90px;
  }

  .menu-list{
    display: block;
    margin-top: 35px;
  }
  .menu-list .list-item{
    width: 100%;
  }
  .menu-list .list-item + .list-item{
    margin-top: 10px;
  }
  .menu-list .list-item a{
    display: flex;
    padding: 20px 35px;
    min-height: auto;
  }
  .menu-list .list-item .list-img{
    width: 35px;
    height: auto;
  }
  .menu-list .list-item .list-txts{
    width: calc(100% - 35px);
    padding-left: 30px;
    text-align: left;
  }
  .menu-list .list-item .list-ttl{
    margin: 0;
    font-size: 15px;
  }
  .menu-list .list-item .list-txt{
    margin-top: 0;
    font-size: 12px;
  }
}


.menu-support{
  margin: 155px 0 0;
  text-align: center;
}
.menu-support .support-ttl{
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}
.menu-support .support-txt{
  margin: 45px 0 0;
  font-size: 16px;
  line-height: 2;
}
.menu-support .support-list-wrap{
  width: 800px;
  margin: 53px auto 0;
}
.menu-support .support-list{
  position: relative;
  display: flex;
  justify-content: space-between;
}
.menu-support .support-list::after{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #ABB7C1;
}
.menu-support .support-list .list-item{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  z-index: 10;
}
.menu-support .support-list .list-item01{
  background: #b8bec3;
}
.menu-support .support-list .list-item02{
  background: #a3aab1;
}
.menu-support .support-list .list-item03{
  background: #8b969e;
}
.menu-support .support-list .list-item04{
  background: #76828c;
}
.menu-support .support-list .list-item05{
  background: #606e79;
}
@media screen and (max-width: 768px) {
  .menu-support{
    margin-top: 95px;
  }
  .menu-support .support-ttl{
    font-size: 18px;
  }
  .menu-support .support-txt{
    margin-top: 30px;
    font-size: 14px;
  }
  .menu-support .support-list .list-item{
    width: 21.3vw;
    height: 21.3vw;
    font-size: 3.2vw;
  }
  .menu-support .support-list-wrap{
    width: 100%;
    margin-top: 38px;
  }
  .menu-support .support-list-wrap .support-list{
    width: 128vw;
    margin: 15px 30px;
  }
  .menu-support .support-list-wrap .scroll-hint-icon-wrap{
    z-index: 15;
  }
  .menu-support .support-list-wrap .scroll-hint-icon-wrap .scroll-hint-icon{
    top: 15px;
  }



}


/* -----------------------------------------------
 * お問い合わせ
 * -------------------------------------------- */
.conts-block.contact{
  margin: 0;
}
.contact-box {
  position: relative;
  overflow: hidden;
  margin: 0 20px;
  text-align: center;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-box .box{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 750px;
  z-index: 10;
  color: #fff;
}
.contact-box .box .box-txt{
  font-size: 24px;
  font-weight: bold;
}
.contact-box .box .box-sub-txt{
  margin: 30px 0 0;
  font-size: 16px;
}
.contact-box .box .btn-box{
  margin-top: 55px;
}
.contact-box video{
  filter: brightness(50%) blur(10px);
  height: 520px;
}
@media screen and (max-width: 768px) {
  .contact-box{
    width: 100%;
    height: 116.5vw;
    margin: 0;
  }
  .contact-box .box{
    width: 100%;
  }
  .contact-box .box .box-txt{
    margin-top: 20px;
    font-size: 17px;
  }
  .contact-box .box .box-sub-txt{
    margin-top: 25px;
    font-size: 14px;
  }
  .contact-box .box .btn-box{
    margin-top: 35px;
  }
}



/* -----------------------------------------------
 * バナー付きリンク
 * -------------------------------------------- */
 .conts-block.links{
  margin: 120px 0;
}
.links-list{
  display: flex;
  justify-content: space-between;
}
.links-list .list-item{
  width: calc(50% - 10px);
}
.links-list .list-txt{
  margin: 25px 10px 0;
  color: #1A2229;
  font-size: 16px;
}
.links-list .list-item .list-img{
  width: 490px;
  height: 180px;
  overflow: hidden;
}
.links-list .list-item a:hover .list-img img{
  filter: brightness(80%);
  transition: all .25s;
  transform:scale(1.1,1.1);
}
@media screen and (max-width: 768px) {
  .conts-block.links{
    margin: 80px 0 90px;
  }
  .links-list{
    display: block;
  }
  .links-list .list-item{
    width: 100%;
  }
  .links-list .list-item + .list-item{
    margin-top: 50px;
  }
  .links-list .list-item .list-img{
    width: 100%;
    height: auto;
  }
  .links-list .list-txt{
    margin: 20px 0 0;
    font-size: 14px;
  }
}






.about-worth .img-btm-wrap{
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.about-worth .img-btm-wrap .left_block{
	width: 700px;
	border-top: 10px solid #0E357F;
	text-align: center;
	color: #0E357F;
	padding-top: 20px;
}
.about-worth .img-btm-wrap .right_block{
	width: 460px;
	border-top: 10px solid #289CFC;
	text-align: center;
	color: #289CFC;
	padding-top: 20px;
}


.conts-inner_1180 {
    width: 1180px;
    margin: 0 auto;
}
@media screen and (max-width: 768px){
.conts-inner_1180 {
    width: 84vw;
}
}