@charset "utf-8";

/*
 * 個別
 */
#pro-42849 .usage-block {
	position: relative;
	margin: 51px 20px 0;
}
#pro-42849 .usage-block:after {
	position: absolute;
	top: 4px;;
	right: 0;
	width: 232px;
	height: 122px;
	background: url(palette.png) no-repeat 50% 50%;
	background-size: auto 100%;
	content: "";
}
#pro-42849 .usage-block ul.usage-color li {
	margin-bottom: 14px;
}

@media screen and (max-width: 768px) {
	#pro-42849 .usage-block {
		margin: 0;
	}
	#pro-42849 .usage-block:after {
		display: block;
		position: static;
		width: auto;
		height: 32.53vw;
		margin: 9.6vw 0 16vw;
	}
}
