@charset "utf-8";
/* 2020-03 */

/* ---------------------------------------- base */
/* ---------------------------------------- form_box */

#application_contents #form_box{
	position:relative;
	width:100%;
}
#application_contents #form_box:after{
		content:" ";
		display:block;
		clear:both;
}
#form_box table{
	position:relative;
	width:100%;
	margin:0 auto 20px;
	border-collapse:separate;
	border-spacing:4px;
	border-top:none !important;
	border-left:none !important;
	vertical-align:text-top;
}
#form_box table th{
	position:relative;
	width:150px;
	padding:10px 10px 10px 10px;
	background:none;
	border-bottom:none !important;
	border-right:none !important;
	text-align:left;
	font-size:0.9rem;
	vertical-align:text-top;
	color:#000;
	line-height:1.5;
	}
	#form_box table th span{
		display:inline-block;
		margin:0 0 0 3px;
		font-weight:bold;
		font-size:0.75em;
		-webkit-border-radius:6px;
		-moz-border-radius:6px;
		border-radius:6px;
		font-size:0.75rem;
		text-align:center;
		color:#F00;
		line-height:1.5;
}
#form_box table td{
	position:relative;
	width: calc(100% - 150px);
	padding:10px 15px 9px;
	background:none;
	border-left:none !important;
	border-right:none !important;
	border-bottom:none !important;
	line-height:1.2;
	word-break:break-all;
}


/* questionnaire */
#form_box table td#questionnaire{
	padding:20px 30px;
	background:rgba(7,78,130,0.1);
}
#form_box table td#questionnaire div{
	display:-webkit-flex;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	flex-wrap:wrap;
}
#form_box table td#questionnaire label{
	font-family: 'Noto Serif JP', serif;
	font-size:1.1rem;
}
#form_box table td#questionnaire input{
	position:relative;
	top:-2px;
	margin:0 5px 0 0;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	cursor:pointer;
}
/* --- responsive --- */
@media only screen and (max-width:767px){
  #form_box table td#questionnaire{
    margin:0 0 20px;
  }
  #form_box table td#questionnaire label{
    display:block;
    width:100%;
    margin:0 0 7px;
  }
}

#form_box .ex{
		font-size:0.75rem;
}
#form_box .hide{
	display:none;
}


#form_box table td input,
#form_box table td select,
#form_box table td textarea{
	padding:2px 5px;
	border:1px solid #999999;
	background:#FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}
#form_box table td select{
	padding:2px 5px 5px 5px;
	background:#FFFFFF;
	border:1px solid #999999;
	cursor:pointer;
}
#form_box table td input[type="radio"] {
	position:relative;
	top:-1px;
	display:inline-block;
	margin-right:5px;
	cursor:pointer;
}
#form_box table p{
	margin-bottom:0px;
}


#form_box table label{
	cursor: pointer;
}
#form_box table #co_input input{
	width:100%;
	max-width:100%;
}
#form_box table #name_input input{
	width:50%;
	max-width:100%;
}
#form_box table #work_posi td{
		line-height:2;
}
#form_box table td.mail_form input{
	display:inline-block;
	width:100%;
	max-width:100%;
}
/* --- responsive --- */
@media only screen and (max-width:767px){
	#form_box table #name_input input{
		width:100%;
		max-width:100%;
	}
}


#form_box table p.ip_name input{
	width:150px;
	max-width:100%;
}
#form_box table td .plus_txt{
	font-size:0.8em;
}
#form_box table td .zip1,
#form_box table td .zip2{
	width:70px;
}
#form_box table td #paaa{
	position:relative;
	margin-top:15px;
	line-height:1.8 !important;
}

#form_box table td .txt_100{
	width:100%;
}
#form_box table td .txt_50{
	width:50%;
	max-width:100%;
}
#form_box table td .txt_20{
	width:35% !important;
}
#form_box table td .txt_30{
	width:42% !important;
}

#form_box table td #comment{
	width:100%;
	min-height:120px;
}
#form_box table td .txtarea{
	width:100%;
	min-height:120px;
}
#form_box table td #question{
	width:100%;
	min-height:120px;
}

#form_box #tour_box{
	display:none;
}
#form_box table td textarea{
		resize: none;	
}

/* --- responsive --- */
@media(max-width:767px){
	#application_contents #form_box{
		padding:0 10px;
	}
	#form_box table th{
		display:block;
		width:100%;
		padding:5px 10px 5px 10px;
    font-weight:bold;
    background:rgba(0,0,0,0.1);
		}
		#form_box table th span{
			top:5px;
		}
		#form_box table th br{
			display:none;
	}
	#form_box table td{
		display:block;
		width:100%;
	}
	#form_box table td span.ex{
		display:block;
		padding:5px 0 5px 0 !important;
	}
	#form_box table td #paaa{
		margin-top:0px;
	}
	#form_box table td .txt_50{
		width:100%;
	}
}
@media(max-width:767px){
	.table_scroll{
		overflow:hidden;
		white-space:normal !important;
		margin-bottom:0px !important;
	}
	#form_box table td.mail_form input{
		width:100%;
	}
}

/* ---------------------------------------- required */

#required{
	display:none;
	font-weight:bold;
	text-align:center !important;
	color:#F00;
}

/* ---------------------------------------- confirm_btn */

