@charset "UTF-8";


section .onbg h2 {
	margin-left: 200px;
	text-shadow:2px 2px 3px rgba(0,0,0,0.2);
	color: #FFF;
	font-size: 40px;
}
section .onbg .tel {
	position: absolute;
	top: 35px;
	right: 200px;
	text-shadow:2px 2px 3px rgba(0,0,0,0.2);
	color: #FFF;
	font-size: 30px;
	white-space: nowrap;
}

.toiawase {
	text-align: center;
	width: 600px;
	margin: auto;
}
.toiawase dl {
	margin-bottom: 20px;
}
.toiawase dl dt {
	font-size: 20px;
	border-bottom: 1px dotted #8a6455;
	margin-bottom: 10px;
}
.toiawase dl dd {
	font-size: 14px;
}
.toiawase dl dd.tel {
	margin-bottom: 10px;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1;
}
.toiawase dl dd span {
	color: #F00;
}
.inner {
	width: 868px;
	min-width: 0px;
	margin: 0 auto;
	padding-top: 37px;
}
.form-group {
	margin-bottom: 30px;
}
.label_area {
	display: inline-block;
	float: left;
	padding-top: 5px;
}
label {
	text-align: right;
	width: 180px;
	display: inline-block;
	margin-right: 20px;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.06em;
}
label span {
	text-align: right;
	width: 179px;
	display: block;
	margin-right: 0;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 0.06em;
	color: #999;
	line-height: 7px;
	position: absolute;
	margin-top: 8px;
}
label.required::before {
	content: '*';
	color: #F00;
	font-size: 14px;
	vertical-align: text-top;
}
.form-group input.narrow {
	height: 40px;
	background-color: #f0f0f0;
	border: none;
	width: 256px;
	margin-right: 24px;
}
.form-group input {
	height: 40px;
	background-color: #f0f0f0;
	border: none;
	width: 271px;
	margin-right: 24px;
	box-sizing: border-box;
	padding: 8px 16px;
}
.form-group input.wide {
	height: 40px;
	background-color: #f0f0f0;
	border: none;
	width: 537px;
	margin-right: 24px;
}
input.zip {
	width: 209px !important;
}
span.zip {
	background-color: #8a6455;
	border: none;
	position: absolute;
	color: white;
	width: 191px;
	font-size: 13px;
	height: 40px;
	line-height: 40px;
	padding-top: 0;
	cursor: pointer;
	text-align: center;
	box-sizing: border-box;
}
span.zip span {
	color: white;
}
.checkbox_area {
	margin-top: -6px;
	margin-left: 196px;
	margin-bottom: 26px;
}
.checkbox_area input[type='checkbox'] {
	width: auto;
	margin: 0;
	padding: 0;
	height: auto;
	background: none;
}
label.checkbox {
	width: auto;
	display: inline-block;
	margin-right: 36px;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.1em;
	margin-bottom: 2px;
}
.checkbox {
	display: inline-block;
	margin: 0px 0px 0px 0;
	padding: 0px 0 0px 0;
	vertical-align: middle;
	cursor: pointer;
}
textarea {
	border: none;
	height: 215px;
	background-color: #f0f0f0;
	width: 506px;
}

#submit {
    margin: 45px auto 0px;
    display: block;
    height: 56px;
    color: white;
    background-color: #8a6455;
    width: 260px;
    letter-spacing: 0.1em;
    cursor: pointer;
    border: none;
	font-size: 16px;
}
.text-center {
	text-align: center;
}
.green-button {
	display: inline-block;
	height: 56px;
	color: white;
	background-color: #8a6455;
	width: 260px;
	letter-spacing: 0.1em;
	cursor: pointer;
	border: none;
	line-height: 56px;
	padding: 0;
	text-align: center;
	text-decoration: none!important;
	font-size: 16px;
}

.privacy {
    width: 525px;
    margin: 28px auto 0px;
}
.privacy img {
    float: left;
}
.privacy p {
    font-size: 11px;
    color: #999999;
    font-weight: 400;
    padding-left: 26px;
    margin-top: 3px;
    margin-bottom: 2px;
    letter-spacing: 0.05em;
    display: inline-block;
}
.privacy a {
    text-decoration: none;
}
.privacy a > p {
    font-size: 13px;
    color: #8a6455;
    text-decoration: underline;
}
