@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
/*===========================PC====================================== */

.f_title02 span{
	font-size: 14px;
}
.footer_info .footer_tel{
	display: flex;
	justify-content:center;
}
.footer_info .footer_tel li{
	margin: 0 10px;
}
.footer_bana{
	padding-top: 20px;
}
/*===========================tab====================================== */
@media screen and (min-width: 640px) and (max-width: 834px){




}
/*===========================tab END====================================== */
/*===========================sp====================================== */
@media only screen and (max-width: 640px){


.footer_info .footer_tel{
	display: block;
}
.footer_info .footer_tel li{
	margin: 10px 0px;
}



}
/*===========================sp END====================================== */