<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/* main -----------------------*/

#property_main{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
@media screen and (max-width: 900px){
    .p_main-sp {height: 375px; background-image: url(../img/property/property_mv.png);}
    }
  
@media screen and (min-width: 900px){
      .p_main-pc {height: 550px; background-image: url(../img/property/property_mv.png);}
      }

/* property -----------------------*/

#property{
    background-color: #f6f6f6;
}

.icon:after{
    content: url(../img/property/btn_icon.svg);
    position:relative;
    top:8px;
    padding-left: 10px;
}

/* rental -----------------------*/

#rental{
    background-color: #f6f6f6;
}

.case1{
    background-image: url(../img/property/case1.svg);
    background-repeat: no-repeat;
}

.case2{
    background-image: url(../img/property/case2.svg);
    background-repeat: no-repeat;
}

/* maintenance -----------------------*/

#maintenance{
    background-color: #f6f6f6;
}

.mttxt {
    position: relative;
    }
  
  .mttxt p {
  position: absolute;
  font-size: 22px;
  top: 40%;
  left: 15%;
  width: 70%;
  margin:0;
  padding:0;
    }

  .mttxt ul {
  position: absolute;
  font-size: 16px;
  top: 50%;
  left: 18%;
  width: 70%;
  margin:0;
  padding:0;
    }
  
  .mttxt img {
    width: 100%;
    }

.blue{
    background-color: #81CEF4;
    margin: 5px;
    border-radius: 10px;
}

.type1{
    background-image: url(../img/property/type1.svg);
    background-repeat: no-repeat;
}

.type2{
    background-image: url(../img/property/type2.svg);
    background-repeat: no-repeat;
}

.pt12{
    font-size: 12px;
}

</pre></body></html>