h2 {
	font-weight: 700;
	margin-bottom: 0.5em;
}

h2:before {
	content: "■";
}

.contact_intro table {
	width: 100%;
	background-color: #FFF;
	margin-bottom: 2em;
}

.contact_intro table tr th,
.contact_intro table tr td {
	padding: 12px;
}

.contact_intro table tr th {
	font-weight: 700;
}

.form_area table {
	margin-bottom: 2em;
	width: 100%;
}

.form_area table tr th,
.form_area table tr td {
	padding: 12px;
}

.form_area table tr th {
	font-weight: 700;
}

.form_area .inline {
	overflow: hidden;
	*zoom: 1;
}

.form_area .inline li {
	float: left;
	margin-right: 1em;
}

.form_area p {
	margin-top: 5px;
	margin-bottom: 0;
}

.form_area .required {
	margin-left: 1em;
}

#contact h3 {
	background-color: #422100;
	color: #FFF;
	font-size: 18px;
	padding: 12px 20px;
	margin: 28px 0;
	border-radius: 8px;
}

#contact h4 {
	font-weight: bold;
}

#contact .notice {
	border: 2px solid #C8C8C8;
	padding: 12px;
	margin-top: 1em;
}

#contact .notice p {
	margin-bottom: 0;
}

#contact form {
	border: 5px solid #753b00;
	margin-top: 24px;
	margin-bottom: 2em;
	padding: 3%;
}

#contact form span {
	color: #8C0000;
	margin-left: 1em;
}

#contact form fieldset > label,
#contact form fieldset legend {
	background: #e3e6d1;
	margin-bottom: 15px;
	padding: 15px 12px;
	color: #555555;
	display: block;
	width: 100%;
}

#contact form fieldset > p {
	margin-bottom: 0.5em;
}

#contact form input[type="text"],
#contact form input[type="number"],
#contact form input[type="tel"],
#contact form input[type="email"] {
	background: transparent;
	border: 2px solid #A5A5A5;
	width: 100%;
	padding: 8px;
	border-radius: 8px;
	box-sizing: border-box;
	margin-bottom: 1.5em;
}

#contact form input[type="radio"],
#contact form input[type="checkbox"] {
	position: relative;
	top: 2px;
}

#contact form button[type="submit"] {
	background-color: #422100;
	font-size: 25px;
	font-weight: 0.1em;
	color: white;
	border-radius: 5px;
	padding: 20px 60px;
	border: none;
	display: block;
	margin: 15px auto;
}

#contact form button[type="submit"]:hover {
	background-color: #753b00;
	cursor: pointer;
}

#contact form select,
#contact form textarea {
	background: transparent;
	width: 100%;
	padding: 8px;
	margin-right: 20px;
	border: 2px solid #A5A5A5;
	margin-bottom: 1.5em;
	border-radius: 8px;
	box-sizing: border-box;
}

#contact form input:focus,
#contact form select:focus {
	background: #EFEFEF;
}

#contact form textarea {
	height: 140px;
}

#contact form textarea:focus {
	background: #fff;
}

.contact_pages {
	font-size: 13px;
	font-weight: 400;
	color: #333333;
	margin-bottom: 50px;
}

.contact_pages .msg {
	color: #8c0000;
	font-weight: 700;
}

.contact_pages h3 {
	background-color: #422100;
	color: #FFF;
	font-size: 18px;
	padding: 12px 20px;
	margin: 28px 0;
	border-radius: 8px;
}

.contact_pages p strong {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

.contact_pages input {
	font-size: 14px;
	font-weight: normal;
	color: white;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #422100;
	cursor: pointer;
	border: none;
	padding: 12px 25px;
}

.contact_pages input:hover {
	background-color: #8f4700;
}

.contact_pages dl dt {
	background: #e3e6d1;
	color: #555555;
}

.contact_pages ul {
	overflow: hidden;
	*zoom: 1;
}

.contact_pages ul li {
	float: left;
	width: 50%;
}

.form_area input[type="text"],.form_area select,textarea  {
	border: 1px solid #CCC;
	padding: 5px;
	box-sizing:border-box;
}

@media print, screen and (min-width: 741px) {

article.main_content .wrapper {
	width: 907px;
}

h2 {
	font-size: 20px;
}

.contact_intro table tr th,
.contact_intro table tr td {
	border: 1px solid #CCC;
}

.form_area table tr {
	border-bottom: 1px solid #CCC;
}

.form_area table tr th {
	width: 11em;
}

.form_area .inline dt {
	float: left;
	margin-right: 1em;
}

.form_area input[type="text"] {
	width: 30em;
	margin-right: 1em;
}

.form_area br + span {
	margin-left: 0 !important;
}

.form_area textarea {
	width: 30em;
	height: 10em;
	margin-right: 1em;
}

#contact {
	width: 1035px;
	margin: auto;
}

#contact form .inline {
	overflow: hidden;
	*zoom: 1;
	margin-bottom: 1em;
}

#contact form .inline li {
	float: left;
	margin-right: 1em;
}

.contact_pages {
	width: 1035px;
	margin: auto;
	margin-bottom: 50px;
}

.contact_pages dl dt {
	margin-top: 20px;
	margin-bottom: 15px;
	padding: 10px 15px;
}

.contact_pages dl dd {
	margin-bottom: 10px;
	margin-left: 15px;
}

.contact_pages ul li:first-child {
	text-align: right;
}

.contact_pages ul li:first-child input {
	margin-right: 3px;
}

.contact_pages ul li:last-child {
	text-align: left;
}

.contact_pages ul li:last-child input {
	margin-left: 3px;
}

}

@media only screen and (max-width: 740px) {

.heading_next {
	margin-bottom: 2em;
}

h2 {
	font-size: 18px;
}

.contact_intro table tr th,
.contact_intro table tr td {
	display: block;
}

.contact_intro table tr th {
	padding-bottom: 0;
}

.contact_intro table tr td {
	padding-top: 0;
}

.form_area table tr th,
.form_area table tr td {
	display: block;
}

.form_area table tr th {
	background-color: #edefe1;
}

.form_area .inline li {
	margin-bottom: 1em;
}

.form_area input[type="text"] {
	width: 100%;
}

.form_area textarea {
	width: 100%;
	height: 10em;
}

.form_area .input_tel {
	width: 97% !important;
}

.form_area .input_tel + .text-append {
	display: block;
	margin-bottom: 1em;
}

#contact {
	margin: 0 3%;
}

#contact h3 {
	padding: 8px 12px;
}

#contact form button[type="submit"] {
	width: 100%;
	padding: 18px 0;
	font-size: 20px;
}

#contact form .inline {
	margin-bottom: 1em;
}

.contact_pages {
	margin: 0 3%;
}

.contact_pages dl {
	margin-bottom: 25px;
}

.contact_pages dl dt {
	padding: 8px;
	margin-bottom: 8px;
}

.contact_pages dl dd {
	padding-left: 8px;
	margin-bottom: 8px;
}

.contact_pages ul {
	margin-bottom: 25px;
}

.contact_pages ul li:first-child {
	text-align: right;
}

.contact_pages ul li:first-child input {
	border-right: 1px solid  #fff;
}

.contact_pages ul li:last-child {
	text-align: left;
}

.contact_pages ul li input {
	padding: 0;
	display: block;
	width: 100%;
	padding: 12px 0;
}

.form_area input[type="text"],.form_area select,textarea  {
	-webkit-appearance:none;
	padding: 8px 5px;;
}

.form_area select{
	padding-right: 20px;
}

}

