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