/* ---------------------------------------
 Overriding
  ------------------------------------------*/
.recruitNavWrapper {
  margin-bottom: 0;
}

/* ---------------------------------------
 Common
 ------------------------------------------*/
.l-inner {
  width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.creed {
  display: table;
  width: 100%;
  padding: 35px 0;
}
.creed__heading {
  display: table-cell;
  box-sizing: border-box; 
  width: 30%;
  vertical-align: middle;
  line-height: 1;
}
.creed__content {
  display: table-cell;
  box-sizing: border-box;
  width: 70%;
  padding-left: 35px; 
  vertical-align: middle;
}
.creed__content-heading {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
.creed__content-heading + .creed__content-text {
  margin-top: 10px;
}
.creed__content-text {
  color: #333;
  font-size: 16px;
  line-height: 1.5;
}
.creed__content-text + .creed__content-heading {
  margin-top: 20px;
}
