
/*--------------------
メイン
-----------------------*/
#main {
    position: relative;
}
.contents_1 {
    margin-bottom: 290px;
}
.main {
    padding: 40px 60px 0px 40px;
    overflow: unset;
}

.sp {
    display: none;
}

/*-----------------------
ヘッダー
-----------------------*/
#header {
    border-right: rgba(255,150,21,.5) solid 0.5px;
}

/*---------------------------------------
パンくずリスト
-------------------------------------*/
.blead_list_area {
    width: 100%;
    margin-bottom: 30px;
}

.blead_list_area .blead_list {
    list-style: none;
    display: flex;
    height: 20px;
}

.blead_list .blead_list_link {
    font-size: 14px;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    color: #737373;
    display: flex;
    justify-content: space-evenly;
}

.blead_list .blead_list_arrow {
    font-size: 16px;
    margin: 0 10px;
}

.blead_list .blead_list_link a {
    text-decoration: none;
    color: #737373;
}

/*--------------------
タイトル
----------------------*/
.page_ttl {
    width: 100%;
    border-bottom: 2px #ff9615 solid;
    margin-bottom: 20px;
}

.page_ttl h2 {
    font-size: 40px;
    font-weight: 700;
    color: #333;
    font-family: "Noto Sans JP", sans-serif;
    margin-bottom: 24px;
}

/*----------------------------
絞り込み検索欄
----------------------------*/
.main_contents_area {
    display: flex;
    justify-content: space-between;
}

.main_contents_area .search_contents {
    max-width: 300px;
    background: #f8f8f8;
    border-radius: 15px;
    display: block;
    height: 100%;
}

