/* =========================================================
  下固定バナー
  プレフィックス：bfb（bazubu-fixed-banner）
========================================================= */

/* PC表示
--------------------------------------------------------- */

/* テキストエリア＋ボタン */
.bfb-common-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  background: rgba(222, 222, 222, 0.8);
  width: 100%;
  display: block;
}

@media screen and (max-width: 767px) {
  .bfb-common-cta {
    
  }
}

.bfb-common-cta .bfb-cta-wrap {
  position: relative;
}

.bfb-common-cta .bfb-cta-wrap .bfb-contact {
  margin: 8px auto;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}

@media screen and (max-width: 767px) {
  .bfb-common-cta .bfb-cta-wrap .bfb-contact {
    width: 100%;
    padding: 0 8px;
  }
}

@media screen and (max-width: 550px) {
  .bfb-common-cta .bfb-cta-wrap .bfb-contact {
    display: block;
  }
}

.bfb-common-cta .bfb-cta-wrap .bfb-cta-left {
  max-width: 330px;
}

@media screen and (max-width: 767px) {
  .bfb-common-cta .bfb-cta-wrap .bfb-cta-left {
    width: 100%;
    float: none;
    text-align: center;
  }
}

@media screen and (max-width: 550px) {
  .bfb-common-cta .bfb-cta-wrap .bfb-cta-left {
    max-width: none;
  }
}

@media screen and (max-width: 320px) {
  .bfb-common-cta .bfb-cta-wrap .bfb-cta-left {
      max-width: 270px;
  }
}

.bfb-common-cta .bfb-cta-wrap .bfb-cta-left .bfb-cta-text{
    text-align: left;
}

@media screen and (max-width: 550px) {
  .bfb-common-cta .bfb-cta-wrap .bfb-cta-left .bfb-cta-text{
        text-align: left;
        line-height: 18px;
  }
}

.bfb-common-cta .bfb-cta-wrap .bfb-cta-left .bfb-cta-text span {
  color: #424242;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 20px;
}

@media screen and (max-width: 550px) {
  .bfb-common-cta .bfb-cta-wrap .bfb-cta-left .bfb-cta-text span {
    font-size: 13px;
    line-height: 18px;
  }
}

@media screen and (max-width: 320px) {
  .bfb-common-cta .bfb-cta-wrap .bfb-cta-left .bfb-cta-text span br.life-br{
    display: none;
  }
}

.bfb-common-cta .bfb-cta-wrap .bfb-cta-left .bfb-cta-text span small{
  font-size: 14px;
}

@media screen and (max-width: 550px) {
  .bfb-common-cta .bfb-cta-wrap .bfb-cta-left .bfb-cta-text span small{
    font-size: 13px;
  }
}

.bfb-common-cta .bfb-cta-wrap .bfb-cta-right {
  /*float: right;*/
  width: 49%;
  margin-left: 50px;
  width: 320px;
}

@media screen and (max-width: 767px) {
  .bfb-common-cta .bfb-cta-wrap .bfb-cta-right {
    float: none;
    margin: auto;
    width: 80%;
  }
}

@media screen and (max-width: 550px) {
  .bfb-common-cta .bfb-cta-wrap .bfb-cta-right {
    width: auto;
  }
}

@media screen and (max-width: 320px) {
  .bfb-common-cta .bfb-cta-wrap .bfb-cta-right {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .bfb-common-cta .bfb-cta-wrap .bfb-cta-right .bfb-cta-button {
    margin: 6px auto 0;
  }
}

.bfb-common-cta .bfb-cta-wrap .bfb-cta-right .bfb-cta-button a {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  display: block;
  padding: 10px 24px;
  border-radius: 3px;
  background: #88bfbc; /* Old browsers */
  background: -moz-linear-gradient(top, #88bfbc 0%, #7daaa7 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #88bfbc 0%,#7daaa7 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #88bfbc 0%,#7daaa7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88bfbc', endColorstr='#7daaa7',GradientType=0 ); /* IE6-9 */
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .bfb-common-cta .bfb-cta-wrap .bfb-cta-right .bfb-cta-button a {
    /*padding: 6px 8px;*/
  }
}

@media screen and (max-width: 550px) {
  .bfb-common-cta .bfb-cta-wrap .bfb-cta-right .bfb-cta-button a {
    font-size: 14px;
  }
}

.bfb-common-cta .bfb-cta-wrap .bfb-cta-right .bfb-cta-button a .fa {
  margin-left: 8px;
}

.bfb-common-cta .bfb-cta-wrap .bfb-cta-right .bfb-cta-button: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);
}

/* 閉じるボタン
--------------------------------------------------------- */
.bfb-common-cta .bfb-close-cta,
.bfb-common-cta-sp .bfb-close-cta {
  position: absolute;
  padding: 2px 0;
  border-radius: 3px;
  background: #848484;
  width: 30px;
  text-align: center;
  top: calc(50% - 20px);
  right: calc(50% - 362px);
}

@media screen and (max-width: 550px) {
  .bfb-common-cta .bfb-close-cta,
  .bfb-common-cta-sp .bfb-close-cta {
    top: 0px;
    right: 8px !important;
  }
}

.bfb-common-cta-sp .bfb-close-cta {
  top: -38px;
}

.bfb-common-cta .bfb-close-cta .fa,
.bfb-common-cta-sp .bfb-close-cta .fa {
  color: #fff;
}