@charset "utf-8";
/* CSS Document */
/*20230228 for floatBunner*/
.follow_contact{
    z-index: 9999;
}
.follow_contact a:hover {
	opacity: 0.9;
}

#fc1 {
    display: none;
}
@media screen and (max-width: 750px) {
	#fc1 {
		bottom: 17%;
	}
}/*end*/


#follow_contact_bottom {
	display: none;
}
@media screen and (max-width: 750px) {

    .follow_contact img{
	    width:43px;
}
    	.pc_disp {
		display: none!important;
	}
	.sp_disp {
		display: block!important;
	}
	.sp_disp.inline {
		display: inline!important;
	}
	img.sp_disp {
		display: inline-block!important;
	}
	br.sp_disp {
		display: inline!important;
	}
}/*end*/