body { line-break: strict;}

@media only screen and (max-width: 374px) {
	.xsmall-hide {
		display: none;
	}

	.xsmall-show {
		display: block;
	}

	.xsmall-show-inline {
		display: inline;
	}

	.xsmall-show-inlineblock {
		display: inline-block;
	}
}

.section-guides .guides-icon-iphone {
	width: 27px;
	height: 51px;
	background-size: 27px 51px;
	background-repeat: no-repeat;
	background-image: url("/jp/recycling/recycler-guides/images/overview/guide_icon_iphone__65tg7ijcck2a_large.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and(min-resolution: 1.5dppx),
	(-webkit-min-device-pixel-ratio: 1.5),
	(min-resolution: 144dpi) {
	.section-guides .guides-icon-iphone {
		background-image: url("/jp/recycling/recycler-guides/images/overview/guide_icon_iphone__65tg7ijcck2a_large_2x.png");
	}
}

@media only screen and (max-width: 1068px) {
	.section-guides .guides-icon-iphone {
		width: 26px;
		height: 49px;
		background-size: 26px 49px;
		background-repeat: no-repeat;
		background-image: url("/jp/recycling/recycler-guides/images/overview/guide_icon_iphone__65tg7ijcck2a_medium.png");
	}
}

@media only screen and (max-width: 1068px) and(-webkit-min-device-pixel-ratio: 1.5),
	only screen and(max-width: 1068px) and(min-resolution: 1.5dppx),
	only screen and(max-width: 1068px) and(min-resolution: 144dpi) {
	.section-guides .guides-icon-iphone {
		background-image: url("/jp/recycling/recycler-guides/images/overview/guide_icon_iphone__65tg7ijcck2a_medium_2x.png");
	}
}

.section-guides.section-guides-displays {
	padding-top: 0;
}
@media only screen and (max-width: 734px) {
	.section-content {
		/* width: 87.5%; */
		width: 93.5%;
	}
}
.small-caps {
	font-variant-caps: all-small-caps;
}
