@charset "utf-8";
/* CSS Document */

/* TOP IMAGE */
.workflow_top_img {
	background: url(../images/Workflow_top_img.jpg) no-repeat center;
	height: 198px;
}

/* WORKFLOW */
#workflow_blueBG {
	position: relative;
	height: auto;
	padding: 40px 0;
}
.workflow_flex {
	display: flex;
	justify-content: space-between;
	width: 1024px;
	margin: auto;
}
.workflow_flex .workflow_box {
	width: 120px;
	background-color: white;
	border-radius: 10px;
	text-align: center;
	padding-bottom: 10px;
}
.workflow_flex .number {
	font-size: 37px;
	color: #73D9FF;
	padding-top: 15px;
	line-height: 2.2ex;
}
.workflow_flex p {
	margin: 0;
	height: 40px;
	line-height: 2.3ex;
}
.workflow_flex #blue {
	background: #E2FFFF;
}
.arrows_flex {
	display: flex;
	justify-content: space-between;
	width: 810px;
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -405px;
}

/* WORKFLOW 1 */
.workflow1 {
	background: url(../images/Workflow_step1.jpg) no-repeat;
	height: 439px;
	width: 1030px;
	margin: auto;
}
.workflow_title {
	width: 600px;
	font-size: 33px;
	color: #006ED8;
	padding: 135px 0 0 85px;
	line-height: 2.5ex;
}
.workflow_explain {
	width: 550px;
	font-size: 21px;
	padding: 40px 0 0 85px;
}
.arrow {
	width: 129px;
	margin: -25px auto;
}

/* WORKFLOW 2 */
.workflow2 {
	background: url(../images/Workflow_step2.jpg) no-repeat center;
	height: 439px;
	width: 1030px;
	margin: auto;
}
.workflow2 ul {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	height: 80px;
	list-style-type: none;
}
.workflow2 ul li::before {
	content: "●";
	color: #006ED8;
    margin-right: 5px;
}

/* WORKFLOW 3 */
.workflow3 {
	background: url(../images/Workflow_step3.jpg) no-repeat center;
	height: 439px;
	width: 1030px;
	margin: auto;
}
.workflow3 .workflow_title {
	padding-top: 145px;
}

/* WORKFLOW 4 */
.workflow4 {
	background: url(../images/Workflow_step4.jpg) no-repeat center;
	height: 439px;
	width: 1030px;
	margin: auto;
}

/* WORKFLOW 5 */
.workflow5 {
	background: url(../images/Workflow_step5.jpg) no-repeat center;
	height: 439px;
	width: 1030px;
	margin: auto;
}

/* WORKFLOW 6 */
.workflow6 {
	background: url(../images/Workflow_step6.jpg) no-repeat center;
	height: 1427px;
	width: 1030px;
	margin: auto;
}
.workflow6 p {
	font-size: 35px; 
	text-align: center; 
	color: white; 
	background: #006ED8;
	border-radius: 10px; 
	width: 870px; 
	margin: 120px auto 0 auto;
	padding: 5px 0 0 0;
}
.workflow6 img {
	padding-top: 40px;
}

/* WORKFLOW 7 */
.workflow7 {
	background: url(../images/Workflow_step7.jpg) no-repeat center;
	height: 439px;
	width: 1030px;
	margin: auto;
}
.workflow7 img {
	padding: 25px 0 0 60px;
}
.workflow7 .workflow_explain {
	padding-top: 10px;
}

/* WORKFLOW 8 */
.workflow8 {
	background: url(../images/Workflow_step8.jpg) no-repeat center;
	height: 439px;
	width: 1030px;
	margin: 0 auto 120px auto;
}