@charset "UTF-8";


/* -----------------
 common
-------------------- */

footer ul li#li_03{
  background-color: #f5d68c;
}

.text_project{
  width:96%;
  margin:0 auto;
  font-size: 14px;
  line-height: 2em;
}
.text_project_mb{
  width:96%;
  margin:0 auto 1em;
  font-size: 14px;
  line-height: 2em;
}
.text_project_mt{
  width:96%;
  margin:1em auto 0;
  font-size: 14px;
  line-height: 2em;
}
.text_project_mtb{
  width:96%;
  margin:1em auto;
  font-size: 14px;
  line-height: 2em;
}


.text_left{
  width:96%;
  margin:0 auto 20px;
  font-size: 14px;
  line-height: 2em;
}
.text_right{
  width:96%;
  margin:0 auto 20px;
  font-size: 14px;
  line-height: 2em;
}
.pic_right{
  width:100%;
  margin:0 auto;
}
.pic_left{
  width:100%;
  margin:0 auto;
}
.pic_right img,
.pic_left img{
  width:100%;
}

#block_project{
  width:100%;
  margin:0 auto;
  padding:30px 0;
  background:url(../img/bg_block_project.jpg) no-repeat center top;
  background-size: cover;
  box-sizing:border-box;
}
#block_project section{
  width:96%;
  margin:0 auto 20px;
  padding: 5% 5%;
  background-color: #fff;
  box-sizing:border-box;
}
#block_project section:last-child{
  margin:0 auto;
}
#block_project section h3{
  margin:0 0 15px;
  font-size: 16px;
  line-height: 2em;
  color:#f67c73;
  text-align: center;
}
#block_project section h3 span{
  display: block;
  font-size: 24px;
}
#block_project section p{
  margin:0;
  font-size: 14px;
  line-height: 2em;
}

.list_project{
  width:96%;
  margin:0 auto;
  padding:0;
  list-style:none;
}
.list_project li{
  margin:0 0 10px;
  padding:0 0 0 1.7em;
  text-indent:-1.7em;
  font-size: 14px;
  line-height: 1.9em;
}
.list_project li span{
  font-size: 18px;
  padding:0 0.5em 0 0;
  text-indent:0;
  color:#b27c69;
}
.list_project li:last-child{
  margin:0;
}











