@charset "utf-8";
.smp {
	display:none;
}
/*【工場TOP】----------------------------------*/
.title_s_sup {
	background: url(../img/title_s_sup.png) no-repeat 50% 100%;
}
h2{
	font-size:2.5rem;
	text-align:center;
	font-weight:normal;
	color:#4C4948;
	margin:30px 0 15px;
}
h3{
	font-size:2.5rem;
	text-align:center;
	font-weight:normal;
	color:#4C4948;
	margin:0 0 30px;
}
.unit {
	width:910px;
	height:150px;
	background: #FFF;
	box-shadow: 0px 0px 3px 3px #DDD;
	-webkit-box-shadow: 0px 0px 3px 3px #DDD;
	-moz-box-shadow: 0px 0px 3px 3px #DDD;
	padding: 0;
	margin: 15px auto 30px;
	position: relative;
}
.case01 {
	background: url(../../images/img01.jpg) top left no-repeat;
}
.case02 {
	background: url(../../images/img02.jpg) top left no-repeat;
}
.case03 {
	background: url(../../images/img03.jpg) top left no-repeat;
	margin-bottom: 50px;
}
.unit ul {
	position: absolute;
	width: 275px;
	top: 20px;
	left: 300px;
}
.case03 ul {
	top: 40px;
}
.unit ul li {
	padding: 10px 0;
	line-height: 1.6em;
}
.unit div {
	position: absolute;
	width: 285px;
	height: 100px;
	top:10px;
	right: 0;
	padding: 10px 0;
	font-size: 1.8rem;
	text-align: center;
	border-left: 1px dotted #DDD;
}
.unit div p {
	font-size:3.6rem;
	line-height: 1.6em;
	text-align:center;
}
.unit div p.btn {
	line-height: 1.6em;
	margin: 0;
}
#link {
	width:100%;
	background:#F4F4F4;
	text-align:center;
	padding:20px 0;
	margin:0 0 50px;
}
#link a {
	margin:0 10px;
}