@charset "UTF-8";


/* -----------------
 index
-------------------- */

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

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












