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

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

/* テキストエリア＋ボタン */
.bfb-common-cta {
	position: fixed;
	bottom: 0;
	left: 0;
	background: rgba(23, 35, 71, 0.80);
	color: #fff;
	width: 100%;
	display: block;
	z-index: 9999;
}

@media screen and (max-width: 991px) {
	.bfb-common-cta {
		display: none;
	}
}

.bfb-common-cta .bfb-cta-wrap .bfb-contact {
	overflow: hidden;
	max-width: 1180px;
	margin: 0px auto;
}

@media screen and (max-width: 767px) {
	.bfb-common-cta .bfb-cta-wrap .bfb-contact {
		width: 100%;
		padding: 0 8px;
	}
}

/* スマホ表示
--------------------------------------------------------- */
.bfb-common-cta-sp {
	display: none;
}

@media screen and (max-width: 991px) {
	.bfb-common-cta-sp {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 9999;
		background: rgba(23, 35, 71, 0.80);
		color: #fff;
	}
}


/* 閉じるボタン
--------------------------------------------------------- */
.bfb-common-cta .bfb-close-cta,
.bfb-common-cta-sp .bfb-close-cta {
	position: absolute;
	content:"";
	background-image: url("../images/icon/icon-close-cta.svg");
	background-repeat: no-repeat;
	background-size: contain;
	width: 24px;
	height: 24px;
	top: -24px;
	left: 12px;
	cursor: pointer;
	z-index: 8;
	border-radius: 4px 4px 0 0;
	overflow: hidden;
}

.bfb-common-cta .bfb-cta-wrap,
.bfb-common-cta-sp .bfb-cta-wrap {
	position: relative;
	padding: 20px 16px;
}

.bfb-common-cta .bfb-contact,
.bfb-common-cta-sp .bfb-contact {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 24px 40px;
}
.bfb-common-cta .bfb-contact .bfb-cta-left {
	position: relative;
	width: 648px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
}
.bfb-common-cta .bfb-contact .bfb-cta-right{
	position: relative;
	width: calc(100% - 688px);
	display: flex;
	flex-wrap: wrap;
	gap: 12px 12px;
	list-style: outside none none;
}
.bfb-common-cta .bfb-contact .bfb-cta-right >li{
	position: relative;
	width: calc((100% - 12px)/2);
}
.bfb-common-cta .bfb-contact .bfb-cta-right >li >a{
	font-size: 14px;
	font-weight: 500;
	height: 30px;
	line-height: 30px;
	border-radius: 4px;
	color: #fff;
	display: block;
	padding: 0 36px;
	position: relative;
	border: 1px solid transparent;
	background: #06C755;
	text-align: center;
}
.bfb-common-cta .bfb-contact .bfb-cta-right >li >a::after{
	content: "";
    width: 6px;
    height: 10px;
    position: absolute;
    right: 19px;
    top: 50%;
    transform: translateY(-50%);
    mask-image: url(../images/icon/arrow-right-610.svg);
    mask-position: center center;
    mask-repeat: no-repeat;
    mask-size: contain;
    transition: all 0.3s;
    transform-origin: center;
    background-color: #fff;
}
.bfb-common-cta .bfb-contact .bfb-cta-right >li >a:hover{
	opacity: 0.8;
}
.bfb-common-cta .bfb-contact .bfb-cta-right >li.bg-green >a{
	background:#06C755;
	border-color: #06C755;
}
.bfb-common-cta .bfb-contact .bfb-cta-right >li.bg-blue >a{
	background:#175286;
	border-color: #175286;
}
.bfb-common-cta-sp .bfb-contact{
	flex-direction: column;
}
.bfb-common-cta-sp .bfb-cta-wrap{
	padding: 0;
}
.bfb-common-cta-sp{
	background: rgba(23, 35, 71, 0.8);
}
.list-icon {
  display: flex;
  align-items: center;
  list-style: outside none none;
  width: 100%;
}
.list-icon > li{
	flex: 1;
	position: relative;
}
.list-icon > li > a {
  display: block;
  color: #fff;
  font-size: 8px;
  font-weight: 500;
  line-height: 1.4;
  height: 50px;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  text-align: center;
  padding: 10px 2px 10px;
}
.list-icon > li > a span {
  font-size: 6px;
}
.list-icon > li:last-child > a {
  border-right: 0;
}
.list-icon [class*=icon-] {
  display: block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0 auto 5px;
}
.list-icon .icon-phone {
  background-image: url("../images/icon/icon-phone.png");
}
.list-icon .icon-mail {
  background-image: url("../images/icon/icon-mail.png");
  width: 17px;
  height: 14px;
  margin-top: 3px;
}
.list-icon .icon-line {
  background-image: url("../images/icon/icon-line.png");
}
@media(max-width:1199px){
	.bfb-common-cta .bfb-cta-wrap .bfb-contact{
		gap: 24px 24px;
	}
	.bfb-common-cta .bfb-contact .bfb-cta-left{
		font-size: 16px;
		width: 590px;
	}
	.bfb-common-cta .bfb-contact .bfb-cta-right{
		width: calc(100% - 614px);
	}
	.bfb-common-cta .bfb-contact .bfb-cta-right >li >a{
		padding: 0 10px;
	}
}
@media(max-width:374px){
	.list-icon > li > a {
		padding: 5px 2px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}