@charset "utf-8";

/*---page_plastic---*/

@media screen and (min-width:768px){
/*pc・タブレットcss*/

#maincolumn h3 {
	margin: 0 0 15px 0;
}
#maincolumn .block {
	width:720px;
	padding:0 0 30px 0;
	line-height:180%;
	letter-spacing:0.2em;
	color:#6a6a6a;
}
#maincolumn .boxL {
	width:285px;
	float:left;
	display:block;
	padding:1px 0 0 0;
}
#maincolumn .boxR {
	width:415px;
	float:right;
	display:block;
}
#maincolumn .text_box {
	width:410px;
	padding:20px 0 0 5px;
	font-size:14px;
}
#maincolumn #plastic {
	width: 469px;
	height:459px;
	padding:24px 230px 0 21px;
	font-size:14px;
	background: url(../images/plastic/bk.jpg) no-repeat;
}
#maincolumn #plastic h4 {
	margin-bottom:10px;
}

}
@media screen and (max-width:767px){
/*pc・タブレット用cssを丸々コピーしたものを編集していく（スマホ用css）*/

	#maincolumn h3 {
		margin: 0 0 3vw 0;
	}
	#maincolumn .block {
		padding:0 0 5vw 0;
		line-height:180%;
		letter-spacing:0.2em;
		color:#6a6a6a;
	}
	#maincolumn .boxL {
		display:block;
		width:70%;
		margin:0 auto 5vw;
	}
	#maincolumn .boxR {
		display:block;
	}
	#maincolumn .boxR .sp-ttl01{
		padding-bottom:3vw;
		margin-bottom:3vw;
		border-bottom: solid 1px #D7D7D3;
	}

	#maincolumn .text_box {
		font-size:14px;
	}
	#maincolumn #plastic {
		padding:5vw;
		font-size:14px;
		border: solid 1px #E4D6C1;
		background: url(../images/sp/plastic/bk.jpg) no-repeat bottom;
		background-size: 100% auto;
	}
	#maincolumn #plastic h4 {
		margin-bottom:2vw;
	}
	

}
