.answerTabsDl {
  margin: 10px 0;
  padding-left: 10px;
}
.answerTabsDl dd {
  display: inline-block;
  vertical-align: top;
  font-size: 17px;
  margin: 0 10px;
  cursor: pointer;
}
.answerTabsDl dd.tab_active {
  color: #0068b7;
  font-weight: 700;
  border-bottom: 2px solid #0068b7;
}
.tab_contents .content_children {
  display: none;
}
.tab_contents .content_children.active {
  display: block;
}
