@charset "utf-8";

/* 条件付き必須 */
.required_condition:after {
	content: "必須";
	background: #f09bb4;
}

