/* #main table {
	width: 520px;
	margin-right: auto;
	margin-left: auto;
	border-collapse: collapse;
	border: 2px solid #006;
		}

#main th {
	padding: 6px 10px;
	border: none;
	color: #fff;
	background-color: #006;
		}

#main td {
	width: 380px;
	padding: 3px 10px 3px 10px;
	border-collapse: collapse;
	border: 1px solid #ccc;
		}

#main td.title {
	width: 520px;
	padding: 5px 10px 5px 10px;
	border-collapse: collapse;
	border: 1px solid #ccc;
		}

#main td.head {
	width: 140px;
	padding: 2px 10px 2px 10px;
	border-collapse: collapse;
	border: 1px solid #ccc;
	color: #006;
		} */

/* ▼2017/12/21 お問い合わせフォーム Renewal▼ */
.form {
  font-family: "メイリオ","Meiryo","Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro",sans-serif;
  padding: 20px 0 300px;
  line-height: 1;
}
.form .form-table {
  padding: 0 20px;
}
.form .form-table tbody {
  margin-bottom: 30px;
  width: 100%;
}
.form .form-table tbody tr {
  width: 100%;
}
.form .form-table tbody tr th {
  width: 37%;
  padding-bottom: 15px;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
}
.form .form-table tbody tr th .must {
  padding: 2px 8px;
  text-align: center;
  margin-left: 10px;
  color: #fff;
  background-color: #ff0000;
  font-size: 11px;
}
.form .form-table tbody tr th.top {
  vertical-align: top;
  padding-top: 11px;
}
.form .form-table tbody tr td {
  padding-bottom: 15px;
  max-width: 324px;
}
.form .form-table tbody tr td input,
.form .form-table tbody tr td textarea {
  width: 100%;
  padding: .8em;
  background-color: #eeeeee;
  border: solid 1px #dddddd;
  box-sizing: border-box;
}
.form .form-table tbody tr td input.btn,
.form .form-table tbody tr td textarea.btn {
  width: auto;
  vertical-align: bottom;
}
.form .form-table tbody tr td input.btn:hover,
.form .form-table tbody tr td textarea.btn:hover {
  cursor: pointer;
}
.form .form-table tbody tr td input.mb10,
.form .form-table tbody tr td textarea.mb10 {
  margin-bottom: 10px;
}
.form .form-table tbody tr td input.postal,
.form .form-table tbody tr td textarea.postal {
  width: 50%;
}
.form .form-table tbody tr td textarea {
  min-height: 120px;
  resize: vertical;
  line-height: 1.5;
}
.form .form-table tbody tr td .search-button {
  background-color: #000066;
  font-size: 12px;
  text-align: center;
  color: #fff;
  padding: 0.5em 30px;
  margin-left: 20px;
}
.form .form-table tbody tr td .search-button:hover {
  cursor: pointer;
  opacity: .7;
}
.form .form-table tbody tr td.performance {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.form .form-table tbody tr td.performance span {
  width: 40%;
  display: block;
  color: #333;
  padding: 1em 0;
}
.form .form-table tbody tr td.matter {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.form .form-table tbody tr td.matter span {
  width: 50%;
  display: block;
  color: #333;
  padding: 0.6em 0;
}
.form .form-table tbody tr td.opp-method {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.form .form-table tbody tr td.opp-method span {
  width: 40%;
  display: block;
  color: #333;
  padding: 1em 0;
}
.form .form-table tbody tr td.cont-method {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.form .form-table tbody tr td.cont-method span {
  width: 27%;
  display: block;
  color: #333;
  padding: 1.5em 0;
}
.form .submit {
  text-align: center;
}
.form .submit input[type='submit'] {
  border: none;
  background: #000066;
  width: 240px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  padding: 1.1em 0;
}
.form .submit input[type='submit']:hover {
  cursor: pointer;
  opacity: .7;
}
/* ▲2017/12/21 お問い合わせフォーム Renewal▲ */
