.formout{
	text-align: center;
	margin-top:50px;
	margin-right:20px;
		margin-left:20px;
}
.bottum{
	margin-top:20px;
	text-align: center;
margin-bottom:50px;
}

@media screen and (max-width: 768px) {
/* 768pxまでの幅の場合に適応される */
.form-table th,
.form-table td {
	border-style: none;
  display: block;

 
}

.form_submit {
color:#fff;
font-size: 1.0rem;
letter-spacing: 0.2rem;
margin: 30px 0 ;
padding: 10px 50px;
background: #2f97ff;
border: 2px solid #2f97ff;
border-radius: 100vh;
transition: .2s linear;
cursor: pointer;
}

.form_submit:hover {
background: #0068d0;
border: 2px solid #0068d0;
transition: .2s linear;
}

.form_submit[disabled] {
background-color: #ccc;
border: 2px solid #ccc;
cursor: not-allowed;
}

	
.form{
	  border-top: 1px solid #d7d7d7;
padding-top:15px;
		  width:100%;
  overflow:hidden;
}
	
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 {
	margin-right:30px;
  background: #f8f8f8;
  display: block;
  font-size: 16px;
  padding: 12px 15px;
  width: 100vw;
  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 {
  
  padding-left: 20px;
  position: relative;
  text-align: left;
  width: 100%;
}

}
@media screen and (min-width: 768px) {
/* 768px以上の幅の場合に適応される */
	

table {
  border-collapse: collapse;
}

p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 60px auto 40px;
}

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{

}

	
.form-table {
	   margin-left: auto;
    margin-right: auto;
  width: 65%;
}

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

.form-table th {

  padding-left: 30px;
  position: relative;
  text-align: left;
  width: 300px;
}

}

