.contents_body .block-mv .sp{
	width: 100vw;
}

.contents_body .block-wrap img{
	margin: 2em 0;
}

.contents_body .block-wrap .mb span{
	font-weight: bold;
	line-height: 4;
}

.contents_body .block-wrap h6{
	margin: 4em 0 1.5em;
	font-weight: bold;
}

.block-wrap a{
	display: block;
	font-weight: bold;
	color: #0099D9;
	margin-bottom: 1em;
}

.plastics{
	display: flex;
}

.plastics .box{
	width: 50%;
}

.plastics .box h6{
	margin: 0 0 1.5em;
}

.plastics .box table{
	margin-top: 1em;
}

.plastics .box table th {
	text-align: left;
	line-height: 1.6;
}
.plastics .box table td{
	padding-right: 20px;
	line-height: 1.6;
}
@media screen and (max-width: 768px) {
	.contents_body .block-wrap h6{
		margin: 2em 0 1.5em;
		font-weight: bold;
	}
	.contents_body .block-wrap img{
		margin: 2em 0;
	}
	.plastics{
		display: inline-block;
	}
	.plastics .box{
		width: 100%;
		margin-bottom: 2em;
	}
	.plastics .box img{
		margin: 0;
	}
	.plastics .box table th {
		text-align: left;
		line-height: 2.5;
		width: 100%;
		display: block;
	}
	.plastics .box table td {
		text-align: left;
		width: 100%;
		display: block;
		padding-right: 0;
	}
}