@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
.pageTitle {
	background: url(../img/inquiry/page_title_bg.jpg) no-repeat center top;
	background-size: cover;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/inquiry/page_title_bg.jpg',  sizingMethod='scale');
}

#main {
	margin-bottom: 50px;
}

#main .headLine02 {
	margin-bottom: 25px;
}

#main .step {
	margin-bottom: 40px;
}

#main .comTable {
	margin-bottom: 30px;
}

#main .comTable th {
	padding: 18px 20px 15px;
	width: 33%;
}

#main .comTable th img {
	margin-left: 24px;
	vertical-align: middle;
}

#main .comTable td {
	padding: 15px 1px 15px 14px;
}

#main .comTable td input[type="text"] {
	height: 33px;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #999;
    font-size: 16px;
}

#main .comTable td .choose {
	margin-top: -8px;
}

#main .comTable td .choose li {
	margin-top: 8px;
	float: left;
	width: 320px;
}

#main .comTable td textarea {
	height: 116px;
	width: 100%;
	border: 1px solid #999;
    font-size: 16px;
}

#main .mailForm .submit {
	text-align: center;
}

#main .mailForm .submit li {
	padding: 0 15px;
	display: inline;
}

#gFooter .contact,
#gFooter .fNavi {
	display: none;
}

.pageTop {
	margin: 0 auto;
	width: 990px;
	text-align: right;
}

#main .confirm td .choose li {
	margin-top: 8px;
	padding-left: 30px;
	float: left;
	width: 290px;
	background: url(../img/common/checkbox_off.gif) no-repeat left 2px;
}

#main .confirm td .choose .on {
	background: url(../img/common/checkbox_on.gif) no-repeat left 2px;
}

#main .completed {
	margin-bottom: 12px;
	font-size: 16px;
	text-align: center;
	background: url(../img/common/line01.png) repeat-x left top;
}

#main .completed span {
	padding: 12px 0;
	display: block;
	background: url(../img/common/line01.png) repeat-x left bottom;
}

#main .thanksP {
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 1.6;
	text-align: center;
}

#main .note {
	margin-bottom: 45px;
	text-align: center;
}

#main .comLink {
	margin: 0 auto;
}

#main .mailForm .errorTxt {
	margin-bottom: 22px;
	color: #ff0000;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
}

#main .mailForm .error p {
	margin-top: 4px;
	color: #ff0000;
	font-size: 12px;
	font-weight: bold;
}

#main .mailForm .error input[type="text"] {
	border: 1px solid #FF0000;
	background-color: #FAD4D4;
}

#main .mailForm .error textarea {
	border: 1px solid #FF0000;
	background-color: #FAD4D4;
}

@media all and (min-width: 0) and (max-width: 736px)  {
	.pageTitle {
		background: url(../img/inquiry/sp_page_title_bg.jpg) no-repeat center top;
		background-size: 100% auto;
	}
	
	#main {
		margin-bottom: 55px;
	}
	
	#main .headLine02 {
		margin-bottom: 11px;
	}
	
	#main .step {
		margin-bottom: 25px;
	}
	
	#main .step img {
		width: 100%;
	}
	
	#main .comTable {
		margin-bottom: 20px;
	}
	
	#main .comTable th {
		padding: 11px 15px 2px;
		color: #000;
	}
	
	#main .comTable th img {
		margin-left: 16px;
		width: 33px;
	}
	
	#main .comTable td {
		padding: 2px 15px 15px;
		color: #000;
	}
	
	#main .comTable td input[type="text"] {
		height: 40px;
	}
	
	#main .comTable td .choose {
		margin-top: -12px;
	}
	
	#main .comTable td .choose li {
		float: none;
		margin-top: 12px;
		width: auto;
	}
	
	#main .comTable td textarea {
		height: 80px;
	}
	
	#main .mailForm .submit li {
		padding: 0 0 15px;
		display: block;
	}
	
	#main .mailForm .submit li:last-child {
		padding-bottom: 0;
	}
	
	.pageTop,
	#gFooter .fMobileLink {
		display: none;
	}
	
	#main .confirm td .choose li {
		padding: 2px 0 2px 30px;
		background: url(../img/common/checkbox_off.gif) no-repeat left 2px;
		background-size: 20px 20px;
	}
	
	#main .confirm td .choose .on {
		background: url(../img/common/checkbox_on.gif) no-repeat left 2px;
		background-size: 20px 20px;
	}
	
	#main .completed {
		margin-bottom: 10px;
		font-size: 14px;
		background: url(../img/common/line01.png) repeat-x left top;
		background-size: 2px 1px;
	}
	
	#main .completed span {
		background: url(../img/common/line01.png) repeat-x left bottom;
		background-size: 2px 1px;
	}
	
	#main .thanksP {
		margin: 0 0 6px 15px;
		font-size: 14px;
		text-align: left;
	}
	
	#main .note {
		margin: 0 0 26px 12px;
		line-height: 1.6;
		text-indent: -12px;
		text-align: left;
	}
	
	#main .mailForm .errorTxt {
		margin-bottom: 19px;
		font-size: 14px;
		line-height: 1.6;
		text-align: left;
	}

}