@charset "utf-8";
/* CSS Document */


/*-----------------------------申し込みフォーム------------------------------*/

span.kome{
	color:#F00 !important;
}

form#form_apply {
	width:100%;
	padding: 10px 0;
	background:#fff;
}

form#form_apply dl {
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
	color:#333 !important;
}

form#form_apply dl dt {
	clear: both;
	width: 30%;
	float: left;
	border-top: 1px solid #ccc;
	padding: 15px 0;
	text-align:left;
	overflow: hidden;
	line-height:2em;
	color:#333 !important;
}

form#form_apply dl dd {
	width: 65%;
	float: right;
	border-top: 1px solid #ccc;
	padding: 15px 0 15px 5%;
	line-height:2em;
	color:#333 !important;
}

form#form_apply dl dt:first-child,
form#form_apply dl dt:first-child+dd {
	border: none;
}

form#form_apply dl dt span {
	font-size: 85%;
	color:#ffffe0;
}

form#form_apply h3, form#form_apply .message {
	margin: 10px;
}

/* エラーメッセージ */
.error_message {
	color: #F00;
	font-size: 15px;
}


/*-----------------------------確認画面------------------------------*/
#confirm_apply {
	width:100%;
	padding: 10px 0;
	background:#fff;
}

#confirm_apply dl {
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
	color:#333 !important;
}

#confirm_apply dl dt {
	clear: both;
	width: 30%;
	float: left;
	border-top: 1px solid #ccc;
	padding: 15px 0;
	text-align:left;
	overflow: hidden;
	line-height:2em;
	color:#333 !important;
}

#confirm_apply dl dd {
	width: 65%;
	float: right;
	border-top: 1px solid #ccc;
	padding: 15px 0 15px 5%;
	line-height:2em;
	color:#333 !important;
}

#confirm_apply dl dt:first-child,
#confirm_apply dl dt:first-child+dd {
	border: none;
}

#confirm_apply dl dt span {
	font-size: 85%;
	color:#ffffe0;
}

#confirm_apply h3, #confirm_apply .message {
	margin: 10px;
}


/*-----------------------------完了画面------------------------------*/
#complete_apply {
	width:100%;
	padding: 10px 0;
	background:#fff;
}

#complete_apply h3, #complete_apply .message {
	margin: 10px;
}

/* -- for JavaScript ここから -----------*/

/*form#form_apply dl dt span.required,
form#form_apply dl dt span.optional {
	display: inline-block;
	float: left;
	color: #ffffff;
	line-height: 1;
	padding: 8px 9px;
	border-radius: 3px;
}*/

/*form#form_apply dl dt span.required {
	background: #d9534f;
	border: 1px solid #d43f3a;
}*/

/*form#form_apply dl dt span.optional {
	background: #337ab7;
	border: 1px solid #2e6da4;
}*/

form#form_apply dl dd span.error_blank,
form#form_apply dl dd span.error_format,
form#form_apply dl dd span.error_match {
	display: block;
	color: #ff0000;
	margin-top: 3px;
}


span.loading {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border-top: 5px solid rgba( 255, 255, 255, 0.2 );
	border-right: 5px solid rgba( 255, 255, 255, 0.2 );
	border-bottom: 5px solid rgba( 255, 255, 255, 0.2 );
	border-left: 5px solid #ffffff;
	-webkit-transform: translateZ( 0 );
	-ms-transform: translateZ( 0 );
	transform: translateZ( 0 );
	-webkit-animation: load-circle 1.0s linear infinite;
	animation: load-circle 1.0s linear infinite;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
}

@-webkit-keyframes load-circle {
	0% {
		-webkit-transform: rotate( 0deg );
		transform: rotate( 0deg );
	}
	100% {
		-webkit-transform: rotate( 360deg );
		transform: rotate( 360deg );
	}
}

@keyframes load-circle {
	0% {
		-webkit-transform: rotate( 0deg );
		transform: rotate( 0deg );
	}
	100% {
		-webkit-transform: rotate( 360deg );
		transform: rotate( 360deg );
	}
}


/* -- for JavaScript ここまで ----------*/


form#form_apply input[type="text"],
form#form_apply input[type="email"],
form#form_apply input[type="tel"] {
	max-width: 90%;
	height: 2em;
	padding: 2px 2%;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background: #fafafa;
	-webkit-appearance: none;
	font-size: 100%;
	font-family: inherit;
	margin-top: 7px;
}

