.outline_area {
    margin: 0 auto;
    max-width: 1000px;
}

h3 {
    font-weight: normal;
}


/* ////////////////////////////////// */
/* 下層ページトップ */
/* ////////////////////////////////// */
.lower_top {
    /*background-image: url(../image/equipment/equipment_top.jpg);
    background-size: cover;
    background-position: center 60%;*/
}

/* ////////////////////////////////// */
/* 物件概要 */
/* ////////////////////////////////// */
.outline_title {
    color: #1e504b;
    font-size: 30px;
    margin-top: 80px;
    margin-bottom: 20px;
    text-align: center;
}
.outline_flex {
    margin: 0px auto 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.outline_flex ul {
    /*width: 47.5%;*/
    width: 100%;
    list-style: none;
}
.outline_flex ul li {
    width: 100%;
    border-top: solid 1px;
    display: flex;
    padding: 10px 0;
}
.li_last {
    border-bottom: solid 1px;
}
.outline_flex ul li p {
    font-size: 14px;
    letter-spacing: .05em;
}
.outline_flex ul:nth-of-type(1) li p:first-of-type {
    width: 34%;
}
.outline_flex ul:nth-of-type(1) li p:last-of-type {
    width: 66%;
}
.outline_flex ul:nth-of-type(2) li p:first-of-type {
    width: 34%;
}
.outline_flex ul:nth-of-type(2) li p:last-of-type {
    width: 66%;
}
.ib {
    display: inline-block;
}
.yokoku {

}
.yokoku p {

}
.day {
    margin-top: 20px;
    font-size: 13px;
    letter-spacing: .05em;
    margin-bottom: 80px;
    text-align: right;
}
.note {
    margin-top: 20px;
    font-size: 10px;
}


/* /////////////////////// */
/* サイズの小さいPC */
/* /////////////////////// */
@media screen and (max-width:1050px){
    .outline_area {
        max-width: 750px;
    }
}

/* /////////////////////// */
/* レスポンシブ対応 */
/* /////////////////////// */
@media screen and (max-width:768px){
    .outline_area {
        width: calc(100% - 30px);
    }
    .outline_flex ul {
        width: 100%;
        margin: 0;
    }
    .outline_title {
        text-align: center;
        margin-top: 40px;
        margin-bottom: 10px;
    }
    .outline_flex ul li p {
        /*font-size: 12px;*/
    }
    /*
    .outline_flex ul:nth-of-type(1) li p:first-of-type {
        width: 33%;
    }
    .outline_flex ul:nth-of-type(1) li p:last-of-type {
        width: 67%;
    }
    .outline_flex ul:nth-of-type(2) li p:first-of-type {
        width: 33%;
    }
    .outline_flex ul:nth-of-type(2) li p:last-of-type {
        width: 67%;
    }
    */
    .outline_flex ul:nth-of-type(1) li p:first-of-type {
        width: 140px;
    }
    .outline_flex ul:nth-of-type(1) li p:last-of-type {
        width: calc(100% - 140px);
    }
    .outline_flex ul:nth-of-type(2) li p:first-of-type {
        width: 140px;
    }
    .outline_flex ul:nth-of-type(2) li p:last-of-type {
        width: calc(100% - 140px);
    }
}
@media screen and (max-width:480px){
    .outline_flex ul li p {
        /*font-size: 11px;*/
    }
}