h4.commonTitle {
  border-bottom: 1px solid #a3a3a3;
  line-height: 1.6;
  padding-bottom: 12px;
  overflow: hidden;
}
h4.commonTitle span {
  font-size: 2.6rem;
  font-weight: 700;
  position: relative;
  display: block;
  padding-left: 24px;
  min-height: 24px;
}
h4.commonTitle span:before {
  content: "";
  width: 28px;
  height: 28px;
  background: #B3DE5A;
  position: absolute;
  top: 7px;
  left: -14px;
  border-radius: 100px;
}
@media only screen and (max-width: 960px) {
  h4.commonTitle span {
    font-size: 2.2rem;
  }
  h4.commonTitle span::before {
    top: 5px;
  }
}

h5.commonTitle {
  margin-bottom: 10px;
  overflow: hidden;
  background-color: #F7F9FF;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 16px;
  border-radius: 10px 10px 0 0;
}
h5.commonTitle span {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.6;
}
@media only screen and (max-width: 960px) {
  h5.commonTitle {
    padding-right: 16px;
  }
  h5.commonTitle span {
    font-size: 2rem;
  }
}

h6.commonTitle {
  border-bottom: 1px solid #a3a3a3;
  padding-bottom: 6px;
  overflow: hidden;
  margin-bottom: 10px;
}
h6.commonTitle span {
  line-height: 1.6;
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 960px) {
  h6.commonTitle span {
    font-size: 1.8rem;
  }
}/*# sourceMappingURL=style-support-faq.css.map */