.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;
}

/* ////////////////////////////////// */
/* 埋め込み部分 */
/* ////////////////////////////////// */
#search {
    background: #999290;
    padding: 50px 0;
}
.search_title {
    text-align: center;
    margin: 0;
}
.search_title p {

}
.search_title h3 {
    font-size: 24px;
    color: #fff;
}


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


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

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