@charset "UTF-8";
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
　enquiry
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
h3 {
  text-align: center;
  color: #222528;
  font-size: 24px;
  font-weight: bold;
}

.txt-copy {
  margin-top: 30px;
  line-height: 1.875;
  text-align: center;
}

.txt-copy a {
	color: #57b53c;
	text-decoration: none;
}

.txt-copy a:hover {
	text-decoration: none;
}

.txt-copy .notes-r {
	color: #57b53c;
	text-decoration: underline;
	font-weight: bold;
}
.text-proposal-link {
	font-size: 15px;
}

.box-contact {
  margin-top: 60px;
  border-top: solid 1px #d9dde1;
  border-bottom: solid 1px #d9dde1;
}
.box-contact h4 {
  text-align: center;
  color: #222528;
  font-size: 18px;
  font-weight: normal;
}

.box-contact-inner {
  width: 960px;
  margin: 0 auto;
  padding: 40px 0 80px;
}

.enquiry-message p {
  margin-top: 10px;
  text-align: center;
  line-height: 1.875;
}

.enquiry-message span.require {
  color: #FF0000;
}

#enquiry-table {
  margin-top: 30px;
}
#enquiry-table th, #enquiry-table td {
  padding: 20px 30px;
  line-height: 1.5;
}
#enquiry-table td {
  font-size: 14px;
}
#enquiry-table #enquiry-submit {
  padding-top: 40px !important;
  background: transparent !important;
  border: 0 !important;
  text-align: center;
}

.enquiry-b {
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 240px;
  height: 50px;
  display: inline-block;
  margin: 0 10px;
  outline: none;
  position: relative;
  background-color: #dbbb7d;
  border: 0;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
.enquiry-b:hover {
  opacity: 0.7;
  text-decoration: none;
}

input.request-s {
  width: 160px;
}

input.request-m {
  width: 290px;
}

input.request-l {
  width: 530px;
}

.tbl a, #enquiry-table a.enquiry-b {
	color: #ffffff;
	vertical-align: middle;
	height: auto;
	padding: 15px 0 14px;
	margin-top: -2px;
}

.tbl a, #enquiry-table a.enquiry-b:hover {
	text-decoration: none;
}