body {
  background-color: #e9f8ff;
}

.phase {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: #fff;
  margin-bottom: 20px;
  height: 124px;
}
.phase .num {
  width: 124px;
  border-right: 2px solid #e9f1ff;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.phase .num1 {
  background-size: 8px 24px;
}
.phase .num2 {
  background-size: 15px 24px;
}
.phase .num3 {
  background-size: 14px 25px;
}
.phase .num4 {
  background-size: 18px 24px;
}
.phase h4 {
  font-size: 16px;
  font-weight: 300;
  color: #4c4c4c;
  margin-right: 20px;
  padding: 40px;
  width: 135px;
}
.phase p {
  color: #333;
}

section#service {
  margin-top: 70px;
  padding-bottom: 80px;
}

section#flow {
  background: #e9f1ff;
  padding-bottom: 80px;
}
section#flow h3 {
  color: #656566;
  font-size: 16px;
  text-align: center;
  padding: 70px 0;
}
section#flow .line p {
  background: #e9f1ff;
}

@media (max-width: 970px) {
  .phase {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: left;
    align-items: left;
    margin-bottom: 20px;
    padding: 20px;
    height: auto;
    position: relative;
  }
  .phase .num {
    position: absolute;
    width: 16px;
    height: 16px;
    border-right: 0;
  }
  .phase .num1 {
    background-size: 4px 12px;
  }
  .phase .num2 {
    background-size: 7.5px 12px;
  }
  .phase .num3 {
    background-size: 7px 12.5px;
  }
  .phase .num4 {
    background-size: 9px 12px;
  }
  .phase h4 {
    font-size: 12px;
    line-height: 1em;
    margin-right: 0;
    padding: 0;
    width: auto;
    padding-left: 32.5px;
  }
  .phase p {
    margin-top: 19px;
    font-size: 10px;
    line-height: 2em;
  }

  section#service {
    margin-top: 35px;
    padding-bottom: 80px;
  }

  section#flow {
    background: #e9f1ff;
    padding-bottom: 40px;
  }
  section#flow .wrap {
    margin: 0 20px;
    width: calc(100% - 40px);
  }
  section#flow h3 {
    font-size: 11px;
    line-height: 1em;
    padding: 35px 0;
    margin-bottom: 0;
  }
  section#flow .line p {
    font-size: 8px;
    padding-left: 8px;
    padding-right: 8px;
  }
}

/*# sourceMappingURL=index.css.map */
