@charset "utf-8";

/*
 * 個別
 */
body {
	counter-reset: flow;
}
#pro-43784 ol {
	margin: 0;
}
#pro-43784 .ct-usage-common {
	max-width: 750px;
}
/* マッサージ方法 */
#pro-43784 .massage {
	width: 590px;
	margin: 44px auto 0;
	text-align: center;
}
#pro-43784 .massage h3 {
	margin: 0 -80px;
	padding-bottom: 6px;
	border-bottom: 1px solid #323232;
}
#pro-43784 .massage p {
	margin: 6px 0 42px;
}
#pro-43784 .massage .flow {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#pro-43784 .massage .flow ol {
	margin-bottom: 10px;
}
#pro-43784 .massage .flow ol:not(:last-child) {
	display: flex;
	flex-direction: column;
	flex: 0 1 auto;
	position: relative;
	width: 255px;
	margin-bottom: 47px;
	padding-bottom: 228px;
}
#pro-43784 .massage .flow ol:not(:last-child):after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 211px;
	background: no-repeat 50% 50%;
	content: "";
}
#pro-43784 .massage .flow ol:nth-child(1):after {
	background-image: url(massage1.png);
}
#pro-43784 .massage .flow ol:nth-child(2):after {
	background-image: url(massage2.png);
}
#pro-43784 .massage .flow li {
	position: relative;
	margin-bottom: 5px;
	padding-left: 1.25em;
	text-align: left;
	letter-spacing: 0;
	counter-increment: flow;
}
#pro-43784 .massage .flow li:before {
	position: absolute;
	left: 0;
	content: counter(flow) ". ";
}
/* ご注意 */
#pro-43784 .ct-attention-block {
	margin-top: 60px;
}

@media screen and (max-width: 768px) {
	#pro-43784 .ct-usage-common {
		max-width: none;
	}
	/* マッサージ方法 */
	#pro-43784 .massage {
		width: auto;
		margin-top: 13.6vw;
	}
	#pro-43784 .massage h3 {
		margin: 0;
		padding-bottom: 0.8vw;
		font-size: 4.27vw;
	}
	#pro-43784 .massage p {
		margin: 2.4vw 2.4vw 7.2vw;
		font-size: 3.73vw;
		text-align: left;
	}
	#pro-43784 .massage .flow {
		flex-direction: column;
		justify-content: flex-start;
	}
	#pro-43784 .massage .flow ol {
		margin: 0 4vw;
	}
	#pro-43784 .massage .flow ol:not(:last-child) {
		width: auto;
		margin-bottom: 9.6vw;
		padding-bottom: 0;
	}
	#pro-43784 .massage .flow ol:not(:last-child):after {
		position: static;
		height: 48.53vw;
		margin-top: 2.4vw;
		background-size: auto 100%;
	}
	#pro-43784 .massage .flow ol:nth-child(1):after {
		background-image: url(sp_massage1.png);
	}
	#pro-43784 .massage .flow ol:nth-child(2):after {
		background-image: url(sp_massage2.png);
	}
	#pro-43784 .massage .flow li {
		margin-bottom: 0.8vw;
		font-size: 3.73vw;
	}
}
