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

/* テーブル */
table {
	font-size: 15px;
	line-height: 30px;
	text-align: left;
  width: 100%;
	table-layout: fixed;
	padding: 0px;
}
@media screen and (max-width: 480px) {
table {
	border: none;
	width: 100%;
	table-layout: fixed;
  padding: 0;
  }
}
#formWrap {
	margin: 0 auto;
	line-height: 120%;
	color: #333;
	background-color: rgba(255,255,255,0.50);
	border: none;
	border-radius: 10px;
	padding: 25px;
}
table.formTable{
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
}
table.formTable td,table.formTable th{
	padding: 0 0 20px 0;
  vertical-align: middle;
}
table.formTable th{
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  vertical-align: top;
	width: 35%;
	font-size: 120%;
	letter-spacing: normal;
	text-align:left;
  padding: 12px 0;
}
input[type="text"], textarea {
	width: 95%;
	padding: 15px 10px;
	font-size: 100%;
	display: block;
	border-radius: 5px;
	border: 1.5px solid #C9C9C9;
}
textarea :focus {
  box-shadow: 0 0 5px 0 #4B9802;
  outline: 0;
}
input[type="text"]:focus {
  box-shadow: 0 0 5px 0 #4B9802;
  outline: 0;
}
.radius-pixel-30 {
	border-radius: 30px;
	border-width: 0px;
	background-color: #333;
	color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  padding: 10px;
  width: 150px;
  height: 50px;
  margin: 10px auto;
}
input::placeholder {
  color: #A09F97;
}
label, input[type='checkbox'] {
  cursor: pointer;
}


@media screen and (max-width:899px) {
  #formWrap {
	width: 100%;
	margin: 0 auto;
  }
  table.formTable th, table.formTable td {
	width: auto;
	display: block;
  padding: 10px 0 0 0;
  }
  table.formTable th {
  border-bottom:0;
	font-size:130%;
  }
  input[type="text"], textarea {
	margin: 0 0 10px 0;
  }
  p {
  padding: 10px 0 0 0;
  }
  input[type="submit"], input[type="reset"], input[type="button"] {
	width: 45%;
	height: 45px;
  }
}
@media screen and (max-width:480px) {
  #formWrap {
	width: 100%;
  padding: 13px;
	margin: 0;
  }
  input[type="submit"], input[type="reset"], input[type="button"] {
	display: block;
	width: 100%;
	height: 45px;
  }
  input[type="text"], textarea {
	width: 90%;
  margin: 0 auto;
  }
}
