@charset "utf-8";


.sec_residential .origImg {border-radius: 20px; overflow: hidden;}
.sec_residential .origImg,
.sec_residential .origImg img {width:100%;}

.sec_residential .table table {width:100%;}
.sec_residential .table table th { padding:20px 5px 16px;   font-weight:700; font-size:1.8rem; color:#222; background-color:#ddd; line-height:1.4em;}
.sec_residential .table table td {padding: 20px 20px 16px; border-bottom:1px solid #ddd; border-right:1px solid #ddd; font-weight:400; font-size:1.8rem; line-height:1.4em;}
.sec_residential .table table td:last-child { border-right:none }

@media screen and (max-width:768px){
  .sec_residential table th { padding:22px 5px 18px; font-size:1.6rem;}
  .sec_residential table td {padding: 20px 10px 16px; font-size:1.6rem;}
}