.interview_tbl h3 {
  margin-top: 1.6rem;
  margin-bottom: 0.8rem;
}
.interview_tbl b {
  display: inline-block;
  margin-bottom: 1.2rem;
}

a span {
  color: unset;
}

em {
  font-size: 1.3rem;
}

.relation {
  background: #f0f0f0;
  padding: 2px 0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.other__case__group {
  display: inline;
  width: 960px;
  margin: 0 4%;
}

.pane a {
  color: #ff6b06;
  text-decoration: none;
}

.other__case__group .other__case {
  display: inline-block;
  width: 270px;
  margin-right: 21px;
  color: #231815;
  cursor: pointer;
}

.other__case__group .other__case:last-child {
  margin-right: 0;
}

.other__case__group .other__case img {
  width: 100%;
  background-size: cover;
}

.other__case__name {
  font-size: 0.85em;
}

.other__case__title {
  font-size: 0.7em;
  letter-spacing: -0.5px;
}/*# sourceMappingURL=case.css.map */