.flexBox{
	display: flex;
}
.sb{
	justify-content: space-between;
}
.f12{
	font-size: 12px;
}
.mT10{
	margin-top: 10px;
}
.bold{
	font-weight: bold;
}


.wrap-main > .title {
    background-image: url(/product/zexeed/images/back_others.jpg);
}




#lowerContent{
	margin-bottom: 5em;
}
#lowerContent p,
#lowerContent div{
	line-height: 1.8em;
}


#notice{
	max-width: 1000px;
	padding: 0 40px;
	margin: 0 auto 0;
}

#notice h3{
	color: #04355E;
	font-weight: bold;
	font-size: 20px;
	margin: 2em 0 0.8em;
	text-indent: -1em;
	padding-left: 1em;
}

#noticeContentStart{
    margin-top: 3em;
}

.noticeListOL li{
	list-style: decimal;
	margin-left: 1.5em;
}
.noticeListUL li{
	list-style: disc;
	margin-left: 1.5em;
}
.noticeListOL li:nth-of-type(n+2),
.noticeListUL li:nth-of-type(n+2){
	margin-top: 0.7em;
}

.noticeWarning{
	background: #f0f8fa;
	padding: 2em;
	margin-top: 1em;
}
.noticeWarning.style01{
	border: #ff2e17 solid 2px;
}
.noticeWarning.style01 .title{
	font-weight: bold;
	color: #ff2e17;
	margin-bottom: 0.5em;
}
.noticeWarning.style02{
	border: #ff9e42 solid 2px;
}
.noticeWarning.style02 .title{
	font-weight: bold;
	color: #ff9e42;
	margin-bottom: 0.5em;
}
.noticeWarning.style01 .title img,.noticeWarning.style02 .title img{
	width: 25px;
}




.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) {
	#notice{
		padding: 0 20px;
	}
	

	#notice h3 {
    	font-size: 17px;
	}
	
	.noticeWarning{
		padding: 8% 5%;
	}
	#flexBox{
		display: block;
	}
	#flexBox #flexFAQ,#flexBox #flexContact{
		width: 100%;
	}
	#flexBox #flexContact{
		margin-top: 15px;
	}
    

    #noticeContentStart{
        margin-top: 1em;
    }

	
	#lowerContent p,
	#lowerContent div{
		font-size: 14px;
	}
	
}