#form_box #confirm_btn{
	display:block;
	width:100%;
	margin:0 0 15px !important;
	text-align:center;
	margin:0 auto;
}
#form_box .form_button{
	display:inline-block;
	position:relative;
	margin:0 auto;
	text-indent:0px !important;
	background:#074E82;
	text-align:center;
	z-index:0;
	}
	#form_box .form_button button{
		position:relative;
		padding:9px 30px 10px 40px !important;
		background:none !important;
		border:none !important;
		color:#FFF;
		cursor:pointer;
		z-index:10;
	}
	#form_box .form_button:before,
	#form_box .form_button:after{
		content:" ";
		display:block;
		position:absolute;
		z-index:1;
	}
	#form_box .form_button:before{
		top:2px;
		left:2px;
		width:calc(100% - 6px);
		height:calc(100% - 6px);
		border:1px solid #FFF;
	}
	#form_box .next_btn:after{
		top:15px;
		left:15px;
		border: 7px solid transparent;
		border-left: 7px solid rgba(255,255,255,1);
	}
	#form_box .prew_btn:after{
		top:15px;
		left:8px;
		border: 7px solid transparent;
		border-right: 7px solid rgba(255,255,255,1);
}

	#form_box .form_button button[disabled]{
		background:rgba(255,255,255,0.5) !important;
		cursor:not-allowed;
	}
	#form_box .form_button button:hover{
			background:rgba(0,0,0,0.1) !important;
	}

#form_box .h_back{
	cursor:pointer;
}

#form_box .apply_h3{
	display:inline-block;
	position:relative;
	max-width:100%;
	margin-bottom:7px;
	padding:3px 20px 2px;
	font-weight:normal;
	font-size:0.95em;
	background:#014099;
	color:#FFFFFF;
	text-align:center;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#form_box .aph_txt{
	margin-bottom:7px;
	font-size:0.9em;
}


/* ---------------------------------------- confirm */

#form_box #confirm_h3{
	position:relative;
	width: calc(100% - 8px);
	margin:0 0 0 4px;
	padding:5px 10px;
	background:rgba(77,176,221,1);
	color:#FFF;
}

#form_box table.confirm_table td{
	background:rgba(0,0,0,0.1);
	color:#000;
}

/* ---------------------------------------- comp */

#comp{
	position:relative;
	width:100%;
	padding:0 0 30px 0;
}
#comp h3{
	margin-bottom: 50px !important;
}
#comp .form_button{
	display:inline-block;
	position:relative;
	margin:0 auto;
	text-indent:0px !important;
	background:#4DB0DD;
	text-align:center;
	z-index:0;
	}
	#comp .form_button a{
		display: block;
		position:relative;
		padding:9px 30px 10px 30px !important;
		background:none;
		border:none !important;
		color:#FFF;
		text-decoration:none;
		cursor:pointer;
		z-index:10;
		}
		#comp .form_button a:hover{
			background:rgba(0,0,0,0.1);
	}
	#comp .form_button:before{
		content:" ";
		display:block;
		position:absolute;
		z-index:1;
	}
	#comp .form_button:before{
		top:2px;
		left:2px;
		width:calc(100% - 6px);
		height:calc(100% - 6px);
		border:1px solid #FFF;
	}

/* ---------------------------------------- errm */

#form_box .errm{
	position:relative;
	min-height:300px;
	padding:0 0 20px;
}
#form_box .errm h3{
	margin-bottom:10px;
	padding:5px 15px;
	font-weight:normal;
	font-size:1.1rem;
	background:linear-gradient(275deg, #0032C3, #0070BB);
	color:rgba(0,50,195,1);
	color:#FFF;
}
#form_box .errm #errm_list{
	list-style:none;
}
#form_box .errm #errm_list li{
	position:relative;
	padding:3px 0 2px 30px;
	color:#F00;
	border-bottom:1px dotted rgba(0,0,0,0.3);
	}
	#form_box .errm #errm_list li:before,
	#form_box .errm #errm_list li:after{
		content:" ";
		position:absolute;
	}
	#form_box .errm #errm_list li:before{
		top:6px;
		left:7px;
		width:20px;
		height:20px;
		background:rgba(255,0,0,1);
		-moz-border-radius:10px;
		-webkit-border-radius:10px;
		border-radius:10px;
		z-index:0;
	}
	#form_box .errm #errm_list li:after{
		content:" ";
		position:absolute;
		top:11px;
		left:14px;
		border: 5px solid transparent;
		border-left: 7px solid rgba(255,255,255,1);
		z-index:1;
}

/* ---------------------------------------- complete_box */

#sym_btn,#con_btn{
	display:block;
}
#sym_btn{
	margin-bottom:15px;
	padding-bottom:25px;
	border-bottom:2px dotted rgba(0,0,0,0.3);
}
#con_btn{
	margin-top:10px;
	}
	#sym_btn a,#con_btn a{
		display:inline-block;
		position:relative;
		padding:5px 10px 5px 25px;
		text-decoration:none !important;
		background:rgba(0,0,0,0.5);
		color:#FFF !important;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		border-radius:6px;
	}
	#sym_btn a:after,#con_btn a:after{
		content:" ";
		position:absolute;
		top:10px;
		left:12px;
		border: 6px solid transparent;
		border-left: 6px solid rgba(255,255,255,1);
	}
	#sym_btn a{
		background:linear-gradient(275deg, #0032C3, #0070BB);
		}
		#sym_btn a:hover{
			background:#0032C3;
		}
		#con_btn a:hover{
			background:rgba(0,0,0,0.7);
	}

#complete_box{
	text-align:left;
}
#complete_box a{
	text-decoration:underline;
	color:#00F;
}
#complete_box .iblock{
	display:inline-block;
	margin-right:15px;
}
/* --- responsive --- */
@media(max-width:767px){
	#complete_box{
		padding:0 20px;
	}
}

/* ---------------------------------------- ex */

/* base */
.mb07{
	margin-bottom:7px !important;
}
.mb10{
	margin-bottom:10px !important;
}




















































