@charset "UTF-8";
/*--------------------------
 FORM TEL
----------------------------*/
.form_tel_wrapper {
	padding-top: 50px;
	padding-bottom: 50px;
}
@media screen and (min-width:769px) and ( max-width:900px) {
.form_tel_inner {
	width: 100%;
}
}
@media screen and (min-width:900px) {
.form_tel_inner {
	width: 70%;
	max-width: 860px;
}
}
.form_tel_inner {
    margin-top: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #FFF;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
    text-align: center;
}

.form_tel_title {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.05em;
    padding-bottom: 30px;
    text-align: center;
}
.form_tel_title br {
	display: none; 
}
.form_tel {
    padding-bottom: 20px;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 0.05em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    background-image: url(../images/icon_freedial_orange.svg);
    background-repeat: no-repeat;
    background-position: left top 20px;
    background-size: 40px auto;
}
.form_tel a {
	color: #00215b; 
    text-decoration: none;
}
.form_tel a:hover {

}
.form_tel span {
	padding-right: 15px;
	color: #808080;
	font-weight: normal;
}
/* 電場番号前のアイコンなど
.form_tel a img {
	width: 65px;
	height: auto;
	padding-right: 15px;
	margin-top: 5px;
}
*/
.form_fax {
    font-size: 20px;
    line-height: 22px;
    padding-bottom: 10px;
    letter-spacing: 0.1em;  
}

.form_time {
	font-size: 16px;
    line-height: 26px;
	padding-bottom: 3px;
	padding-top: 20px;
	letter-spacing: 0.1em;
}
.form_time br {
	display: none;
}
/*--------------------------
 MAILFORM
----------------------------*/
@media screen and (min-width:769px) and ( max-width:900px) {
.form_wrapper {
	padding-top: 80px;
	padding-bottom: 50px;
	width: 100%;
}
}
@media screen and (min-width:900px) {
.form_wrapper {
	padding-top: 80px;
	padding-bottom: 50px;
	width: 70%;
	max-width: 860px;
}
}
/*--------------------------
 FORM CAUTION
----------------------------*/
.form_privacy {
	margin-top: 40px;
	padding-bottom: 10px;
	font-size: 14px;
	line-height: 18px;
}
.form_privacy a {
	text-decoration: none;
	color: #8999b9;
	padding-bottom: 20px;
	font-weight: bold;
}
.form_privacy a:hover {
	color: #999;
	text-decoration: underline;
}
.form_privacy br {
	display: none;
}
.form_caution {
}
.form_caution li {
	font-size: 12px;
	line-height: 18px;
	color: #666;
}
/*--------------------------
 フォームのサンクス
----------------------------*/
.thanks {
	margin-top: 80px;
	margin-bottom: 120px;
}
.thanks_shoulder {
	font-size: 40px;
	line-height: 30px;
	text-align: center;
	padding-bottom: 40px;
	color: #00215b;
	padding-top: 40px;
	letter-spacing: 0.05em;
}
.thanks p {
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 20px;
}
.thanks_home {
    text-align: center;
    
}
.thanks_home a {
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	font-size: 18px;
	line-height: 18px;
	background-color: #bc0b21;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 400px;
	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: 14px!important;
    line-height: 20px!important;
    color: #666!important;
    text-align: left!important;
    margin-top: 50px;
    width: 630px;
    margin-left: auto;
    margin-right: auto;
}
.thanks_caution br {
}
/*--------------------------
 受付番号を非表示にする
----------------------------*/
#mfp_thanks {
    display: none;
}