@charset "UTF-8";

.l-content dl {
  display: flex;
  align-items: center;
}

.l-content dt {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background-color: #888;
  border-radius: 50px;
  padding: 3px 15px 2px;
}

.l-content dd {
  font-size: 16px;
  font-weight: bold;
  margin-left: 10px;
}

/* curriculum */
.l-content .curriculum {
  width: 785px;
  margin: 0 auto;
}

/* training */
.l-content .training {
  width: 680px;
  margin: 0 auto;
}
