/* 各<li>要素にスタイルを適用 */
@media screen and (max-width: 767px) {
    ol.circled-list li {
        margin-left: 1.5em !important;
        text-indent: -1.5em !important;
    }
}

ol.circled-list li:nth-child(1)::before { content: "①"; }
ol.circled-list li:nth-child(2)::before { content: "②"; }
ol.circled-list li:nth-child(3)::before { content: "③"; }
ol.circled-list li:nth-child(4)::before { content: "④"; }
ol.circled-list li:nth-child(5)::before { content: "⑤"; }
ol.circled-list li:nth-child(6)::before { content: "⑥"; }
ol.circled-list li:nth-child(7)::before { content: "⑦"; }
ol.circled-list li:nth-child(8)::before { content: "⑧"; }
ol.circled-list li:nth-child(9)::before { content: "⑨"; }
ol.circled-list li:nth-child(10)::before { content: "⑩"; }