@charset "UTF-8";

.contactIntro {
	margin: 60px 0 0;
	font-size: 15px;
	line-height: 1.7;
	text-align: center;
}

.contactTel_box {
	width: 820px;
	margin: 25px auto 0;
	padding: 25px 0;
	text-align: center;
	-webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .28);
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, .28);
}

.contactTel_link {
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
}

.contactTel_icon {
	vertical-align: baseline;
}

.contactTel_num {
	font-family: Roboto;
	display: inline-block;
	margin: 0 0 0 3px;
	font-size: 40px;
	font-weight: bold;
	vertical-align: baseline;
}

.contactTel_num > strong {
	font-size: 56px;
}

.contactTel_hour {
	display: inline-block;
	margin: 0 0 0 25px;
	padding: 0 0 0 30px;
	border-left: solid 2px #D7D7D7;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.8;
	text-align: left;
	vertical-align: middle;
}

.contactInfo {
	width: 820px;
	margin: 60px auto 0;
	font-size: 15px;
	line-height: 1.7;
	text-align: center;
}


.contactForm {
	width: 820px;
	margin: 30px auto 90px;
	padding: 35px 60px 60px;
	box-sizing: border-box;
	-webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .28);
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, .28);
}

.contactForm_table {
	width: 100%;
	table-layout: fixed;
}

.contactForm_table tr + tr > th, .contactForm_table tr + tr > td {
	border-top: solid 1px #D4D4D3;
}

.contactForm_table th {
	position: relative;
	width: 180px;
	padding: 20px 75px 20px 0;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	box-sizing: border-box;
}

.contactForm_table th.contactForm_thTop {
	padding-top: 35px;
	vertical-align: top;
}

.contactForm_table td {
	padding: 20px 0;
	text-align: left;
	vertical-align: middle;
}

.contactForm_require {
	display: block;
	position: absolute;
	padding: 2px 8px;
	top: 50%;
	right: 25px;
	margin-top: -12px;
	background: #D60C53;
	color: #FFF;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.5;
}

.contactForm_table th.contactForm_thTop > .contactForm_require {
	top: 40px;
	margin-top: 0;
}

.contactForm_textbox {
	width: 100%;
	height: 50px;
	padding: 5px 15px;
	border: solid 1px #D4D4D3;
	border-radius: 3px;
	box-sizing: border-box;
}

.contactForm_textbox.contactForm_textbox-tel {
	width: 280px;
}

.contactForm_textarea {
	width: 100%;
	height: 140px;
	padding: 5px 15px;
	border: solid 1px #D4D4D3;
	border-radius: 3px;
	box-sizing: border-box;
	resize: none;
}

.contactForm_btn {
	display: block;
	width: 530px;
	margin: 10px auto 0;
	padding: 7px 0;
	border: 0;
	border-radius: 3px;
	background: #F59023;
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 3px;
	text-align: center;
}

.contactForm_attention {
	margin: 20px 0 0;
	font-size: 14px;
	line-height: 1.6;
	text-align: center;
}

.contactForm_attention > a {
	text-decoration: underline;
}

.contactIntro h3 {
	margin-bottom: 30px;
	color: #6D4E3B;
    font-size: 24px;
}

#formWrap {
	max-width:860px;
	margin:0 auto 60px;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:90%;
	margin:30px auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
p.error_messe{
	margin:5px 0;
	color:red;
}

.contactForm_btn-back {
	display: inline-block;
	max-width: 530px;
	width: 300px;
	margin: 10px auto 30px;
	padding: 7px 0;
	border: 0;
	border-radius: 3px;
	background: #999;
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 3px;
	text-align: center;
}

.contactForm_btn-submit {
	display: inline-block;
	max-width: 530px;
	width: 300px;
	margin: 10px auto 30px;
	padding: 7px 0;
	border: 0;
	border-radius: 3px;
	background: #F59023;
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 3px;
	text-align: center;
}


@media screen and (max-width: 600px) {
	.contactIntro {
		margin: 30px 0 0;
		padding: 0 10px;
		font-size: 13px;
		box-sizing: border-box;
	}

	.contactTel {
		margin: 15px 0 0;
		padding: 0 10px;
		box-sizing: border-box;
	}

	.contactTel_box {
		width: 100%;
		margin: 0;
		padding: 10px;
		box-sizing: border-box;
	}

	.contactTel_link {
		display: block;
	}

	.contactTel_icon {
		width: 40px;
		height: auto;
	}

	.contactTel_num {
		font-size: 28px;
	}

	.contactTel_num > strong {
		font-size: 36px;
	}

	.contactTel_hour {
		display: block;
		margin: 10px 0 0;
		padding: 0;
		border-left: 0;
		font-size: 12px;
		text-align: center;
	}

	.contactInfo {
		width: 100%;
		margin: 30px 0 0;
		padding: 0 10px;
		font-size: 13px;
		box-sizing: border-box;
	}


	.contactForm {
		width: 100%;
		margin: 30px 0;
		padding: 10px;
		box-sizing: border-box;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.contactForm_table {
		display: block;
		width: 100%;
		-webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .28);
		box-shadow: 0 0 6px 0 rgba(0, 0, 0, .28);
	}

	.contactForm_table thead, .contactForm_table tbody, .contactForm_table tr {
		display: block;
	}

	.contactForm_table tr + tr > td {
		border-top: 0;
	}

	.contactForm_table th {
		display: block;
		width: 100%;
		padding: 10px;
		font-size: 15px;
	}

	.contactForm_table th.contactForm_thTop {
		padding-top: 10px;
	}

	.contactForm_table th.contactForm_thTop > br {
		display: none;
	}

	.contactForm_table td {
		display: block;
		padding: 0 10px 10px;
		box-sizing: border-box;
	}

	.contactForm_require {
		display: inline-block;
		position: static;
		margin: 0 0 0 10px;
		font-size: 11px;
		vertical-align: middle;
	}

	.contactForm_textbox {
		width: 100%;
		height: 50px;
		padding: 5px 15px;
		border: solid 1px #D4D4D3;
		border-radius: 3px;
		box-sizing: border-box;
	}

	.contactForm_textbox.contactForm_textbox-tel {
		width: 100%;
	}

	.contactForm_textarea {
		height: 100px;
	}

	.contactForm_btn {
		width: 100%;
		margin: 10px 0 0;
		padding: 5px 0;
		color: #FFF;
		font-size: 18px;
		box-sizing: border-box;
	}

	.contactForm_attention {
		margin: 25px 0 0;
		font-size: 11px;
	}
	
	.contactIntro h3 {
		font-size: 20px;
	}
	
	.contactForm_btn-back {
		display: block;
		width: 90%;
		margin: 10px auto;
		padding: 5px 0;
		color: #FFF;
		font-size: 18px;
	}

	.contactForm_btn-submit {
		display: block;
		width: 90%;
		margin: 10px auto;
		padding: 5px 0;
		color: #FFF;
		font-size: 18px;
	}
}
