.pc2t1 {
  padding: 32px 0 0;
}
.pc2t1_line {
  display: flex;
  align-items: center;
  max-width: 900px;
  margin: 0 auto;
}
.pc2t1_left,
.pc2t1_right {
  height: 0.5px;
  background-color: #000;
  flex: 1;
  position: relative;
}

.pc2t1_left::after,
.pc2t1_right::after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.pc2t1_left::after {
  right: 0;
  transform: translate(50%, -50%);
}
.pc2t1_label {
  font-size: 28px;
  margin: 0 32px;
  color: #0655fe;
  font-weight: 600;
}

.pc2t2 {
  max-width: 900px;
  margin: 0 auto;
  padding: 32px 0 0;
}

.lineItemsOnce_r_n_title.active .lineItemsOnce_r_n_title_bs {
  background-color: #0655fe;
  color: #fff;
  padding: 3px 15px 6px;
  border-radius: 30px;
}
