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

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

#company_privacy{
	width:900px;
	height:auto;
	margin:0 auto; 
}

.company_privacy_h3 h3{
	font-size:30px;
	font-weight:200;
	border-bottom:2px solid #FFA826;
	margin:70px auto 50px;
	}

.company_privacy_h3 h3:before{
	content:'';
	border-left:10px solid #FFA826;
	padding-left:10px;
}

.ol.list_parentheses{
  padding:0 0 0 2em;
  margin:0;
}
 
ol.list_parentheses li{
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
}
ol.list_parentheses li:before{
  	display: marker;
  	content: "(" counter(cnt) ") ";
}

#company_privacy_ol p{
	font-size:15px;
	padding-left:30px;
	}

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

td{
	padding:10px 20px;
}

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


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