@charset "utf-8";

/* 条件付き必須 */
.REQUIRED_CONDITION_LABEL {
	position: relative;
	display: block;
	padding-right: 40px;
}
.required_condition:after {
	content: "*必須";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
	display: inline-block;
	color: #d70e2a;
	background-color: transparent;
	font-size: 0.9em;
	line-height: 1;
	float: none;
	height: 1em;
	padding: 0;
}
input#nameOffice {
    display: none;
}