@charset "utf-8";

#main-contents {
	width: 800px;
	margin: 0 auto;
}

main {
	width: 800px;
}

main > section {
	margin: 20px 0 50px;
}

main section section {
	margin: 20px 0;
}

h1#top-header {
	height: 400px;
	text-indent: -9999px;
	background: url('../lp/schema/images/main-image-top.png') no-repeat 50% 0;
}

h1#sup-header {
	font-size: 23px;
	color: #fff;
	text-align: center;
	background: #003472;
	box-shadow: 1px 1px 2px 0px #999;
}

#seminar-date {
	margin-bottom: 10px;
	text-align: center;
}

#seminar-date h2 {
	display: inline-block;
	margin: 0 0 5px;
	padding: 5px 30px;
}

#seminar-date li {
	display: inline-block;
	padding: 5px 14px 5px 17px;
	font-size: 20px;
	line-height: 130%;
	border: solid 4px #bc0505;
}

#seminar-date li span {
	display: block;
	font-size: 14px;
	line-height: 130%;
}

#seminar-date li span:first-child {
	font-weight: bold;
}

#header-comment2 {
	min-height: 92px;
	padding-top: 10px;
	text-align: center;
	background: url('../lp/schema/images/back1.png') no-repeat;
}

#flow ol {
	margin-left: 0;
	list-style: none;
}

#flow li {
	margin-top: 5px;
	padding-bottom: 35px;
	background: url('../lp/schema/images/allow1.gif') no-repeat 50px 95%;
}

#flow li span {
	display: inline-block;
	min-height: 40px;
	padding-top: 5px;
	padding-left: 250px;
	line-height: 1.5em;
}

#flow #flow1 span {
	background: url('../lp/schema/images/flow1.png') no-repeat 0 0;
}

#flow #flow2 span {
	background: url('../lp/schema/images/flow2.png') no-repeat 0 0;
}

#flow #flow3 span {
	background: url('../lp/schema/images/flow3.png') no-repeat 0 0;
}

#flow #flow4 span {
	background: url('../lp/schema/images/flow4.png') no-repeat 0 0;
}

#flow #flow5 span {
	background: url('../lp/schema/images/flow5.png') no-repeat 0 0;
}

#flow li:last-child {
	padding-bottom: 10px;
	background: none;
}

#profile {
	margin-bottom: 0;
	padding: 10px;
	border: solid 1px #ccc;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}

#profile-company {
	color: #bc0505;
}

#profile p,
#profile p a {
	font-size: 14px;
}

#form table {
	margin: 10px auto;
}

#form th {
	width: 30%;
}

#form ul {
	list-style: none;
}

#form li {
	margin-left: 0;
}

#form input {
	padding: 3px 7px;
	box-shadow: 1px 1px 0px 0px #999 inset;
	border: solid 1px #aaa;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

#form select {
	padding: 3px 7px;
	border: solid 1px #aaa;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

#form label {
	position: relative;
	padding-left: 20px;
	cursor: pointer;
}

#form label:before {
	content: '';
	width: 15px;
	height: 15px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 3px;
	background-color: #fff;
	box-shadow: inset 1px 1px 1px 0px #333;
	border-radius: 3px 3px 3px 3px;
}

#form input[type=checkbox] {
	display: none;
}

#form input[type=checkbox]:checked + label:before {
	content: '\2713';
	font-size: 17px;
	line-height: 17px;
	color: #fff;
	background-color: #003472;
}

#form textarea {
	padding: 3px 7px;
	box-shadow: 1px 1px 0px 0px #999 inset;
	border: solid 1px #aaa;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

#form input[type=button] {
	margin-right: 5px;
	padding: 3px 10px;
	box-shadow: 1px 1px 2px 0 #999;
	-moz-box-shadow: 1px 1px 2px 0 #999;
	-webkit-box-shadow: 1px 1px 2px 0 #999;
	cursor: pointer;
	-ms-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
}

#form input[type=button]:hover {
	background: #f0f0f0;
	box-shadow: -1px -1px 2px 0 #999;
	-moz-box-shadow: -1px -1px 2px 0 #999;
	-webkit-box-shadow: -1px -1px 2px 0 #999;
}

#form input[type=submit] {
	margin-left: 5px;
	padding: 5px 15px;
	box-shadow: 1px 1px 2px 0 #999;
	-moz-box-shadow: 1px 1px 2px 0 #999;
	-webkit-box-shadow: 1px 1px 2px 0 #999;
	cursor: pointer;
	-ms-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
}

#form input[type=submit]:hover {
	background: #f0f0f0;
	box-shadow: -1px -1px 2px 0 #999;
	-moz-box-shadow: -1px -1px 2px 0 #999;
	-webkit-box-shadow: -1px -1px 2px 0 #999;
}

.contact {
	margin: 100px 0 70px;
}

.contact h2 {
	margin: 10px 60px;
	text-align: center;
	background: #409bff;
	border: 0;
}

.contact-tel {
	font-weight: bold;
	text-align: center;
}

.contact-tel span {
	padding: 0 20px;
	font-size: 55px;
	line-height: 120%;
}
