#mf_wrapper{
margin: 0 auto;
width: 90%;
padding-top: 20px;
	padding-bottom: 60px;

	}
#form{
	display: none;
	width: 100%;
	background-color: aliceblue;
}

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

.checkbox {
	display: flex;
	flex-wrap: wrap;
}

.checkbox div {
	margin: 10px;
}


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


input[type="text"],
input[type="email"],
textarea {
  background: #fff;
  display: block;
  font-size: 16px;
  padding: 12px 15px;
  width: min(100%, 720px);
  border-radius: 0;
}

/*お問あわせ内容テキスト枠*/
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-bottom: 1px solid #fff;
	padding: 20px;	
	color: #333;
}

.form-table th span{
	background-color: crimson;
	color: #fff;
	padding:1px 5px;
	border-radius: 5px; 
	margin-left: 10px;
	font-size: 0.8rem;
	


}
.form-table th {
	background-color:lightskyblue;
	position: relative;
	text-align:right;
	width: 300px;
	white-space: nowrap;
}

@media screen and (max-width: 768px) { /*ウィンドウ幅が最大768pxまでの場合に適用スマホの縦に反映される*/
#mf_wrapper{
	margin: 0 auto;
	width: 90%;
	padding-top: 20px;
}
.form-table th {/*768*/
	width:40%;
	background-color:lightskyblue;
	padding-right: 20px;
	position: relative;
	border-bottom: 1px solid #fff;
}	

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

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

/*お問あわせ内容テキスト枠*/
textarea[name="content"] {/*479*/
	display: inline-block;
	width: 100%;
	height: 300px;
	margin:0 auto;
}

.form-table {/*479*/
	border-collapse: collapse;
}

.form-table th{/*479*/
	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,
.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: 100%;
  max-width: 340px;

  margin: 30px auto;
  box-sizing: border-box; /* paddingを幅に含める */
  text-align: center;
}

/* 送信ボタン */
input.submit_btn {
  width: 100%;
  height: 60px;
  background-color: #1e81be; /* 水色 */
  color: white;
  font-size: 21px;
  
  border: none;
  border-radius: 30px;
  cursor: pointer;
  box-sizing: border-box;
}
