
.prepcheck{list-style:none;padding:0;margin:26px 0 6px;display:grid;grid-template-columns:1fr 1fr;gap:0 44px}
@media(max-width:720px){.prepcheck{grid-template-columns:1fr}}
.prepcheck li{position:relative;padding:14px 0 14px 34px;font-size:15px;color:#3a3040;border-top:1px solid var(--line)}
.prepcheck li b{color:var(--ink);font-weight:600}
.prepcheck li a{color:var(--plum3)}
.prepcheck li:before{content:"";position:absolute;left:2px;top:19px;width:19px;height:19px;border-radius:50%;background:var(--ok);
  -webkit-mask:no-repeat center/12px url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' d='M5 12l5 5 9-11'/%3E%3C/svg%3E");mask:no-repeat center/12px url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' d='M5 12l5 5 9-11'/%3E%3C/svg%3E")}
