/*================================================
レジリエントクラウド共同講座公開講義イベント申込みフォーム
================================================*/
#app_form {
	margin: 0 auto 50px auto;
	line-height: 1.6em;
	/*
	width: 960px;
	min-height: 420px;
	text-align: left;*/
}
#app_form h1 {
	margin-bottom: 1em;
	border-bottom: solid 4px #004da0;
}
#app_form h2 {
	margin: 0 0 1em 0;
	padding: 0 80px;
	font-size: 24px;
	line-height: 1.8em;
}
#app_form h3 {
	margin: 0 0 1em 0;
	padding: 0 80px;
	font-size: 16px;
	line-height: 1.8em;
}
#app_form p {
	margin: 0 0 1em 0;
	/*padding: 0 80px;
	font-size: 14px;
	line-height: 1.8em;*/
}
#app_form p span {
	color: #ff0000;
}
#app_form p.pp {
	text-align: center;
}
#app_form p a.license_link {
	margin: 0 2em;
}
#app_form div.flex {
	display: flex;
	width: 400px;
	margin: auto;
}
#app_form div.back_btn {
	margin: 0.5em 2em;
	width: 200px;
}
#app_form div.inquary_btn {
	margin: 0.5em 2em;
	width: 200px;
}
@media only screen and (max-width: 540px) {
#app_form p a.license_link {
	margin: 0;
}
#app_form div.flex {
	display: block;
	width: inherit;
}
#app_form div.back_btn {
	margin: 0.5em auto;
}
#app_form div.inquary_btn {
	margin: 0.5em auto;
}
}
.err {
	color: #ff0000;
	display:none;
}
#form {

}
#form table {
	margin: 0 80px 30px 80px;
	border-top: 1px solid #231815;
	border-left: 1px solid #231815;
	width: 800px;
	font-size: 14px;
	line-height: 1.4em;
}
#form table th {
	background:#f4f4f4;
	padding: 15px;
	border-right: 1px solid #231815;
	border-bottom: 1px solid #231815;
	width: 300px;
	font-weight: normal;
}
#form table th span {
	color: #ff0000;
}
#form table td {
	padding: 15px;
	border-right: 1px solid #231815;
	border-bottom: 1px solid #231815;
	width: 520px;
}
#form table td input[type="text"] {
	margin-bottom: 0.5em;
	padding: 0 0.5em;
	width: 420px;
	height: 2em;
	border: 1px solid #aaa;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
}
#form table td input#second_name,
#form table td input#first_name,
#form table td input#second_kana_name,
#form table td input#first_kana_name {
	width: 195px;
}
#form table td textarea{
	width: 430px;
	height: 6em;
	border-radius: 4px;
	border: 1px solid #aaa;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
}

.form-group{
	padding-bottom: 1em;
	border-bottom: 1px dotted #ccc;
}

.formHeading                    { margin-bottom:10px; }
.formHeading label              { margin-bottom:0; }

.required .formHeading:after {
	content: "必須";
	display: inline-block;
	padding: 1px 4px;
	border-radius: 3px;
	font-size: 11px;
	color: #FFFFFF;
	/*background: #004da0;*/
	background: #ff0000;
}




#area-btn {
	margin: 0 120px;
	text-align: center;
}
@media only screen and (max-width: 540px) {
#area-btn {
	margin: 0;
}
}

#area-btn input[type="submit"],
#area-btn input[type="button"] {
	background: #004da0;
	padding: 0.5em 1em;
	border: none;
	font-weight:bold;
	font-size: 16px;
	line-height: 2em;
	color: #ffffff;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
#area-btn input[type="submit"]:hover,
#area-btn input[type="button"]:hover {
	opacity: 0.8;
	filter: alpha(opacity=80); /* ie lt 8 */
	-ms-filter: "alpha(opacity=80)"; /* ie 8 */
	-moz-opacity: 0.8; /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.8; /* Safari 1.x */
}

/*	■画像マウスオーバーの処理■	
a:hover img.hover{
	opacity:0.6;
	filter: alpha(opacity=65);
	-ms-filter: "alpha( opacity=60 )";
	background: #00FF00;
}*/

.area-complete {
	background: #f7f7f7;
	border: 1px solid #dbdbdc;
	margin: 30px auto 0 auto;
	padding: 10px 0;
	width: 420px;
	font-size: 16px;
	line-height: 1.8em;
	text-align: center;
	color: #231815;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.area-complete span {
	display: block;
	font-size: 24px;
	line-height: 32px;
	color: #e05061;
}

.area-complete a {
	display: block;
	background: none;
	padding: 5px 0;
	width: 420px;
	font-size: 16px;
	line-height: 1.8em;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	color: #231815;
}
.area-complete a:hover {
	text-decoration: none;
	opacity: 0.8;
	filter: alpha(opacity=80); /* ie lt 8 */
	-ms-filter: "alpha(opacity=80)"; /* ie 8 */
	-moz-opacity: 0.8; /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.8; /* Safari 1.x */
}
.area-complete a span.icon-mail {
	display: block;
	padding: 0 0 0 30px;
	font-size: 20px !important;
	line-height: 26px;
	color: #e05061;
	background: url(../img/common/icon-mail.png) 85px center no-repeat;
	font-weight: normal;
}

.trial_info {
	background: #f7f7f7;
	border: 1px solid #dbdbdc;
	margin: 20px 80px;
	padding: 10px 10px;
	font-size: 14px;
	line-height: 1.8em;
	color: #231815;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

/*  */
.form_hidden{
	display: none;
}
.form_show{
	display: block;
}
.text_top{
	margin-top: 0.5em;
}

.label_check{
	font-weight: normal;
	margin-left: 5px;
	margin-right: 2rem;
}
input[type=checkbox].check_box{
	margin: 0 4px 4px 0;
}

.adjust {
}
@media only screen and (max-width: 540px) {
.adjust {
	display: none;
}
}

