@charset "utf-8";
#product section{
	padding: 60px 0;
}
#product section h2{
	padding: 60px 0;
	text-align: center;
}
#product section h2 span{
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 50px;
	height: 50px;
	background-color: #c1c1c1;
	color: #ffffff;
	display: inline-block;
	padding: 0 20px;
	margin: 0 0 0.5em 0;
}
table{
	border: 1px solid #dddddd;
	width: 100%;
}
th{
	padding: 5px 20px;
	background-color: #c1c1c1;
    color: #ffffff;
	border: 1px solid #dddddd;
}
th span{
	display: block;
	font-size: 12px;
}
td{
	padding: 5px 20px;
	border: 1px solid #dddddd;
}



#inkjet{
	
}
#inkjet ul{
	margin: 0 auto 40px auto;
	/*align-items: stretch;
	align-content: stretch;*/
}
#inkjet ul li{
	text-align: center;
	padding: 0 20px;
	position: relative;
	display:inline-block;
	width:calc(33% - 40px);
}
#inkjet ul li:after{
	content:"";
	width:18px;
	height:18px;
	border-right:2px solid #147b7c;
	border-top:2px solid #147b7c;
	position:absolute;
	z-index:100;
	right:-5px;
	top: 50%;
	margin:-10px 0 0 0;
	-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:100%;
	max-width:420px;
}
#inkjet ul li p{
	background-color: #147b7c;
	color: #ffffff;
	display: block;
	width: 90%;
	margin: 0 auto;
	line-height: 20px;
	height: 40px;
	padding: 10px;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

#led{
	
}

#led ul{
	margin: 20px auto 40px auto;
	align-items: stretch;
	align-content: stretch;
}
#led ul li{
	text-align: center;
	padding: 0 20px;
	position: relative;
}
#led ul li img{
	display: block;
	width: 90%;
	margin: 0 auto;
}
#led ul li:after{
	content:"";
	width:18px;
	height:18px;
	border-right:2px solid #147b7c;
	border-top:2px solid #147b7c;
	position:absolute;
	z-index:100;
	right:-5px;
	top: 50%;
	margin:-10px 0 0 0;
	-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 p{
	background-color: #147b7c;
	color: #ffffff;
	display: block;
	width: 90%;
	margin: 0 auto;
	line-height: 16px;
	height: 50px;
	padding: 10px;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}
#led ul li p span{
	font-size: 13px;
}
#led #ledText{
	padding-bottom: 120px;
}


#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{
	margin-bottom: 0.5em;
	font-weight: 500;
}
#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;
	position: relative;
	margin-top: -20px;
}

/*
3D造形のワークフロー
*/

#workflow{
	
}
#workflow .flexBox{
	align-content: flex-start;
	align-items: stretch;
}
#workflow .flow{
	margin: 0px auto ;
}
#workflow .flow header{
	flex-basis: 260px;
	margin: 0 60px 0 0;
	position: relative;
}
#workflow .flow header:before{
	content: "";
	width: 110px;
	height: 1px;
	position: absolute;
	right: -60px;
	top: 40px;
	background-color: #000000;
	z-index: 0;
}
#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: 220px;
	padding: 0 20px;
	position: relative;
	z-index: 10;
	margin-top: -30px;
}
#workflow .flow > div{
	flex-basis: 640px;
	padding-bottom: 40px;
	position: relative;
}


#workflow #branch{
	justify-content: space-around;
	align-content: flex-start;
	align-items: stretch;
}
#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: 24px;
	padding: 15px;
	margin: 0 auto 40px auto;
	position: relative;
	font-weight: 500;
	font-size: 18px;
}
#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: 120px;
}
#productLink ul li{
	display: block;
	position:relative;
	width:480px;
	height:60px;
	margin:0 auto;
	}
#productLink ul li a{
	color:#ffffff;
	display:block;
	height:100%;
	line-height:60px;
	padding:0 60px 0 30px;
	text-decoration:none;
	position:relative;
	}
#productLink ul li a:before{
	content:"";
	width:20px;
	height:20px;
	border-right:1px solid #ffffff;
	border-top:1px solid #ffffff;
	position:absolute;
	right:40px;
	top:50%;
	margin:-10px 0 0 0;
	-webkit-transition: all 0.2s linear ;
	-moz-transition   : all 0.2s linear ;
	-ms-transition    : all 0.2s linear ;
	-o-transition     : all 0.2s linear ;
	transition        : all 0.2s linear ;
	-webkit-transform : rotate(45deg);
	-moz-transform    : rotate(45deg);
	-ms-transform     : rotate(45deg);
	-o-transform      : rotate(45deg);
	transform         : rotate(45deg);	
	}

#productLink ul li.printBtn .turnBoxFaceNum1,
#productLink ul li.printBtn .turnBoxFaceNum3 {
	background:#222222;
	color:#ffffff;
  }


#productLink ul li.printBtn .turnBoxFaceNum2,
#productLink ul li.printBtn .turnBoxFaceNum4 {
	background:
		-webkit-linear-gradient(45deg, hsla(259, 95%, 45%, 1) 0%, hsla(259, 95%, 45%, 0) 70%),
		-webkit-linear-gradient(315deg, hsla(352, 98%, 43%, 1) 10%, hsla(352, 98%, 43%, 0) 80%),
		-webkit-linear-gradient(225deg, hsla(265, 92%, 49%, 1) 10%, hsla(265, 92%, 49%, 0) 80%),
		-webkit-linear-gradient(135deg, hsla(327, 100%, 47%, 1) 100%, hsla(327, 100%, 47%, 0) 70%);
	background:
		linear-gradient(45deg, hsla(259, 95%, 45%, 1) 0%, hsla(259, 95%, 45%, 0) 70%),
		linear-gradient(135deg, hsla(352, 98%, 43%, 1) 10%, hsla(352, 98%, 43%, 0) 80%),
		linear-gradient(225deg, hsla(265, 92%, 49%, 1) 10%, hsla(265, 92%, 49%, 0) 80%),
		linear-gradient(315deg, hsla(327, 100%, 47%, 1) 100%, hsla(327, 100%, 47%, 0) 70%);
	color:#ffffff;
  }


