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

.telBase{
	width:100%;
	height:273px;
	margin-top:112px;
	background-color:#eeeeee;
}
.telUl{
	width:800px;
	height:273px;
	list-style:none;
	margin-left:auto;
	margin-right:auto;
	
}
.telUl li{
	float:left;
}
.telUl li:first-child{
	width:227px;
	height:273px;
}
.telUl li:last-child{
	position:relative;
	float:right;
	width:559px;
	height:auto;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	margin-top:66px;
}
.telUl li:last-child p{
	
	width:569px;
	height:auto;
	font-size:38px;
	border:1px solid #7f7f7f;
	padding-top:18px;
	padding-bottom:18px;
	margin-top:10px;
	vertical-align:top;
}
.tel_mark{
	position:absolute;
	top:42px;
	left:80px;
}

/*-------------FORM-------------*/

.form_str{
	width:100%;
	height:auto;
	font-size:16px;
	font-weight:bold;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-top:50px;
}
.form_str p{
	font-size:12px;
	font-weight:normal;
	color:#ff8a00;
}
.form_table{
	width:800px;
	height:auto;
	border-collapse:collapse;
	margin-left:auto;
	margin-right:auto;
}
.form_table td{
	margin-top:1px;
	margin-bottom:1px;
	height:58px;
	border:2px solid #FFFFFF;
	background-color:#e4e4e4;
}
.form_table td:first-child{
	border-right:none;
	font-size:15px;
	font-weight:bold;
	width:192px;
	padding-left:44px;
}
.form_table td:last-child{
	border-left:none;
}
.form_table td:first-child span{
	font-size:12px;
	color:#ff8a00;
}
.form_table input[type=text]{
	font-size:16px;
	width:503px;
	height:20px;
	border:none;	
}
.form_table textarea{
	font-size:16px;
	width:503px;
	height:200px;
	border:none;
	margin-top:16px;
	margin-bottom:10px;
}
/*.submitbg{
	width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}*/
.submitbg{
	margin-top:20px;
	width:300px;
	height:40px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size:18px;
	background-color:#707070;
	color:#FFFFFF;
	cursor:pointer;
	border:none;
	line-height:42px;
	
	-webkit-transition: 0.2s ease-in-out;  
       -moz-transition: 0.2s ease-in-out;  
         -o-transition: 0.2s ease-in-out;  
            transition: 0.2s ease-in-out;
}
.submitbg:hover{
	background-color:#AAAAAA;
}

.err_esse{
	font-size:10px;
	color:#FF0004;
	line-height:14px;
}
.mail_arr{
	display:none;
}
.mail2_arr{
	display:none;
}
.tel_arr{
	display:none;
}
/*-------*/
.thank_board{
	position:fixed;
	top:100px;
	left:calc(50% - 300px);
	width:560px;
	height:auto;
	padding:30px;
	background-color:#FFFFFF;
	border:3px solid #267DCE;
	font-size:16px;
	line-height:32px;
	
	display:none;
}
.thank_board p{
	width:120px;
	height:40px;
	background-color:#616161;
	color:#FFFFFF;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	line-height:40px;
	cursor:pointer;
	
	-webkit-transition: 0.2s ease-in-out;  
       -moz-transition: 0.2s ease-in-out;  
         -o-transition: 0.2s ease-in-out;  
            transition: 0.2s ease-in-out;
}
.thank_board p:hover{
	background-color:#B9B9B9;
}


