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

/*main
-----------------------------------------------*/
main{
	margin-top: 80px;
	margin-bottom: 80px;
}
main > p{
	text-align: center;
	font-size: 15px;
	line-height: 1.8em;
	padding: 50px;
}
th{
	font-size: 15px;
	text-align: left;
	display: inline-block;
	width: 150px;
	padding-bottom: 15px;
	padding-top: 7px;
}
td{
	margin-left: 25px;
	display: inline-block;
	padding-bottom: 20px;
}
tr{
	display: flex;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

.input{
	width: 475px;
	border: 1px solid #bdbdbd; 
    border-radius: 4px;   
    padding: 0.5em;          
    background-color: #fff; 
	-webkit-appearance: none;
}
.textarea{
	resize: none;
	width: 475px;
	height: 200px;
	font-weight: 100;
	-webkit-appearance: none;
}
.otoiawase{
	vertical-align: top;
}
.contact_form_wrapper{
	width: 650px;
	margin: 0 auto;
}
.soushin_btn_wrapper{
	margin: 0 auto;
	text-align: center;
	margin-top: 30px;
	vertical-align: middle;
	
}
.soushin_btn{
	width: 250px;
	height: 50px;
	border: 1px solid #c3b076!important; 
    border-radius: 0;
	background-color: transparent;
	font-family: "游明朝体", YuMincho, "ヒラギノ明朝 ProN W3", "ＭＳ 明朝", serif;
	color: #c3b076;
	font-size: 15px;
	margin-bottom: 60px;
	-webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all  0.35s ease;

}
.soushin_btn:hover{
	background-color: #c3b076;
	color: #fff;
}
input[type="text"]:focus {
  border: 1px solid #616F98;
  outline: 0;
}
input[type="tel"]:focus {
  border: 1px solid #616F98;
  outline: 0;
}
input[type="email"]:focus {
  border: 1px solid #616F98;
  outline: 0;
}
textarea:focus{
  border: 1px solid #616F98;
  outline: 0;
}
input::placeholder,
textarea::placeholder {
	color: #CFCFCF;
}



@media screen and (max-width : 770px ){
	
	/*main
	-----------------------------------------------*/
	main{
		margin-top: 0px;
		margin-bottom: 60px;
	}
	main > p {
		font-size: 15px;
		padding: 30px 20px;
		text-align: left;
	}
	form{
		width: 100%;
	}
	table{
		width: 100%;
	}
	th{
		font-size: 15px;
		text-align: left;
		display: inline-block;
		width: 100%;
		padding-bottom: 10px;
		padding-top: 0;
	}
	td{
		margin-left: 0;
		display: inline-block;
		padding-bottom: 20px;
		width: 100%;
	}
	tr{
		display: block;
		margin: 0 20px;
	}
	.input{
		width: 100%;
		border: 1px solid #B0BAD2; 
		border-radius: 4px;   
		padding: 0.5em;          
		background-color: #fff;
		box-sizing: border-box;
		font-size: 15px;
	}
	.textarea{
		resize: none;
		width: 100%;
		height: 200px;
		font-weight: 100;
	}
	.otoiawase{
		vertical-align: top;
	}
	.contact_form_wrapper{
		width: 100%;
		margin: 0 auto;
	}
	.soushin_btn_wrapper{
		margin: 0 auto;
		text-align: center;
		margin-top: 15px;
		vertical-align: middle;
	}
	.soushin_btn{
		width: 240px;
		height: 60px;
		border: 1px solid #c3b076; 
		border-radius: 0;
		background-color: #c3b076;
		font-family: "游明朝体", YuMincho, "ヒラギノ明朝 ProN W3", "ＭＳ 明朝", serif;
		color: #fff;
		margin-bottom: 40px;
	}
	.soushin_btn:hover{
		background-color: #B0BAD2;
	}
	input[type="text"]:focus {
	  border: 1px solid #616F98;
	  outline: 0;
	}
	input[type="tel"]:focus {
	  border: 1px solid #616F98;
	  outline: 0;
	}
	input[type="email"]:focus {
	  border: 1px solid #616F98;
	  outline: 0;
	}
	textarea:focus{
	  border: 1px solid #616F98;
	  outline: 0;
	}
	input::placeholder,
	textarea::placeholder {
		color: #CFCFCF;
	}











}


@media screen and (max-width : 440px ){


	
	
	
	
	
	
	

}






















































