@charset "UTF-8";
/* @group Reset */


h1 {
	position:absolute;
	left:-9999px;
	}

/*--------------------------------------------------------------------------------------------------------------------*/
/*768px*//*1024px*/
@media print, screen and (min-width : 768px){
	#contents {
	padding: 70px 0 70px 0;
	background: #f5f5f5;
}
	#blo01 {
margin-bottom: 30px;
}
#blo01 span {
	color: #ff0000;
}
	#form {
		margin: 0 auto 0;
		width: 960px;
	}
	#form h2 {
	font-size:1.625em;
	margin: 0 0 30px;
	}
	#form h2 {
	  position: relative;
	  padding: 0 0 5px;
	  border-bottom: 4px solid #d3d3d3;
	}
	#form h2:before {
	  position: absolute;
	  bottom: -4px;
	  left: 0;
	  width: 30%;
	  height: 4px;
	  content: '';
	  background: #f14796;
	}
	
/*	.txt_box{
		text-align: center;
	}
	.txt_box p {
		margin-bottom: 20px;
	}
	*/
	.tab {
	margin: 0;
}
.tab table	{
	width: 100%;
}

	
.tab th, 
.tab td	{ 
	border: 1px solid #ccc;
	text-align: left;
}
.tab th { 
	 padding: 10px 0 10px 20px;
	 background: #fffbe6;
}
.tab td { 
	 padding: 20px;
	 background: #fff;
}
.tab th span { 
	color: #F30;
	font-weight: bold;
}
.tab1 {
	margin: 0;
}
.tab1 th,
.tab1 td {
	
	border-top: none;
}
.tab1 th {
	padding: 10px 0 10px 20px;
	display: table-cell;
	width: 35%;
}	
.tab1 td {
	 padding: 15px;
	width: auto;
	display: table-cell;
	border-top: 1px solid #ccc;
}	
.tab1 tr:first-child th { 
	border-top: 1px solid #ccc;
}

.tab_btn {
	margin-top: 30px;
	text-align: center;
}
.submit_btn,
.reset_btn {
	margin: 0 10px;
	padding: 10px 30px;
	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 {
	text-align: center;
}
.txt_er p {
	font-size: 1.2em;
	margin-bottom: 15px;
	color: #F30;
	line-height: 1.4;
}
.txt2 {
	margin-bottom: 15px;
	text-align: center;
	line-height: 1.4;
}
.top_btn a {
	border: 2px solid #666666;
	color: #333;
	padding: 10px 17px;
	background: #fff;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	display: block;
	width: 200px;	
}
.top_btn a:hover {
	background: #666666;
	color: #fff;
}

textarea {
     min-width: 400px;
}
.privacy_box {
	width: 500px;
	margin: 15px 0;
	}

.privacy_box iframe {
	width: 500px;
	
	border: 1px #ccc solid;
	}
	.p02 {
	margin-bottom: 150px;
	}
	
	.cap {
		font-size: 87.5% !important;
		font-weight: normal;
	}
	
	

}

/*-----------------------------------------------------------*/
@media only screen and (max-width: 767px)  {
	.inner {
	margin: 0 auto 0;
	width: 90%;
}
	#contents {
	padding: 1.5em 0 1em 0;
	background: #f5f5f5;
}
	#blo01 {
margin-bottom: 30px;
}
#blo01 span {
	color: #ff0000;
}
	#form {
		margin: 0 auto 0;
		width: 90%;
	}
	#form h2 {
	font-size:1.25em;
	margin: 0 0 30px;
	}
	#form h2 {
	  position: relative;
	  padding: 0 0 5px;
	  border-bottom: 4px solid #d3d3d3;
	}
	#form h2:before {
	  position: absolute;
	  bottom: -4px;
	  left: 0;
	  width: 30%;
	  height: 4px;
	  content: '';
	  background: #f14796;
	}
	
	
	
	.txt_box p {
		margin-bottom: 1em;
	}
.tab {
	margin-top: 3em;
	padding: 0 0 20px;
}
.tab table	{
	width: 100%;
}
.tab caption	{
	margin-bottom: 20px;
	padding: 5px 0 3px;
	background: #ff54aa;
	color: #fff;
	font-size: 1.1em;
}
.tab th, 
.tab td	{ 
	border: 1px solid #ccc;
	text-align: left;
}
.tab th { 
	 padding: 10px 0 10px 15px;
	 background: #fffbe6;
}
.tab td { 
	 padding: 15px;
	 background: #fff;
	font-weight: normal;
}
.tab th span { 
	color: #F30;
	font-weight: bold;
}
.tab1 {
	margin: 0;
}
.tab1 th,
.tab1 td {
	width: 100%;
	display: block;
	border-top: none;
}
.tab1 tr:first-child th { 
	border-top: 1px solid #ccc;
}

.tab_btn {
	margin: 2em 0 5em;
	text-align: center;
}
.submit_btn,
.reset_btn {
	margin: 0 10px;
	padding: 10px 17px;
	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 {
	text-align: center;
}
.txt_er p {
	margin-bottom: 15px;
	color: #F30;
	line-height: 1.4;
}
.txt2 {
	margin-bottom: 15px;
	line-height: 1.4;
}
.top_btn a {
	border: 2px solid #666666;
	color: #333;
	padding: 10px 17px;
	background: #fff;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	display: block;
	width: 200px;	
}
.top_btn a:hover {
	background: #666666;
	color: #fff;
}

textarea {
    min-width: 200px;
}
.privacy_box {
	margin: 1em 0;
	width: 100%;
}
.privacy_box iframe {
	width: 100%;
	border: 1px #ccc solid;	
}

.p02 {
margin-bottom: 3em;
}
	
	.cap {
		font-size: 87.5% !important;
		font-weight: normal;
	}

}
	
