#contact {
	width: 860px;
	padding: 0 10px;
	margin: 40px auto 150px;
}
#contact .section-block {
	margin: 0 0 50px;
}
#contact .section-block:last-child {
	margin: 0;
}
.form-tel-box {
	padding: 35px;
	-moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
	-ms-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
	-o-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.4)
}
.form-tel-box p {
	padding: 0 0 20px;
	margin: 0 0 20px;
	border-bottom: solid 1px #ccc;
	text-align: center;
}
.form-tel-box .tel {
	padding: 0 0 0 40px;
	color: #FF6C00;
	font-size: 30px;
	letter-spacing: 5px;
	text-align: center;
}
.form-tel-box .tel span {
	display: inline-block;
	padding: 8px 10px;
	margin: -4px 0 0 0;
	vertical-align: middle;
	font-size: 14px;
	color: #333;
	font-weight: normal;
	background: #f5f5f5;
	letter-spacing: normal;
}
.form-tel-box .tel span .sign {
	padding: 0;
	margin: 0 0 0 15px;
	font-size: 12px;
	color: #FF6C00;
	font-weight: 500;
}
form {
	margin: 30px 0 0 0;
}
dl {
	margin: 0 0 60px;
}

dt {
	padding: 0 0 0 10px;
	border-left: 5px solid #FF6C00;
	margin: 0 0 30px;
	font-size: 22px;
	font-weight: bold;
}
.dd-title{
	margin: 30px 0 10px 0;
	font-size: 18px;
	font-weight: bold;
}

label {
	position: relative;
	display: block;
	float: left;
	margin: 0 0 20px;
	padding: 0 0 0 26px;
	width: 30%;
	cursor: pointer;
}
.col-1 label {
	position: relative;
	display: block;
	margin: 0 0 10px;
	padding: 0 0 0 26px;
	width: 100%;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
label:nth-child(4) {
	margin: 0;
}
label:nth-child(5) {
	margin: 0;
}
label:last-child {
	margin: 0;
}
.margin-none {
	margin: 0 !important;
}

[type="text"], [type="tel"], [type="email"] {
	padding: 14px;
	width: 100%;
	border: 1px solid #ccc;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

textarea {
	padding: 14px;
	width: 100%;
	height: 200px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

select {
	padding: 13px;
	font-size: 16px;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}

[type=radio],
[type=checkbox] {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	margin: 0;
	opacity: 0;
}

[type=radio] + span,
[type=checkbox] + span {
	position: absolute;
	top: 10px;
	left: 0;
	width: 16px;
	height: 16px;
	margin-top: -9px;
	background-color: white;
	border: 2px solid #ccc;
}
[type=checkbox] + span {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
[type=radio] + span {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

[type=radio]:checked + span::after,
[type=checkbox]:checked + span::after {
	content: "";
	position: absolute;
	top: 50%;
	display: block;
}

[type=radio]:checked + span::after {
	left: 4px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #00a6fb;
	border-radius: 8px;
}
[type=checkbox]:checked + span::after {
	left: 2px;
	width: 14px;
	height: 6px;
	margin-top: -9px;
	border-left: 3px solid #00a6fb;
	border-bottom: 3px solid #00a6fb;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.col-2-title{
	margin: 10px 0 0 0;
}
.col-2-title p{
	float: left;
	padding: 12px;
	font-size: 16px;
	font-weight: bold;
}
.col-2-text {
	width: 82%;
	float: right;
}

.col-3 .year{
	width: 10%;
	margin: 0 10px 0 0;
}
.col-3 input{
	width: 7%;
	margin: 0 10px 0 20px;
	text-align: center;
}

.required {
	position: relative;
	top: -3px;
	display: inline-block;
	margin: 0 0 0 10px;
	color: #ff4040;
	font-size: 12px;
}

.formError .formErrorContent {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	background: #ff4040;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.formError .formErrorArrow div {
	border: 0;
	box-shadow: none;
	background: #ff4040;
}
.formError .formErrorArrow .line3 {
	border: 0;
}
.formError .formErrorArrow .line2, .formError .formErrorArrow .line1 {
	display: none;
}

.thanks-area {
	font-size: 34px;
	text-align: center;
	padding: 0 0 20px;
	border-bottom: 1px solid #ccc;
}
/* その他（テキストボックス） */
.other{
	display: none;
	margin: 10px 0 0 0;
}
/* 送信ボタン */
.btn-area{
	width: 100%;
	margin: auto;
}
.btn-area .btn{
	width: 300px;
	margin: auto;
}
.btn-area .btn:after{
	display: none;
}
/* 送信完了 */
#contact .thanks{
	padding: 0 70px 30px;
	margin: 0 0 50px 0;
	border-bottom: solid 1px #E7E7E7;
}
#contact .thanks p{
	font-weight: bold;
	font-size: 28px;
	text-align: center;
	line-height: 1.5em;
	color: #FF6C00;
}
#contact .thanksTxt p{
	font-size: 16px;
	line-height: 1.5em;
	margin: 0 0 20px;
}
#contact .thanksLink a{
	color: #333;
	font-weight: 600;
}
#contact .thanksLink a:hover{
	color: #FF6C00;
}
#contact .kome{
	font-size: 14px;
	color: #cc0000;
}
