/* CSS Document */

.ps_q {
  color: #304a99;
  position: relative;
  text-indent: 48px;
}

.ps_q::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 32px;
  height: 1px;
  background-color: #304a99;
}