.hr1 {
  width: calc(100% - 40px);
  height: 2px;
  background: linear-gradient(90deg, #4fbfb8 12.5%, #e0e0e0 12.5%);
  margin: 50px auto 0;
}

.spec {
  padding: 50px 20px 0;
}

.spec_h2 {
  font-size: 26px;
  color: #084793;
  line-height: 1;
}

.spec_text {
  margin-top: 50px;
}

.spec_text_in {
  margin-top: 30px;
}

.spec_text_p2 {
  color: #084793;
}

.spec_text_p4 {
  margin-top: 20px;
}

.content {
  background: #e0e0e0;
  margin-top: 50px;
}

.content_head_btn {
  padding: 20px;
}

.content_in {
  padding: 20px 20px 50px;
}
