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

/* PC表示
--------------------------------------------------------- */
.bfb-common-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  background: rgba(34, 34, 34, 0.84);
  width: 100%;
  display: none;
}
.bfb-common-cta .bfb-cta-wrap {
  position: relative;
  color: #fff;
  padding: 12px;
  max-width: 640px;
  margin: 0 auto;
}
.bfb-common-cta .bfb-contact {
  max-width: 530px;
  text-align: center;
  font-size: 0;
  margin: 0 auto;
}
.bfb-common-cta .bfb-contact p {
  line-height: 1;
}
.bfb-common-cta .bfb-cta-left,
.bfb-common-cta .bfb-cta-right {
  display: inline-block;
  vertical-align: top;
}
.bfb-common-cta .bfb-cta-left {
  margin-right: 24px;
}
.bfb-common-cta .bfb-main-text {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 8px;
}
.bfb-common-cta .bfb-small-text {
  font-size: 13px;
  padding: 4px 0;
}
.bfb-common-cta .bfb-small-text::before {
  content: "\05C";
  margin-right: 3px;
}
.bfb-common-cta .bfb-small-text::after {
  content: "\02F";
  margin-left: 3px;
}
.bfb-common-cta .bfb-phone-num {
  color: #fed378;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 2px;
}
.bfb-common-cta .bfb-phone-num::before {
  font-family: FontAwesome;
  content: "\f095";
  margin-right: 6px;
}
.bfb-common-cta .bfb-cta-button {
  width: 280px;
}
.bfb-common-cta .bfb-cta-button a {
  display: block;
}
.bfb-common-cta .bfb-cta-button img {
  max-width: 100%;
}
.bfb-common-cta .bfb-close-cta {
  position: absolute;
  top: 8px;
  right: 0;
  z-index: 99999;
}
.bfb-common-cta .bfb-close-cta .fa {
  font-size: 20px;
}


/* スマホ表示
--------------------------------------------------------- */
.bfb-common-cta-sp {
  position: fixed;
  bottom: 0;
  left: 0;
  background: rgba(34, 34, 34, 0.84);
  width: 100%;
  display: none;
}
.bfb-common-cta-sp .bfb-cta-wrap {
  position: relative;
  color: #fff;
  padding: 10px 10px 7px;
  max-width: 376px;
  margin: 0 auto;
}
.bfb-common-cta-sp .bfb-contact {
  text-align: center;
  font-size: 0;
  margin: 0 auto;
}
.bfb-common-cta-sp .bfb-contact p {
  line-height: 1;
}
.bfb-common-cta-sp .bfb-cta-left,
.bfb-common-cta-sp .bfb-cta-right {
  display: inline-block;
  vertical-align: top;
}
.bfb-common-cta-sp .bfb-cta-left {
  margin-right: 6px;
  text-align: center;
}
.bfb-common-cta-sp .bfb-cta-left p {
  font-size: 15px;
}
@media screen and (max-width: 370px) {
  .bfb-common-cta-sp .bfb-cta-left p {
    font-size: 13px;
  }
}
.bfb-common-cta-sp .bfb-cta-left p.bfb-small-text {
  font-size: 12px;
  padding: 6px 0;
}
@media screen and (max-width: 370px) {
  .bfb-common-cta-sp .bfb-cta-left p.bfb-small-text {
    font-size: 10px;
  }
}
.bfb-common-cta-sp .bfb-cta-button {
  max-width: 176px;
}
@media screen and (max-width: 370px) {
  .bfb-common-cta-sp .bfb-cta-button {
    max-width: 148px;
  }
}
.bfb-common-cta-sp .bfb-cta-button a {
  display: block;
}
.bfb-common-cta-sp .bfb-close-cta {
  position: absolute;
  background: rgba(34, 34, 34, 0.6);
  width: 28px;
  height: 28px;
  text-align: center;
  padding: 4px;
  top: -28px;
  left: 0;
  z-index: 99999;
}
.bfb-common-cta-sp .bfb-close-cta .fa {
  font-size: 20px;
  color: #fff;
}
