.ordered-list-header{display:inline-flex;align-items:center;gap:.6rem;margin-bottom:.5rem;margin-top:.5rem}.ordered-list-title{font-size:1.6rem;font-weight:700}.ordered-list-header:before{content:"";width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:contain}.ordered-list-header.tip:before{background-image:url(/images/ico/ico_tip.svg)}.ordered-list-header.warning:before{background-image:url(/images/ico/ico_noti_warning.svg)}.ordered-list-items{list-style:decimal;padding-left:1.6rem;margin:0}.ordered-list-items li{font-size:1.5rem;line-height:1.6;margin:.3rem 0;color:#575757;white-space:pre-line}.ordered-list-sub{list-style:none;padding-left:0;margin-top:.5rem;margin-bottom:0}.ordered-list-sub li{position:relative;padding-left:1.2rem;font-size:1.4rem;line-height:1.6;margin:.3rem 0;color:#575757}.ordered-list-sub li:before{content:"-";position:absolute;left:0;color:#575757}.ordered-list.small .ordered-list-items li,.ordered-list.small .ordered-list-sub li{font-size:1.4rem}.ordered-list.bold .ordered-list-items>li{font-weight:700}.ordered-list.bold .ordered-list-sub li{font-weight:400}