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

#under_eyecatch {
  background-image: url("/assets/image/voice/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;
}

#comment {
  background: #F4F6F7;
}
#comment .balloon {
  border-radius: 10px;
}
#comment .balloon .number {
  border-right: solid 1px #fff;
  max-width: 100px;
}
#comment .balloon .number .fs-md-60 {
  line-height: 3rem;
}
#comment .balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 20%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #80aecd;
}

#comment .bg-white {
  border-radius: 20px;
}


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