@charset "UTF-8";
/*--------------------------
 CONTACT FOUNDATION
----------------------------*/
.contact_wrapper {
	position: relative;
}

.contact_wrapper::after {
    content: "";
    display: block;
    clear: both;
}
.form_section_title {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.05em;
}
.form_section_title02 {
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0.05em;
	padding-bottom: 40px;
}
/*--------------------------
 FORM TEL
----------------------------*/
.form_tel_wrapper {
	margin-top: 50px;
	border-top: 1px solid #B8B8B8;
	border-bottom: 1px solid #B8B8B8;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
.form_tel {
	padding-bottom: 5px;
	font-size: 28px;
	line-height: 36px;
	letter-spacing: 0.05em;
	padding-top: 5px;
	background-image: url(../images/icon_tel_red.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 25px auto;
	font-weight: bold;
	color: #B4272D;
	padding-left: 32px;
}
.form_tel a {
	color: #B4272D; 
    text-decoration: none;
}
.form_tel a:hover {

}
/*--------------------------
 FORM TEL OTHER
----------------------------*/
.form_fax {
	font-size: 16px;
	line-height: 28px;
	padding-bottom: 15px;
	letter-spacing: 0.05em;
	font-weight: bold;

}
.form_time {
	font-size: 14px;
    line-height: 22px;
	font-weight: bold;
}
.form_time br {
  
}
/*--------------------------
 FORM
----------------------------*/
.form_inner {
	border-top: 1px solid #B8B8B8;
	border-bottom: 1px solid #B8B8B8;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 50px;
	margin-bottom: 50px;
}
/*--------------------------
 FORM CAUTION
----------------------------*/
.form_caution {
    font-size: 12px;
    line-height: 18px;
    margin-top: 5px;
}
.form_caution a {
    text-decoration: none;
    color: #e60012;    
}
/*--------------------------
 FORM THANKS
----------------------------*/
.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: #1D4C86;
	font-weight: bold;
	padding-top: 40px;
}
.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: 18px;
	font-weight: bold;
	line-height: 18px;
	background-color: #1D4C86;
	padding-top: 15px;
	padding-bottom: 15px;

	margin-right: auto;
	margin-left: auto;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.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 {
}

.contact_sideback {

}
