@charset "utf-8";
#product section{
	padding: 0 0 20px 0;
}
#product section h2{
	text-align: center;
}
#product section h2 span{
	background-color: #c1c1c1;
	color: #ffffff;
	display: inline-block;
	padding: 0 20px;
	margin: 0 0 0.5em 0;
}
table{
	border: 1px solid #dddddd;
	margin: 0;
	padding: 0;
	width: 100%;
}
th{
	padding: 4px;
	background-color: #c1c1c1;
    color: #ffffff;
	max-width: 140px;
	border: 1px solid #dddddd;
	font-size: 13px;
	word-wrap: break-word;
	overflow-wrap: break-word;
	word-break:break-all;
		
}
th span{
	display: block;
	font-size: 12px;
}
td{
	padding: 4px;
	border: 1px solid #dddddd;
	font-size: 13px;
	word-wrap: break-word;
	overflow-wrap: break-word;
	word-break:break-all;
}



#inkjet{
	
}
#inkjet ul{
	margin: 0 auto 10px auto;
}
#inkjet ul li{
	text-align: center;
	padding: 0 0 40px 0;
	position: relative;
}
#inkjet ul li:after{
	content:"";
	width:18px;
	height:18px;
	border-right:2px solid #147b7c;
	border-bottom:2px solid #147b7c;
	position:absolute;
	z-index:100;
	left:50%;
	bottom: 0px;
	margin:0 0 0 -10px;
	-webkit-transform : rotate(45deg);
	-moz-transform    : rotate(45deg);
	-ms-transform     : rotate(45deg);
	-o-transform      : rotate(45deg);
	transform         : rotate(45deg);
}
#inkjet ul li:last-child:before,
#inkjet ul li:last-child:after{
	display: none;
}
#inkjet ul li img{
	width: 80%;
	max-width: 640px;
	margin: 0 auto;
}
#inkjet ul li p{
	background-color: #147b7c;
	color: #ffffff;
	display: block;
	width: 80%;
	max-width: 640px;
	margin: 0 auto;
	line-height: 20px;
	padding: 10px;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

#led{
	
}

#led ul{
	margin: 0 auto 10px auto;
}


#led ul li{
	text-align: center;
	padding: 0 0 40px 0;
	position: relative;
}
#led ul li:after{
	content:"";
	width:18px;
	height:18px;
	border-right:2px solid #147b7c;
	border-bottom:2px solid #147b7c;
	position:absolute;
	z-index:100;
	left:50%;
	bottom: 10px;
	margin:0 0 0 -10px;
	-webkit-transform : rotate(45deg);
	-moz-transform    : rotate(45deg);
	-ms-transform     : rotate(45deg);
	-o-transform      : rotate(45deg);
	transform         : rotate(45deg);
}
#led ul li:last-child:before,
#led ul li:last-child:after{
	display: none;
}


#led ul li img{
	width: 60%;
	max-width: 480px;
	margin: 0 auto;
}

#led ul li p{
	background-color: #147b7c;
	color: #ffffff;
	display: block;
	width: 90%;
	width: 80%;
	max-width: 640px;
	margin: 0 auto;
	line-height: 20px;
	padding: 10px;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}
#led ul li p span{
	font-size: 13px;
}



#support{
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

#support .box{
	padding: 30px 0;
	border-bottom: 1px dotted #dddddd;
}
#support .flexBox{
	align-content: flex-start;
	align-items: flex-start;
}
#support .flexBox div{
	padding: 0 20px 0 0;
}

#support h4{
	font-size: 17px;
}
#support p.first{
	background-color: #df2718;
	color: #ffffff;
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
	margin: 0 0 2em 0;
	display: inline-block;
}
#support p.first span{
	font-size: 12px;
}

#support figure p{
	text-align: right;
	margin-top: -20px;
	position: relative;
}
/*
3D造形のワークフロー
*/

#workflow{
	
}
#workflow .flexBox{
	align-content: flex-start;
	align-items: stretch;
}
#workflow .flow{
	margin: 0px auto ;
}
#workflow .flow header{

}
#workflow .flow header h3{
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
	padding: 0 15px;
}
#workflow .flow header img{
	width: 40%;
	display: block;
	max-width: 480px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}
