.body{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	padding: 40px 20px;
	padding-top: 100px
}
.body-page{
	display: block;
	width: 100%;
	height: auto;
}
.body-img{
	width: 30%;
	/*display: flex;*/
	/*justify-content: flex-end;*/
	position: relative;
}
.body-title{
	position: absolute;
	top: 4%	;
	right: 10%;
	font-weight: 600;
	font-size: 3rem;
	text-align: right;
}
.body-img>img{
	display: block;
	width: 100%;
}
.main{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: flex-start;
	width: 70%;
	padding-top: 30px;
	padding-left: 120px;
}
.main-title{
	width: 100%;
	font-size: 1.8rem;
	font-weight: 900;
	margin-bottom: 40px;
	letter-spacing: 2px;
	line-height: 2.5rem;
}
.main-title2{
	font-size: 1.3rem;
	width: 100%;
	line-height: 2.4rem;
}
.main-cont{
	width: 97%;
	border-top: solid 1px #999;
	margin-top: 20px;
	padding: 20px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
.main-cont-box{
	width: 33%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 15px;
}
.main-cont-box>img{
	width: 26px;
	margin-right: 15px;
}
.main-cont-box>div{
	font-size: 1.2rem;
	white-space: nowrap;
}

.work-img{
	display: block;
	width: 70px;
	height: 70px;
	margin:30px auto;
}
.work-img2{
	display: block;
	width: 100%;
	min-height: 200px;
	height: 52%;
}
.work-text{
	display: block;
	width: 100%;
	text-align: center;
	font-weight: 600;
	font-size: 1.7rem;
	margin-bottom: 70px;
}
.main-flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.mov_process{
	position: absolute;
	bottom: 12%;
	left: 16%;
	width: 67%;
	/*height: 10px;*/
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.mov_process_p{
	    width: 45px;
    height: 45px;
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0 0 8px 4px #DDD;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mov_process_p img{
	    background: #8a8a8a;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    padding: 9px;
}

.mov_process_info{
	width: 65px;
    height: 65px;
    border-radius: 100%;
    background: #FFF;
    box-shadow: 0 0 8px 4px #DDD;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.mov_process_info_img{
	width: 56px;
    height: 56px;
    border-radius: 100%;
    padding: 8px;
    background: #F8CBAD;
}
.mov_process_info_text{
	position: absolute;
	width: 130%;
	left: -15%;
	top: -63px;
	text-align: center;
	font-size: 1.2rem;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.mov_process_info_text span{
	display: block;
	width: 100%;
	text-align: center;
	white-space: nowrap;
}

#menu1,#menu2,#menu3,#menu4{
	padding-left: 100px;
}

.main-cont-link{
	color: blue;
	text-decoration: underline;
}

.main-cont-desc{
	margin-top: 100px;
	font-size: 1.2rem;
	border: none
}

.contact-title{
	width: 140px;
	margin: 30px auto 10px;
	font-size: 1.6rem;
	border-bottom: solid 1px #333;
	padding: 10px 0;
	text-align: center;
}