.hel-number-box__list { display: flex; flex-direction: column; gap: 2.5rem; }
.hel-number-box_item { display: flex; flex-wrap: nowrap; gap: 2.25rem; }
.hel-number-box_item .hel-number-icon { display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border: solid 3px var(--accent-color); min-width: 50px; border-radius: 100%; margin-top: -6px; }
.hel-number-box_item .hel-number-icon span { font-size: 24px; color: var(--accent-color); text-decoration: underline; }
.hel-number-box_item .hel-number-box-info { display: flex; flex-direction: column; gap: 2.5rem; }
.hel-number-box_item .hel-number-box-info .hel-number-box-title { margin: 0; padding: 0; }
.hel-number-box_item .hel-number-box-content ul { list-style: none; padding: 0 0 0 1.5rem; margin: 0; display: flex; flex-direction: column; gap: 2.5rem; }
.hel-number-box_item .hel-number-box-content ul li { position: relative; padding-left: 2.5rem; }
.hel-number-box_item .hel-number-box-content ul li:before { background-size: contain; background-repeat: no-repeat; content: ""; display: block; width: 16px; height: 23px; position: absolute; top: 0; left: 0; background-position: top left; background-image: url('../images/icon-right.svg'); }
.hel-number-box_item .hel-number-box-content a { color: var(--accent-color); text-decoration: underline; font-weight: bold; }
