@charset "utf-8";

.form-container dl {
	padding-bottom: 1.5rem;
	border-bottom: thin dotted #ccc;
}

.form-container .form-control {
	font-size: 1em;
}

.required::after {
	content: "必須";
	font-weight: normal;
	background-color: rgb(217, 83, 79);
	width: 40px;
	color: rgb(255, 255, 255);
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	padding: 0.1em 0.5em;
	border-radius: 0.25em;
}

.required {
	margin-left: 1rem;
}

.error {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	display: block;
	width: 100%;
	color: #d9534f;
}

#contents .btn.reset {
	background: #dfdfdf;
	color: #444;
}
#contents .btn.reset:hover {
	background: #666;
	color: #fff;
}

@media (min-width:576px) {
	
	
	
}

@media (min-width:768px){
	
	
	
}