/* お問い合わせ */

#error_title {
	background-color: #f00;
	color: #fff;
	padding: 1em;
	margin-bottom: 1em;
	font-weight: bold;
	font-size: 125%;
}
.error_message {
	color: #f00;
	font-weight: bold;
}
dt {
	margin-top: 0.5em;
}
dd {
	margin-bottom: 0.5em;
}


/*======================================

	入力フォーム
	
=======================================*/
#contact .info{
	font-size: 105%;
	margin-bottom: 70px;
}

#tel_form{
	margin-top: 60px;
	/* margin-bottom: 60px; */
}
#tel_form .num{
	font-weight: bold;
}
#tel_form .num a{
	color: #0a8d00;
	text-decoration: none;
}
#tel_form .tel,
#tel_form .fax{
	font-size: 200%;
	position: relative;
	display: inline-block;
	color: #0a8d00;
}
#tel_form .tel::after{
	font-weight: normal;
	position: absolute;
	top: 0;
	right: -3em;
	content: '（代）';
}

#tel_form .fax{
	margin-left: 4em;
}
#tel_form .fax::before{
	font-weight: normal;
	position: absolute;
	top: 0;
	left: -1.5em;
	content: '／';
	color: #9fa0a0;
}

#tel_form .note{
	font-size: 110%;
}


/* form_wrap */
#form_wrap dl{
	position: relative;
	border-top: solid 1px #a4a4a4;
	background: url(../img/contact/bk_form.png);
	background-repeat: repeat-y;
}
#form_wrap dl dt{
	font-size: 105%;
	font-weight: bold;
	position: absolute;
	left: 0;
	width: 280px;
	margin-top: 0;
	padding-top: 15px;
	padding-left: 20px;
}
#form_wrap dl dd{
	margin-bottom: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 320px;
	border-bottom: solid 1px #a4a4a4;
	min-height: 56px;
}

#form_wrap dl dt .must{
	font-size: 80%;
	position: absolute;
	right: 0;
	padding: 1px 5px;
	letter-spacing: 1px;
	color: #e99413;
	border: solid 2px #e99413;
	background: #fff;
}
#form_wrap dl dd input{
	font-size: 105%;
	width: 100%;
	max-width: 260px;
	padding-left: 10px;
	padding-right: 10px;
}
#form_wrap dl dd textarea{
	font-size: 105%;
	width: 100%;
	max-width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}


#doui_wrap{
	font-size: 105%;
	margin-top: 50px;
	margin-bottom: 50px;
	padding: 20px;
	text-align: center;
	background: #f1f4c3;
}
#doui_wrap .txt{
	margin-bottom: 20px;
}
#doui_wrap input{
	margin-right: 5px;
}
#doui_wrap label:hover{
	cursor: pointer;
}


#form_wrap .btn{
	font-size: 112.5%;
	line-height: 1;
	display: inline-block;
	width: 100%;
	max-width: 275px;
	padding: 15px 0;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border: none;
	background-color: #0a8d00;
	background-image: url(../img/common/arrow_w.png);
	background-repeat: no-repeat;
	background-position: top 12px right 10px;
}
#form_wrap .btn:hover{
	cursor: pointer;
	opacity: .7;
}


/*======================================

	確認画面
	
=======================================*/
#sending_wrap{
	width: 100%;
	max-width: 580px;
	margin: 0 auto;
	margin-top: 60px;
}
#sending_wrap .btn{
	font-size: 112.5%;
	line-height: 1;
	display: inline-block;
	width: 100%;
	max-width: 275px;
	padding: 15px 0;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border: none;
	background-color: #0a8d00;
	background-image: url(../img/common/arrow_w.png);
	background-repeat: no-repeat;
	background-position: top 12px right 10px;
}
#sending_wrap .btn{
	float: left;
}
#sending_wrap .btn.prev{
	margin-right: 30px;
}
#sending_wrap .btn.prev{
	background-color: #b5b5b6;
	background-image: url(../img/common/arrow_w2.png);
	background-repeat: no-repeat;
	background-position: top 12px left 10px;
}
#sending_wrap .:hover{
	cursor: pointer;
	opacity: .7;
}


/*======================================

	送信完了画面
	
=======================================*/
#finish .thanks{
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 20px;
}

#finish .txt{
	font-size: 105%;
}

#finish .mail_txt{
	font-weight: bold;
	color: #0a8d00;
}







@media screen and (max-width:960px){
	#tel_form .tel,
	#tel_form .fax{
		font-size: 150%;
		position: relative;
		display: inline-block;
		color: #0a8d00;
	}
	#sending_wrap .btn{
		width: 47.4%;
	}
	#sending_wrap .btn.prev{
		margin-right: 5%;
	}
}

@media screen and (max-width:700px){
	#tel_form .fax{
		display: block;
	}
	#tel_form .fax{
		margin-left: 0;
	}
	#tel_form .fax::before{
		display: none;
	}
	#tel_form .note{
		font-size: 100%;
	}

	#form_wrap dl{
		background: url(../img/contact/bk_form.png);
		background-repeat: repeat-y;
		background-size: 250px;
	}
	#form_wrap dl dt{
		width: 230px;
	}
	#form_wrap dl dd{
		padding-left: 270px;
	}
	
	#sending_wrap .btn{
		width: 47.4%;
	}
	#sending_wrap .btn.prev{
		margin-right: 5.1%;
	}
}

@media screen and (max-width:600px){
	#form_wrap dl{
		background: none;
	}
	#form_wrap dl dt{
		position: relative;
		width: 100%;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
		background: #e6e6e6;
	}
	#form_wrap dl dt .must{
		position: relative;
		margin-left: 10px;
		vertical-align: 0.15em;
	}
	#form_wrap dl dd{
		padding-left: 0;
	}
	#form_wrap dl dd:last-child{
		border-bottom: none;
	}
}

@media screen and (max-width:400px){
	#tel_form .tel,
	#tel_form .fax{
		font-size: 120%;
	}
	#doui_wrap {
		font-size: 100%;
	}
	#sending_wrap .btn{
		float: none;
		width: 100%;
	}
	#sending_wrap .btn.prev{
		margin-bottom: 30px;
		margin-right: 0;
	}
}
