.pc3t1 {
  padding: 32px 0 0;
}
.pc3t1_line {
  display: flex;
  align-items: center;
  max-width: 900px;
  margin: 0 auto;
}
.pc3t1_left,
.pc3t1_right {
  height: 0.5px;
  background-color: #000;
  flex: 1;
  position: relative;
}

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

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

.lineItems3 .lineItemsOnce_r_n_title_bs3 {
  font-size: 14px;
  font-weight: 400;
}

.lineItems3 .lineItemsOnce_r_n_title.active .lineItemsOnce_r_n_title_bs3 {
  font-size: 18px;
  font-weight: 600;
  color: #0655fe;
}
.lineItems3 .lineItemsOnce {
  /* display: unset; */
}
.lineItems3 .lineItemsOnce_r_n_title::after {
  display: none;
}

.lineItems3 .lineItemsOnce_r_n_title.active::after {
  display: inline-block;
  width: 15px;
  height: 15px;
}