.search_contents .search_ttl {
    height: 55px;
    background: #ff9615;
    font-weight: 700;
    font-size: 18px;
    font-family: "Noto Sans JP", sans-serif;
    color: #fff;
    border-radius: 15px 15px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search_contents .search_contents_area {
    padding: 24px 0 0;
    width: 95%;
    margin: 0 auto;
}

.construction_properties_search_box,
.area_search_box,
.land_area_search_box,
.total_floor_area_search_box,
.price_search_box,
.train_line_search_box .train_jr_line_checkbox_contents,
.train_line_search_box .train_tokyo_metro_line_checkbox_contents,
.train_line_search_box .train_seibu_line_checkbox_contents,
.train_line_search_box .train_tokyu_line_checkbox_contents,
.train_line_search_box .train_toei_metro_line_checkbox_contents,
.train_line_search_box .train_keio_line_checkbox_contents,
.train_line_search_box .train_keikyu_line_checkbox_contents,
.train_line_search_box .train_odakyu_line_checkbox_contents,
.train_line_search_box .train_tokyo_rinkai_line_checkbox_contents,
.train_line_search_box .train_tokyo_monorail_line_checkbox_contents {
    margin-bottom: 24px;
}

.train_line_search_box {
    margin-bottom: 42px;
}

.construction_properties_search_box .search_box_title, 
.area_search_box .search_box_title,
.land_area_search_box .search_box_title,
.total_floor_area_search_box .search_box_title,
.price_search_box .search_box_title,
.train_line_search_box .search_box_title  {
	font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    color: #333;
    width: 90%;
    display: block;
    border-bottom: solid 1px #b6b6b6;
    padding-bottom: 8px;
}

.construction_properties_search_box .construction_checkbox_contents,
.area_search_box .area_checkbox_contents,
.land_area_search_box .land_area_checkbox_contents,
.total_floor_area_search_box .total_floor_area_checkbox_contents,
.price_search_box .price_text_area_contents,
.train_line_search_box .train_jr_line_checkbox_contents,
.train_line_search_box .train_tokyo_metro_line_checkbox_contents,
.train_line_search_box .train_seibu_line_checkbox_contents,
.train_line_search_box .train_tokyu_line_checkbox_contents,
.train_line_search_box .train_toei_metro_line_checkbox_contents,
.train_line_search_box .train_keio_line_checkbox_contents,
.train_line_search_box .train_keikyu_line_checkbox_contents,
.train_line_search_box .train_odakyu_line_checkbox_contents,
.train_line_search_box .train_tokyo_rinkai_line_checkbox_contents,
.train_line_search_box .train_tokyo_monorail_line_checkbox_contents {
    display: flex;
    flex-wrap: wrap;
}

.construction_checkbox_contents label,
.area_checkbox_contents label,
.land_area_checkbox_contents label,
.total_floor_area_checkbox_contents label,
.price_text_area_contents label,
.train_jr_line_checkbox_contents label,
.train_tokyo_metro_line_checkbox_contents label,
.train_seibu_line_checkbox_contents label,
.train_tokyu_line_checkbox_contents label,
.train_toei_metro_line_checkbox_contents label,
.train_keio_line_checkbox_contents label,
.train_keikyu_line_checkbox_contents label,
.train_odakyu_line_checkbox_contents label,
.train_tokyo_rinkai_line_checkbox_contents label,
.train_tokyo_monorail_line_checkbox_contents label {
    width: 48%;
    min-width: 114px;
    font-size: 16px;
    color: #333;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    margin-top: 8px;
}

.train_tokyo_metro_line_checkbox_contents label,
.train_odakyu_line_checkbox_contents label {
    width: 100%;
}

.train_tokyu_line_checkbox_contents label:nth-of-type(7) {
    width: 100%;
}

.construction_checkbox_contents input[type="checkbox"],
.area_checkbox_contents input[type="checkbox"],
.train_jr_line_checkbox_contents input[type="checkbox"],
.train_tokyo_metro_line_checkbox_contents input[type="checkbox"],
.train_seibu_line_checkbox_contents input[type="checkbox"],
.train_tokyu_line_checkbox_contents input[type="checkbox"],
.train_toei_metro_line_checkbox_contents input[type="checkbox"],
.train_keio_line_checkbox_contents input[type="checkbox"],
.train_keikyu_line_checkbox_contents input[type="checkbox"],
.train_odakyu_line_checkbox_contents input[type="checkbox"],
.train_tokyo_rinkai_line_checkbox_contents input[type="checkbox"],
.train_tokyo_monorail_line_checkbox_contents input[type="checkbox"] {
	width: 15px;
	height: 15px;
	padding: 0;
    margin-right: 8px;
	box-sizing: border-box;
	vertical-align: middle;
}

.total_floor_area_checkbox_contents input[type="radio"],
.land_area_checkbox_contents input[type="radio"] {
    width: 15px;
	height: 15px;
	padding: 0;
    margin-right: 8px;
	box-sizing: border-box;
	vertical-align: middle;
}

.price_text_area_contents input[type="text"] {
    width: 66px;
    height: 20px;
    border-radius: 3px;
    border: #b6b6b6 solid 1px;
    background-color: #fff;
}

.train_jr_line_checkbox_contents .train_jr_line_ttl,
.train_tokyo_metro_line_checkbox_contents .train_tokyo_metro_line_ttl,
.train_seibu_line_checkbox_contents .train_seibu_line_ttl,
.train_tokyu_line_checkbox_contents .train_tokyu_line_ttl,
.train_toei_metro_line_checkbox_contents .train_toei_metro_line_ttl,
.train_keio_line_checkbox_contents .train_keio_line_ttl,
.train_keikyu_line_checkbox_contents .train_keikyu_line_ttl,
.train_odakyu_line_checkbox_contents .train_odakyu_line_ttl,
.train_tokyo_rinkai_line_checkbox_contents .train_tokyo_rinkai_line_ttl,
.train_tokyo_monorail_line_checkbox_contents .train_tokyo_monorail_line_ttl {
    width: 100%;
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #333;
    border-left: #333 solid 2px;
    padding-left: 5px;
    font-family: "Noto Sans JP", sans-serif;
    margin-top: 8px;
}

.search_contents .search_btn {
    width: 100%;
    height: 100px;
    background-color: #717171;
    border-radius: 0 0 15px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: sticky;
    bottom: 0;
}

.search_btn div {
    width: 80%;
    height: 36px;
    background-color: #fff;
    border: #ff9615 1px solid;
    color: #ff9615;
    text-decoration: none;
    border-radius: 23px;
    font-size: 14px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    transition: all .5s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search_btn div:hover {
    background-color: #ff9615;
    border: #ff9615 1px solid;
    color: #fff;
    transition: all .5s;
}

/*------------------
物件詳細
-------------------*/
.main_contents_area section {
    max-width: calc(78% - 5%);
    width: 100%;
}

.main_contents_area section .properties_card_area {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.main_contents_area .properties_card_area::after{
    content:"";
    display: block;
    width: 32%;
}

.properties_card_area .properties_card_contents {
    width: 32%;
    height: 550px;
    max-width: 400px;
    border-radius: 10px;
    background-color: #fff;
    margin-bottom: 24px;
    position: relative;
}

.properties_card_contents .properties_card_img {
    width: 100%;
    border-radius: 10px 10px 0 0;
    height: 210px;
    object-fit: cover;
}

.properties_card_contents .properties_card_contents_link {
    text-decoration: none;
    transition: all .5s;
    display: block;
    box-shadow: rgba(0,0,0,.25) 0 0 10px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

.properties_card_contents .properties_card_contents_link:hover {
    transform: translateY(-5px);
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    transition: all .5s
}

.properties_card_contents .properties_card_category_new {
    position: absolute;
    background: #ff9615;
    border-radius: 45px;
    font-size: 13px;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 10px;
    left: 10px;
    color: #fff;
    padding: 1px 10px;
}

.properties_card_contents .favorite_btn {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 9px;
    right: 15px;
    z-index: 2;
}

.properties_card_contents .favorite_btn .favorite_img_gray,
.properties_card_contents .favorite_btn .favorite_img_orange {
    width: 30px;
    height: 30px;
    object-fit: cover;
}
.properties_card_contents .favorite_btn .favorite_img_orange {
    display: none;
}

.properties_card_contents .favorite_btn .favorite_img_orange.choice {
    display: block;
}
.properties_card_contents .favorite_btn .favorite_img_gray.normal {
    display: none;
}
.properties_card_contents .properties_card_txt_area {
    list-style: none;
    padding: 17px 22px 0 22px;
}

.properties_card_txt_area li {
    padding-bottom: 17px;
    margin-top: 14px;
    width: 100%;
    border-bottom: #b1b1b1 1px solid;
    display: flex;
}

.properties_card_txt_area .properties_card_ttl h2 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #333;
}

.properties_card_txt_area li h2,
.properties_card_txt_area li p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; /* 任意の行数を指定 */  
}

.properties_card_txt_area .properties_card_txt_adress,
.properties_card_txt_area .properties_card_txt_price,
.properties_card_txt_area .properties_card_txt_floor,
.properties_card_txt_area .properties_card_txt_age,
.properties_card_txt_area .properties_card_txt_land_area {
    font-size: 14px;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    color: #333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; /* 任意の行数を指定 */  
}

.properties_card_txt_area .properties_card_txt_adress span,
.properties_card_txt_area .properties_card_txt_price span,
.properties_card_txt_area .properties_card_txt_floor span,
.properties_card_txt_area .properties_card_txt_age span,
.properties_card_txt_area .properties_card_txt_land_area span {
    font-size: 14px;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    color: #333;
    margin-left: 30px;
}

.properties_card_txt_area .properties_card_txt_price .red {
    font-size: 14px;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    color: #ff2222;
}

.properties_card_txt_area .properties_card_txt_land_area {
    border-bottom: none;
    padding-bottom: 67px;
}

/*--------------------
ページネーション
--------------------*/
.main_contents .pagenation {
    height: 30px;
    list-style: none;
    display: flex;
    justify-content: end;
    width: 100%;
}

.main_contents .pagenation li {
    border:1px #ff9615 solid ;
    border-radius: 5px;
    background-color: #ff9615;
    width: 30px;
    height: 30px;
    margin-right: 8px;
    font-size: 16px;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    transition: all .5s;
}

.main_contents .pagenation li a {
    text-decoration: none;
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.main_contents .pagenation li:hover {
    background-color: #000;
    border: #000 solid 1px;
    transition: all .5s;
}

.main_contents .pagenation .priod {
    border:1px #000 solid;
    border-radius: 5px;
    background-color: #000;
    width: 30px;
    height: 30px;
    margin-right: 8px;
    font-size: 16px;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main_contents .pagenation li:last-of-type {
    margin-right: unset;
}

.main_contents .pagenation .this_page {
    background: #000;
    border: #000 solid 1px;
}

@media screen and (max-width:1600px) {
    .properties_card_area .properties_card_contents {
        width: 48%;
    }
}

@media screen and (max-width:1440px) {
    .main {
        padding: 40px 30px 0 20px;
    }
    .main_contents_area .search_contents {
        width: 26%;
    }
    
}

@media screen and (max-width:1200px) {
    .construction_checkbox_contents label, .area_checkbox_contents label, .land_area_checkbox_contents label, .total_floor_area_checkbox_contents label, .price_text_area_contents label, .train_jr_line_checkbox_contents label, .train_tokyo_metro_line_checkbox_contents label, .train_seibu_line_checkbox_contents label, .train_tokyu_line_checkbox_contents label, .train_toei_metro_line_checkbox_contents label, .train_keio_line_checkbox_contents label, .train_keikyu_line_checkbox_contents label, .train_odakyu_line_checkbox_contents label, .train_tokyo_rinkai_line_checkbox_contents label, .train_tokyo_monorail_line_checkbox_contents label {
       font-size: 15px;
       width: 100%;
    }
    .search_contents .search_ttl {
        font-size: 18px;
    }
    .page_ttl h2 {
        font-size: 30px;
    }
    .blead_list .blead_list_link,
    .search_btn a {
       font-size: 13px;
    }
}

@media screen and (max-width:1024px) {
    .main_contents_area section {
        max-width: calc(100% - 5%);
        margin: 0 auto;
    }
    .contents_1 {
        margin-bottom: 230px;
    }
    .main {
        padding-top: 95px;
    }
    #header {
        border-right: none;
    }
    .footer_contents.sp {
        display: block;
    }
}

@media screen and (max-width:767px) {
    .main {
        padding-left: 0;
        padding-right: 0;
    }
    .page_ttl h2 {
        padding-left: 10px;
    }
    
    .main_contents_area .properties_card_area {
        max-width: unset;
        padding: 0 10px;
        height: unset;
    }
    .properties_card_area .properties_card_contents {
        width: 100%;
        max-width: unset;
    }
    .pc {
        display: none;
    }
    .main_contents_area .search_contents {
        position: absolute;
        width: 94%;
        max-width: unset;
        border-radius: 15px;
        height: auto;
        left: -94%;
        z-index: 3;
        transition: all .5s;
    }
    .main_contents_area .search_contents.open {
        left: calc(50% - 47%);
        transition: all .5s;
    }
    .search_contents .search_btn {
        position: sticky;
        opacity: .9;
        bottom: 40px;
    }

    .main_contents .pagenation {
        padding: 0 10px;
    }
    .properties_card_txt_area .properties_card_txt_land_area {
        padding-bottom: 26px;
    }
    .main_contents .pagenation li,
    .main_contents .pagenation .priod {
        width: 22px;
        height: 22px;
       font-size: 13px;
    }
    .sp {
        display: block;
    }
    .search_conditions .search_conditions_contents {
        display: flex;
        align-items: center;
        box-shadow: rgba(0,0,0,.25) 0 0 8px;
        margin: 0 10px;
        border-radius: 3px;
        margin-bottom: 50px;
        background-color: #ff9615;
    }

    .search_conditions_contents .search_conditions_ttl {
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        font-family: "Noto Sans JP", sans-serif;
        width: 20%;
        height: 100%;
        text-align: center;
        border-radius: 4px 0px 0px  4px;
    }
    .search_conditions_contents .search_conditions_txt {
        width: 80%;
        font-size: 14px;
        font-weight: 500;
        font-family: "Noto Sans JP", sans-serif;
        color: #333;
        padding: 8px;
        height: 100%;
        background: #fff;
        border-radius: 0 4px 4px 0;
    }
    .page_ttl {
        margin-bottom: 14px;
    }

    .footer_sp {
        bottom: 0;
        left: 0;
        width: 100%;
        height: 60px;
        background-color: #fff;
        z-index: 99;
    }
    .footer_sp.fixed {
        position: fixed;
    }
    .footer_sp .footer_sp_contents {
        background-color: #ff9615;
        width: 90%;
        height: 40px;
        border: #C59152 solid 1px;
        border-radius: 4px;
        margin: 10px auto;
        transition: all .5s;
    }
    .footer_sp .footer_sp_contents:hover {
        opacity: .8;
        transition: all .5s;
    }

    .footer_sp_contents .footer_sp_contents_link {
        width: 100%;
        height: 100%;
        border-radius: 4px;
        text-decoration: none;
        display: flex;
        justify-content: center;
        color: #fff;
       font-size: 13px;
        font-weight: 700;
        font-family: "Noto Sans JP", sans-serif;
        align-items: center;
    }

    .footer_sp_contents_link .footer_sp_contents_img {
        width: 12px;
        height: 12px;
        margin-right: 6px;
        margin-top: 2px;
    }
}

.pagination {
    max-width: 450px;
    margin: 50px auto 0 auto;
    display: block;
    border-radius: 0;
}
.pagination .btn-white {
    margin-bottom: 20px;
}

.pagination .btn-white-last {
    width: 100%;
    background-color: transparent;
    text-decoration: none;
    border: none;
    cursor: auto;
    outline: none;
    padding: 0;
    display: inline-block;
    appearance: none;
    min-width: 290px;
    font-size: 1.6rem;
    padding: 15px;
    border-radius: 5px;
    color: #fff;
    position: relative;
    color: #ff9615;
    background: #fff;
    border: 2px solid #ff9615;
    -webkit-box-shadow: 0px 5px 0px 0px gainsboro;
    -moz-box-shadow: 0px 5px 0px 0px gainsboro;
    box-shadow: 0px 5px 0px 0px gainsboro;
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
}

.pagination .btn-white a {
    width: 100%;
    background-color: transparent;
    text-decoration: none;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    display: inline-block;
    appearance: none;
    min-width: 290px;
    font-size: 1.6rem;
    padding: 15px;
    border-radius: 5px;
    color: #fff;
    position: relative;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    color: #ff9615;
    background: #fff;
    border: 2px solid #ff9615;
    -webkit-box-shadow: 0px 5px 0px 0px gainsboro;
    -moz-box-shadow: 0px 5px 0px 0px gainsboro;
    box-shadow: 0px 5px 0px 0px gainsboro;
    font-size: 16px;
    text-align: center;
}
.pagination .btn-white a:after {
    font-family: 'icomoon' !important;
    content: "\e902";
    display: inline-block;
    position: absolute;
    right: 95px;
    top: 50%;
    color: #ff9615;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.14s ease-in-out;
    -moz-transition: 0.14s ease-in-out;
    -o-transition: 0.14s ease-in-out;
    transition: 0.14s ease-in-out;
    font-size: 16px;
}
.pagination .btn-white a:hover {
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.pagination ul {
    overflow: hidden;
    position: relative;
    padding: 0 !important;
    margin: 0 !important;
}
.pagination ul li {
    margin: 0 !important;
    list-style: none;
}

.pagination ul li a {
    width: 100%;
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    padding: 12px 10px;
    min-width: 140px;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    background: #ff9615;
    border: none;
    min-width: 0;
}

.pagination ul li.all a {
    font-size: 16px;
    font-weight: 700;
    color: #ff9615;
    background: #fff;
    border: 1px solid #ff9615;
}

.pagination ul li p {
    width: 100%;
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    padding: 12px 10px;
    min-width: 140px;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    background: #ff9615;
    border: none;
    min-width: 0;
}

.pagination ul li.prev {
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
}
.pagination ul li.next {
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
}
.pagination ul li.all {
    width: 38%;
    margin-left: auto !important;
    margin-right: auto !important;
    position: relative;
}
.pagination ul li.all select {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    width: 100% !important;
    height: 100% !important;
    display: block;
    z-index: 2;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 0;
    margin: 0;
    padding: 0;
    background: none transparent;
    max-width: none !important;
}

.btn-favorite a {
    overflow: hidden;
    display: inline-block;
    text-decoration: none;
    border: 2px solid #fff;
    border-radius: 5px;
}
.btn-favorite a:after {
    content: "\e905";
    display: inline-block;
    font-family: 'icomoon' !important;
    font-size: 28px;
    line-height: 0.9;
    color: #fff;
}
[id*="active_"] a {
    content: "\e905";
    color: #d6bd5e;
    border: 2px solid #d6bd5e;
    background-color: #fff;
}
[id*="active_"] a:after {
    content: "\e905";
    color: #d6bd5e;
}

.properties_card_area .not_found_sorry {
    width: 100%;
    text-align: center;
}

.properties_card_area .not_found_sorry h2 {
    margin: 30px;
}

.properties_card_area .not_found_sorry p {
    margin-bottom: 30px;
}

.properties_card_area .not_found_sorry img {
    height: 300px;
}

section.main_contents .thanks_message, 
section.main_contents .error_message {
    max-width: 800px;
    margin: 0 auto;
}

section.main_contents .thanks_message .thanks_message_img, 
section.main_contents .error_message .error_message_img {
    text-align: center;
}

section.main_contents .thanks_message .thanks_message_img img, 
section.main_contents .error_message .error_message_img img {
    height: 250px;
}

section.main_contents .thanks_message h3, 
section.main_contents .error_message h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 25px 0;
} 

section.main_contents .thanks_message p, 
section.main_contents .error_message p {
    line-height: 2;
    margin-bottom: 25px;
}

section.main_contents .thanks_message a,
section.main_contents .error_message a.return_btn {
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 10px 25px;
    border: 1px solid #ff9615;
    border-radius: 10px;
    color: #ff9615;
    transition: all .5s;
}

section.main_contents .thanks_message a:hover,
section.main_contents .error_message a.return_btn:hover {
    color: #fff;
    background-color: #ff9615;
}

@media screen and (max-width:1440px) {
    section.main_contents .thanks_message, 
    section.main_contents .error_message {
        max-width: 80%;
    }
}

@media screen and (max-width:1023px) {
    section.main_contents .thanks_message, 
    section.main_contents .error_message {
        max-width: 90%;
    }
}

.not_found_area .not_found_img {
    text-align: center;
}

.not_found_area p {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 2;
}

@media screen and (max-width:1024px) {
    .properties_card_area .not_found_sorry img {
        height: auto;
        width: 100%;
    }
}

section.main_contents .sort_area {
    display: flex;
    margin-bottom: 20px;
    justify-content: end;
    align-items: center;
}

section.main_contents .sort_area .btn-group {
    border: 1px solid #ADADAD;
    border-radius: 5px;
}

section.main_contents .sort_area .btn-group select {
    padding: 5px 10px 5px 15px;
    appearance: auto;
}

@media screen and (max-width:768px) {
    section.main_contents .sort_area {
        justify-content: center;
    }
}