@import url("https://use.fontawesome.com/releases/v5.6.3/css/all.css");

.flexBox{
	display: flex;
}
.sb{
	justify-content: space-between;
}
.f12{
	font-size: 12px;
}
.mT10{
	margin-top: 10px;
}
.mT30{
	margin-top: 30px;
}


.wrap-main > .title {
    background-image: url(/product/zexeed/images/back_others.jpg);
}



#lowerContent{
	margin-bottom: 5em;
}
#lowerContent p,
#lowerContent div{
	line-height: 1.8em;
}
#lowerContent .nowrap {
    white-space: nowrap;
}
.afe {
    align-items: flex-end;
}


#proof{
	max-width: 1000px;
	padding: 0 40px;
	margin: 0 auto 0;
}

.standardContentOuter{
	margin-top: -3em;
    padding-top: 3em;
}
.standardContent h3{
	font-size: 30px;
	font-weight: bold;
	position: relative;
	line-height: 1.5em;
	padding-left: 1em;
	margin: 2.5em 0 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;
}
.standardContent ol li{
	list-style: decimal;
	margin-left: 1em;
}


.standardTable{
	width: 100%;
}
.standardTable tr th,
.standardTable tr td{
	padding: 0.2em;
	border: #827d7b solid 1px;
	text-align: center;
	font-size: 12px;
	line-height: 1.8;
	vertical-align: middle;
}
.standardTable tr .style01{
	background: #eeeded;
}
.standardTable tr .style02{
	background: #d3def1;
}

.capIndent {
	text-indent: -2.5em;
	padding-left: 2.5em;
}
.titleSpace{
	padding-top: 44px;
}

.Tfixed{
    table-layout: fixed;
}

.sSP{
    display: none;
}
.section5Btn .default-button i{
	margin-left: 0.5em;
}

@media screen and (max-width: 896px) {
	#proof{
		padding: 0 20px;
	}
	
	.standardContent h3 {
    	font-size: 20px;
	}
	.standardContent h3:before{
   		height: 32px;
	}
	.standardContent h4 {
    	font-size: 17px;
	}
	
    
    .standardTableOuter{
        overflow-x: scroll;
    }
    .standardTableOuter table{
        width: 1100px;
    }
	
    .standardAnchor {
        margin-top: 1em;
    }

    .sSP{
        display: block;
    }

	#lowerContent p,
	#lowerContent div{
		font-size: 14px;
	}
	
}



/* 2109 */
.sSP{
	display: none;
}


@media screen and (max-width: 896px) {
	.sPC{
		display: none;
	}
	.sSP{
		display: block;
	}
}
