.page_image {
  background: url(/img/page_header/page_header_service.jpg) no-repeat top center;
  background-size: cover;
}

.service_info h2 {
  width: 120px;
  height: 120px;
  margin: 0 auto 30px;
  padding-top: 12px;
  color: #fff;
  background-color: #0091b0;
  text-align: center;
  border-radius: 60px;
  line-height: 1.1;
  font-size: 26px;
}

.service_info h2 span {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  position: relative;
  top: -10px;
}

.detail_title_area {
  margin-top: 20px;
}

.detail_title {
  background-color: #0091b0;
  color: #fff;
  padding: 5px;
  font-size: 16px;
  font-weight: normal;
  border-radius: 4px;
}

.service_detail {
  padding: 10px;
  margin-bottom: 10px;
}

.service_detail h4 {
  color: #0091b0;
  font-size: 18px;
  border-bottom: solid 1px #0091b0;
  margin-bottom: 5px;
}

.service_detail p {
  margin-bottom: 0;
}

.service_detail_g {
  background-color: #eee;
}

.service_detail_w {
  background-color: #fff;
}

.row_reverse {
  flex-direction: row-reverse;
}

@media screen and (min-width: 48em) {
  .service_info h2 {
    width: 120px;
    height: 120px;
    margin: 0 auto 30px;
    padding-top: 12px;
    border-radius: 60px;
    line-height: 1.1;
    font-size: 26px;
  }
  .service_info h2 span {
    font-size: 14px;
    top: -10px;
  }
  .detail_title_area {
    position: relative;
    margin-bottom: 10px;
  }
  .detail_title_area::before {
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #0091b0;
    top: 50%;
    left: 0;
    margin-top: -1px;
  }
  .detail_title {
    display: inline-block;
    padding: 5px 20px;
    border-radius: 4px;
    margin-bottom: 0;
    position: relative;
  }
  .service_detail {
    padding: 5px 8px;
    height: 94%;
  }
  .service_detail h4 {
    font-size: 18px;
    margin-bottom: 5px;
    text-align: center;
  }
  .service_detail p {
    margin-bottom: 0;
    font-size: 12px;
  }
}

@media screen and (min-width: 62em) {
  .service_info h2 {
    width: 120px;
    height: 120px;
    margin: 0 auto 30px;
    padding-top: 12px;
    border-radius: 60px;
    line-height: 1.1;
    font-size: 26px;
  }
  .service_info h2 span {
    font-size: 14px;
    top: -10px;
  }
  .detail_title_area {
    margin-bottom: 10px;
  }
  .detail_title {
    padding: 5px 20px;
    margin-bottom: 0;
  }
  .service_detail {
    padding: 5px 10px;
    height: 94%;
  }
  .service_detail h4 {
    font-size: 20px;
    margin-bottom: 5px;
    text-align: center;
  }
  .service_detail p {
    margin-bottom: 0;
    font-size: 14px;
  }
}
