@charset "UTF-8";

/*--------------------------------------------------
  service common
--------------------------------------------------*/
/* txt */
#service p{
  font-size:86.6%;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (min-width:768px){  
  #service p{
    font-size:100%;
  }
}

.bold{font-weight:700 !important; }
/*
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
*/

/*ttl
--------------------------------------------------*/
.ttl-c{
  text-align: center;
  position: relative;
  margin: 0 auto 2.5em;
  font-size: 100%;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.7;
}
.ttl-c > span{
  display: block;
  text-align: center;
  margin-bottom: 15px;
  font-family: 'Chakra Petch';
  font-size:86.6%;
  color: #fff;
  height: 12px;
}
.ttl-c > span  >img{
  height: 100%;
}

@media screen and (min-width:768px){ 
  .ttl-c{
    font-size: 26px;
    font-weight: bold;
    font-family: 'Noto Sans JP';
    text-align: left;
  }
  .ttl-c > span{
    position: absolute;
    top: -10px;
    left: -20%;
    background-repeat: no-repeat;
    display: block;
    height: 15px;
  }
}

.ttl-sub{
  text-align: center;
  margin: 0 auto 2.1em;
  font-size: 88.8%;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.7;
}
.ttl-sub.l{
  font-size: 112.5%;
}
.bg-grn .ttl-sub{
  color: #fff;
}
@media screen and (min-width:768px){ 
  .ttl-sub{ 
    text-align: left;
    font-size: 22px;
    margin: 0 auto 2em;
  }
  .ttl-sub.cnt{
    text-align: center;
  }
  .ttl-sub.l-mg{
    margin: 4em auto;
  }
  .ttl-sub.l{
    font-size: 30px;
  }
}


/* more btn
--------------------------------------------------*/
.more_btn{
	border: 3px solid #000;
	width: 285px;
	margin: 0 auto;
	transition: all .3s;
}
.more_btn a{
  display: block;
	font-family: 'Chakra Petch';
	font-weight: 500;
	font-size: 20px;
	width: 100%;
	position: relative;
  padding: 20px 15px 20px 25px;
}
.more_btn a::after{
	content: "";
	background-color: #000;
	width: 70px;
	height: 2px;
	display:inline-block;
	position: absolute;
	top: 50%;
	right: 15px;
}
.more_btn:hover{
	background-color: #000;
	color: #fff;
	cursor: pointer;
}
.more_btn:hover a{
	color: #fff;
  display: block;
}
.more_btn:hover a::after{
	background-color: #fff;
}


.more_btn.le_btn{
	margin: 60px 0 0;
}

/*white*/
.more_btn.wht-btn,
.more_btn.wht-btn.ja{
	border-color: #fff;
}
.more_btn.wht-btn:hover{
	border-color: #000;
}
.more_btn.wht-btn a{
	color: #fff;
}
.more_btn.wht-btn a::after{
	background-color: #fff;
}

/*black*/
.more_btn.bk-btn,
.more_btn.bk-btn.ja{
	border-color: #000;
  background: #000;
}
.more_btn.bk-btn:hover{
	border-color: #efefef;
  background: #efefef;
}
.more_btn.bk-btn:hover a{
	color: #000;
}
.more_btn.bk-btn a{
	color: #fff;
}
.more_btn.bk-btn a::after{
	background-color: #efefef;
}
.more_btn.bk-btn:hover a::after{
	background-color: #000;
}




/*ja*/
.more_btn.ja{
  border: 2px solid #000;
}
.more_btn.ja a{
  font-family:"游ゴシック体", "Yu Gothic", YuGothic, 'Noto Sans JP', sans-serif;
  font-size: 100%;
  font-weight: 700;
  display: block;
  padding: 20px 15px 20px 20px;
}
.more_btn.ja a::after{
  right: 15px;
  width: 2.6em;
  height: 1px;
}
@media screen and (min-width:768px){ 
  .more_btn.ja{
    width:450px;
  }
  .more_btn.ja a{
    font-size: 24px;
    padding: 1.5em 40px;
  }
  .more_btn.ja a::after{
    height: 2px;
    right: 40px;
  }
}


