@charset "utf-8";
/* 2020-03 */

/* ---------------------------------------- form_box */

#form_box{
	position:relative;
	width:100%;
	overflow:visible !important;
	}
	#form_box:after{
	    content:" ";
	    display:block;
	    clear:both;
}
#form_box table{
	position:relative;
	width:100%;
	margin:0 auto 20px !important;
	padding:0px !important;
	border-collapse:collapse;
	border-spacing:0px;
	border-top:none !important;
	border-left:none !important;
	vertical-align:text-top;
	overflow:visible !important;
}
#form_box table th{
	display:block;
	position:relative;
	width:100%;
	max-width:100%;
	padding:10px 10px 10px 10px;
	background:rgba(77,176,221,0.3);
	border-bottom:none !important;
	border-right:none !important;
	text-align:left;
	font-weight:bold;
	vertical-align:text-top;
	color:#000;
	}
	#form_box table th span{
		display:inline-block;
		position:absolute;
		top:10px;
		right:10px;
		width:50px;
		margin:3px 0 0 0;
		padding:7px 2px 7px 2px !important;
		font-weight:bold;
		font-size:0.75em;
		-webkit-border-radius:6px;
		-moz-border-radius:6px;
		border-radius:6px;
		text-align:center;
		background:rgba(255,255,255,1.9);
		color:#000;
		line-height:1;
}
#form_box table td{
	display:block;
	position:relative;
	width:100%;
	margin:0 0 7px;
	padding:10px 15px 10px;
	background:rgba(0,0,0,0.05);
	border-left:none !important;
	border-right:none !important;
	border-bottom:none !important;
	border:1px solid rgba(0,0,0,0.1) !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height:1.75;
	word-break:break-all;
}

#form_box table td .ex{
	display:inline-block;
	padding:0px 0 5px 0 !important;
	font-size:0.85em;
	color:#666;
}
#form_box .hide{
	display:none;
}

/* ------------------- */
/* input */

#form_box table td input,
#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;
}
#form_box table td select{
	margin:0 0 10px;
	padding:2px 5px 5px 5px;
	background:#FFFFFF;
	border:1px solid #999999;
}
#form_box table td input[type="radio"]{
	position:relative;
	top:-1px;
	display:inline-block;
	margin:0 5px 0 0;
	cursor:pointer;
}
#form_box table td input[type="checkbox"]{
	position:relative;
	top:-1px;
	display:inline-block;
	margin:0 5px 0 0;
	cursor:pointer;
}
#form_box table p{
	margin-bottom:0px;
}



#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 textarea{
    resize: none;  
}
#form_box table td #event,
#form_box table td #comment{
	width:100%;
	min-height:120px;
}

/* label */
#form_box table td label{
	display:inline-block;
	padding:0 20px 0 5px;
	cursor:pointer;
}

/* --- responsive --- */
@media(max-width:767px){
	#form_box{
		width:100%;
	}
	#form_box table th{
		display:block;
		width:100%;
		padding:5px 10px 5px 10px;
		font-weight:bold;
		font-size:0.9rem;
		line-height:1.5;
		}
		#form_box table th span{
			top:5px;
		}
		#form_box table th br{
			display:none;
	}
	#form_box table td{
		display:block;
		width:100%;
		margin:0 0 15px;
	}
	#form_box table td .ex{
		display:block;
		padding:5px 0 5px 0 !important;
	}
	#form_box table td #paaa{
		margin-top:0px;
	}
	/* label */
	#form_box table td label{
		display:block;
		padding:0 0px 0 0px;
		cursor:pointer;
	}
	.table_scroll{
		width:100% !important;
		overflow:visible;
		white-space:normal !important;
		margin-bottom:0px !important;
	}
}



/* ------------------- */
/* radiobox */

#form_box table td.radiobox label .other{
	display:-webkit-flex;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	max-width:100%;
}
#form_box table td.radiobox label .other div{
} 
#form_box table td.radiobox label .other div input{
	display:inline-block;
}
#form_box table td.radiobox label .other div:last-child{
	display:inline-block;
	width:calc(100% - 80px);
	height:25px;
	margin:0 0 0 7px;
	}
	#form_box table td.radiobox label .other div:last-child input[type="text"]{
		display:block;
		width:100%;
		height:100%;
		max-width:100%;
}

/* --- responsive --- */
@media(max-width:767px){
	#form_box table td.radiobox label .other{
		width:100%;
	}
}


/* ------------------- */
/* know_ohher */

.know_ohher{
	width:100%;
	margin:7px 0 0;
	}
	.know_ohher input{
		width:400px;
		max-width:100%;
}
/* --- responsive --- */
@media(max-width:767px){
	.know_ohher input{
		width:100%;
	}
}

/* ------------------- */
/* impression_box */

#form_box .impression_box{
	margin:0 0 20px;
	padding-left:20px;
}
#form_box .impression_box h4{
	width:calc(100% + 20px);
	margin:0 0 5px -20px;
	font-size:0.9rem;
	border-bottom:1px dotted rgba(0,0,0,0.5);
}

#form_box .impression_box label .other{
	display:-webkit-flex;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	max-width:100%;
}
#form_box .impression_box label .other div input{
	display:inline-block;
}
#form_box .impression_box label .other div:last-child{
	display:inline-block;
	width:calc(100% - 80px);
	height:25px;
	margin:0 0 0 7px;
	}
	#form_box .impression_box#childimp label .other div:last-child{
		width:calc(100% - 160px);
	}
	#form_box .impression_box label .other div:last-child input[type="text"]{
		display:inline-block;
		width:calc(100% - 60px);
		height:100%;
}

/* --- responsive --- */
@media(max-width:767px){
	#form_box .impression_box{
		padding-left:0px;
	}
	#form_box .impression_box h4{
		width:100%;
		margin:0 0 5px 0px;
	}
	#form_box .impression_box label .other{
		width:100%;
	}
	#form_box .impression_box#childimp label .other{
		display:block;
		width:100%;
	}
	#form_box .impression_box#childimp label .other div:last-child{
		display:block;
		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:#4DB0DD;
	text-align:center;
	z-index:0;
	}
	#form_box .form_button button{
		position:relative;
		padding:9px 20px 10px 30px !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 .back_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 .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;
}

/* ---------------------------------------- thanks */

#thanks_box #thanks_h3{
	position:relative;
	width:100%;
	padding:5px 10px;
	background:rgba(77,176,221,1);
	color:#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;
}


/* ---------------------------------------- agree_box */

#agree_box{
	position:relative;
	width:430px;
	max-width:100%;
	margin:0 auto 20px;
	text-align:center;
}
#agree_box p{
	position:relative;
	width:100%;
	text-align:center;
	}
	#agree_box p a{
		display:block;
		position:relative;
		width:100%;
		margin-bottom:7px;
		padding:5px 0;
		min-height:35px;
		text-decoration:none;
		background:rgba(0,0,0,0.1);
		border:1px solid rgba(0,0,0,0.2);
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		border-radius:6px;
		color:#000;
	}
	#agree_box p a:hover{
		-moz-box-shadow: 0px 0px 5px rgba(0,50,195,0.4) inset;
		-webkit-box-shadow: 0px 0px 5px rgba(0,50,195,0.4) inset;
		box-shadow: 0px 0px 5px rgba(0,50,195,0.4) inset;
	}
	#agree_box p a:before{
		content:" ";
		display:inline-block;
		position:relative;
		top:1px;
		border: 6px solid transparent;
		border-left: 9px solid #666;
		z-index:1;
}
/* --- responsive --- */
@media(max-width:767px){
	#agree_box p{
		font-size:0.7rem;
	}
}


















































