@charset "utf-8";


/* content_head
------------------------------------------------*/

@media screen and (min-width:768px){
  .content_head{
    height:100px;
    text-align: center;
    background-color: #659434;
  }
  .gNavi.spNavi .current{
    position: relative;
  }
  .gNavi.spNavi .current:after{
    content:"";
    display:block;
    width:100%;
    height:100px;
    background-image:url(../images/staff/thumb.jpg);
    background-repeat:no-repeat;
    background-position:50% 50%;
    background-size:cover;
    position: absolute;
    top:100%;
    left:0;
  }
}



/* content_body
------------------------------------------------*/

.content_body{
  padding: 45px 0 100px;
}






/* staff
------------------------------------------------*/

.staff{
  margin:0 auto 100px;
  padding:0;
  text-align: center;
}

.staff:last-child{
  margin-bottom:0;
}

.staff h2{
  margin-bottom: 20px;
}

.staff h3{
  margin-bottom:40px;
  font-size:2.2em;
  font-weight:bold;
}


@media screen and (min-width:768px){
  .staff h3{
  }
}






