.fv{
	background-image: url("img/contact_fv.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left;
    text-align: center;
    padding: 1%;
    box-sizing: border-box;
    width: 100%;
	height:30vh
	
}
.tel {
    text-align: center;
}
main{
	background: #fff
}
main div{    
	padding: 10px 0;
}
.tel_btn_form{
	margin: auto;
    display: flex;
    text-align: center;
	color: #0492ec;
	border: solid 2px #0492ec;
	width: 400px
}
.tel_number{
	font-size: 30px
}
.tel_btn_form div span{
	color: #878787;
	font-size: 14px
}
.txt_black{
	color: #151515;
	font-size: 14px
}
.recruit {
    background: url("img/recruit_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
}
/*=====SP=====*/
@media (max-width: 767px) {
	
.tel_btn_form {
    width:90%;
}
#sp-fixed-menu li:nth-child(1) {
    background: #0492ec;
    width: 100%;
    margin: 0;
}	
}
/*=====END SP=====*//*閉じタグ閉