@charset "utf-8";
@media screen and (max-width:768px){


/* #cont1 */
#cont1{
	padding-bottom:40px;
	background:url(../images/industrial_waste/cont1_bg.png)repeat-y center center;
}
#cont1 h2{
	padding:5% 0;
	line-height:1.5;
	font-size:3.4vw;
}
#cont1 ul{
	margin-bottom:10px;
}
#cont1 ul li{
	width:30%;
	margin:-2% -0.5% 0;
}
#cont1 p{
	width:80%;
	margin-right:0;
	display:inline-block;
	vertical-align:top;
}
#cont1 > img{
	width:80%;
	margin-top:3%;
}


#cont1 + dl{
	width:80%;
	margin:30px auto 50px;
}
#cont1 + dl > dt{
	margin:20px 0 -5%;
	padding-left:2%;
	padding-right:20px;
	line-height:2.2;
	font-size:2.2vw;
	background:#315a9e url(../images/precision_machine/tit_bg.png)no-repeat right center;
	position:relative;
	background-size:24px auto;
	z-index:1;
}
#cont1 + dl > dd{
	padding:4% 3%;
}
#cont1 + dl > dd table{
	width:100%;
	font-size:2.2vw;
	text-align:center;
}
#cont1 + dl > dd table tr:nth-child(n+2) th{
	height:40px;
}
#cont1 + dl > dd table th:first-child{
	width:auto;
	padding:0 1%;
	white-space:nowrap;
}
#cont1 + dl > dd table td:nth-of-type(2){
	width:auto;
	padding:0 1%;
	text-align-last: justify;
	text-justify: inter-ideograph;
}
#cont1 + dl > dd table td a img{
	width:10px;
}
#cont1 + dl > dd dl{
	line-height:1.5;
}
#cont1 + dl > dd dl dt{
	letter-spacing:0.1em;
	padding-right:1em;
	float:left;
	font-weight:bold;
	color:#315a9e;
	border-right:1px solid #315a9e;
}
#cont1 + dl > dd dl dd{
	padding-left:11em;
}


}


@media screen and (max-width:480px){

#cont1 p{
	width:90%;
	margin-right:0;
}
#cont1 > img{
	width:90%;
}
#cont1 + dl{
	width:90%;
}
#cont1 + dl > dt{
	line-height:2.2;
	font-size:3.4vw;
}
#cont1 + dl > dd dl dt{
	float:none;
	border:none;
	font-size:14px;
}
#cont1 + dl > dd dl dd{
	padding-left:0;
}
#cont1 + dl > dd table{
	width:100%;
	font-size:2.4vw;
	text-align:center;
}


}