@charset "UTF-8";

.koumoku{
	font-size:1rem;
	color:#F33;
	margin-top:30px;
	text-align:center;
	}
/*レスポンシブcssーーーーーーーーーーーーーーーーーーーーーー*/



table {
  border-collapse: collapse;
  margin-top:10px;
}




input[type="submit"],
input[type="text"],
select,
textarea,
button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: none;
}


input[type="text"],
textarea {
  background: #f8f8f8;
  display: block;
  font-size: 16px;
  padding: 12px 15px;
  width: 480px;
  transition: 0.8s;
  border-radius: 0;
}

input[type="text"]:focus,
textarea:focus {
  background: #e9f5fb;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
/*お問あわせ内容テキスト枠*/
textarea[name="content"] {
  display: inline-block;
  width: 100%;
  height: 200px;
}

input::placeholder,
textarea::placeholder {
  color: #ccc;
}

::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}

::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}

.form-table {
  width: 100%;

}

.form-table th,
.form-table td {
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  padding: 20px;
}

.form-table th {
	background: #333;
	padding-left: 20px;
	position: relative;
	text-align: left;
	width: 300px;
	color:#fff;
	font-size:1rem;
	font-weight:500;
}


@media screen and (max-width: 479px) { /*ウィンドウ幅が最大479pxまでの場合に適用スマホの縦に反映される*/
.form-table{/*479*/
	width:100%;
	margin-top:30px;
	
	}

/*お問あわせ内容テキスト枠*/
textarea[name="content"] {/*479*/
  display: inline-block;
  width: 90%;
  height: 300px;
  margin:0 auto;
}
.form-table {/*479*/
	border-collapse: collapse;
}
.form-table th{/*479*/
	max-width:100%;
	text-align:center;
	padding-left: 0px;
	}	
.form-table th,
.form-table td {/*479*/
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  padding: 20px 0px;
}
.form-table th{
font-size:1.2rem;}
.form-table th,
.form-table td {/*479*/
  display: block;
  width: 100%;
  border-bottom: none;
  border-top: none;
}

input[type="text"],
textarea {/*479*/
  background: #f8f8f8;
  display: block;
  font-size: 16px;
  padding: 12px 15px;
  width: 90%;
  transition: 0.8s;
  border-radius: 0;
  margin:0 auto;
}


 
 
}
 
/*送信ボタン*/
div.boton {
	width: 340px;
	height: 60px;
	text-align: center;
	padding:0px;
	margin: 30px auto;
	
	
}
input.submit_btn {
	display:block;
	width: 340px;
	height: 60px;
	text-indent: -9999px;
	background-image:url(../img/soushin.png);
	background-repeat:no-repeat;
	text-align: center;
	background-color:#eee;
	
}

input.submit_btn:hover {
opacity: 0.5;
}

/*送信後のページ*/
#thanks{
	text-align:center;
	line-height:1.7em;
	background-color:#eee;
	margin-top:30px;
	padding:60px;
	}
	
#thanks span{
	font-size:2rem;
	font-weight:500;
	color:#76B453;
	}
	@media screen and (max-width: 479px) { /*ウィンドウ幅が最大479pxまでの場合に適用スマホの縦に反映される*/
#thanks{
	
	padding:30px 20px;
	}
		
#thanks span{
	font-size:1.5rem;
	line-height:1.6em;
	font-weight:500;
	color:#76B453;
	}

	}
