/*****************************************************

 リセット
 
*****************************************************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,img,a{margin:0;padding:0;}

table{border-collapse:collapse;border-spacing:0;}

fieldset,img{border:0;}

address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}

ol,ul {list-style:none;text-align:left;}

caption,th {text-align:left;}

h1,h2,h3,h4,h5,h6{font-size:100%; font-weight:normal; }

q:before,q:after{content:&#039;&#039;;}

article, aside, figure, footer, header, hgroup, nav, section {display:block; } /* New HTML5 elements */ 

html {-webkit-text-size-adjust: none}/*スマホ文字自動調整オフ*/


/*****************************************************

 汎用CSS
 
*****************************************************/

/* margin
---------------------------------------------------------------------*/

.mbt_20 { margin-bottom:20px; }

.mbt_30 { margin-bottom:30px; }

.mtp_30 { margin-top:30px; }

.mrt_10 { margin-right:10px; }


/* padding
---------------------------------------------------------------------*/


/*****************************************************

 fomeスタイル
 
*****************************************************/

body {
	background: #FFF repeat;
	z-index:0;
	font-size: 0.82em;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	font-weight:normal;
	line-height:1.65;
	color: #4d4d4d;
	position:relative;
	letter-spacing:0.5px;
	min-width: 800px;
	overflow-x: hidden;
}


#contents{
	width:800px;
}

#contact_navi01{
	display:block;
	background:url(../images/img_contact_InSub.png) no-repeat;
	background-position:0 0;
	width:800px;
	height:40px;
}

#contact_navi02{
	display:block;
	background:url(../images/img_contact_InSub.png) no-repeat;
	background-position:0 -40px;
	width:800px;
	height:40px;
}

#contact_text{
	padding:0 5px;
}

#main_table{
	width:100%;
	padding-right:30px;
	border:0;
}


#main_table th{
	position:relative;
	background:#9ddef6;
	width:31%;
	padding:10px 20px;
	margin-top:2px;
	vertical-align:top;
	border:0;
	border-top:2px solid #fff;
	color:#333333;

}

#main_table td{
	background:#def4fc;
	padding:10px 20px 10px 10px;
	margin-top:2px;
	border:0;
	border-top:2px solid #fff;
	color:#333333;

}

#main_table input{
	width:90%;
	padding:5px;
	border:0px;
	color: #4d4d4d;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
}

#main_table textarea{
	width:90%;
	padding:5px;
	height:170px;
	border:0px;
	color: #4d4d4d;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
}

#main_table select{
	width:35%;
	border:0px;
}
.red{
	position:absolute;
	display:block;
	background: url(../images/img_contact_req.png) no-repeat;
	top:0;
	bottom:0;
	margin-top:8px;
	margin-bottom:auto;
	right:5px;
	width:61px;
	height:21px;
	text-indent:-9999px;
}

.red_txt{
	color:#f7621e;
	font-weight:bold;
}
	
.button_box{
	text-align:center;
}

.button_box a{
	color:#00aae7;
	text-decoration:underline;
}

.button_box a:hover{
	opacity:0.6;
	text-decoration:underline;
	transition:all .3s;
}
.button_box input{
	background: url(../images/btn_contact_action.png) no-repeat;
	width:363px;
	height:60px;
	border:0;
	text-indent:-9999px;	
}

.button_box input:hover{
	background: url(../images/btn_contact_action.png) no-repeat;
	background-position:0 -60px;
	width:363px;
	height:60px;
	border:0;
	text-indent:-9999px;
	cursor:pointer;	
}

.button_box02{
	text-align:center;
}
.go{
	background: url(../images/btn_contact.png) no-repeat;
	background-position:0 0;
	width:170px;
	height:60px;
	border:0;
	text-indent:-9999px;
	
}

.back{
	background: url(../images/btn_contact.png) no-repeat;
	background-position:0 -60px;
	width:170px;
	height:60px;
	border:0;
	text-indent:-9999px;	
}

.go:hover{
	background: url(../images/btn_contact.png) no-repeat;
	background-position:-170px 0;
	width:170px;
	height:60px;
	border:0;
	text-indent:-9999px;
	cursor:pointer;	
}

.back:hover{
	background: url(../images/btn_contact.png) no-repeat;
	background-position:-170px -60px;
	width:170px;
	height:60px;
	border:0;
	text-indent:-9999px;
	cursor:pointer;	
}

#txt_explain h3{
	font-size:1.8em;
	font-weight:bold;
	color:#00aae7;
}

#txt_explain p{
	font-size:1.2em;
}

@media screen and (max-width:768px) {
	body {
		/*overflow-x: hidden;*/
		overflow: hidden;
	}
	
	
	#contents{
		width:100%;
		padding-bottom: 50px;
	}
	#main_table th{
		width:100%;
		padding:10px 0;
		display:block;
		text-indent: 20px;

	}
	#main_table td{
		width:94%;
		display:block;
		padding:10px;
	
	}
	#contact_navi01,#contact_navi02{
		display:none;
	}

	.red {right: 20px;}
	
	.button_box input{
		background: #00AAE7;
		width:90%;
		height:60px;
		text-indent:0;
		text-align: center;
		color:#FFF;
		font-size:18px;
	}
	
	.button_box input:hover{
		background: #00AAE7;
		width:90%;
		height:60px;
		text-indent:0;
		text-align: center;
		color:#FFF;
		font-size:18px;
	}
	.go{
		background: #00AAE7;
		background-position:0 0;
		width:70%;
		text-indent:0;
		font-size:18px;
		text-align: center;
		margin-top:20px;
		color:#fff;
	}
	
	.back{
		background: #333;
		background-position:0 0;
		width:70%;
		text-indent:0;
		font-size:18px;
		text-align: center;
		margin-right: 0;
		color:#fff;
	}
	.go:hover{
		background: #00AAE7;
		background-position:0 0;
		width:70%;
		text-indent:0;
		font-size:18px;
		text-align: center;
		margin-top:20px;
		color:#fff;
	}
	
	.back:hover{
		background: #333;
		background-position:0 0;
		width:70%;
		text-indent:0;
		font-size:18px;
		text-align: center;
		margin-right: 0;
		color:#fff;
	}
	
}