@charset "utf-8";

/* mv
------------------ */
#mv{
	background:url(../../contact/img/mv01.jpg) no-repeat 50% 50%;
	background-size:cover;
}

/* フォーム
------------------ */
.contact_form{
	width:100%;
}

.contact_form th{
	display:block;
	width:100%;
	padding:0.5rem 0;
	text-indent:0.5rem;
	border-bottom:none;
}

.contact_form th:before{
	content:"▼ ";
	color:#0f5093;
	font-weight:normal;
}

.contact_form td{
	display:block;
	width:100%;
	padding:1rem 0;
}

.form_td{
	padding:0 1rem;
}

@media print, screen and (min-width: 641px){
.contact_form th{
	display:table-cell;
	width:25%;
	padding:1rem;
	text-indent:0;
	border-bottom:1px solid #dadada;
}

.contact_form th:before{
	display:none;
}

.contact_form td{
	display:table-cell;
	width:75%;
}
}

/*eof*/