@charset "UTF-8";
/* @group Reset */
/*--------------------------------------------------------------------------------------------------------------------*/
/*768px*//*1024px*/
@media print, screen and (min-width : 768px){
#cont {
	padding: 0 40px;
}
	
#form {
	padding: 0 40px;
	}
#form p {
	text-align: center;
	}	
#form span {
	font-weight: bold;
	color: #ff0000;
	}
	input {
		margin: 1px;
	}	
.tab {
	margin: 40px 0 80px;
	}	
.tab table { 
	width: 100%;
}
	.tab th, 
.tab td	{ 
	border: 1px solid #ccc;
	text-align: left;
}
.tab th { 
	padding: 5px 0 5px 15px;
	background: #fff4da;
	font-weight: normal;
	font-weight: bold;
}
.tab1 th {
	padding: 10px 0 10px 15px;
	display: table-cell;
}	
.tab1 td {
	 padding: 15px;
	width: auto;
	display: table-cell;
	border-top: 1px solid #ccc;
}
.tab iframe {
	height: 300px;
}

.tab textarea {
    min-width: 400px;
}
.tab_btn {
	padding-top: 40px;
	text-align: center;
}	
.submit_btn,
.reset_btn {
	padding: 10px 50px;
	margin: 0 10px;
	background: #fff;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;	
	font-weight: bold;	
}
.submit_btn {
	border: 2px solid #ff54aa;
	color: #ff3399;
	background: #fff;
}
.reset_btn {
	border: 2px solid #666666;
	color: #333;
	background: #fff;
}
.submit_btn:hover {
	background: #ff54aa;
	color: #fff;
}
.reset_btn:hover {
	background: #666666;
	color: #fff;
}
.txt_er p {
	margin-bottom: 15px;
	padding: 0 10px;
	color: #F30;
	font-weight: bold;
}
.txt_er {
	padding: 2em 0;
	text-align: center;
}
	.top_btn a:link {
		color: #000;
		text-decoration: none;	
	}
		

}


/*-----------------------------------------------------------*/
@media only screen and (max-width: 767px)  {
a[href*="tel:"] {
		pointer-events: initial;
	}
	
#cont p {
	margin: 0 0 1em;
	}	

#form {
	margin: 0 auto 0px;
	width: 100%;	
	}
#form p {
	text-align: center;
	font-size: 0.813em;
	}	
#form span {
	font-weight: bold;
	color: #ff0000;
	}
	input {
		margin: 1px;
	}	
	
	.tab {
	padding: 2em 0 0 0; 
	}	
.tab table { 
	margin: 0em auto 3em; 
	width: 100%;
	font-size:1em;
	line-height: 1.7;
}
.tab th, 
.tab td	{ 
	border: 1px solid #4d3933;
	text-align: left;
}
.tab th { 
	 padding: 8px 0 8px 15px;
	background: #fffce8;
	 font-weight: normal;
	font-weight: bold;
}
.tab1 th {
	padding: 10px 0 10px 10px;
	display: table-cell;
}	
.tab1 td {
	 padding: 15px;
	width: auto;
	display: table-cell;
	border-top: 1px solid #4d3933;
}
.tab iframe {
	height: 300px;
}	


.tab1 {
	margin: 0;
}
.tab1 th,
.tab1 td {
	width: 100%;
	display: block;
	border-top: none;
}
.tab1 tr:first-child th { 
	border-top: 1px solid #4d3933;
}

.tab1 textarea {
    min-width: 100%;
}	
.txt_er {
	padding: 2em 0 0;
	text-align: center;
}

.tab_btn {
	margin-top: 30px;
	text-align: center;
}
.submit_btn,
.reset_btn {
	margin: 0 10px;
	padding: 10px 20px;
	background: #fff;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	font-weight: bold;
}
.submit_btn {
	border: 2px solid #ff54aa;
	color: #ff3399;
	background: #fff;
}
.reset_btn {
	border: 2px solid #666666;
	color: #333;
	background: #fff;
}
.submit_btn:hover {
	background: #ff54aa;
	color: #fff;
}
.reset_btn:hover {
	background: #666666;
	color: #fff;
}


.txt_er p {
	margin-bottom: 15px;
	padding: 0 10px;
	color: #F30;
	font-weight: bold;
	}
	.p2 {
	margin-bottom: 5em;
	}
	
		.top_btn a:link {
		color: #000;
		text-decoration: none;	
	}
	
		input[type=text] {
		width: 100%;
	}
	p.att_txt {
	background: #ffeaef;
		margin: 0.5em 0.5em 0;
		padding: 0.5em;
	}
		

}
	
