@media screen and (max-width:768px) {

    img {
        max-width: 100%;
        vertical-align: bottom;
        width
        /***/
        : auto;
    }

    .sp_off {
        display: none !important;
    }

    .container {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .maincontents {
        width: 100% !important;
        overflow: hidden;
        float: none !important;
    }

    /*==========================
   LPOトップ共通
============================*/

    .lpo_sp_main {
        position: relative;
        max-width: 100%;
        margin-top: 10px;
    }


    .lpo_main_inner {
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
    }

    .lpo_main_r {
        margin: 0;
    }

    .lpo_main_r_inner {
        width: 84%;
        width: -webkit-calc(92% - 2px);
        width: calc(92% - 2px);
        padding: 4%;
        border: solid 1px #042455;
        background-color: #fff;
        margin: 0 auto;
        margin-top: 4%;
        overflow: hidden;
    }

    .lpo_main_r_search {
        overflow: hidden;
    }

    .lpo_main_r_search ul {
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

    .lpo_main_r_search ul li {
        margin: 0;
        padding: 0;
        width: 50%;
        list-style: none;
        overflow: hidden;
        float: left;
        border: none;
    }

    .lpo_main_r_search ul li a {
        width: 99%;
        width: -webkit-calc(100% - 1px);
        width: calc(100% - 1px);
        display: block;
        background: #F5F4ED;
        line-height: 95px;
        height: 115px;
        color: #000;
        font-size: 15px;
        font-weight: bold;
        text-align: center;
        margin: 0;
        padding: 0;
    }

    .lpo_main_r_search ul li img {
        margin: 0 auto;
        display: block;
        padding: 20px 0 0 0;
        float: none;
    }

    .lpo_main_r_search ul li p {
        margin: -10px 0 0 0;
        text-align: -webkit-center;
    }

    .lpo_main_r_search ul li:first-child a {
        border: solid 1px #042455;
        border-width: 0px 1px 1px 0px;
    }

    .lpo_main_r_search ul li:nth-child(2n) a {
        border: solid 1px #042455;
        border-width: 0px 0px 1px 0px;
    }

    .lpo_main_r_search ul li:nth-child(3n) a {
        border: solid 1px #042455;
        border-width: 0px 1px 0px 0px;
    }

    .lpo_main_r_search ul li:last-child a {
        border: solid 1px #042455;
        border-width: 0px 0px 0px 0px;
    }

    .lpo_main_r_search ul li a:hover {
        background: #ddd9c1;
    }

    .search-btn {
        overflow: hidden;
        margin: 18px 0 0 0;
    }

    .search-btn_inner input#title {
        height: 35px;
        box-shadow: 0px 0px 8px -3px #222 inset;
        width: 73%;
        text-indent: 8px;
        background: #EDEFEC;
        border: honeydew;
        float: left;
    }

    .search-btn_inner input.submit {
        height: 34px;
        background: #333333;
        border: none;
        color: #fff;
        line-height: 32px;
        width: 25%;
        margin: 5px 0 0 0;
        cursor: pointer;
        float: left;

    }

    .search-btn_inner {
        margin: 5% 0 -5% 0 !important;
    }

    .lpo_main_bn {
        width: 94%;
        margin: 0 auto;
        margin-top: 2%;
        text-align: center;
    }

    /*特選*/

    h2.lpo_toku_tl {
        background: #042455;
        line-height: 35px;
        font-size: 15px;
        color: #FFFFFF;
        font-weight: bold;
        margin: 20px 0 0 0;
        text-align: center;
    }

    h2.lpo_toku_tl_pitat {
        background: #6BBB2B;
        /*LPO物件特集タイトル背景色*/
        line-height: 35px;
        font-size: 15px;
        color: #FFF;
        /*LPO物件特集タイトル文字色*/
        margin: 20px 0 0 0;
        text-align: center;
    }

    .toku01_name {
        font-size: 14px;
        text-decoration: underline;
        margin: 3px 0 0 0;
    }

    .toku01_adress,
    .toku01_access {
        margin: 0px 0 0 0;
        height: auto !important;
        overflow: hidden;
        font-size: 12px;
    }

    .toku01_com span {
        color: #FE9900;
        font-weight: bold;
    }

    .toku01_m {
        font-size: 12px;
    }

    .toku01_com {
        clear: both;
        background: #F5F4ED;
        padding: 5px;
        font-size: 13px;
    }

    .lpo_toku_right {
        width: 57%;
        float: right;
        margin: 0 0 1% 0;
    }

    .koda_sea_wrap ul li {
        float: left;
        width: 33%;
        margin: 0 1px 0 0;
    }

    .koda_sea_wrap ul li:nth-child(4n) {
        margin: 0;
    }

    .koda_sea_wrap {
        width: 96%;
        margin: 0 auto;
        overflow: hidden;
    }

    .lpo_tokusen_wrap {
        margin: 20px auto 0;
        overflow: hidden;
        width: 98%;
    }

    .lpo_tokusen_wrap ul {
        border: none;
    }

    .lpo_tokusen_wrap ul li {
        width: 100%;
        margin: 0 auto 20px auto;
        padding: 0;
        overflow: hidden;
        border: 1px solid #ccc;
        padding: 5px;
        box-sizing: border-box;
    }

    .lpo_tokusen_wrap ul li a {
        color: #000;
        overflow: initial;
        word-wrap: break-word;
        white-space: normal;

    }

    .lpo_tokusen_wrap ul li:hover {
        border: solid 1px #195CAA;
        background: #E7F0F9;
        transition: 0.8s;
    }

    .toku01_img {
        float: left;
        width: 40%;
        margin: 0 0 1% 0;
    }

    .lpo_toku_shu {
        background: #000;
        display: block;
        line-height: 28px;
        color: #fff;
        font-size: 14px;
        text-indent: 10px;
    }

    .toku01_img img {
        max-width: 100%;
        height: auto;
    }

    .lpo_pri_more a {
        margin: 0 2%;
        padding: 8px 8% 8px 3%;
        background: #FF7505;
        box-shadow: 0 5px #EC6C00;
        color: #ffffff !important;
        font-weight: bold;
        text-align: center;
        font-size: 16px;
        line-height: 22px;
        display: block;
        width: 85%;
        margin: 0 auto;
        margin-top: 20px;
        position: relative;
        text-decoration: none;
    }

    .lpo_pri_more_2 a {
        margin: 0 2%;
        padding: 8px 8% 8px 3%;
        background: #FF7505;
        box-shadow: 0 5px #EC6C00;
        color: #ffffff !important;
        font-weight: bold;
        text-align: center;
        font-size: 16px;
        line-height: 22px;
        display: block;
        width: 85%;
        margin: 0 auto;
        margin-top: 20px;
        position: relative;
        text-decoration: none;
    }


    .lpo_pri_more_2 a:after {
        content: "";
        display: block;
        height: 10px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        position: absolute;
        top: 25px;
        right: 18px;
        width: 9px;
        height: 9px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }


    .lpo_pri_more a:hover {
        background: #AD3333;
    }

    .lpo_pri_more a:after {
        content: "";
        display: block;
        height: 10px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        position: absolute;
        top: 15px;
        right: 18px;
        width: 9px;
        height: 9px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    /*こだわり条件から探す*/

    .lpo_koda_wrap {
        overflow: hidden;
    }

    .lpo_koda_wrap ul {
        overflow: hidden;
        margin: 0;
        padding: 0;
        border: none;
    }

    .lpo_koda_wrap ul li {
        width: 50%;
        width: -webkit-calc(50% - 1px);
        width: calc(50% - 1px);
        float: left;
        overflow: hidden;
        margin: 0;
        padding: 0;
        list-style: none;
        border: none;
    }

    .koda_shu_wrap ul li a {
        width: 98%;
        width: -webkit-calc(100% - 21px);
        width: calc(100% - 21px);
        padding: 10px;
        margin: 0;
        font-size: 14px;
        font-weight: bold;
        transition: 0.8s;
        display: block;
        line-height: 45px;
        color: #000;
        border: solid 1px #042455;
        border-width: 0 1px 1px 0;
    }

    .lpo_koda_wrap ul li:nth-child(2n) a {
        border-width: 0 0 1px 0;
    }

    .koda_shu_wrap ul li a span {
        border-left: solid 3px #042455;
        /*左線*/
        margin: 0;
        padding: 0 0 0 5px;
    }

    /*
li.koda_shu001 a {
    background: url(/lpo/img/lpo_koda_icon_01.png) no-repeat 8px 50%;
    font-size: 20px;
}
li.koda_shu002 a {
    background: url(/lpo/img/lpo_koda_icon_02.png) no-repeat 8px 50%;
    font-size: 14px!important;
}
li.koda_shu01 a {
    background: url(/lpo/img/lpo_koda_icon_03.png) no-repeat 8px 50%;
}
li.koda_shu02 a {
    background: url(/lpo/img/lpo_koda_icon_04.png) no-repeat 8px 50%;
}
li.koda_shu03 a {
    background: url(/lpo/img/lpo_koda_icon_05.png) no-repeat 8px 50%;
}
li.koda_shu04 a {
    background: url(/lpo/img/lpo_koda_icon_06.png) no-repeat 8px 50%;
}
li.koda_shu05 a {
    background: url(/lpo/img/lpo_koda_icon_07.png) no-repeat 8px 50%;
    letter-spacing: -1.2px;
}
li.koda_shu06 a {
    background: url(/lpo/img/lpo_koda_icon_08.png) no-repeat 8px 50%;
}
li.koda_shu07 a{
    background: url(/lpo/img/lpo_koda_icon_09.png) no-repeat 8px 50%;
}
li.koda_shu08 a {
 background: url(/lpo/img/lpo_koda_icon_10.png) no-repeat 8px 50%;
}

*/

    .koda_shu_wrap ul li:hover {
        background: url(/img/lpo_btn_on.jpg) no-repeat;
        transition: 0.8s;
    }


    .tenpo_info_sp {
        width: 100%;
        text-align: left;
    }

    .tenpo_info_sp h2 img {
        margin-left: 10px;
    }

    .tenpo_info_sp h2 {
        margin: 0;
        padding: 5px 0 0 0;
    }

    .tenpo_infoin_sp {
        height: 150px;
        overflow: auto;
        padding: 5px;
        -webkit-overflow-scrolling: touch;
    }

    .tenpo_infoin {
        height: 150px;
        overflow: hidden;
        padding: 5px;
        -webkit-overflow-scrolling: touch;
        overflow-y: scroll;
    }

    /******* tokushu ********/
    .tenpo_toku {
        width: 98%;
        margin: 10px auto;
    }

    .tenpo_toku h2 {
        width: 100%;
        height: 50px;
        padding: 0px;
        margin: 0px;
        font-size: 16px;
        font-weight: bold;
        color: #333333;
        text-align: left;
        text-indent: 10px;
        line-height: 50px;
        background: #FFF !important;
        border-top: 3px solid #0c419a;
        border-bottom: 1px solid #0c419a;
    }

    .tenpo_toku_pitat h2 {}

    .tenpo_toku h2 span {
        font-size: 26px;
        color: #EC4D23;
        text-decoration: none;
    }

    .tenpo_toku ul {
        width: 100%;
        margin: 0 -50px 0 0;
        padding: 0;
        list-style: none;
    }

    .tenpo_toku ul li {
        float: left;
        width: 48%;
        margin: 1%;
    }

    .lp_tempo_tl {
        font-size: 22px;
        font-weight: bold;
        color: #014282;
        border-bottom: 2px solid #014282;
        width: 95%;
        margin: 0 auto;
    }

    .daiwa_youtube ul {
        overflow: hidden;
    }

    .daiwa_youtube ul li {
        float: left;
        width: 48%;
        margin: 1%;
        padding: 0px;
    }

    .daiwa_youtube ul li iframe {
        width: 100%;
    }

    .top_youtube2 li img {
        width: 98%;
    }

    .modal {
        display: none;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }

    .modal__bg {
        background: rgba(0, 0, 0, 0.8);
        height: 100vh;
        position: absolute;
        width: 100%;
    }

    .modal__content {
        background: #fff;
        left: 50%;
        padding: 40px;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 70%;
        height: 50%;
    }

    /*
li.koda_shu001 a {
    background: url(/lpo/img/lpo_koda_icon_01.png) no-repeat 8px 50%;
    font-size: 20px;
}
li.koda_shu002 a {
    background: url(/lpo/img/lpo_koda_icon_02.png) no-repeat 8px 50%;
    font-size: 14px!important;
}
li.koda_shu01 a {
    background: url(/lpo/img/lpo_koda_icon_03.png) no-repeat 8px 50%;
}
li.koda_shu02 a {
    background: url(/lpo/img/lpo_koda_icon_04.png) no-repeat 8px 50%;
}
li.koda_shu03 a {
    background: url(/lpo/img/lpo_koda_icon_05.png) no-repeat 8px 50%;
}
li.koda_shu04 a {
    background: url(/lpo/img/lpo_koda_icon_06.png) no-repeat 8px 50%;
}
li.koda_shu05 a {
    background: url(/lpo/img/lpo_koda_icon_07.png) no-repeat 8px 50%;
    letter-spacing: -1.2px;
}
li.koda_shu06 a {
    background: url(/lpo/img/lpo_koda_icon_08.png) no-repeat 8px 50%;
}
li.koda_shu07 a{
    background: url(/lpo/img/lpo_koda_icon_09.png) no-repeat 8px 50%;
}
li.koda_shu08 a {
 background: url(/lpo/img/lpo_koda_icon_10.png) no-repeat 8px 50%;
}

*/

    .koda_shu_wrap ul li:hover {
        background: url(/img/lpo_btn_on.jpg) no-repeat;
        transition: 0.8s;
    }


    /******* tokushu ********/
    .tenpo_toku {
        width: 98%;
        margin: 10px auto;
    }

    .tenpo_toku h2 {
        width: 100%;
        height: 50px;
        padding: 0px;
        margin: 0px;
        font-size: 16px;
        font-weight: bold;
        color: #333333;
        text-align: left;
        text-indent: 10px;
        line-height: 50px;
        background: #FFF !important;
        border-top: 3px solid #0c419a;
        border-bottom: 1px solid #0c419a;
        text-align: center;
    }

    .tenpo_toku_pitat h2 {}

    .tenpo_toku h2 span {
        font-size: 26px;
        color: #EC4D23;
        text-decoration: none;
    }

    .tenpo_toku ul {
        width: 100%;
        margin: 0 -50px 0 0;
        padding: 0;
        list-style: none;
        overflow: hidden;
    }

    .tenpo_toku ul li {
        float: left;
        width: 48%;
        margin: 1%;
    }

    .daiwa_youtube ul li {
        float: left;
        width: 48%;
        margin: 1%;
        padding: 0px;
    }

    .daiwa_youtube ul li iframe {
        width: 100%;
    }

    /*==========================
   テナント
============================*/

    .te_main_bg {
        width: 100%;
        margin: 0px;
        padding: 0px;
    }

    .te_mainimg {
        width: 100%;
    }

    .te_info {
        width: 95%;
        text-align: left;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .te_info h2 {
        margin: 0 0 0px 0;
        padding: 5px 0 0 0;
        font-size: 18px;
    }

    .te_info h2 img {}

    .te_infoin {
        height: 200px;
        overflow: auto;
        padding: 5px;
        background: #FFFFFF;
        border: 1px solid #ccc;

    }


    /******* tokushu ********/

    .te_toku {
        width: 98%;
        margin: 20px auto;
        overflow: hidden;
    }

    .te_toku ul {
        width: 100%;
        margin: 0 -30px 0 0;
        padding: 0;
        list-style: none;
    }

    .te_toku ul li {
        float: left;
        margin: 0 1% 1% 0;
        width: 49%;
    }

    .te_toku ul li:nth-child(2n) {
        margin-right: 0;
    }

    /******* search ********/
    .search_text.clear.clearfix {
        overflow: hidden;
        width: 95%;
        margin: 0 auto;
    }

    .search_text {
        padding: 0px;
        margin: 30px 0 0 0;
    }

    .search_text ul {
        float: left;
        height: 165px;
        width: 100%;
        padding: 0px;
        margin: 0px 0 10px;
        border: 3px solid #025AB3;
        box-sizing: border-box;

    }

    ul.search_madori {
        margin: 0px 0px 10px 0;
    }

    .search_text ul li {
        text-align: left;
        padding: 0px;
        list-style-type: none;
        text-indent: 20px;
        float: left;
        width: 46%;
        padding-left: 3%;
    }

    li.search_text_ti {
        padding: 13px 0px 15px 15px !important;
        text-indent: 0px !important;
        background-color: #025AB3;
        clear: both;
        width: 100% !important;
        margin-bottom: 5px;
        box-sizing: border-box;
    }

    .search_text ul li a {
        display: block;
        font-size: 14px;
        line-height: 23px;
        color: #23191A;
        text-decoration: none;
        background: url(../img/side_com_yaji_on.gif) left no-repeat;
    }

    .search_text ul li a:hover {
        font-size: 12px;
        line-height: 20px;
        color: #23191A;
        text-decoration: underline;
    }


    /******* tokusen ********/
    .te_tokusen {
        text-align: left;
        margin-bottom: 20px;
    }

    .te_tokusen h2 {
        width: 100%;
        text-align: left;
        text-indent: 10px;
        line-height: 50px;
        font-size: 18px;
        font-weight: normal;
        margin: 20px 0 10px 0;
        padding: 0;
        background: url(../img/te_toku_tibg.jpg) left top no-repeat;
    }

    .te_tokusen_bukken {
        width: 780px;
        margin: 0 -20px 0 0;
    }

    .te_tokusen_bukken ul {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        width: 375px;
        margin: 0 0 5px 0;
        padding: 0;
        list-style: none;
        border: 1px solid #333333;
        position: relative;
        vertical-align: top;
    }

    .te_tokusen_bukken ul:hover {
        background: #EFF4FE;
    }

    li.bu-img1 {
        /*外観*/
        float: left;
        width: 165px;
        height: 220px;
    }

    li.bu-img1 a {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        z-index: 9999;
    }

    li.bu-img1 a img {
        margin: 10px 0 10px 10px;
    }

    li.bu-info1 {
        float: right;
        width: 185px;
        margin: 10px 10px 10px 0;
    }

    li.bu-info1 p {
        margin: 5px 0;
    }

    p.bu-shubetsu {
        /*種別*/
        display: block;
        font-size: 20px;
        font-weight: bold;
        color: #01488F;
        padding: 0;
    }

    p.bu-yachin {
        /*家賃*/
        display: block;
        font-size: 16px;
        font-weight: bold;
        color: #FF0000;
        padding: 2px 0 2px 50px;
        background: url(../img/te_bu_yachin.jpg) left top no-repeat;
    }

    p.bu-menseki {
        /*坪数*/
        display: block;
        padding: 2px 0 2px 50px;
        background: url(../img/te_bu_menseki.jpg) left top no-repeat;
    }

    p.bu-access {
        /*交通*/
        display: block;
        height: 65px;
        padding: 2px 0 2px 50px;
        background: url(../img/te_bu_access.jpg) left top no-repeat;
    }

    p.bu-address {
        /*住所*/
        display: block;
        padding: 2px 0 2px 50px;
        background: url(../img/te_bu_address.jpg) left top no-repeat;
    }

    li.bu-name {
        /*物件名*/
        clear: both;
        margin: 10px;
        font-size: 14px;
        height: 36px;
    }

    li.bu-name a {
        color: #0000FF;
        text-decoration: none;
    }

    li.bu-com {
        /*コメント*/
        min-height: 115px;
        margin-bottom: 30px;
        background: url(../img/te_bu_combg.png) left top no-repeat;
    }

    li.bu-com p {
        padding: 30px 10px 10px 70px;
        margin: 0;
    }

    li.bu-more {
        position: absolute;
        width: 150px;
        height: 20px;
        right: 10px;
        bottom: 10px;
        text-align: center;
        color: #FFFFFF;
        background: #1348B2;
    }

    .clear {
        margin-top: 20px;
    }


    /******* tenpo ********/
    .campaign {
        width: 96%;
        margin: 0 auto;
    }

    .campaign ul li {
        margin-bottom: 5px;
    }

    .tempo_img {
        padding: 0px;
        width: 100%;
        margin-top: 20px;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
        clear: both;
    }

    .tempo_shokai {
        padding: 0px;
        width: 99%;
        margin-top: 10px;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
        clear: both;
        overflow: hidden;
    }

    .tempo_shokai ul {
        margin: 0px;
        padding: 0px;
        overflow: hidden;
        width: 320px;
        margin: 0 auto;
    }

    .tempo_shokai ul li {
        padding: 0px;
        float: left;
        height: 185px;
        width: 320px;
        margin: 0 auto;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        list-style-type: none;
        box-sizing: border-box;
        border: 1px solid #ccc;
    }

    .tempo_shokai ul li h3 {
        text-align: left;
        margin: 0px;
        padding: 0px;
        font-family: "メイリオ";
        font-size: 20px;
        font-weight: normal;
        color: #000000;
        text-decoration: none;
        line-height: 40px;
        text-indent: 10px;
    }

    .tempo_shokai ul li img {}

    .tempo_shokai ul li a {}

    #tempo1 {
        /*background-image: url(../img/c_shokai_bg1.jpg);*/
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 98%;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-left: 0px;
    }

    #tempo_img {
        float: left;
        margin-left: 10px;
    }

    #tempo2 {
        /*background-image: url(../img/c_shokai_bg1.jpg);*/
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 98%;
        margin-top: 0px;
        margin-bottom: 10px;
    }

    #tempo3 {
        /*background-image: url(../img/c_shokai_bg1.jpg);*/
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 98%;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-left: 0px;
    }

    #tempo4 {
        /*background-image: url(../img/c_shokai_bg1.jpg);*/
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 98%;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 20px;
        margin-left: 0px;
    }

    #tempo5 {
        /*background-image: url(../img/c_shokai_bg2.jpg);*/
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 98%;
        margin-top: 0px;
        margin-bottom: 10px;
    }

    #tempo6 {
        /*background-image: url(../img/c_shokai_bg2.jpg);*/
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 98%;
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .c_shokai1 {
        text-align: left;
        font-family: "メイリオ";
        font-size: 10px;
        color: #666666;
        text-decoration: none;
        line-height: 12px;
        padding: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 10px;
        float: left;
        width: 185px;
    }

    .c_shokai2 {
        text-align: left;
        padding: 0px;
        margin-top: 10px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 10px;
        font-family: "メイリオ";
        font-size: 12px;
        line-height: 16px;
        font-weight: normal;
        color: #000000;
        text-decoration: none;
        float: left;
        width: 190px;
    }

    .c_shokai2 span {
        font-weight: bold;
        color: #FF0000;
    }

    #tempo_shokai {
        float: left;
        padding: 0px;
        margin-top: 5px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 60px !important;
    }

    /********ピタットハウス********/


    /******* search ********/
    .search_text_pitat.clear.clearfix {
        overflow: hidden;
        width: 95%;
        margin: 0 auto;
    }

    .search_text_pitat {
        padding: 0px;
        margin: 30px 0 0 0;
    }

    .search_text_pitat ul {
        float: left;
        height: 165px;
        width: 100%;
        padding: 0px;
        margin: 0px 0 10px;
        border: 3px solid #6CBB2A;
        box-sizing: border-box;

    }

    .search_text_pitat ul.search_madori {
        margin: 0px 0px 10px 0;
    }

    .search_text_pitat ul li {
        text-align: left;
        padding: 0px;
        list-style-type: none;
        text-indent: 20px;
        float: left;
        width: 46%;
        padding-left: 3%;
    }

    .search_text_pitat li.search_text_ti {
        padding: 13px 0px 15px 15px !important;
        text-indent: 0px !important;
        background-color: #6CBB2A;
        clear: both;
        width: 100% !important;
        margin-bottom: 5px;
        box-sizing: border-box;
    }

    .search_text_pitat ul li a {
        display: block;
        font-size: 14px;
        line-height: 23px;
        color: #23191A;
        text-decoration: none;
        background: url(../img/side_com_yaji_on.gif) left no-repeat;
    }

    .search_text_pitat ul li a:hover {
        font-size: 12px;
        line-height: 20px;
        color: #23191A;
        text-decoration: underline;
    }

    /******* tokushu ********/

    .c_main {
        margin-bottom: 10px;
    }

    .c_toku {
        width: 98%;
        margin: 10px auto;
        overflow: hidden;
    }

    h2.chintai_tl_lp {
        width: 98%;
        height: 50px;
        padding: 0;
        margin: 5px auto;
        font-size: 16px;
        font-weight: bold;
        color: #333333;
        text-align: left;
        text-indent: 10px;
        line-height: 50px;
        background: #FFF !important;
        border-top: 3px solid #0c419a;
        border-bottom: 1px solid #0c419a;
    }

    h2.chintai_tl_lp span {
        font-size: 26px;
        color: #EC4D23;
        text-decoration: none;
    }

    .c_toku ul {
        width: 100%;
        margin: 0 -50px 0 0;
        padding: 0;
        list-style: none;
    }

    .c_toku ul li {
        float: left;
        width: 48%;
        margin: 1%;
    }


    .chintai_pickup_sp {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 96%;
        margin: 10px auto 0;
    }

    .chintai_pickup_sp li {
        background: url(/img/ch_pickup_more.png) no-repeat 95% center;
        width: 49%;
        margin-bottom: 2%;
    }

    .chintai_pickup_sp li a {
        border: 2px solid #0c419a;
        display: block;
        color: #000;
        line-height: 55px;
        padding-left: 10px;
        font-size: 15px;
        font-weight: bold;
    }

    .chintai_pickup_sp li.ch_pitat a {
        border: 2px solid #65b822;
    }

    .c_campaign {
        width: 98%;
        margin: 0 auto;
    }

    .c_campaign li {
        margin-bottom: 2%;
    }

    /* chintai area_search_sp 20191121 */

    .area_search_sp {
        width: 100%;
        margin: 15px auto;
        height: auto;
        overflow: hidden;
    }

    .area_search_sp ul {
        width: 96%;
        margin: 10px auto 0;
        padding: 0;
        list-style: none;
        font-size: 0;
    }

    .area_search_sp li {
        display: inline-block;
        width: 49%;
        margin: 0px 2% 1% 0;
        padding: 0 0 0 0;
    }

    .area_search_sp li:nth-child(2n) {
        margin: 0px 0% 1% 0;
    }

    .area_search_sp li a {
        font-size: 16px;
        text-align: center;
        display: block;
        width: 100%;
        /* border: 1px solid #58b8b4; */
        padding: 10px 0;
        border-radius: 5px;
        background: #fbbb11;
        color: #fff;
        /* background: #0c419a; */
    }


    /* chintai area_search 20191121 end */

}
