@charset "utf-8";

/** .step-contents */
#contents .step-contents .step-title {
	margin-bottom: 24px;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}
#contents .step-contents.is-complete .step-title {
	position: relative;
	margin-bottom: 0;
	padding-bottom: 108px;
}
#contents .step-contents.is-complete .step-title::after {
	position: absolute;
	bottom: 30px;
	left: 50%;
	width: 36px;
	height: 36px;
	background-image: url(/contents/nikki/responsive/config/img/icon_check.svg);
	background-repeat: no-repeat;
	background-size: contain;
	transform: translateX(-50%);
	content: '';
}
#contents .step-contents .step-description {
	margin-bottom: 24px;
	font-size: 14px;
}
#contents .step-contents .complete-message {
	margin-bottom: 40px;
	font-size: 14px;
}
