@charset "UTF-8";

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

.staff_area .box{
margin-bottom: 9%;
}

.staff_area .name_box{
margin-top: 5%;
margin-bottom: 3%;
}
.staff_area .name_box .photo_l{
width: 40%;
}
.staff_area .name_box dt span{
font-size: 2.2em;
display: inline-block;
margin-top: .5em;
}
.staff_area .name_box dd{
margin-top: .7em;
}

.staff_area .list{
background: rgba(0,0,0,0.03);
padding: 5%;
margin-top: 5%;
border-radius: 2px;
}
.staff_area .list li{
position: relative;
padding-left: 1.2em;
margin: .3em 0;
}
.staff_area .list li::after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: .8em;
  height: .8em;
  background-color: rgba(75,102,57,.3);
  border-radius: 100%;
}













