Background
The following screenshot shows "the left part of section title" and "the left part of subsection number" have different vertical alignment lines.
For 12pt option passed to \documentclass, I can make they have the same vertical alignment lines by using \setlength{\cftsecnumwidth}{26pt}.
For other font sizes, I need a manual trial and error adjustment.

Question
Is it possible to get an exact & automatic adjustment value to be passed to \setlength{\cftsecnumwidth}{} instead of using the magic number obtained by trial and error?