@charset "UTF-8";


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

#active #gnav_02{
  width:157px;
  height:36px;
  margin:0;
  background:url(../../common/img/g_nav.png) no-repeat -87.5px -36px;
  background-size: 416px;
  display:block;
  text-indent:-9999em;
}

.text_left{
  width:590px;
  margin:0;
  font-size: 87.5%;
  line-height: 1.9em;
  float:left;
}
.text_right{
  width:590px;
  margin:0;
  font-size: 87.5%;
  line-height: 1.9em;
  float:right;
}
.pic_right{
  width:380px;
  margin:0;
  float:right;
}
.pic_left{
  width:380px;
  margin:0;
  float:left;
}
.pic_right img,
.pic_left img{
  width:100%;
}

#block_active{
  min-width:1040px;
  margin:0 auto;
  padding:60px 0;
  background:url(../img/bg_block_active.jpg) no-repeat center top;
  background-size: cover;
  box-sizing:border-box;
}
#block_active section{
  width:270px;
  margin:0 25px 0 0;
  padding: 35px 30px;
  background-color: #fff;
  float:left;
}
#block_active section:last-child{
  margin:0;
}
#block_active section h3{
  margin:0 0 15px;
  font-size: 100%;
  line-height: 2em;
  color:#f67c73;
  text-align: center;
}
#block_active section h3 span{
  display: block;
  font-size: 150%;
}
#block_active section p{
  margin:0;
  font-size: 87.5%;
  line-height: 1.9em;
}









