.process-wrap{padding:0 50px;display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:-60px}.process-item{position:relative;width:100%;padding:40px;margin-bottom:60px;border:#ccc dotted 1px;box-sizing:border-box;opacity:0;transform:translateY(15px);transition:opacity .6s,transform .6s}.process-item.show{opacity:1;transform:translateY(0px)}.process-item:before,.process-item:after{content:"";position:absolute;top:-30px;left:50%;margin-left:-5px;border-right:rgba(0,0,0,0) solid 5px;border-left:rgba(0,0,0,0) solid 5px;border-top:#ddd solid 6px}.process-item::after{margin-top:-6px}.process-item:first-child:before,.process-item:first-child::after{content:none}.process-num{position:absolute;right:10px;bottom:0;font-size:3rem;color:#eee}.process-step{font-size:.875rem;color:#000;margin-bottom:30px}.process-step img{filter:brightness(0.3);width:25px;display:inline;vertical-align:middle;margin-right:10px}.process-text{font-size:.875rem}.process-text li{list-style:disc;margin-left:20px}@media screen and (min-width: 1101px){.process-wrap{margin:-30px 0}.process-item:before,.process-item:after{content:"";position:absolute;top:50%;left:-30px;margin-top:-5px;margin-left:0;border-top:rgba(0,0,0,0) solid 5px;border-bottom:rgba(0,0,0,0) solid 5px;border-left:#ddd solid 6px}.process-item::after{margin-left:-6px}.process-item:first-child:before,.process-item:first-child::after{content:none}}@media screen and (min-width: 1101px)and (max-width: 1400px){.process-item{width:calc(50% - 60px);margin:30px}.process-item:nth-child(1),.process-item:nth-child(4),.process-item:nth-child(7){width:calc(100% - 60px);margin:30px}}@media screen and (min-width: 1401px){.process-item{width:calc(50% - 60px);margin:30px}.process-item:nth-child(3),.process-item:nth-child(4),.process-item:nth-child(5){width:calc(33.3333% - 60px)}}@media screen and (max-width: 640px){.process-wrap{padding:0 20px}.process-num{font-size:2rem}}