@charset "UTF-8";

/* 査定アラート不動産 */
.bnr {
  position: fixed;
  right: 20px;
  font-size: 15px;
  width: 300px;
  height: 126px;
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
  bottom: -126px;
  color: #444;
}
.bnr p{
  text-align: left;
  padding-left: 18px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: normal;
  padding-top: 22px;
}
.bnr p strong{ font-size: 24px; }
.bnr-fudosan{ background-image: url(../../images/common/satei_alert_fudosan.gif); }

@media screen and (max-width:640px) {
.bnr {
  left: 5%;
  bottom: -160px;
  background-size: 100%;
  width: 90%;
  height: 160px;
  background-repeat: no-repeat;
}
.bnr p{ padding: 30px;   font-size:200%; }
.bnr-fudosan{ background-image: url(../../images/common/satei_alert_fudosan_sp.gif); }
}