.step-list{flex-direction:column;gap:35px;max-width:1000px}.step-list,.step-list__line{box-sizing:border-box;display:flex;width:100%}.step-list__line{border:1px solid #ccc;padding:20px;position:relative}.step-list__line:after{background-color:#9ecaeb;bottom:-30px;clip-path:polygon(50% 10px,0 0,30px 0);content:"";display:block;height:15px;left:50%;position:absolute;transform:translateX(-50%);width:30px}.step-list__line:last-child:after{display:none}.step-list__step{align-items:center;border-right:1px solid #0068b7;box-sizing:border-box;color:#0068b7;display:flex;flex-direction:column;font-weight:700;justify-content:center;letter-spacing:.12em;line-height:1.2;margin:0;padding-right:20px;width:6em}.step-list__step span{font-size:40px}.step-list__content{box-sizing:border-box;margin-bottom:0;padding-left:20px;width:calc(100% - 6em)}.step-list__content p{margin:0}.step-list__content p a{color:#066dff;text-decoration:underline}.step-list__content p a:hover{color:#066dff;text-decoration:none}.step-list__label{color:#0068b7;font-size:20px;font-weight:700;margin-bottom:20px}.step-list__text{margin-bottom:0}@media screen and (max-width:768px){.step-list__step{white-space:nowrap}}