@charset "utf-8";
/* CSS Document */
.person {
	font-size:16px;
	font-weight:bold;
}
#form_1 h4 {
	width: 98%;
	margin: 30px auto 0;
	max-width: 500px;
	text-align: center;
	color: #fff;
	padding: 5px 0;
	font-weight: bold;
	background: #007ab2;
}
/*--------------------
      form 本体
------------------*/
#form_1 {
	max-width:1000px;
	width: 100%;
	margin:20px auto 40px;
}
#form_1 table {
	max-width:1000px;
	width: 100%;
	margin:20px auto 40px;
	background:#fff;
	padding:30px;
}
#form_1 table tr {
	border-bottom:1px solid #ccc;
}
#form_1 table th {
	text-align:center;
	width:30%;
	max-width: 120px;
	line-height:26px;
	font-weight:bold;
	padding:20px 0;
	position: relative;
	vertical-align: middle;
}
#form_1 table .must {
	display: block;
	background: #E50012;
	color: #fff;
	width: 50px;
	margin: auto;
	font-size: 12px;
	line-height: 20px;
}
#form_1 table .option {
	display: block;
	background: #0068B6;
	color: #fff;
	width: 50px;
	margin: auto;
	font-size: 12px;
	line-height: 20px;
}
#form_1 table td {
	padding:20px 5px;
	line-height:30px;
	vertical-align: middle;
}
#form_1 table td select {
	height:35px;
	height: 35px;
	border:1px solid #B3B3B3;
	background:#fff;
}
#form_1 table td span {
	line-height:14px;
	vertical-align:middle;
	font-size:14px;
}
#form_1 table th a {
	background:#DE1C85;
	color:#fff;
	padding:5px 10px;
}
#form_1 table th button {
	display:block;
	margin:auto;
}
#form_1 table {
	font-size:16px;
}
#form_1 table .time {
	display: inline-block;
	margin: 10px 5px;
}
#form_1 table input[type="text"],#form_1 table input[type="password"] {
	display:inline-block;
	line-height:40px;
	height:40px;
	border:1px solid #B3B3B3;
	padding: 0 0 0 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	position: relative;
}
#form_1 table input::placeholder {
	color:#aaa;
}
#form_1 table select {
	border-radius: 5px;
	padding: 3px 5px;
	line-height:40px;
	font-size: 13px;
}
@media screen and (max-width: 640px) {
#form_1 table {
	font-size: 15px;
	line-height: 33px;
}
#form_1 table p {
	padding: 0;
	margin: 0;
}
#form_1 table th {
	text-align:left;
	width:90%;
	max-width: 640px;
	margin-left: 10px;
	display: block;
	padding: 20px 0 10px;
	font-size: 16px;
}
#form_1 table td {
	display: block;
	padding: 0 10px 20px;
}
#form_1 table .must {
	float: left;
	margin-top: 3px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
}
#form_1 table .option {
	float: left;
	margin-top: 3px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
}
}
/*iphoneレイアウト用*/
@media screen and (max-width: 365px) {
}
/*--------------------
       横幅
------------------*/
.w400 {
	width:400px;
	display:inline-block;
}
.w300 {
	width:300px;
	display:inline-block;
}
.w200 {
	width:200px;
	display:inline-block;
}
.w150 {
	width:150px;
	display:inline-block;
}
.w100 {
	width:100px;
	display:inline-block;
}
.w80 {
	width:80px;
	display:inline-block;
}
.w50 {
	width:50px;
	display:inline-block;
}
@media screen and (max-width: 640px) {
.w400 {
	width:98%;
	display:block;
}
.w300 {
	width:98%;
	display:block;
}
.w200 {
	width:60%;
	display:block;
}
.w150 {
	width:60%;
	display:block;
}
.w100 {
	width:60%;
	display:block;
}
.w80 {
	width:60%;
	display:block;
}
.w50 {
	width:60%;
	display:block;
}
}
/*--------------------
       privacy
------------------*/
div.privacy {
	width: 98%;
	max-width:800px;
	height:200px;
	overflow-y:scroll;
	border:1px solid #ccc;
	background-color:#fff;
	margin:10px auto 0;
}
div.privacy p {
	font-size:16px !important;
	line-height:30px !important;
	margin:10px;
}
div.privacy h3 {
	margin:10px 0;
	text-align:center;
}
/*--------------------
       form help
------------------*/
.help {
	display:block;
	padding:3px;
	font-size:14px;
	color:#333;
	line-height:18px !important;
}
.checkLast {
	font-size:17px;
}
.sendButton:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.sendButton {
	margin:20px auto 50px;
	max-width:800px;
	text-align: center;
}
.sendButton li {
	display: inline-block;
	width:49%;
	text-align:center;
}
@media screen and (max-width: 600px) {
.sendButton li {
	display: block;
	width:80%;
	text-align:center;
	margin: 10px auto 20px;
}
}
.seminar {
	padding: 0;
	text-align: center;
}
.seminar li {
	width: 47%;
	margin: 0 0.5% 10px;
	list-style: none;
	border: 1px solid #007ab2;
	padding: 0.3%;
	text-align: center;
	display: inline-block;
	position: relative;
}
.seminar li img {
	width: 100%;
}
.seminar li label {
	display: block;
}
.seminar li input {
	opacity: 0;
	position: absolute;
	left:-9999px;
}
.seminar li input:checked + label:before {
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 10;
	background:url("../image/on.png") no-repeat center center rgba(241,90,36,0.5);
	background-size: cover;
}
.seminar li.end:after {
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 100;
	background:url("../image/end.png") no-repeat center center rgba(0,0,0,0.5);
	background-size: cover;
}
.seminar li.off:after {
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 100;
	background:url("../image/off.png") no-repeat center center rgba(0,0,0,0.5);
	background-size: cover;
}
.seminar li.no:after {
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 100;
	background:url("../image/no.png") no-repeat center center rgba(0,0,0,0.5);
	background-size: cover;
}
@media screen and (max-width: 600px) {
.seminar li {
	width: 96%;
	margin: 0 auto 10px;
	display: block;
}
}
#send {
	cursor:pointer;
	display:block;
	width:250px;
	margin:0 auto 0;
	padding:20px 0;
	text-align: center;
	font-weight: bold;
	background: #007ab2;
	color:#fff;
	border: none;
}
#send:hover {
	background:#004494;
}
#back {
	border:none;
	cursor:pointer;
	text-align:center;
	display:block;
	width:250px;
	margin:auto;
	background:#B4B5B5;
	padding:20px 0;
	color:#fff;
	font-weight:bold;
}
#back:hover {
	background:#666;
}
/*各フォームCSS*/
#form_1 table .button {
	display: block;
	font-family: "Noto Sans JP";
	width: 150px;
	text-align: center;
	background: #009844;
	font-weight: bold;
	color: #fff;
	margin: 10px 0 0;
	padding: 5px 0;
	border-radius: 5px;
	border-bottom: 2px solid #006644;
}
#form_1 table .button:hover {
	cursor: pointer;
	margin-top: 11px;
	border-bottom: 1px solid #006644;
}
#form_1 table h5 {
	text-align: center;
	color: #fff;
	padding: 5px 0;
	font-weight: bold;
	background: #007ab2;
}
#form_1 table textarea {
	border:1px solid #aaa;
	border-radius: 5px;
	width: 90%;
	max-width: 800px;
	height: 150px;
	padding: 10px;
}
@media screen and (max-width: 850px) {
#form_1 table h5 {
	padding: 5px;
	line-height: 20px;
}
#form_1 table textarea {
	width: 100%;
	height: 100px;
}
}
/*checkbox,radio*/
#all {
	display: none;
}
.first_check input[type=radio] {
	display: none;
}
.error {
	color: #fff;
	background:#E50012;
	padding:5px ;
	max-width:400px;
	margin:0 10px;
}