/*cont-wrapper
--------------------------------------------------*/
.cont-wrapper{
  margin: 0 auto 60px;
  width: 100%;
  padding: 0 20px;
}
.bg-grn{
  background: #1c8065;
  position: relative;
  padding-top: 40px;
  margin-bottom:40px;
  color: #fff;
  z-index: 0;
  width: 100vw;
  padding-bottom: 0.1px;
}
.bg-grn::before{
  content: '';
  width: 26%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #2a9678;
  z-index: -1;
}
.bg-grn.mg0{
  margin-bottom: 0;
}
@media screen and (min-width:768px){
 .bg-grn{
   /*padding-top: 0.01px;*/
  }
}
@media screen and (min-width:1024px){
  .cont-wrapper{
		padding-left: 0;
    max-width: 994px;
    margin: 100px auto 110px;
    padding-left: 15%;
	}
}
@media screen and (min-width:1250px){
	.cont-wrapper{
		width: 75%;
	}
}
@media screen and (min-width:1700px){
	.cont-wrapper{
		padding-left: 0;
	}
}

/* mv
--------------------------------------------------*/
.mv-service{
  width: 100vw;
  position: relative;
  display: block; 
  transform: translateY(78px);
  margin-bottom: calc(78px + 42px);
}
.mv-service .mv-img{
  width: 100%;
  position: relative;
}
.mv-service .ttl-mv-service{
  top:30px;
  left:25px;
  position: absolute;
}
.mv-service .ttl-mv-service img{
  height: 56px;
}

/*the kitchens*/
.mv-service .mv-copy-kitchens{
  width: 94.5%;
  max-width: 785px;
  position: absolute;
  left:0;
  top: 50%;
  transform: translateY(-50%);
}
/*Sharing ZERO*/
.mv-service .mv-copy-zero{
  width: 77.6%;
  position: absolute;
  left:50%;
  top: 50%;
  transform: translate(-50% , -27%);
  line-height: 1 !important;
}
.mv-service .mv-copy-zero-num{
  position: absolute;
  font-family: 'Chakra Petch'!important;
  font-weight: bold !important;
  line-height: 1;
}
.mv-service .mv-copy-zero-num.n300{
  font-size: 19.6vw;
  color: #282828;
  top: 37%;
  left: 25.2%;
  letter-spacing: 0.02em;
}
.mv-service .mv-copy-zero-num.n0-1{
  font-size: 26.5vw;
  color: #fff;
  top: 73.4%;
  left: 9.8%;
}
.mv-service .mv-copy-zero-num.n0-2{
  font-size: 26.5vw;
  color: #fff;
  top: 73.4%;
  left:34.2%;
}
.mv-service .mv-copy-zero-num.n45{
  font-size: 26.5vw;
  color: #fff;
  top: 73.4%;
  left:59.6%;
}
/*DELISTA*/
.mv-service .mv-img .mv-copy-delista{
  width: 77.6%;
  position: absolute;
  left:50%;
  top: 50%;
  transform: translate(-50% , -27%);
}

@media screen and (min-width:768px){
  .mv-service{
    margin-bottom: 40px;
    transform: translateY(0);
  }
  .mv-service .mv-img{
    width: 100%;
  }
  .mv-service .ttl-mv-service{
    top:50%;
  }
  .mv-service .mv-copy-kitchens{
    width: 40.7%;
    left:50%;
    top: 50%;
    transform: translate(-50% , -50%);
    max-width: 627px;  
  }
  /*Sharing ZERO*/
  .mv-service .mv-copy-zero{
    width: 55%;
    transform: translate(-50% , -37%);
   /* max-width:845px;*/
  }
  .mv-service .mv-copy-zero-num.n300{
    font-size:8.9vw;
    top: 35.4%;
    left: 46.9%;
    letter-spacing:0.03em;
  }
  .mv-service .mv-copy-zero-num.n0-1{
    font-size:8.5vw;
    top:63.8%;
    left:51.1%;
  }
  .mv-service .mv-copy-zero-num.n0-2{
    font-size:8.5vw;
    top:63.8%;
    left:59.2%;
  }
  .mv-service .mv-copy-zero-num.n45{
    font-size:8.5vw;
    color: #fff;
    top:63.8%;
    left:67.7%;
  }
  /*DELISTA*/
  .mv-service .mv-img .mv-copy-delista{
    width: 45.8%;
    max-width:458px;
    transform: translate(-50% , -50%);
  }
}

