@charset "utf-8";
/* CSS Document */

.title_img{
	width:100%;
	max-width:100%;
	height:auto;
	background-repeat:no-repeat;
	background-size:100%;
	background-image:url(../../images/contact_main_visual.jpg);
}

company_privacy_ol{
	margin-left:-30px;}

/**テーブル**/
.contact_plofile{
	width:90%;
	font-size:14px;
	margin:0 auto;
	border:1px solid #000;
	border-collapse: collapse;
	margin-bottom:20px;
	
}
.contact_plofile th{
	width:30%;
	border-right:1px solid #000;
	padding:10px;
}

.contact_plofile td{
	width:70%;
	padding:10px;
}

#meisyo,#mado{
	border-bottom:1px solid #000;
}

/**お問い合わせボタン**/
.contact_btn{
	text-align:center;
	margin-bottom:60px;
}
