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

.view_pc {
    display: block!important;
}
.view_sp {
    display: none!important;
}

h3 {
    font-weight: normal;
}



/* ////////////////////////////////// */
/* 見出し */
/* ////////////////////////////////// */
.top_txt {
    width: 100%;
    display: block;
    margin: 80px 0;
    text-align: center;
}
.top_txt h3 {
    font-size: 32px;
    margin-bottom: 30px;
}
.top_txt p {
    line-height: 2.2;
}

/* ////////////////////////////////// */
/* ビルド画像部分 */
/* ////////////////////////////////// */
.buildimg {
    max-width: 1000px;
    margin: 0 auto 30px;
    display: block;
}
.buildimg_p {
    text-align: center;
    font-size: 20px;
    margin-bottom: 100px;
}


/* ////////////////////////////////// */
/* シミュレーション */
/* ////////////////////////////////// */
#simulation {
    background: #F1EEE9;
    padding: 50px 0;
    margin-bottom: 80px;
}
.simulation_title {
    text-align: center;
    margin: 0;
}
.simulation_title p {

}
.simulation_title h3 {
    font-size: 36px;
}
.soon {
    margin: 80px 0;
    font-size: 38px;
    text-align: center;
}


/* /////////////////////// */
/* サイズの大きいPC */
/* /////////////////////// */
@media screen and (min-width:1600px){
}


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

/* /////////////////////// */
/* レスポンシブ対応 */
/* /////////////////////// */
@media screen and (max-width:768px){
    .view_pc {
        display: none!important;
    }
    .view_sp {
        display: block!important;
    }

    .buildimg {
        max-width: calc(100% - 30px);
    }
    .soon {
        margin: 50px 0;
    }
    
}