@charset "Shift_JIS";
/* CSS Document */


/**************************************************************************************/
/*お問い合わせ／確認画面*/
/**************************************************************************************/

@media (min-width: 751px) {/*ビューエリアの最小幅。このサイズより大きい場合に適用//PC用*/
/*表組*/
.contact_conf .box_1 {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #666;
	border-bottom-color: #666;
	margin-bottom: 30px;
	overflow:auto;/*float対策*/
}

/**/
	* html .contact div #right_column .box_1 {overflow: visible;}/*float対策*/
/**/

.contact_conf .box_1 dl {
	width: 99%;/*右に細い線が出るのを消すため*/
	margin-left: 0px;
	background: #e4e4e4;
	overflow: hidden;
}

.contact_conf .box_1 dt {
	float: left;
	clear: left;
	width: 20%;
	border-top: 3px solid #fff;
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: center;
}

.contact_conf .box_1 dd {
	width: 77%;
	float: left;
	border-top: 3px solid #fff;
	padding-top: 12px;
	padding-bottom: 12px;
	background: #fff;
	padding-left: 3%;
}
/*表組ここまで*/

.contact_conf .txt_1 {/*thanks以外*/
	text-align: center;
	margin-bottom: 20px;
}

.contact_conf .txt_2 {/*error*/
	font-size: 18px;
}

/*tahnks*/
.contact_conf .txt_1_2 {
	text-align: center;
	margin-bottom: 50px;
}

.contact_conf .txt_3 {
	font-size: 18px;
	padding-bottom: 20px;
}

.contact_conf .txt_4 {
	width: 80%;
	text-align: center;
	border-top: 1px dashed #666;
	border-bottom: 1px dashed #666;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
/*tahnksここまで*/

/*フォーム*/
.contact_conf .form_1 {
	width: 180px;
}
/*フォームここまで*/

}



@media (max-width: 750px) {/*ビューエリアの最大幅。このサイズより小さい場合に適用//SP用*/
/*表組*/
.contact_conf .box_1 {
	padding-top: 20px;
	border-top: 1px dashed #666;
	border-bottom: 1px dashed #666;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
}

.contact_conf .box_1 dl {
	width: 90%;
	margin-left: 0px;
	margin-right: auto;
	margin-left: auto;
}

.contact_conf .box_1 dt {
	padding-top: 12px;
	padding-bottom: 12px;
	line-height: 32px;
	text-align: center;
	background: #e4e4e4;
}

.contact_conf .box_1 dd {
	padding-top: 12px;
	padding-bottom: 40px;
	line-height: 1.5em;
}
/*表組ここまで*/


.contact_conf .txt_1 {/*thanks以外*/
	text-align: center;
	margin-bottom: 20px;
}

.contact_conf .txt_2 {/*error*/
/*	font-size: 18px;*/
}

/*tahnks*/
.contact_conf .txt_1_2 {
	text-align: center;
	margin-bottom: 30px;
}

.contact_conf .txt_3 {
/*	font-size: 18px;*/
	padding-bottom: 20px;
}

.contact_conf .txt_4 {
	width: 90%;
/*	text-align: center;*/
	border-top: 1px dashed #666;
	border-bottom: 1px dashed #666;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
/*tahnksここまで*/


/*フォーム*/
.contact_conf .form_1 {
	width: 60%;
}

/*フォームここまで*/

}