@charset "utf-8";



/*  outline  */
.outlineList {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 0 45px;
}
.outlineList table {
  border-collapse: collapse;
}
.outlineList .estate_detail_outline_body_title {
    font-size: 20px;
    line-height: 24px;
    padding: 0px;
    text-align: left;
    font-weight: bold;
    margin-bottom: 15px;
}
.outlineList .olTitle p {}
.outlineList .table-condensed {
    margin-bottom: 40px;
    width: 100%;
}
.outlineList .table-condensed tr {
    border-top: 1px solid #666666;
    /*display: table;*/
    width: 100%
}
.outlineList .table-condensed th {
    /*display: table-cell;*/
    border-right: 1px solid #666666;
    width: 176px;
    padding: 11px 20px;
    font-size: 16px;
    text-align: left;
    line-height: 23px;
    background: #F7F6F3;
}
.outlineList .table-condensed td {
    /*display: table-cell;*/
    background: #fff;
    padding: 11px 10px;
    font-size: 16px;
    text-align: left;
    line-height: 23px;
}
.outlineList .table-condensed td .notice {
    font-size: 13px;
    line-height: 1.5;
}
.outlineList .table-condensed td .notice a {
    text-decoration: underline;
}
/*概要_敷地面積の"～"*/
.tableSiteArea__item + .tableSiteArea__item::before {
    content: "\301C";
    display: block;
    /*position: absolute;
    left: 0;*/
}
@media (max-width: 767px) {
    .outlineList {
        max-width: 767px;
        margin: 0 auto;
        padding: 0 10px 45px 10px;
    }
    .outlineList .estate_detail_outline_body_title {
        font-size: 20px;
        line-height: 24px;
        padding: 0px;
        text-align: left;
        font-weight: bold;
        margin-bottom: 15px;
    }
    .outlineList .olTitle p {}
    .outlineList .table-condensed {
        margin-bottom: 40px;
        width: 100%;
    }
    .outlineList .table-condensed tr {
        border-top: 1px solid #666666;
        /*display: table;*/
        width: 100%
    }
    .outlineList .table-condensed th {
        /*display: table-cell;*/
        border-right: 1px solid #666666;
        width: 40%;
        padding: 10px 15px;
        font-size: 14px;
        text-align: left;
        line-height: 20px;
        background: #F7F6F3;
    }
    .outlineList .table-condensed td {
        /*display: table-cell;*/
        background: #fff;
        padding: 10px 15px;
        font-size: 13px;
        text-align: left;
        line-height: 20px;
    }
    .item08-outlineList .table-condensed td p {
        margin-top: 10px;
        font-size: 12px;
        line-height: 1.5;
    }
    .item08-outlineList .table-condensed td .notice a {
        text-decoration: underline;
    }
}
@media screen and (max-width: 767.98px) {
    .table__addressButton {
        font-size: 13px !important;
        width: auto;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
    .tableSiteArea__item .area {
        font-size: 13px !important;
    }
}