/* =========================================================
	下固定バナー
	プレフィックス：bfb（bazubu-fixed-banner）
========================================================= */

/* PC表示
--------------------------------------------------------- */

/* テキストエリア＋ボタン */
.bfb-common-cta,
.bfb-common-cta-sp {
	position: fixed;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,1);
	width: 100%;
	display: block;
	z-index: 9999;
}
.bfb-cta-text{
	color: #fff;
	position: relative;
}
.bfb-cta-wrap {
	position: relative;
	color: #fff;
	font-size: 14px;
	text-align: center;
	border-top: 3px solid #E60012;
	padding:8px 0 0;
}
.bfb-contact {
	display: flex;
	gap:16px;
	justify-content: center;
	margin: 4px auto 8px;
}
.bfb-cta-left p{
	background: #E60012;
	border-radius: 8px;
	height: 100%;
    display: flex;
    align-items: center;
	padding:0 56px 0 32px;
	font-weight: 700;
}
.bfb-cta-left .bfb-cta-text:after {
    position: absolute;
    content: "";
    background: url(../images/lp-camera/arrow.png) no-repeat;
    background-size: contain;
    width: 8px;
    height: 13px;
    top: 41%;
    right: 28px;
}
.bfb-cta-right .bfb-cta-button{
	border-radius: 8px;
	border:1px solid #E60012;
	padding:4px 2px;
}
.bfb-cta-right p {
	color: #fff;
	font-size: 11px;
	text-align: center;
	display: block;
	text-decoration: none;
}
p.phone{
	padding:0 44px;
	color: #E60012;
	font-size: 32px;
	font-weight: 700;
	line-height: 1;
	font-family: 'Roboto';
	letter-spacing: -0.5px;
}
p.time{
	font-size: 10px;
}
.bfb-cta-right a:hover,
.bfb-cta-left a:hover {
	-webkit-filter: brightness(1.2);
	-moz-filter: brightness(1.2);
	-o-filter: brightness(1.2);
	-ms-filter: brightness(1.2);
	filter: brightness(1.2);
	opacity: 1;
}

/* スマホ表示*/
.bfb-common-cta-sp {
	display: none;
}
@media screen and (max-width: 767px) {
	.bfb-common-cta-sp {
		display: block;
	}
	.bfb-common-cta {
		display: none;
	}
	.bfb-cta-wrap{
		font-size: 12px;
	}
	.bfb-contact{
		padding:0 8px;
		gap:7px;
	}
	.bfb-cta-text{
		justify-content: center;
	}
	.bfb-cta-right p{
		font-size: 9px;
	}
	.bfb-cta-right p.time{
		font-size: 8px;
	}
	p.phone{
		font-size:20px;
		padding:2px;
	}
	.bfb-cta-left,
	.bfb-cta-right{
		flex:1;
	}
	.bfb-cta-left p{
		padding:8px 24px;
		font-size: 13px;
	}
	.bfb-cta-left .bfb-cta-text:after {
		content:none;
	}
}

/* 閉じるボタン */
.bfb-common-cta .bfb-close-cta,
.bfb-common-cta-sp .bfb-close-cta {
	position: absolute;
	padding: 2px 0;
	border-radius: 3px;
	width: 30px;
	text-align: center;
	top: 0;
	left: 10px;
}

.bfb-common-cta-sp .bfb-close-cta {
	top: 5px;
	left:0;
}

.bfb-common-cta .bfb-close-cta .fa,
.bfb-common-cta-sp .bfb-close-cta .fa {
	color: #fff;
}