.fv .fv-cv .fv-cv-tel .fv-cv-tel-button .left {
  width: 100px;
}

.fv .fv-cv .fv-cv-tel .fv-cv-tel-button .right .middle {
  font-family: 'BIZ UDPGothic';
  font-size: 30px;
  line-height: 1.2;
}

.fv .fv-cv .fv-cv-tel .fv-cv-tel-button .right .middle small {
  font-size: .8em;
}

.cv-banner .cv-banner-inner>.right>.bottom .tel>div {
  background-color: #f08d18;
  border-color: #9a5f17;
  padding: 16px;
  margin: 0;
}

.cv-banner .cv-banner-inner>.right>.bottom .tel>div small {
  font-size: .8em;
}

.cv-banner .cv-banner-inner>.right>.bottom .tel .inner {
  height: 70px;
}

.cv-banner .cv-banner-inner>.right>.bottom .tel .inner .top {
  font-family: 'BIZ UDPGothic';
  font-size: 22px;
  line-height: 1.2;
  color: #fff;
}

.cv-banner .cv-banner-inner>.right>.bottom .tel .inner .top img {
  max-width: 30px;
}

.cv-banner .cv-banner-inner>.right>.bottom .tel .inner .bottom {
  color: #fff;
  line-height: 1;
}

@media screen and (min-width: 787px) {
  .--sp {
    display: none !important;
  }
}

@media screen and (max-width: 786px) {
  .--pc {
    display: none !important;
  }

  .fv .fv-cv .fv-cv-tel .fv-cv-tel-button .left {
    width: 70px;
  }

  .fv .fv-cv .fv-cv-tel .fv-cv-tel-button .right .middle {
    font-size: 20px;
  }

  .cv-banner .cv-banner-inner>.right>.bottom .tel>div {
    padding: 16px;
    margin: 0;
    width: 300px;
  }
}