.column-tit001 {
  display: flex;
  align-items: center;
  font-weight: normal;
  position: relative;
}

.column-tit001 a,
.column-tit001 p {
  font-size: 0;
    position: relative;
    z-index: 1;
    padding-left: 0.27rem;
}
.column-tit001 a img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.column-tit001 a span,
.column-tit001 p span {
      font-weight: normal;
        font-size: 0.32rem;
        color: #333;
        line-height: 1;
        display: inline-block;
}
@media (max-width: 960px) {

  .column-tit001 a span,
  .column-tit001 p span{
    font-size: 20px !important;
  }
}

/*# sourceMappingURL=column-tit001.css.map */