@charset "utf-8";


/*==========================================
 コンテンツエリア -> CONTACTのスタイル
===========================================*/
.contact_form{
	max-width:900px;
	margin:0 auto;
}
.tbl-layout {  
  width: 100%;
  margin: 0 auto;
  border-bottom: none;
}
.tbl-layout dt,
.tbl-layout dd {
	padding: 0 10px;
}
.tbl-layout dt {
  font-size:16px;
  color:#000;
  
  text-align:left;
}
.tbl-layout dt.dt_p {
	padding-top:25px;
}
.tbl-layout dt span{
	color: #390;
	font-size:16px;
	font-weight:bold;
}
.fc_green_f{
	color: #390;
	font-size:16px;
	font-weight:bold;
}
.tbl-layout dd {
	font-size:16px;
	padding-top:10px;
	padding-bottom:20px;
  
	line-height:1.8;
	margin-left:0;
}
.tbl-layout dd input {
	background-color:#F1F1ED;
	
	
}
.tbl-layout dd textarea {
	width:100%;
	background-color:#F1F1ED;
	font-size:16px;
}
.tbl-layout .bdchange{
	border-bottom:none;	
}
p.btn {
	text-align: center;
	padding: 25px 0;
}
p.btn input {
	width:100px;
}
  .tbl-layout .wtel{
	  width:100%;
	  height:50px;
	  padding:0 15px;
	  color: #000;
	  outline: none;
  }
  .tbl-layout .wzip{
	  width:100%;
	  height:50px;
	  padding:0 15px;
	  color: #000;
	  outline: none;
  }
/*---------------------------------------------------------------*/  
.tbl-layout dd input {
	  width:100%;
	  height:50px;
	  color:#000;
	  padding:0 15px;
	  outline: none;
}
.tbl-layout dd textarea {
	 width:100%;
	  height:100px;
	  color:#000;
	  padding:15px 15px;
	  outline: none;
}
.tbl-layout dd input.f_Btn{
	width:auto;
}

/*---------------------------------------------------------------*/  

@media only screen and (min-width: 769px) {
  .tbl-layout {  
    width: 100%;
	max-width:900px;
    margin: 0 auto;
    border-bottom: none;
	
  }
  .tbl-layout dt {
	padding: 12px 10px 0 10px;
    font-size:16px;
    clear: both;
    float: left;
    width: 200px;
	text-align: right;
  }
  .tbl-layout dd {
	padding: 0 0 30px 10px;
	margin-left:130px;
	padding-left: 100px;
	
  }
  .tbl-layout .wtel{
	  width:15%;
	  height:40px;
	  padding:0 30px;
	  color: #000;
	  float: left;
  }
  .tbl-layout .wzip{
	  width:15%;width:20%;
	  height:40px;
	  padding:0 30px;
	  color: #000;
	  float: left;
	  margin-bottom:5px;
  }
	
/*---------------------------------------------------------------*/  
.tbl-layout dd input {
	  width:100%;
	  height:50px;
	  color:#000;
	  padding:0 15px;
	  outline: none;

}
.tbl-layout dd textarea {
	 width:100%;
	  height:100px;
	  color:#000;
	  padding:15px 15px;
	  outline: none;
}
.tbl-layout dd input.f_Btn{
	width:auto;
}

/*---------------------------------------------------------------*/  
}



/*ボタン-----------------*/
input#submit_button {
    padding: 12px 15%;
	margin:10px 0;
    font-size:16px;
    background-color: #B3B3B3;
    color: #fff;
    border-style: none;
	
	text-align:center;
	cursor: pointer; 
	transition    : .3s;
	border:#B3B3B3 solid 1px;
}
input#submit_button:hover {
	color         : #000;     
	background    : #ffffff;
	border:#000 solid 1px;
}
input#reset_button {
    padding: 12px 5%;
	margin:10px 0;
    font-size:16px;
    background-color: #B3B3B3;
    color: #fff;
    border-style: none;
	
	text-align:center;
	cursor: pointer; 
	transition    : .3s;
}
input#reset_button:hover {
	color         : #000;     
	background    : #ffffff; 
	border:#000 solid 1px;
}
@media only screen and (min-width: 769px) {
	input#submit_button {
    padding: 12px 20%;
	font-size:16px;
	}
	input#reset_button {
    padding: 12px 5%;
	font-size:16px;
	}
}