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


/**************************************************************************************/
/*お問い合わせ*/
/**************************************************************************************/

@media (min-width: 751px) {/*ビューエリアの最小幅。このサイズより大きい場合に適用//PC用*/
.contact .denwa {
	text-align: center;
	font-size: 14px;
	border-radius: 10px; /*角丸 CSS3草案 */
	-webkit-border-radius: 10px; /*角丸 Safari,Google Chrome用 */
	-moz-border-radius: 10px; /*角丸 Firefox用 */
	border: 4px solid #ccc;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 30px;
}

.contact .tel_mail {
	display: none;
}

/*表組*/
.contact .box_1 {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px dashed #666;
	border-bottom: 1px dashed #666;
	margin-bottom: 30px;
	overflow:auto;/*float対策*/
}

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

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

.contact .box_1 dt {
	float: left;
	clear: left;
	width: 20%;
	border-top: 3px solid #fff;
	padding-top: 12px;
	padding-bottom: 12px;
	line-height: 32px;/*左項目の文字の高さをフォームの高さに合わす*/
	text-align: center;
}

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


/*フォーム*/
.contact .form_1 {
	width: 65%;
	height: 30px;
	border: 1px solid #999;
	margin-right: 10px;
}

.contact .form_2 {
	width: 95%;
	height: 400px;
	border: 1px solid #999;
}

.contact .form_3 {
	width: 180px;
}

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

}



@media (max-width: 750px) {/*ビューエリアの最大幅。このサイズより小さい場合に適用//SP用*/
.contact .denwa {
	display: none;
}

.contact .tel_mail {
	font-size: 6vw;
	font-weight: 700;
	text-align: center;
	color: #da9238;
	line-height: 1.7em;
}

.contact .tel {
	font-size: 7vw;
	font-weight: 800;
}

/*表組*/
.contact .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 .box_1 dl {
	width: 90%;
	margin-left: 0px;
	margin-right: auto;
	margin-left: auto;
}

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

.contact .box_1 dd {
	padding-top: 12px;
	padding-bottom: 40px;
	line-height: 0.7em;
	text-align: center;
	font-size: 3vw;
}
/*表組ここまで*/

/*フォーム*/
.contact .form_1 {
	width: 100%;
	height: 40px;
	border: 1px solid #999;
}

.contact .form_2 {
	width: 100%;
	height: 400px;
	border: 1px solid #999;
}

.contact .form_3 {
	width: 60%;
}

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

}