form#form_apply input[type="text"]:focus,
form#form_apply input[type="email"]:focus,
form#form_apply input[type="tel"]:focus,
form#form_apply textarea:focus {
	box-shadow: 0px 0px 5px #55ccff;
	border: 1px solid #55ccff;
	background: #ffffff;
}

form#form_apply ul li input[type="radio"],
form#form_apply ul li input[type="checkbox"] {
	margin-right: 10px;
	margin-top: 7px;
}

form#form_apply ul li:first-child input[type="radio"],
form#form_apply ul li:first-child input[type="checkbox"] {
	margin-top: 0px;
}

form#form_apply select {
	font-size: 100%;
	font-family: inherit;
	/*margin-top: 10px;*/
}

form#form_apply textarea {
	display: block;
	width: 90%;
	max-width: 90%;
	height: 200px;
	padding: 2px 2%;
	resize: vertical;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background: #fafafa;
	-webkit-appearance: none;
	font-size: 100%;
	font-family: inherit;
}


form#form_apply ul {
	list-style-type: none;
}

form#form_apply ul li label:hover {
	cursor: pointer;
}

form#form_apply input#l_name,
form#form_apply input#f_name,
form#form_apply input#l_kana,
form#form_apply input#f_kana {
	width: 30%;
}

form#form_apply .form_tel,
form#form_apply .form_zip,
form#form_apply .form_amount {
	width: 70px;
}

@media screen and (max-width:834px) {

form#form_apply input#l_name,
form#form_apply input#f_name,
form#form_apply input#l_kana,
form#form_apply input#f_kana {
	width: 100%;
}

form#form_apply .form_tel,
form#form_apply .form_zip,
form#form_apply .form_amount {
	width: 24%;
}

}


form#form_apply input#email,
form#form_apply input#email1,
form#form_apply input#company_name {
	width: 100%;/*80%*/
}

form#form_apply input#address1,
form#form_apply input#address2,
form#form_apply input#address3 {
	width: 90%;
}

form#form_apply p#form_submit {
	width: 90%;
	margin: 0 auto;
	padding: 15px 0;
	border-top: 1px solid #ccc;
}

form#form_apply input[type="button"] {
	padding: 9px 15px;
	vertical-align: middle;
	line-height: 1;
	background: #5cb85c;
	border: 1px solid #4cae4c;
	border-radius: 3px;
	color: #ffffff;
	font-family: inherit;
	-webkit-appearance: none;
	font-size: 100%;
}

form#form_apply input[type="button"]:hover {
	cursor: pointer;
	background: #449d44;
	border: 1px solid #398439;
}

form#form_apply input#form_submit_button {
	margin-left: 35%;
}



#confirm_apply input[type="button"] {
	padding: 9px 15px;
	vertical-align: middle;
	line-height: 1;
	background: #5cb85c;
	border: 1px solid #4cae4c;
	border-radius: 3px;
	color: #ffffff;
	font-family: inherit;
	-webkit-appearance: none;
	font-size: 100%;
}

#confirm_apply input[type="button"]:hover {
	cursor: pointer;
	background: #449d44;
	border: 1px solid #398439;
}

#confirm_apply input#form_complete_button {
	margin-left: 25%;
}

#confirm_apply input#form_back_button {
	margin-left: 5%;
}

#complete_apply {
	border: 5px solid #6CF;
	text-align: center;
}


/* -- responsive ------- */

/* 1000pixel start */
@media screen and ( max-width: 834px ) {

form#form_apply, #confirm_apply {
	width: 100%;
}

form#form_apply dl, #confirm_apply dl {
	overflow: visible;
}

form#form_apply dl dt, #confirm_apply dl dt {
	width: auto;
	float: none;
	text-align: left;
	padding: 10px 0 5px;
	font-weight: bold;
}

form#form_apply dl dd, #confirm_apply dl dd {
	width: auto;
	float: none;
	border-top: none;
	padding: 0px 0 13px 0px;
}

form#form_apply dl dt span, #confirm_apply dl dt span {
	font-weight: normal;
}

form#form_apply input[type="text"],
form#form_apply input[type="email"],
form#form_apply input[type="tel"] {
	margin-top: 0px;
}

form#form_apply input#form_submit_button {
	margin-left: 0;
}

form#form_apply select {
	margin-top: 0;
}

form#form_apply input#phone,
form#form_apply input#schedule {
	width: 50%;
}

}
/* 1000pixel end */




a#privacy-link{
	text-decoration:underline;
	color:#960;
}
a:hover#privacy-link{
	color:#F06;
}
