.flexBox{
	display: flex;
}
.sb{
	justify-content: space-between;
}
.f12{
	font-size: 12px;
}
.mT10{
	margin-top: 10px;
}
.note{
	font-size: 14px;
	text-indent: -3em;
	padding-left: 3em;
}

.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;
}


#standard{
	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;
}

.standardIn:nth-of-type(n+2){
	margin-top: 3em;
}
.standardLeft{
	width: 49%;
}
.standardRight{
	width: 49%;
}

.standardLeft02{
	width: 30%;
}
.standardRight02{
	width: 67%;
}

.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;
}

.standardAnchor {
    margin-top: 3em;
}
.standardAnchor li{
	width: 24%;
}
.standardAnchor li a{
    text-align: center;
    display: flex;
    background: #f0f8fa;
    font-weight: bold;
    padding: 0.8em 0;
    transition: 0.2s;
    height: 100%;
    line-height: 1.5em;
    justify-content: center;
    align-items: center;
}
.standardAnchor li a:hover{
	opacity: 0.7;
}
.standardAnchor li a span:before{
	content: "▶";
	color: #00569B;
	font-size: 0.8em;
	margin-right: 0.5em;
}
.capIndent {
	text-indent: -2.5em;
	padding-left: 2.5em;
}
.titleSpace{
	padding-top: 44px;
}
#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;
}

.Tfixed{
    table-layout: fixed;
}

.sSP{
    display: none;
}
@media screen and (max-width: 896px) {
	#standard{
		padding: 0 20px;
	}
	
	.standardAnchor{
		display: block;
	}
	.standardAnchor li{
		width: auto;
	}
	.standardAnchor li:nth-of-type(n+2){
		margin-top: 2%;
	}
	
	.standardContent h3 {
    	font-size: 20px;
	}
	.standardContent h3:before{
   		height: 32px;
	}
	.standardContent h4 {
    	font-size: 17px;
	}
	
	.standardIn{
		display: block;
	}
	
	.standardLeft,
	.standardRight,
	.standardLeft02,
	.standardRight02{
		width: auto;
	}
	.standardIn:nth-of-type(n+2),
    .standardRight{
		margin-top: 8%;
	}
	#flexBox{
		display: block;
	}
	#flexBox #flexFAQ,#flexBox #flexContact{
		width: 100%;
	}
	#flexBox #flexContact{
		margin-top: 15px;
	}
	
    
    .standardTableOuter{
        overflow-x: scroll;
    }
    .standardTableOuter table{
        width: 600px;
    }
	
    .standardAnchor {
        margin-top: 1em;
    }

    .sSP{
        display: block;
    }

	#lowerContent p,
	#lowerContent div{
		font-size: 14px;
	}
	
}



/* 2109 */
.ManufacturableRange{
	display: flex;
	justify-content: space-between;
}
.ManufacturableRange .Graph{
	width: 62%;
}
.ManufacturableRange .Graph img{
	width: 100%;
}

.ManufacturableRange .GraphNote{
	font-size: 14px;
	width: 35%;
}
.ManufacturableRange .GraphNote li{
	line-height: 1.3em;
}
.ManufacturableRange .GraphNote li:nth-of-type(n+2){
	margin-top: 0.5em;
}
.ManufacturableRange .GraphNote li span{
	display: inline-block;
	width: 2em;
	height: 1em;
	border: #00569B solid 2px;
	margin-right: 0.5em;
}
.ManufacturableRange .GraphNote li span.style01{
	background: #97c6da;
}
.ManufacturableRange .GraphNote li span.style02{
	background: #fff;
}
.ManufacturableRange .GraphNote .note{
	font-size: 12px;
	line-height: 1.5em;
	padding-left: 1em;
	text-indent: -1em;
	margin-top: 1em;
}
.sSP{
	display: none;
}


@media screen and (max-width: 896px) {
	.ManufacturableRange{
		display: block;
	}
	.ManufacturableRange .Graph,
	.ManufacturableRange .GraphNote{
		width: auto;
	}
	.ManufacturableRange .GraphNote{
		margin-top: 3%;
	}
	.sPC{
		display: none;
	}
	.sSP{
		display: block;
	}
}




/*!
20240430修正
--------------------------------------*/

.standardTable tr th.style03{
	width: 71.75px;   
}

@media screen and (max-width: 896px) {
    .standardTable tr th.style03{
	width: 55px;   
}

    }

/*!
20240611修正
--------------------------------------*/
.ManufacturableRange .GraphNote .note02{
	font-size: 12px;
	line-height: 1.5em;
	padding-left: 1em;
	text-indent: -1em;
	margin-top: 40em;
}
