.table td .ul-type-dot span {position: relative;}
.table td .ul-type-dot span:after{content:"|";margin:0 10px;font-size:13px;line-height:22px;}

.box_process {overflow:auto;position:relative;display:grid;grid-template-columns:110px 335px 165px 500px 110px;justify-content:space-between;align-items:center;padding-bottom:70px;}
.box_process:before {position:absolute;top:129px;left:0;z-index:-1;content:"";display:block;width:1220px;height:2px;background-color:#143770;}
.box_process > * {position:relative;box-sizing:border-box;}
.box_process ul {list-style:none;}
.box_process ul li {position:relative;line-height:1.57em;font-size:14px;font-weight:300;color:#787878;letter-spacing:-0.5px;}
.box_process .bg1, .box_process .bg2 {position:relative;display:flex;justify-content:center;align-items:center;width:110px;height:80px;line-height:1.1em;font-size:18px;font-weight:700;color:#fff;text-align:center;}
.box_process .bg1 {background-color:#001b54;}
.box_process .bg2 {background-color:#4ec4c7;}
.box_process .txt {line-height:1.57em;font-size:14px;font-weight:700;color:#001b54;}
.box_process .item_tit02 {padding-left:55px;}
.box_process .item_tit02:before {position:absolute;top:39px;left:0;content:"";display:block;width:2px;height:182px;background-color:#001b54;}
.box_process .item_tit02 .bg2:before {position:absolute;top:50%;left:-53px;content:"";display:block;margin-top:-1px;width:53px;height:2px;background-color:#4ec4c7;}
.box_process .item_tit02 .txt {color:#0aa8ac;}
.box_process .item_tit02 ul li {position:relative;}
.box_process .item_tit02 ul li:first-child {position:absolute;bottom:-68px;left:-80px;padding-top:45px;}
.box_process .item_tit02 ul li:first-child:before {position:absolute;top:0;left:77px;content:"";display:block;width:8px;height:8px;background-color:#4ec4c7;}
.box_process .item_tit02 ul li:first-child:after {position:absolute;top:0;left:80px;content:"";display:block;width:2px;height:40px;background-color:#4ec4c7;}
.box_process .item_tit02 ul li:not(:first-child) .txt {position:absolute;top:0;left:120px;width:90px;}
.box_process .item_tit02 ul li:not(:first-child, :last-child) {margin-bottom:10px;}
.box_process .item_tit03 .txt {position:absolute;top:100%;left:0;color:#0aa8ac;padding-top:5px;}
.box_process > ul {position:relative;height:8px;}
.box_process > ul > li {position:absolute;}
.box_process > ul > li:before {position:absolute;content:"";display:block;width:8px;height:8px;background-color:#001b54;}
.box_process > ul > li:after {position:absolute;content:"";display:block;width:2px;height:40px;background-color:#001b54;}
.box_process > ul > li:nth-of-type(odd) {padding-top:50px;top:0;}
.box_process > ul > li:nth-of-type(odd):before {top:0;left:0;}
.box_process > ul > li:nth-of-type(odd):after {top:5px;left:3px;}
.box_process > ul > li:nth-of-type(even) {padding-bottom:50px;bottom:0;}
.box_process > ul > li:nth-of-type(even):before {bottom:0;left:0;}
.box_process > ul > li:nth-of-type(even):after {bottom:5px;left:3px;}
.box_process .item_list01 li:nth-child(1) {left:47px;}
.box_process .item_list01 li:nth-child(2) {left:105px;}
.box_process .item_list02 li:nth-child(1) {left:120px;}
.box_process .item_list02 li:nth-child(1):before {left:70px;}
.box_process .item_list02 li:nth-child(1):after {left:73px;}
.box_process .item_list02 li:nth-child(2) {left:120px;}
.box_process .item_list02 li:nth-child(2):before {left:135px;}
.box_process .item_list02 li:nth-child(2):after {left:138px;}
.box_process .item_list02 li:nth-child(3) {left:325px;}
.box_process .item_list02 li:nth-child(4) {left:388px;width:176px;}

@media (max-width: 1240px) {
	  .box_process {
        overflow-x: auto;
    }
}