/*****************************
 page-service
*****************************/
#page-service {
  padding-top: 150px;
}
#page-service h1 {
  display: block;
  text-align: center;
  margin-bottom: 80px;
}
#page-service h1 span:nth-of-type(1) {
  font-size: 42px;
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
#page-service h1 span:nth-of-type(2) {
  font-size: 20px;
  display: block;
  font-weight: bold;
}
@media (max-width: 991px) {
  #page-service {
    padding-top: 100px;
  }
}
/****************************
 service-point
*****************************/
#service-point {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #eee;
}
#service-point .point-title {
  margin-bottom: 30px;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
}
#service-point .point-title span:nth-of-type(1) {
  font-size: 24px;
  font-weight: bold;
  margin-right: 15px;
}
#service-point .point-title span:nth-of-type(2) {
  font-size: 24px;
  font-weight: bold;
}
#service-point .box {
  margin-bottom: 50px;
}
#service-point img {
  width: 100%;
}
#service-point .catch {
  line-height: 2em;
}
/****************************
 service-flow
****************************/
#service-flow {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #eee;
}
#service-flow h2 {
  margin-bottom: 50px;
}
#service-flow h2 span {
  display: block;
}
#service-flow h2 span:nth-of-type(1) {
  font-size: 42px;
  margin-bottom: 5px;
  font-weight: bold;
}
#service-flow h2 span:nth-of-type(2) {
  font-size: 14px;
  font-weight: bold;
}
#service-flow .flow-left {
  border-left: 1px solid #000;
  padding-top: 30px;
  padding-bottom: 30px;
}
#service-flow .flow-box {
  margin-left: 50px;
  padding: 30px;
  margin-bottom: 50px;
  border: 1px solid #000;
  position: relative;
  z-index: 90;
  background: #fff;
}
#service-flow .flow-box:before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 1px;
  background: #000;
  position: absolute;
  left: -50px;
  top: 50%;
  z-index: 90;
}
#service-flow .flow-box:after {
  position: absolute;
  content: "";
  display: inline-block;
  left: -56px;
  top: 50%;
  width: 10px;
  height: 10px;
  background: #000;
  border-radius: 100%;
  transform: translate(0, -4px);
}
#service-flow .flow-title span:nth-of-type(1) {
  color: #d97676;
  margin-right: 15px;
  font-weight: bold;
  font-size: 24px;
}
#service-flow .flow-title span:nth-of-type(2) {
  vertical-align: 3px;
  font-weight: bold;
}
#service-flow .flow-title {
  border-bottom: 1px solid #000;
  margin-bottom: 15px;
}
