#bigImg {
    width: 100%;
    text-align: center;
    margin: 0 auto 60px;
    position: relative;
    height: 650px;
    overflow: hidden;
}

#bigImg video {
    width: 100%;
    min-height: 650px;
    object-fit: cover;
}

#system {
	width: 1120px;
	margin: 0 auto 115px;
}

#system h2 {
	font-size: 1.8em;
	font-weight: bold;
	letter-spacing: .08em;
	text-align: center;
	margin: 0 0 20px 0;
	color: #02328d;
}

#system p {
    font-size: 1.09em;
    line-height: 1.75;
    text-align: center;
    margin: 0;
    letter-spacing: 0.03em;
}

#system_contents {
	margin: 110px 0 0;
}

#system_contents #system_bankin {
	width: 537px;
	margin: 0;
	padding: 0;
	position: relative;
	float: left;
}

#system_contents #system_funtai {
	width: 537px;
	margin: 0;
	padding: 0;
	position: relative;
	float: right;
}

#system_contents #system_bankin div, #system_contents #system_funtai div {
	width: 100%;
	background: rgba(255,255,255,.8);
	position: absolute;
	bottom: 0;
	left: 0;
}

#system_contents #system_bankin div p, #system_contents #system_funtai div p {
	width: 100%;
	opacity: 1;
}

#system_contents #system_bankin div p:nth-child(1), #system_contents #system_funtai div p:nth-child(1) {
	font-size: 1.8em;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 4px;
    margin: 33px 0 25px;
    padding: 0;
}

#system_contents #system_bankin div p:nth-child(2), #system_contents #system_funtai div p:nth-child(2) {
	font-size: .95em;
	font-weight: normal;
	margin: 0 0 33px;
	padding: 0;
}

#system_contents #system_bankin div p:nth-child(3), #system_contents #system_funtai div p:nth-child(3) {
	margin: 0 0 30px;
	padding: 0;
}

#system_video {
	width: 100%;
	margin: 74px 0 0;
}

#system_video iframe {
    width: 100%;
    height: 630px;
}

#odm {
	width: 100%;
	background: #f3f8fe;
	margin: 0 auto;
	padding: 85px 0 0;
}

#odm h3 {
	background: #f3f8fe;
	font-size: 1.75em;
	font-weight: bold;
	text-align: center;
	margin: 0 auto 15px;
	padding: 17px 35px;
	color: #022c92;
}

#odm h3 span {
	font-size: 88%;
	color: #022c92;
}

#odm p {
	font-size: 1.09em;
	line-height: 170%;
	text-align: center;
	margin: 0 0 40px;
}

#odm p span {
	font-size: 80%;
}

#odm_flow {
	width: 1010px;
	margin: 0 auto;
	padding: 100px 0 150px;
	position: relative;
}

#odm_flow #flow_01 {
	position: absolute;
	top: 0;
	right: 0;
}

#odm_flow #flow_02 {
	position: absolute;
	top: 225px;
	left: 0;
}

#odm_flow #flow_03 {
	position: absolute;
	top: 450px;
	right: 0;
}

#odm_flow #flow_04 {
	position: absolute;
	top: 675px;
	left: 0;
}

#odm_flow #flow_05 {
	position: absolute;
	top: 900px;
	right: 0;
}

#odm_flow #flow_06 {
	position: absolute;
	top: 1125px;
	left: 0;
}

#odm_flow #flow_01 span, #odm_flow #flow_02 span, #odm_flow #flow_03 span, #odm_flow #flow_04 span, #odm_flow #flow_05 span, #odm_flow #flow_06 span {
	width: 100%;
	font-size: .9em;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	position: absolute;
	top: 84.2%;
	left: 0;
}

#odm_flow #flow_03 span {
	top: 70.4%;
}

#odm_flow #flow_03 a#flow_button {
	display: block;
	width: 100%;
	margin: 5px 0 0;
	position: static;
}