@charset "UTF-8";

/* concept
---------------------------------------------------------------------------*/

.concept{
  width: 855px;
  margin: 0 auto 80px;
  position: relative;
}
.concept h1{
  float: right;
  margin-left: 60px;
  width: 65px;
}

.concept p{
  float: right;
  margin: 50px 0 0 40px;
  position: relative;
  top: -20px;
  opacity: 0;
}

.concept p:nth-child(2){ width: 128px;}
.concept p:nth-child(3){ width: 54px; }
.concept p:nth-child(4){ width: 201px;}
.concept p:nth-child(5){ width: 90px; }
.concept p:nth-child(6){ width: 91px; }

.concept h1 img,
.concept p img{
  width: 100%;
  height: auto;
}

.concept p:nth-child(6){
  margin-left: 0;
}


/* promiss
------------------------------------*/

.promiss{}
.promiss > .contTit{
  margin-bottom: 60px;
  width: 379px;
}

.promiss > .contTit img{
  width: 100%;
  height: auto;
}

.promiss .l-grid3{
  background: #FAFCF6;
}

.promiss .l-grid3 .no img{
  opacity: 0;
  position: relative;
  top: -40px;
}

.promiss .l-grid3 .thumb img{
/*   opacity: 0; */
}
