@charset "utf-8";



@media only screen and (max-width: 480px) {



.business01{
	width: 100%;
	display: block;
	justify-content: space-between;
	flex-direction: row;
	margin-bottom: 90px;
}

.business01-left{
	width: 100%;
	margin-bottom: 24px;
}


.business01-right{
	width: 100%;
}


.business02{
	width: 100%;
	display: block;
	justify-content: space-between;
	flex-direction: row-reverse;
}

.business02-left{
	width: 100%;
}


.business02-right{
	width: 100%;
}




.business-photo{
	width: 100%;
}


a.link-to-page{
	position: relative;
	display: inline-block;
	height: 40px;
	background: #333;
	color:#fff;
	text-decoration: none;
	font-size:13px;
	font-weight: 500;
	padding: 10px 21px 0 21px;
	margin: 15px 0px 0 0px;
	border-radius: 15px;
	}

a.link-to-page:hover{
	background: #0080cb;
	}




.flow-wrapper{
	width: 100%;
	border-top: 1px solid #666;
}


.flow-col{
	width: 100%;
	border-bottom: 1px solid #666;
	display: block;
	justify-content: space-between;
	align-items: center;
	padding: 30px 15px 30px 15px;
}

.flow-num{
	width: 100%;
	font-family: 'Impact', sans-serif;
	font-weight: 400;
	line-height: 1;
	font-size: 45px;
	color: #0080cb;
	margin-bottom: 24px;
}

.flow-contents{
	width: 100%;
}

.flow-h4{
	font-size:20px;
	font-weight: 600;
	line-height: 1;
	margin:0 0 15px 0;
}

.flow-image{
	width: 100%;
}
.flow-image img{
	width: 100%;
}







}/*//end  max-width: 480px ///////////////////////*/







@media only screen and (min-width: 481px) {


.business01{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	margin-bottom: 90px;
}

.business01-left{
	width: 400px;
}


.business01-right{
	width: 500px;
}


.business02{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}

.business02-left{
	width: 500px;
}


.business02-right{
	width: 400px;
}




.business-photo{
	width: 100%;
}


a.link-to-page{
	position: relative;
	display: inline-block;
	height: 40px;
	background: #333;
	color:#fff;
	text-decoration: none;
	font-size:13px;
	font-weight: 500;
	padding: 10px 21px 0 21px;
	margin: 15px 0px 0 0px;
	border-radius: 15px;
	}

a.link-to-page:hover{
	background: #0080cb;
	}




.flow-wrapper{
	width: 100%;
	border-top: 1px solid #666;
}


.flow-col{
	width: 100%;
	border-bottom: 1px solid #666;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 15px 30px 15px;
}

.flow-num{
	width: 140px;
	font-family: 'Impact', sans-serif;
	font-weight: 400;
	line-height: 1;
	font-size: 95px;
	color: #0080cb;
}

.flow-contents{
	width: 435px;
}

.flow-h4{
	font-size:20px;
	font-weight: 600;
	line-height: 1;
	margin:0 0 15px 0;
}

.flow-image{
	width: 300px;
}
.flow-image img{
	width: 100%;
}

}/*//end  min-width: 481px ///////////////////////*/











