.container form .box-faq-01 + .hdg-02 {
  padding-left: 15px;
  min-height: 32px;
  position: relative;
}

.container form .box-faq-01 + .hdg-02:before {
  background-color: #003367;
  border-radius: 50px;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 4px;
}

.container form .box-faq-01 + .hdg-02:after {
  display: none;
}

.container form .box-faq-01 + .hdg-02 .hdg {
  min-height: 32px;
}

.container form .box-faq-01 + .hdg-02 .hdg:before {
  display: none;
}

.container form .hdg-02 + .list-faq-01 {
  margin: 0 0 30px;
}

@media only screen and (max-width: 767px) {
  .container form .box-faq-01 + .hdg-02 {
    min-height: 23px;
  }
  .container form .box-faq-01 + .hdg-02 .hdg {
    min-height: 23px;
  }
}

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