@charset "utf-8";
@import "common.css?230515";

/* 問い合わせフォーム
------------------------------ */
.formInquiry {
    margin: 50px auto;
    position: relative;
}

/* 人気資料請求 */
.txtDocumentRank {
    text-align: center;
    margin-top: 30px;
}


/* 問い合わせタイトル */
.titInquiry {
    position: absolute;
    width: 898px;
    text-align: center;
    top: -28px;
}
.txtInquiry { margin:45px 0 0; }


/* 問い合わせフォーム */
.error{
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	color:#FF0000;
	padding:10px 0;
	width:630px;
	margin:0 auto;
	text-align:left;
}
.tblInquiry {
    text-align: left;
    border: 1px solid #CCCCCC;
    width: 628px;
    margin: 30px auto 20px; 
}

.tblInquiry th,
.tblInquiry td {
    padding: 13px;
    border: 1px solid #CCCCCC;
}
.tblInquiry td {
    padding: 11px 13px 12px;
}
.tblInquiry td.litd {
    padding: 25px 13px 13px;
}
.tblInquiry th {
    font-weight: normal;
    background: #F2F2F2;
    vertical-align: middle;
    width: 124px;
	font-size:12px;
}
.tblInquiry th.line{
	line-height: 1.3;
}
.tblInquiry li{
	padding:0 0 8px;
}
.tblInquiry .w200{ width:200px; }
.tblInquiry .w270{ width:270px; }
.tblInquiry input.wFull{ width:447px; }
.tblInquiry textarea.wFull{
	width:447px;
	height:170px;
}

/* 注意事項 */
.tblInquiry td p.txtAttn{
    color: #704D28;
	font-size:12px;
	padding:10px 0 0;
}

.tblInquiry small {
    font-size: 80%;
}

.tblInquiry strong {
    font-weight: normal;
    color: #FF0000;
}

/* この内容で送信する */
.btnSend {
    display: inline-block;
    padding: 6px 8px 4px;
    font-size: 14px;
    color: #000;
    text-decoration: none;
    background: #ccc;
    background: linear-gradient(#fff, #ccc);
    background: -moz-linear-gradient(top,#fff,#ccc);
    background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#ccc));
    border: 1px solid #333;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}


/* 個人情報の取り扱いについて */
.txt_kojinjoho {
    text-align: center;
    padding: 10px 0;
    width: 630px;
    margin: 0 auto 20px;
    background: #F7EFCE;
}
.txt_kojinjoho a{
	display: inline-block;
	font-size:12px;
	color:#1370CC;
	padding: 0 0 0 8px;
	background:url(../img/inquiry/bgArrow.gif) left center no-repeat;
}
.txt_kojinjoho a:hover{ color:#3792EC; }

.back{
	width:630px;
	line-height:17px;
	margin:20px auto 0;
	padding-top:9px;
	padding-bottom:8px;
	text-align:center;
}
/* お問い合わせ完了 */
.inquiryFinish {
    text-align: center;
    padding: 180px 0 500px;
}

.inquiryFinish h2 {
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 30px;
}

.inquiryFinish a {
    padding: 50px 0;
    display: inline-block;
}
@media only screen and (max-width:767px){
	/* 人気資料請求 */
	.txtDocumentRank {
		width:93.75%;
		margin:0 auto;
	}
	
	/* 問い合わせタイトル */
	.titInquiry {
		width: 93.75%;
		top: -18px;
	}
	.txtInquiry { margin: 0; }
	
	.tblInquiry .w200{ width:100%; }
	.tblInquiry .w270{ width:100%; }
	.tblInquiry input.wFull{ width:100%; }
	.tblInquiry textarea.wFull{
		width:100%;
		height:170px;
	}
	
	.tblInquiry td.litd {
		padding: 25px 2% 13px;
	}

	.tblInquiry {
		width: 100%;
		border:none;
	}
	
	.tblInquiry th,
	.tblInquiry td {
		display:block;
		width:96%;
		padding:2%;
	}
	.tblInquiry th.line{
		line-height: 1;
	}
	.tblInquiry td {
		display:block;
		border:none;
	}
	.tblInquiry small {
		margin-left: -15px;
	}
	
	/* お問い合わせ完了 */
	.inquiryFinish {
		text-align: center;
		padding: 50px 0 ;
	}
	.txt_kojinjoho,
	.back{
	width:100%;
}
}