リスト連番(2桁)
.repair .repairList01 li{ counter-increment: li; } .repair .repairList01 li img + p:before{ position: relative; content: "0"counter(li)". "; } .repair .repairList01 li:nth-child(n+10) img + p:before { content: ""counter(li)". "; }