.pos-rel {
    position: relative;
}
.full {
    width: 100%;
}
.dvl_cap {
    color: #231F20;
    font-size: 0.85rem;
    position: absolute;
    left: 0;
}
.pic_cap {
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    font-size: 0.8rem;
    position: absolute;
    bottom: 0;
    right: 0;
}
.w50 {
    width: 50%;
}
.w66 {
    width: 66.666% !important;
}
figure {
    margin: 0;
}
.mb20 {
    margin-bottom: 20px;
}
.mb10 {
    margin-bottom: 10px !important;
}
.siteContent {
    background-color: #DFE6E6;
    font-family: "Noto Serif JP", serif;
    margin: 0;
    padding: 0;
}
.developmentInner {
    margin: 0 auto;
    max-width: 990px;
    padding: 0 15px;
    width: 100%;
}
.developmentSec01 {
    z-index: 9;
}
.developmentSec02 {
    z-index: 0;
}
.developmentSec02Box .info {
    max-width: 420px;
    /*margin-bottom: 50px;*/
}
.developmentSec02 .map {
    margin-top: -230px;
}
.developmentSec02Box .info .ttl01 {
    max-width: 440px;
}
.developmentSec02Box .ttl02 {
    padding: 20px 0;
}
.developmentSec02Box .ttl02 span {
    background: #FFF;
    color: #000;
    display: inline-block;
    font-size: 2rem;
    font-family: "UtsukushiFONT";
    letter-spacing: 0.3em;
    line-height: 1.4;
    margin-bottom: 15px;
    padding: 0 15px;
}
.developmentSec02Box .txt01 {
    font-size: 1.417rem;
    line-height: 2;
    letter-spacing: 0.2em;
}
.developmentSec02 .map .map_air {
    position: absolute;
    top: -40%;
    right: 4%;
    max-width: 440px;
}
.bg_white {
    background: #fff;
}
.developmentSec02.developmentInner.st_table {
  border-collapse: collapse;
  display: table;
  padding-top: 5%;
  margin: 0 auto 80px;

}
.list_building {
  border-bottom: 1px solid #999;
  display: table-row;
  list-style: none;
  margin: 0;
  padding: 0;
}
.list_building:last-child {
  border-bottom:none;
}
.list_building li {
  /*border: 1px solid #999;*/
  border: none;
  display: table-cell;
  width: 33.33%;
  padding: 15px;
  vertical-align: top;
}
.list_building li p {
    margin-bottom: 0;
}
.flex {
    display: flex;
}
.list_building .box_txt {
    margin-bottom: 10px;
}
.list_building li .ttl {
    color: #231F20;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
}
.list_building li .ttl .num {
    border: 1px solid;
    border-radius: 50%;
    color: #021858;
    display: inline-flex;
    font-size: 0.9rem;
    font-weight: bold;
    letter-spacing: 0;
    width: 17px;
    height: 17px;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    position: absolute;
    left: 0;
}
.list_building li .building_detail {
    border-bottom: 1px solid #999;
    display: flex;
    margin-bottom: 15px;
    padding-bottom: 15px;
    justify-content: space-between;
}
.list_building li .building_detail .img {
    flex: 0 0 33.333%;
    max-width: 33.333%;
}
.list_building li .building_detail .box_txt {
    flex: 0 0 66.666%;
    max-width: 66.666%;
    padding-right: 10px;
}
.list_building li .building_detail:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.list_building li .small_txt {
    font-size: 0.8rem;
}
.list_building li .building_item {
    flex: 0 0 49%;
}

/*===========================
        block-future
=============================*/

.block_future {
    position: relative;
}
.future_info {
    position: absolute;
    top: 30px;
    left: 18%;
    z-index: 1;
}
.future_info .ttl01 img {
    width: 420px;
}
.future_info .ttl02 span {
    background: #FFF;
    color: #000;
    display: inline-block;
    font-size: 2rem;
    font-family: "UtsukushiFONT";
    letter-spacing: 0.3em;
    line-height: 1.4;
    margin-bottom: 15px;
    padding: 0 15px;
}
.future_info .ttl01 {
    margin-bottom: 25px;
}
.developmentSec02 {
    margin-bottom: 90px;
}
.developmentSec04 .note {
    margin-bottom: 0;
    list-style-type: none;
    padding: 50px 0;
}


@media screen and (max-width: 1000px) {
    .future_info {
        top: -30px;
    }
    .developmentSec02Box .info {
        max-width: 340px;
    }
}
@media screen and (max-width: 768px) {
    .siteContent {
        padding: 37px 0 0;
    }
}

@media screen and (max-width: 767px) {
    .developmentSec02Box .info .ttl01 {
        max-width: 320px;
    }
    .developmentSec02Box .ttl02 span {
        font-size: 4vw;
    }
    .developmentSec02Box .ttl02 {
        padding: 15px 0;
    }
    .developmentSec02 .map {
        margin-top: 0;
    }
    .developmentSec02 .map .map_air {
        top: -50%;
        right: 0%;
        max-width: 170px;
    }
    .list_building {
        display: flex;
        flex-wrap: wrap;
        border-bottom: none;
    }
    .list_building li {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .developmentSec02 {
        margin-bottom: 40px;
    }
    .developmentSec02.developmentInner.st_table {
        margin: 0 auto 45px;
    }
    .future_info {
        top: -20px;
        left: 10%;
    }
    .future_info .ttl01 img {
        width: 280px;
    }
    .future_info .ttl02 span {
        font-size: 4vw;
    }
    .dvl_cap {
        font-size: 0.7rem;
    }
    .box_img.flex {
        justify-content: center;
    }









}