@charset "UTF-8";
/*--------------------------
 FORM TEL
----------------------------*/
.form_tel_wrapper {
	padding-top: 30px;
	padding-bottom: 30px;
}
.form_tel_inner {
	margin-top: 0px;
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: #FFF;
	position: relative;
	width: 100%;
	margin-bottom: 0px;
}
.form_tel_title {
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.05em;
	font-weight: normal;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
.form_tel_title br {
	
}
.form_tel {
	padding-bottom: 10px;
	font-size: 30px;
	line-height: 48px;
	letter-spacing: 0.1em;
	padding-top: 0px;
	color: #00632f;
	margin-left: auto;
	margin-right: auto;
	font-weight: normal;
	padding-left: 60px;
	background-image: url(../images/icon_freedial_orange.svg);
    background-repeat: no-repeat;
    background-position: left 20px top 15px;
    background-size: 35px auto;
}
.form_tel a {
	color: #ed6a02;
    text-decoration: none;
}
.form_tel a:hover {

}
.form_tel span {
	padding-right: 10px;
	font-weight: normal;
}
/* 電場番号前のアイコンなど
.form_tel a img {
	width: 40px;
	height: auto;
	padding-right: 3px;
	margin-top: 7px;
}
*/
.form_fax {
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 15px;
	letter-spacing: 0.1em;
	padding-left: 20px;
}
.form_fax span {
    display: block;
}
.form_time {
	font-size: 14px;
    line-height: 24px;
	padding-bottom: 3px;
	padding-left: 20px;
}
/*--------------------------
 MAILFORM
----------------------------*/
.form_wrapper {
	padding-top: 30px;
	padding-bottom: 30px;
	width: 100%;
}

/*--------------------------
 FORM CAUTION
----------------------------*/
.form_privacy {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
	padding-left: 15px;
}
.form_privacy a {
	text-decoration: none;
	color: #ed6a02;
	font-weight: bold;
}
.form_privacy a:hover {
	color: #999999;
	text-decoration: underline;
}
.form_caution {
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 20px;
}
.form_caution li {
	font-size: 12px;
	line-height: 18px;
	color: #666;
	display: inline;
}
/*--------------------------
 フォームのサンクス
----------------------------*/
.thanks {
	margin-top: 30px;
	margin-left: 20px;
	margin-right: 20px;
}
.thanks_shoulder {
	font-size: 32px;
	line-height: 30px;
	text-align: center;
	padding-bottom: 20px;
	color: #00a45a;
	font-weight: bold;
	padding-top: 40px;
	letter-spacing: 0.05em;
}
.thanks p {
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	padding-bottom: 20px;
}
.thanks p br {
	display: none;	
}
.thanks_home {
	text-align: center;
}
.thanks_home a {
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	background-color: #ed6a02;
	padding-top: 15px;
	padding-bottom: 15px;

	margin-right: auto;
	margin-left: auto;
	-webkit-transition: all .3s;
	transition: all .3s;
	border-radius: 5px;
}
.thanks_home a:hover {
	text-decoration: none;
	background-color: #999;
}
.thanks_caution {
    font-size: 12px!important;
    line-height: 18px!important;
    color: #666!important;
    text-align: left!important;
    margin-top: 50px;

}
.thanks_caution br {
}