@charset "UTF-8";
/* CSS Document */

#under_eyecatch {
  background-image: url("/assets/image/staff/bg-eyecatch.jpg");
  background-position: center;
  background-size: cover;
  min-height: 160px;
}
#under_eyecatch h3 {
  line-height: 1.5;
}
#under_eyecatch .eyecatch-box {
  bottom: -10%;
  left: 0;
  right:0;  
}


.square {
  min-width: 35px;
  height: 35px;
  line-height: 35px;
  display: block;
  text-align: center;
}

#staff .title {
  border-bottom: solid #80aecd 2px;
}
#staff .title img {
  max-width: 40px;
}
#staff .position {
  border: solid #80aecd 1px;
  border-radius: 50px;
}
#staff .comment {
  border-bottom: solid #80aecd 2px;
}







@media(min-width:768px) {
  #under_eyecatch .eyecatch-box {
    bottom: -10%;
    left: 0;  
    right: 0;
  } 
  #comment .balloon {
    border-radius: 50px;
  }
  #under_eyecatch {
    min-height: 300px;
  }
}