.column-tit001 {
  display: flex;
  align-items: center;
  font-weight: normal;
  position: relative;
}

.column-tit001 a,
.column-tit001 p {
  color: #333;
  font-size: 0.32rem;
  line-height: 1;
}

.column-tit001 .tit-line {
  width: 0.6rem;
  border-top: 0.04rem solid #D4C89F;
  position: absolute;
  left: 0;
  bottom: -0.18rem;
}

@media (max-width: 960px) {

  .column-tit001 a,
  .column-tit001 p {
    font-size: 20px !important;
  }
    .column-tit001 .tit-line {
      bottom: -12px !important;
    }
}

/*# sourceMappingURL=column-tit001.css.map */