#workflow .flow > div{
	flex-basis: 640px;
	padding-bottom: 40px;
	position: relative;
}


#workflow #branch{
	justify-content: space-around;
	align-content: flex-start;
	align-items: stretch;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
#workflow #branch div{
	flex-basis: 280px;
	width: 280px;
}
#workflow #branch div#nomatch{
	position: relative;
}
#workflow #branch div#nomatch:before{
	content: "";
	width: 10px;
	height: -webkit-calc(100% - 20px) ;
	height: calc(100% - 20px) ;
	position: absolute;
	background-color: #c1c1c1;
	left: 50%;
	bottom: 20px;
	margin: 0px 0 0 -5px;
}
#workflow #branch div#nomatch:after{
	content:"";
	width:0;
	height:0;
	position:absolute;
	z-index:100;
	left:50%;
	bottom: -10px;
	border: 15px solid transparent;
	border-top: 15px solid #c1c1c1;
	margin:0 0 0 -15px;
}

#workflow h4{
	background-color: #c1c1c1;
	color: #ffffff;
	text-align: center;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	line-height: 20px;
	padding: 10px;
	margin: 0 auto 40px auto;
	position: relative;
	font-weight: 500;
	font-size: 15px;
}
#workflow h4.blue{
	background: #4ec2e7;
}
#workflow h4.orange{
	background-color: #fbb254;
}
#workflow h4.pink{
	background-color: #e10012;
	padding: 40px;
}
#workflow h4.complete{
	background: none;
	color: #222222;
	font-weight: 400;
	font-size: 28px;
	font-size: 2.8rem;
}
#workflow h4.complete:before,
#workflow h4.complete:after,
#workflow h4.noarrow:before,
#workflow h4.noarrow:after{
	display: none;
}
#workflow h4 span{
	display: block;
	text-align: center;
	font-size: 13px;
	font-size: 1.3rem;
}
#workflow h4:before{
	content: "";
	width: 10px;
	height: 30px;
	position: absolute;
	background-color: #c1c1c1;
	left: 50%;
	bottom: -30px;
	margin: 0px 0 0 -5px;
}
#workflow h4:after{
	content:"";
	width:0;
	height:0;
	position:absolute;
	z-index:100;
	left:50%;
	bottom:-50px;
	border: 15px solid transparent;
	border-top: 15px solid #c1c1c1;
	margin:0 0 0 -15px;
}

#workflow h4.long:before{
	content: "";
	width: 10px;
	height: 70px;
	position: absolute;
	background-color: #c1c1c1;
	left: 50%;
	bottom: -70px;
	margin: 0px 0 0 -5px;
}
#workflow h4.long:after{
	content:"";
	width:0;
	height:0;
	position:absolute;
	z-index:100;
	left:50%;
	bottom:-90px;
	border: 15px solid transparent;
	border-top: 15px solid #c1c1c1;
	margin:0 0 0 -15px;
}

#workflow p.branch{
	text-align: center;
	border: 1px solid #333333;
	background-color: #ffffff;
	margin: 0 0 20px 0;
	position: relative;
	z-index: 10;
}
#workflow p.branch:before{
	content: "";
	width: 10px;
	height: 30px;
	position: absolute;
	background-color: #c1c1c1;
	left: 50%;
	top: -40px;
	margin: 0px 0 0 -5px;
}
#workflow p.branch:after{
	content:"";
	width:0;
	height:0;
	position:absolute;
	z-index:100;
	left:50%;
	top:0px;
	border: 15px solid transparent;
	border-top: 15px solid #c1c1c1;
	margin:-15px 0 0 -15px;
}







#workflow #after{
	margin: 0 0 0 240px;
}

#product #productLink{
	border-top: 1px solid #dddddd;
	padding-bottom: 60px;
	padding: 20px 0
}
#product #productLink p{
}
#product #productLink p a{
	display: block;
	color: #ffffff;
	text-decoration: none;
	background-color: #222222;
	text-align: center;
	line-height: 40px;
}
