/* --------------------------------------------------
 * LAYOUT
 * -------------------------------------------------- */
.l-philosophy-list {
  border-bottom: 1px solid #ccc;
  margin-bottom: 60px;
}
.l-philosophy-item {
  list-style: none;
  padding: 15px 0 15px 40px;
  border-top: 1px solid #ccc;
  position: relative;
}
@media screen and (min-width: 769px) {
  .l-philosophy-item {
    padding-left: 150px;
  }
}
.l-philosophy-item:before {
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 900;
  text-align: center;
  width: 22px;
  height: 22px;
  padding: 2px 0 0;
  display: inline-block;
  border-radius: 50%;
  background-color: #414696;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  .l-philosophy-item:before {
    left: 110px;
  }
}
.l-philosophy-item:nth-child(1):before {
  content: '1';
}
.l-philosophy-item:nth-child(2):before {
  content: '2';
}
.l-philosophy-item:nth-child(3):before {
  content: '3';
}
.l-philosophy-item:nth-child(4):before {
  content: '4';
}
.l-philosophy-item:nth-child(5):before {
  content: '5';
}
