.flexBox{
	display: flex;
}
.sb{
	justify-content: space-between;
}
.f12{
	font-size: 12px;
}
.mT10{
	margin-top: 10px;
}



.wrap-main > .title {
    background-image: url(/product/zexeed/images/back_others.jpg);
}


#lowerContent{
	margin-bottom: 5em;
}
#lowerContent p,
#lowerContent div{
	line-height: 1.8em;
}


#guideline{
	max-width: 1000px;
	padding: 0 40px;
	margin: 0 auto 0;
}



.standardContentOuter{
    margin-top: 3em;
}

.standardContent h3{
	font-size: 30px;
	font-weight: bold;
	position: relative;
	line-height: 1.5em;
	padding-left: 1em;
	margin-bottom: 1em;
	color: #00569B;
}
.standardContent h3:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 50px;
	background: #00569B;
}
.standardContent h3:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	background: #D1D6DB;
}
.standardContent h4{
	color: #04355E;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0.8em;
	text-indent: -1em;
	padding-left: 1em;
}


.guidelineNote{
	background: #f0f8fa;
	padding: 2em;
	margin-top: 3em;
}

.guidelineNote li{
	list-style: decimal;
	margin-left: 1.5em;
}
.guidelineNote li:nth-of-type(n+2){
	margin-top: 1em;
}

.guidelineNote li ol li{
	list-style: none;
	counter-increment: cnt;
	text-indent: -1.7em;
	margin-top: 0.5em !important;

}
.guidelineNote li ol li:before{
	content: "(" counter(cnt) ") ";
}


.endTxt{
	margin-top: 3em;
	text-align: center;
}
.btn{
	margin-top: 3em;
	background: #989898;
	width: 250px;
	margin:20px auto 0;
	text-align: center;
}
.btn a{
	position: relative;
	color: #fff;
	width: 100%;
	padding: 20px 0;
	display: block;
	font-weight: bold;
}
.btn a::after{
	position: absolute;
	right: 25px;
	content: "\025b6"
}
#flexBox{
	display: flex;
	justify-content: space-between;
	text-align: center;
}
#flexBox #flexFAQ,#flexBox #flexContact{
	background: #F1F1F1;
	width: 49%;
	padding: 40px 20px 30px;
}
#flexBox #flexFAQ h5,#flexBox #flexContact h5{
	font-weight: bold;
	font-size: 20px;
}
#flexBox #flexFAQ p,#flexBox #flexContact p{
	font-size: 14px;
	margin: 20px 0;
}
#flexBox a{
	color: #fff;
	background: #666;
	font-size: 14px;
	padding: 20px 50px;
	display: inline-block;
}
#flexBox a:hover{
	color: #000;
	background: #fff;
}

.action{
    margin: 2em auto 0;
    display: flex;
    justify-content: center;
}


@media screen and (max-width: 896px) {
	#guideline{
		padding: 0 20px;
	}

	.standardContent h3 {
    	font-size: 20px;
	}
	.standardContent h3:before{
   		height: 32px;
	}
	.standardContent h4 {
    	font-size: 17px;
	}

	.guidelineNote {
		padding: 8% 5%;
		margin-top: 2em;
	}
	#flexBox{
		display: block;
	}
	#flexBox #flexFAQ,#flexBox #flexContact{
		width: 100%;
	}
	#flexBox #flexContact{
		margin-top: 15px;
	}
	
	
	.standardContentOuter {
        margin-top: 1em;
    }

	#lowerContent p,
	#lowerContent div{
		font-size: 14px;
	}

}















