.start ul li:nth-child(2n-1){
	background: url(../src/about/process-line-3.png) top no-repeat;
	padding-top: 100px;
}
.start ul li:nth-child(2n) {
    background: url(../src/about/process-line-2.png) top no-repeat;
    padding-top: 100px;
    text-align: right;
}
.start ul li .icon{
	margin: 30px 0;
	display: inline-block;
	height: auto;
	margin-right: 30px;
	width: 300px;
	text-align: center;
}
.start ul li .icon img {
    max-width: 100%;
    max-height: 100%;
}


p{
	    font-size: var(--font-size-small);
}
.left p{
    margin: 0px 0px 0px auto;
}
section, #wrap{
	width: 100%;
	margin: auto;
}
h3 {
    color: var(--main-color);
}
section.detail .column .content{
	padding: 0px;
}
section > div{
	width: 100%;
}

@media (max-width:768px){
	.start ul li{
		background:#fff0 !important;
	}
}