@media screen and (min-width:1025px){
  .mv-service{
    display: flex;
    justify-content: flex-end;
  }
  .mv-service .mv-img{
    width: 80%;
  }
  .mv-service .mv-copy-kitchens{
    width: 62.7%;
  }
  .mv-service .ttl-mv-service img{
    height: 89px;
  }
  .mv-service .ttl-mv-service{
      width: 62.7%;
    top:50%;
    left:-125px;
    /*transform: translateY(-50%);*/
  }
  /*Sharing ZERO*/
  .mv-service .mv-copy-zero-num.n300{
    font-size:7.2vw;
  }
  .mv-service .mv-copy-zero-num.n0-1{
    font-size:6.9vw;
  }
  .mv-service .mv-copy-zero-num.n0-2{
    font-size:6.9vw;
  }
  .mv-service .mv-copy-zero-num.n45{
    font-size:6.9vw;
  }
}

/*mv-service span*/
.mv-service > span{
  display: none;
  
	transform: rotate(0);
	left: 0;
  font-family: 'Chakra Petch'!important;
  font-weight: bold !important;
  padding: 5px 0 0 20px;
  font-size: 14px;
  margin-top: 10px;
}
.mv-service > span::after{
	content: "";
	background-color: #000;
	width: 70px;
	height: 1px;
	display: inline-block;
	margin: 0 0 4px 8px;
}
@media screen and (min-width:768px){
	.mv-service > span{
    display: block;
    
		font-size: 16px;
	}
}
@media screen and (min-width:871px){
	.mv-service > span::after{
		width: 96px;
	}
}
@media screen and (min-width:1025px){
	.mv-service > span{
		transform: rotate(-90deg);
		position: absolute;
    top: 300px;
	  left: -100px;
		padding: 5px 8px 0 20px;
		font-size: 16px;
    z-index: 50;
  }
}


/*--------------------------------------------------
  service index
--------------------------------------------------*/
/**/
.index-about .img-about-map{
  text-align: center;
  padding: 60px 0;
}
.index-about .img-about-map img{
  max-width:500px;
  width: 100%;
}

