@charset "UTF-8";
/* 外部からの評価 */

.evaluationImg {
  border: 1px solid #DEDEDE;
  padding: 20px 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 190px;
}

.evaluationImg img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.btnTextLinkStyle01 {
  word-break: break-all;
}

@media screen and (max-width: 767px) {
  .evaluationImg {
    padding: 15px;
    height: 140px;
    max-width: 300px;
    margin-inline: auto;
    margin-top: 30px;
  }
}