#contract_processing div.inner {
  max-width: 1440px;
}
#contract_processing #hero {
  padding: 3em 0 5em;
}
#contract_processing #hero p {
  background: url("../images/equipment_slide_bg.png") no-repeat top left/cover;
  padding: 2em 0;
  font-size: 2.4rem;
  text-align: center;
}
#contract_processing #features div.inner {
  background: #ffffff;
  padding: 3em 0;
}
#contract_processing #features div.inner h2 {
  font-size: 2.8rem;
  text-align: center;
}
#contract_processing #features div.inner ul {
  display: flex;
  flex-direction: column;
  padding: 0 3em;
}
#contract_processing #features div.inner ul li {
  font-size: 1.8rem;
  padding: 5em 0 3em 180px;
  margin-bottom: 2em;
  position: relative;
  border-bottom: 1px solid #999999;
}
#contract_processing #features div.inner ul li::before {
  content: "";
  display: block;
  width: 150px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: top 2.2em center;
  background-size: 100%;
  background-image: url("../images/feature_01.png");
}
#contract_processing #features div.inner ul li:nth-child(2)::before {
  background-image: url("../images/feature_02.png");
}
#contract_processing #features div.inner ul li:nth-child(3)::before {
  background-image: url("../images/feature_03.png");
}
#contract_processing #features div.inner ul li:nth-child(4)::before {
  background-image: url("../images/feature_04.png");
}
#contract_processing #features div.inner ul li:nth-child(5)::before {
  background-image: url("../images/feature_05.png");
}

@media screen and (max-width: 768px) {
  #contract_processing #hero p {
    padding: 2em 3em;
    font-size: 1.6rem;
  }
  #contract_processing #features div.inner h2 {
    font-size: 2.0rem;
  }
  #contract_processing #features div.inner ul {
    padding: 0;
    width: 90%;
    margin: 0 auto;
  }
  #contract_processing #features div.inner ul li {
    font-size: 1.6rem;
    padding: 70px 0 3em 0;
  }
  #contract_processing #features div.inner ul li::before {
    left: 50%;
    width: 70px;
    translate: -50% -20%;
  }
}
