@charset "utf-8";
/* 条件付き必須(必須扱いにする) */
.required_condition:after {
	content: "必須";
	background: #cf646b;
	color: #fff;
	padding: 0 10px;
	margin: 0 0 0 5px;
	font-weight: normal;
	font-size: 85%;
	border-radius: 3px;
	float: right;
	min-width: 2em;
	text-align: center;
}

.reminderClassify_itemLabel._item:after {
	content: "\A" ;
	white-space: pre ;
}

.reminderClassifyItemWrap {
	line-height: normal;
	margin-bottom: 15px;
}
