@CHARSET "UTF-8";

#container {
	width: 100%;
	padding: 0;
	border: 0;
}

.header {
	height: auto;
}

.header p {
	float: none;
	font-size: .5em;
	padding-bottom: 5px;
	padding-top: 0;
}

#content {
	margin: 10px 15px;
}

#form_list th,
#form_list td {
	display: block;
	width: auto;
	overflow: hidden;
	border-bottom: 0;
}

#form_list {
	border-bottom: 1px solid #888;
}

.SpInput {
	display: block;
}

.InputArea .SpInput {
	margin-bottom: 10px;
}

input[type="text"], input[type="tel"], select, textarea {
	border: 1px solid #888;
	padding: 3px 5px;
	box-sizing: border-box;
	font-size: 1.25em;
}

textarea {
	height: 150px;
}

select {
	padding-top: 0;
	background: #fff;
}

#course_sel {
	width: 100%;
}

.W450 {
	width: 100%;
}

.SideList li {
	float: none;
	padding: 3px 5px;
	font-size: 1.25em;
}

.SideList li:first-child {
}

.SideList li:last-child {
}

input[type="checkbox"] {
	display: none;
}

input[type="checkbox"] + label {
	padding-left: 20px;
	position: relative;
	margin-right: 20px;
}

input[type="checkbox"] + label::before {
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
	width: 15px;
	height: 15px;
	border: 1px solid #999;
	border-radius: 4px;
}

input[type="checkbox"]:checked + label::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 5px;
	width: 7px;
	height: 14px;
	transform: rotate(40deg);
	border-bottom: 3px solid #f00;
	border-right: 3px solid #f00;
}

input[type="radio"] {
	display: none;
}

input[type="radio"] + label {
	padding-left: 20px;
	position: relative;
	margin-right: 20px;
}

input[type="radio"] + label::before {
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	left: 0px;
	width: 15px;
	height: 15px;
	border: 1px solid #888;
	border-radius: 50%;
}

input[type="radio"]:checked + label::after {
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: 4px;
	width: 9px;
	height: 9px;
	background: #4f4398;
	border-radius: 50%;
}

#back {
	margin-right: 0;
	margin-bottom: 10px;
}

#spCheck {
	padding: 5px 3px;
	font-size: 1.25em;
}

#registMessage {
	width: 100%;
	font-size: 2em;
}

#registField {
	width: 100%;
}
