div.content-scroll-control-number::after {
   content: '';
   width: 95%;
   height: 1px;
   background: #000000;
   position: absolute;
   top: 50%;
   left: 30px;
   transform: translateY(-50%);
}

div.content-scroll-control-number {
   font-size: 24px;
   line-height: 32px;
   position: relative;
}

section.main__content article.article div.article__content>div.wrapper {
   font-style: normal;
   padding: 16px;
   background-color: #ffffcc;
}