#estate h3{
    position: relative;
    display: block;
    padding: 0.2em 0 0.2em 1em;
  border-bottom:solid 1px #ddd;
}
#estate h3::before {
    position: absolute;
    top: 0.2em;
    left: 0;
    display: block;
    width: 0.6em;
    height: 0.6em;
    background: #a7c66d;
    box-shadow: 0 0.7em 0 #c8ee80;
    content: "";
}
.building ul li{
  position:relative;
}

.building img{
  border:solid 1px #ddd;
}
.building span{
  position: absolute;
  width: 100%;
  top:45%;
  left:0;
}
.biz-img{
  width:60%;
  margin:0 auto;
}
.table {
    text-align: center;
}
.table tr{
  border-left: solid 1px #ddd;
}
.table td,
.table th{
  vertical-align: middle;
  border-top:none;
  border-right: solid 1px #ddd;
  border-bottom: 1px solid #dee2e6;
}
.bg-gray{
  background-color:#fcfcfc;
}
.btn-blue{
    color: #fff;
    background-color:#69b1ff;
    border-color:#69b1ff;
}
.btn-blue:hover{
    color: #fff;
  background-color:#56a5fb;
    border-color:#56a5fb;
}
.shodan{
  color:#8cc66d;
}
@media (min-width: 768px){
  .biz-text-area span.text-green{
    position: absolute;
    bottom: 0;
    right: 15px;
    opacity: 0.1;
    font-size: 500%;
    letter-spacing: 5px;
    line-height: 1em;
  }
}

@media (max-width: 991px){
  
}

@media (max-width: 767px){
  #sale-flow h2 {
    padding: 1vw 2vw;
  }
  .biz-text-area span.text-green{
    opacity: 0.1;
    font-size: 300%;
    letter-spacing: 5px;
    line-height: 1em;
  }
  .btn-blue{
    font-size:90%;
  }
}

@media (max-width: 575px){
  
}


