@charset "utf-8";

#Form .row.form-group {
	border-bottom: 1px solid #999;
	padding-bottom: 20px;
	margin-bottom: 15px;
	font-size: 14px;
}

#Form .control-label {
	padding-top: 11px;
}

#Form .form-group .required {
	background: #888f94;
	color: #fff;
	margin-left: 5px;
	padding: 6px 10px;
	font-size: 12px;
	line-height: 1;
	display: inline-block;
	vertical-align: text-bottom;
}

#Form .form-control {
	font-family: "st","Yu Gothic", Arial, sans-serif;
	box-shadow: none;
	background: transparent;
	border: 2px solid rgba(0,0,0,0.1);
	height: 54px;
	font-size: 18px;
}

#Form .form-control.preview {
	height: auto;
	border-color: transparent;
	font-weight: bold;
}

#Form .form-control.w-auto {
	width: auto;
}

input[type="checkbox"].readonly,
input[type="radio"].readonly {
	opacity: 0.4;
}

input[type="text"].readonly,
input[type="date"].readonly,
input[type="email"].readonly,
input[type="tel"].readonly,
textarea.readonly,
select.readonly {
	border-color: transparent;
	background-color: transparent;
	outline: none;
	font-weight: bold;
}
select.readonly {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select.readonly::-ms-expand {
	display: none;
}
.control-label.readonly {
	opacity: 0.4;
}

.chk-wrap .control-label {
	font-size: 18px;
}

.hide {
	display: none !important;
}

.error_message {
	color: #e00000;
	font-weight: bold;
	margin-top: 0.5em;
}
