.section {
  text-align: left;
}
.section__title {
  border: medium none;
  border-radius: 3px;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  padding: 7px 0 6px 10px;
  background-color: #f2f2f2;
  display: block;
  margin-bottom: 10px;
}
.section__content {
  padding: 10px 20px;
}
.titleInner {
  border-left: solid 4px #B3B3B3;
  padding: 1px 7px;
}
.contentBox {
  margin-bottom: 15px;
}
.contentBox__title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
  color: #4c4c4c;
}
.contentBox__content {
}
.contentList {
  width: 50%;
}
.contentList--2columns {
  column-count: 2;
  column-gap: 0;
  width: 100%;
}
.contentList--left {
  float: left;
}
.contentList--right {
  float: right;
}
.contentList__item {
  margin-bottom: 3px;
}

.section-lv1{
  margin-bottom:20px;
}
