@charset "utf-8";


/* index
----------------------------------------------------------------------------------*/


/* cad
----------------------------------------------------------------------------------*/
#cad-flow ul li{
	margin: 0 0 30px;
}
#cad-flow ul li h3{
	font-size: 114.285%;
	font-weight: bold;
}
#cad-flow ul li h3 span{
	display: inline-block;
	margin-right: 5px;
	padding: 3px 5px;
	color: #fff;
	line-height: 1;
	background: #75a606;
}
#cad-flow ul li p{
	padding-left: 25px;
}
.cad-inquiry{
	text-align: center;
}
.cad-inquiry li{
	padding: 0 30px;
}
@media only screen and (max-width: 640px){
	.cad-inquiry li{
		display: block;
		margin: 0 0 30px;
		text-align: center;
	}
}


/* special
----------------------------------------------------------------------------------*/
.special-ttl{
	margin: 60px 0 15px;
	padding: 20px 10px 20px 20px;
	font-size: 128.571%;
	font-weight: bold;
	line-height: 1.4;
	border-left: 10px solid #75a606;
	background: url(../../service/img/special/bg-ttl.png) 0 0 repeat;
}
.special-ex{
	margin: 0 -5px 10px;
	overflow: hidden;
}
.special-ex li{
	width: 33.333%;
	padding: 0 5px;
}


/* hardware
----------------------------------------------------------------------------------*/
.hardware-merit dt{
	font-size: 128.571%;
	font-weight: bold;
}
.hardware-merit dd{
	margin: 0 0 30px;
}
.hardware-link li:first-child{margin-right: 20px;}
.hardware-link span{
	display: block;
}
.hardware-link span:before{
	top: 2px;
}
@media only screen and (max-width: 640px){
	.hardware-link li:first-child{margin: 0 0 20px;}
}


/* precut
----------------------------------------------------------------------------------*/
.ttl-precut{
	margin: 30px 0 10px;
	color: #75a606;
	font-size: 114.285%;
	font-weight: bold;
	border-bottom: 1px dotted #b3b3b3;
}
.ex{
	
}
.ex li{
	width: 16.666%;
	min-height: 178px;
	padding: 10px 5px 20px;
	font-size: 85.714%;
	border-top: 1px dotted #b3b3b3;
	border-left: 1px dotted #b3b3b3;
}
.ex li:first-child,
.ex li:nth-child(7),
.ex li:nth-child(13){border-left: none;}
.ex li:nth-child(n+1):not(:nth-child(n+7)){border-top: none;}
.ex li figure{
	display: block;
	min-height: 90px;
	text-align: center;
}
@media only screen and (max-width: 640px){
	.ex li{
		width: 33.333%;
		border:none!important;
	}
}

/* other
----------------------------------------------------------------------------------*/
.other li:first-child{
	margin: 0 0 30px;
	padding: 0 0 30px;
	border-bottom: 1px solid #969696;
}
.other li h3{
	margin: 0 0 10px;
	color: #603813;
	font-size: 128.571%;
}
.other li .inquiry{
	margin: 20px 0 0;
	font-size: 114.285%;
	font-weight: bold;
}
.other li .inquiry span{
	font-size: 125%;
}


/* flow
----------------------------------------------------------------------------------*/
#flow-list li{
	position: relative;
	margin: 0 0 35px;
	padding: 20px;
	background: url(../../flow/img/bg-flow.png) 0 0 repeat;
}
#flow-list li:not(:last-child):after{
	position: absolute;
	left: 50%;
	bottom: -25px;
	display: block;
	content: "";
	width: 35px;
	height: 12px;
	margin-left: -17px;
	background: url(../../flow/img/arrow.png) no-repeat 0 0;
}
#flow-list li .left{
	float: left;
	width: 415px;
}
#flow-list li .right{
	float: right;
	width: 250px;
}
#flow-list li .left h2{
	margin: 0 0 20px;
	padding: 10px;
	color: #fff;
	font-size: 128.571%;
	font-weight: bold;
	text-align: center;
	background: #75a606;
}

@media only screen and (max-width: 640px){
	#flow-list li .left{
		float: none;
		width: auto;
		margin: 0 0 20px;
	}
	#flow-list li .right{
		float: none;
		width: auto;
		text-align: center;
	}
}





