@charset "utf-8";

/*
 * 個別
 */
/* レフィルのセット方法 */
#pro-43721 .usage-set {
	margin-bottom: 100px;
}
#pro-43721 .usage-set h2 {
	margin-top: 100px;
}
#pro-43721 .usage-set ol {
	position: relative;
	width: 550px;
	min-height: 132px;
	margin: 0 auto;
	padding-right: 160px;
}
#pro-43721 .usage-set ol:after {
	position: absolute;
	top: 0;
	right: -14px;
	width: 105px;
	height: 132px;
	background: url(set.png) no-repeat 50% 50%;
	content: "";
}
#pro-43721 .usage-set ol li {
	list-style-type: decimal;
}
#pro-43721 .usage-set a {
	text-decoration: underline;
}

@media screen and (max-width: 768px) {
	/* レフィルのセット方法 */
	#pro-43721 .usage-set {
		margin-bottom: 21.6vw;
	}
	#pro-43721 .usage-set h2 {
		margin-top: 16vw;
	}
	#pro-43721 .usage-set ol {
		width: auto;
		min-height: 0;
		margin-left: 4.8vw;
		padding-right: 0;
	}
	#pro-43721 .usage-set ol:after {
		display: block;
		position: static;
		width: auto;
		height: 34.4vw;
		margin-top: 7.2vw;
		background-image: url(sp_set.png);
		background-size: contain;
	}
	#pro-43721 .usage-set ol li {
		margin-bottom: 2.4vw;
		font-size: 3.73vw;
	}
}
