@media (min-width: 321px) {
  #tStaffReviewInner .tcontent {
    width: 100%;
    padding-top: calc(100% / 3 * 4);
    position: relative;
  }
  #tStaffReviewInner .tcontent img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
}
@media (max-width: 320px) {
  #tStaffReviewInner img {
    width: auto;
    height: 400px;
  }
}
.tbox #tStaffReviewInner .tclose {
  top: -50px;
  right: 0;
  overflow: hidden;
  display: inline-block;
  text-indent: 200%;
  white-space: nowrap;
  vertical-align: middle;
  line-height: 1;
  background-image: url("/sp/images/common-img-sprite.png");
  background-repeat: no-repeat;
  background-size: 175px auto;
  background-position: 0 -2969px;
  width: 45px;
  height: 45px;
}
