/************************ お申込み後の流れ */

.box_step {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  margin: 0 0 150px;
}

.box_step h2 {
  display: flex;
  width: 100%;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4em;
  position: relative;
  margin-bottom: 50px;
  padding: 10px 0px;
}

.box_step h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 5px solid #D7D7D7;
}

.box_step h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 130px;
  border-bottom: 5px solid #E06C47;
}

.box_step  ul{
  font-size: 18px;
}

.box_step  dl{
  width: 46%;
}

.item_step_l {
  width: 45%;
}

.item_step_l dl {
  width: 100%;
}

.item_step_l dt {
  background-color: #222222;
  color: #FFFFFF;
  width: 40%;
  font-size: 16px;
  margin: 0 auto 30px;
  padding: 15px 0px 10px 0px;
}

.item_step_l dd {
  font-size: 20px;
  line-height: 1.5em;
}

.item_step_r {
  width: 55%;
}

.item_step_r p {
  font-size: 18px;
  margin: 0 auto 20px;
}

/************************ 採用情報　募集職種 */
.box_occupation {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  margin-bottom: 80px;
}

.box_occupation p {
  margin-bottom: 60px;
}

.box_occupation ul {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {

  .box_step {
    margin: 0px 25px 30px;
  }

  .box_step h2 {
    font-size: 20px;
    margin-bottom: 30px;
}

.item_step_l {
  width: 100%;
}

.item_step_r {
  width: 100%;
}

.item_step_l dt {
  margin: 0 auto 10px;
}

.item_step_l dd {
  font-size: 15px;
  line-height: 3em;
}

.item_step_r p {
  font-size: 15px;
}

.box_occupation {
  margin: 0px 25px 0;
}

.box_occupation p {
  margin-bottom: 30px;
}

.box_occupation ul {
  margin-bottom: 30px;
}

}