.cnt-block .comment {
  margin-bottom: 20px;
  padding: 20px;
  background: #eff3fb;
  border: 1px solid #e0e0e0;
}
.cnt-block p {
  line-height: 24px;
}
.cnt-block .font-i {
  display: inline-block;
  transform: skew(-24deg);
  color: #666;
}
.cnt-block .font-u {
  font-size: 16px !important;
  text-decoration: underline;
}
.cnt-block .font-r {
  color: red;
}
.cnt-block .indent {
  margin-left: 10px;
}
.cnt-block .scroll-table table th,
.cnt-block .scroll-table table td {
  border-left: 1px solid #e0e0e0;
}
.cnt-block img {
  max-width: 100%;
}