/**/
.index-about .list-service{
  width: 100%;
  margin: 0 auto 40px;
}
.index-about .list-service li{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 18px;
  margin-bottom: 20px;
  border-bottom: solid 1px #ccc;
}
.index-about .list-service li .service-type{
  width: 18%;
  max-width: 120px;
}
.index-about .list-service li .service-data{
  width: 77.8%;
}
.index-about .list-service li .service-data h3{
  font-weight: 700;
  font-size:93.7%;
  line-height: 1.4;
  margin-bottom: 0.35em;
}
.index-about .list-service li .service-data h3 span{
  display: block;
  font-weight: 400;
  font-size:86.6%;
}
.index-about .list-service li .service-data .service-customer{
  line-height: 1;
}
.index-about .list-service li .service-data .service-customer span{
  color: #fff;
  background: #2a9678;
  line-height: 1;
  font-size: 81.25%;
  padding: .3em .7em;
  font-weight: 400;
}
@media screen and (min-width:768px){
  .index-about .list-service{
    margin: 0 auto 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .index-about .list-service li{
      width:48%;
  }
  .index-about .list-service li .service-type{
    max-width: 80px;
  }
}

/*list-service-brand-img*/
.list-service-brand-img{
}
.list-service-brand-img li{
	display: block;
	height: 230px;
	overflow: hidden;
	transition: all .5s;
	position: relative;
}
.list-service-brand-img li::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	transition: all .5s;
	z-index: -1;
}
.list-service-brand-img li:hover::after{
	transform: scale(1.1);
}
.list-service-brand-img li:nth-child(1)::after{
	background: url("/files/img/service/brand_img_the_kitchen.jpg") no-repeat;
	background-size: cover;
}
.list-service-brand-img li:nth-child(2)::after{
	background: url("/files/img/service/brand_img_SharingZERO.jpg") no-repeat;
	background-size: cover;
}
.list-service-brand-img li:nth-child(3)::after{
	background: url("/files/img/service/brand_img_DERISTA.jpg") no-repeat;
	background-size: cover;
}
.list-service-brand-img li:nth-child(4)::after{
	background: url("/files/img/service/brand_img_COMINGSOON.jpg") no-repeat;
	background-size: cover;
}
.list-service-brand-img li a{
	position: relative;
	display: flex;
  justify-content: center;
  flex-flow: column;
	align-items: center;
  align-content: center;
	color: #fff;
	text-decoration: none;
	height: 100%;
  padding: 20px;
}
.list-service-brand-img li a > h3{
	font-weight: 700;
	font-size: 2.0rem;
  font-family: 'Chakra Petch';
  font-weight: 700;
	line-height: 1.5;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
.list-service-brand-img li a > h3 .logo-tkc{
  max-width: 340px;
  width: 52%;
}
.list-service-brand-img li a > p {
	font-weight: 400;
	display: block;
  max-width: 17.2em;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .index-about .img-about-map{
    text-align: center;
    padding: 30px 0 50px;
  }
  .index-about .img-about-map img{
    max-width:735px;
    width: 89.6%;
  }

	.list-service-brand-img{
		margin-bottom: 20px;
	}
	.list-service-brand-img li{
		height: 270px;
	}
	.list-service-brand-img li a > p{
		font-weight: 400;
	}
}


/*--------------------------------------------------
  service THE KiTCHENS
--------------------------------------------------*/
/*img*/
.img-cnt{
  width: 100%;
  margin: 0 auto 30px;
  text-align: center;
  position: relative;
}
.img-cnt .word{
  width: 88.5%;
  margin: auto;
}
.img-cnt img:not(:last-of-type){
  margin-bottom: 20px;
}
.img-about-brand{
  margin: 20px calc(50% - 50vw) 40px !important;
  width: 100vw;
}
@media screen and (min-width: 769px) {
  .img-cnt .word{
    max-width: 638px;
  }
  .img-about-brand{
    margin:40px calc(50% - 50vw) 100px 0 !important;
    width:calc(100vw - 50%);
  }
  .img-about-brand img{
      width: 100%;
  }
}

@-moz-document url-prefix() {
  .img-about-brand{
    width: 100vw !important;
  }
}


.swiper-wrapper {
  transition-timing-function: linear;
}
.swiper-slide img {
  height: auto;
  width: 100%;
}

/*value*/
.cont-wrapper.sec-ktc-value{
/*
  padding: 0 20px;
  margin: 0 auto ;
*/
}
.cont-wrapper.sec-ktc-value .img-btm{
  margin: 20px calc(50% - 50vw) 0;
  position: relative;
}
.cont-wrapper.sec-ktc-value p{
  margin-bottom: 30px;
}

/*service*/
.sec-service-ktc .flow-ktc{
  margin: 40px auto 0;
}
.sec-service-ktc .flow-ktc li{
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom:60px;
}
.sec-service-ktc .flow-ktc li:not(:last-of-type)::after{
  content: '';
  position: absolute;
  left:36px;
  bottom: -45px;
  width: 2px;
  height: 28px;
  background: #222222;
}
.sec-service-ktc .flow-ktc li .flow-icon{
  width: 23%;
  text-align: center;
}
.sec-service-ktc .flow-ktc li:nth-child(1) .flow-icon img{width: 78%;}
.sec-service-ktc .flow-ktc li:nth-child(2) .flow-icon img{width: 84%;}
.sec-service-ktc .flow-ktc li:nth-child(3) .flow-icon img{width: 84%;}
.sec-service-ktc .flow-ktc li:nth-child(4) .flow-icon img{width: 82%;}
.sec-service-ktc .flow-ktc li p{
  width: 70.8%;
  font-size:81.25% !important;
  font-weight: 700 !important;
}

@media screen and (min-width: 769px) {
  .sec-service-ktc .flow-ktc{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sec-service-ktc .flow-ktc li{
    width:20%;
    display: block;
  }
  .sec-service-ktc .flow-ktc li:not(:last-of-type)::after{
    content: '';
    position: absolute;
    left:auto;
    right: -15%;
    bottom: auto;
    top: 13%;
    width: 34px;
    height: 3px;
    background: #222222;
  }
  .sec-service-ktc .flow-ktc li .flow-icon{
    width: 90%;
    margin: 0 auto 20px;
    height:130px;
  }
  .sec-service-ktc .flow-ktc li p{
    width: 100%;
    font-size:100% !important;
  }
  .sec-service-ktc .flow-ktc li:nth-child(1) .flow-icon img{width: 62%;}
  .sec-service-ktc .flow-ktc li:nth-child(2) .flow-icon img{width: 69.8%;}
  .sec-service-ktc .flow-ktc li:nth-child(3) .flow-icon img{width: 65.4%;}
  .sec-service-ktc .flow-ktc li:nth-child(4) .flow-icon img{width: 60.5%;}
}

/*--------------------------------------------------
  service Sharing ZERO / DELISTA
--------------------------------------------------*/
/*img*/
.img-zero-info img{
  max-width: 600px;
}
.img-cnt.mt{
  margin: 30px auto;
}

.sec-zero-model{
  margin-bottom: 40px;
}
.block-ba{
  display: block;
  margin: 0 auto 40px;
}
.block-ba .ba-img{
  position: relative;
}
.block-ba .ba-img:first-of-type{
  margin:0 0 90px;
}
.block-ba .ba-img:first-of-type::after{
  content: '';
  position: absolute;
  bottom: -60px;
  left: 50%;
  width: 54px;
  height: 54px;
  border-top: 7px solid #282828;
  border-right: 7px solid #282828;
  transform: translateX(-50%) rotate(135deg);
}
.bg-grn .block-ba .ba-img:first-of-type::after{
  border-top: 7px solid #fff;
  border-right: 7px solid #fff;
}
.sec-zero-model .img-chart{
  width:100%;
  margin: 0 auto 40px;
}
@media screen and (min-width: 769px) {
  .sec-zero-model{
    margin-bottom: 70px;
  }
  .block-ba{
    display: flex;
    justify-content: space-between;
    margin: 0 auto 80px;
  }
  .block-ba .ba-img:first-of-type{
    margin:0 90px 0 0;
  }
  .block-ba .ba-img:first-of-type::after{
    content: '';
    position: absolute;
    bottom: 0;
    top: 50%;
    right: -60px;
     left: auto;
    width: 54px;
    height: 54px;
    border-top: 7px solid #282828;
    border-right: 7px solid #282828;
    transform: translateY(-50%) rotate(45deg);
  }
  .bg-grn .block-ba .ba-img:first-of-type::after{
    border-top: 7px solid #fff;
    border-right: 7px solid #fff;
  }
  .sec-zero-model .img-chart{
    width:96%;
  }
}

/* Feature */
.sec-feature-zero{
  display: block;
  margin: 0 auto 60px;
}
@media screen and (min-width: 769px) {
  .sec-feature-zero{
    margin: 0 auto 80px;
  }
}

/*ttl-feature*/
.ttl-feature{
  display: block;
  border-bottom: solid 1px #000;
  padding-bottom: 12px;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 100%;
  letter-spacing: 0.05em;
}
.ttl-feature span{
  display: block;
  margin-bottom: 10px;
  height: 24px;
}
.ttl-feature span img{
  height:100%;
}
@media screen and (min-width: 769px) {
  .ttl-feature{
    font-size: 24px;
    letter-spacing: 0.16em;
  }
  .ttl-feature span{
    height: 34px;
  }
}

/* img txt feature */
.img-feature{
  max-width:640px;
  margin: 0 auto 40px;
  position:relative;
}
.img-feature.arw-b{
  margin: 0 auto 80px;
}
.img-feature.arw-b::after{
  content: '';
  position: absolute;
  bottom: -50px;
  left: 50%;
  width: 54px;
  height: 54px;
  border-top: 7px solid #333;
  border-right: 7px solid #333;
  transform: translateX(-50%) rotate(135deg);
}
.img-feature.flow{
  margin: 30px auto 40px;
}
.txt-feature02{
  text-align: center;
  font-weight: 700 !important;
  font-size: 100% !important;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .img-feature{
    margin: 0 auto 60px;
  }
  .img-feature.arw-b{
    margin: 0 auto 110px;
  }
  .img-feature.arw-b::after{
    width: 72px;
    height: 72px;
    border-top: 9px solid #333;
    border-right: 9px solid #333;
    bottom: -70px;
  }
  .img-feature.flow{
    margin: 40px auto 60px;
  }
  .txt-feature02{
    font-size: 20px !important;
    margin-bottom: 80px;
  }
}


/* flow */
.sec-zero-flow{
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .sec-zero-flow{
    margin-bottom: 90px;
  }
}


/* slide */
.slide-brand-wrap{
  width: 100%;
  margin-bottom: 50px;
  overflow: hidden;
}
.slide-brand-wrap ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.slide-brand-wrap ul li{
  width: 46%;
  margin-bottom: 20px;
}
.slide-brand-wrap ul li img{
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
}
.swiper-pagination-bullet-active{
  background: #000 !important;
}
@media screen and (min-width: 769px) {
  .slide-brand-wrap ul li{
    width: 29.8%;
    margin-bottom: 34px;
  }
}

/*feature btn*/
.btn-wrap{
}
.btn-wrap > .more_btn.ja{
  padding: 0;
}
.btn-wrap div:first-of-type{
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .btn-wrap{
    display: flex;
    justify-content: center;
  }
  .btn-wrap > .more_btn.ja{
    width:360px;
    margin: inherit;
  }
  .btn-wrap > .more_btn.ja a{
    font-size: 20px;
    display: block;
    padding: 1.6em 28px;
  }
  .btn-wrap > .more_btn.ja a::after{
    height: 2px;
    right: 20px;
  }
  .btn-wrap > .more_btn.ja:first-of-type{
    margin: 0 20px 0 0;
  }
}


/*list-delista*/
.list-delista{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.list-delista li{
  width: 48%;
  margin-bottom: 5vw;
}
.list-delista li .list-delista-icon{
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 7.5em;
}
.list-delista li:nth-child(1) .list-delista-icon img{width:38%;}
.list-delista li:nth-child(2) .list-delista-icon img{width:77.7%;}
.list-delista li:nth-child(3) .list-delista-icon img{width:78.6%;}
.list-delista li p{
  font-size:93.75% !important;
}
@media screen and (min-width: 769px) {
  .list-delista{
    padding: 0 40px;
    margin-bottom: 110px;
  }
  .list-delista li{
    width: 30%;
  }
  .list-delista li .list-delista-icon{
    height: 8.5em;
  }
  .list-delista li:nth-child(1) .list-delista-icon img{max-width:75px;}
  .list-delista li:nth-child(2) .list-delista-icon img{max-width:153px;}
  .list-delista li:nth-child(3) .list-delista-icon img{max-width:155px;}
}

/*block-merit*/
.block-merit{
  border: solid 2px #fff;
  padding: 20px;
  margin-bottom: 60px;
}
.block-merit .list-merit li{
  font-weight: 700;
  position: relative;
  display: block;
  margin-bottom: 1em;
  padding-left: 1.5em;
  line-height: 1.3;
}
.block-merit .list-merit li::before{
  content: '';
  background: url('/files/img/service/DELISTA/mark.svg') no-repeat top left;
  background-size: 100%;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top:0;
}
.block-merit>p{
  margin-bottom: 40px;
}
.block-merit .block-ba{
  margin: 0 auto;
}
.block-ba .ba-img h4{
  display: block;
  margin-bottom: 20px;
  text-align: center;
}
.block-ba .ba-img h4 img{
  width: 74px;
}
.block-ba .ba-img p{
  margin:5px 0;
  font-size: 88.8% !important;
}
@media screen and (min-width: 769px) {
  .block-merit{
    border: solid 3px #fff;
    padding: 40px;
    margin-bottom: 100px;
  }
  .block-merit > p{
    margin-bottom: 60px;
  }
}

/*list-delista-merit*/
.list-delista-merit{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.list-delista-merit li{
  width: 48%;
  margin-bottom: 5vw;
}
.list-delista-merit li .list-delista-icon{
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 7.5em;
}
.list-delista-merit li:nth-child(1) .list-delista-icon img{width:81.8%;}
.list-delista-merit li:nth-child(2) .list-delista-icon img{width:49%;}
.list-delista-merit li:nth-child(3) .list-delista-icon img{width:53.7%;}
.list-delista-merit li:nth-child(4) .list-delista-icon img{width:43.6%;}
.list-delista-merit li p{
  font-size:93.75% !important;
}
@media screen and (min-width: 769px) {
  .list-delista-merit{
    margin-bottom: 110px;
  }
  .list-delista-merit li{
    width: 22%;
  }
  .list-delista-merit li .list-delista-icon{
    height: 8.5em;
  }
  .list-delista-merit li:nth-child(1) .list-delista-icon img{max-width:149px;}
  .list-delista-merit li:nth-child(2) .list-delista-icon img{max-width:89px;}
  .list-delista-merit li:nth-child(3) .list-delista-icon img{max-width:101px;}
  .list-delista-merit li:nth-child(4) .list-delista-icon img{max-width:79px;}
}

.txt-price{
  margin-bottom: 80px;
}
.txt-price span{
  font-weight: 700;
  color: #2a9678;
}
@media screen and (min-width: 769px) {
  .txt-price{
    margin-bottom: 120px;
  }
}





