@charset 'utf-8';

.list_h1 { display:block; margin-top:30px; margin-bottom:30px; font-weight:bold; font-size:24px; }
.list_h1 .list_page { font-size:18px; }
@media screen and (max-width: 740px) {
    .list_h1 { margin-bottom:20px; font-size:16px; }
    .list_h1 .list_page { font-size:14px; }
}

.jokens { width:1080px; display:block; }
@media screen and (max-width: 740px) {
    .jokens { width:100%; background:#0A3F67; }
}

.linkcity { width:1080px; display:block; }
.linkcity ul { width:100%; display:flex; margin:0 auto; border-bottom:2px solid #0A3F67; overflow:hidden; }
.linkcity li { width:140px; height:50px; display:block; margin:0 10px -10px 0; }
.linkcity li a { width:100%; height:100%; display:block; border:2px solid #0A3F67; border-radius:10px; text-align:center; color:#0A3F67; font-weight:bold; line-height:40px; }
.linkcity li a i { display:none; }
.linkcity li a.linkcity_current { background:#0A3F67; color:#fff; }
.linkcity li a:hover { opacity:0.7; transition:0.3s; }
@media screen and (max-width: 740px) {
    .linkcity { width:90%; margin:0 auto; }
    .linkcity ul { margin:0 auto 10px auto; flex-wrap:wrap; justify-content:space-between; }
    .linkcity li { width:47.5%; height:auto; display:block; margin:0 0 10px 0; }
    .linkcity li:first-child { width:100%; }
    .linkcity li a { width:auto; height:auto; display:block; border:2px solid #fff; background:#fff; border-radius:20px; text-align:center; color:#0A3F67; font-weight:bold; line-height:30px; }
    .linkcity li a i { display:inline; margin:0 0 0 5px; }
}

.kensaku_bg { width:100%; display:block; padding:20px 0; background:#EAEFF5; }
@media screen and (max-width: 740px) {
    .kensaku_bg { padding:0px 0; background:none; }
}

.linktype { width:100%; display:block; }
.linktype ul { width:95%; display:flex; justify-content:space-between; margin:0 auto; }
.linktype li { width:195px; height:auto; display:block; margin:0; }
.linktype li a { width:100%; height:auto; display:block; padding:10px 0; border:2px solid #0A3F67; background:#fff; border-radius:20px; text-align:center; color:#0A3F67; font-weight:bold; line-height:1.2; transition:0.3s; }
.linktype li a.linktype_current { background:#0A3F67; color:#fff; }
.linktype li a:hover { opacity:0.7; transition:0.3s; }
.linktype li a span { line-height:1.2; }
.linktype li a i { display:inline; margin:0 0 0 5px; }
@media screen and (max-width: 740px) {
    .linktype { width:100%; margin:0 auto; border-top:1px solid #fff; }
    .linktype ul { width:100%; display:flex; flex-wrap:wrap; justify-content:space-between; margin:20px auto 10px auto; }
    .linktype li { width:47.5%; height:auto; display:block; margin:0 0 10px 0; }
    .linktype li:first-child { width:100%; }
    .linktype li a { width:auto; height:auto; display:block; padding:0; border:2px solid #fff; background:#fff; border-radius:20px; text-align:center; color:#0A3F67; font-weight:bold; line-height:30px; }
}

/*検索*/
.jokens { display:block; }
.joken { display:block; }
@media screen and (max-width: 740px) {
    .jokens { width:100%; margin:0 auto; border-radius:15px; }
    .joken { width:90%; margin:0 auto; border-top:1px solid #fff; border-radius:0; }
}

/*アコーディオン*/
.AC_BACK{background:#EAEFF5; width:95vw; margin: 0 auto; padding-bottom: 20px;max-width: 1080px; padding-top: 5px;}
.accordion {margin:20px auto 0 auto;position: relative;width: 95%;padding-bottom: 15px;}
.accordion-content {display: none;padding: 10px;}
.accordion-content p {font-size: 13px;line-height: 1.5;}
.accordion-item .accordion-title {background-color: #fff;margin-bottom: 0; transition:0.3s; }
.accordion-item .accordion-title:hover { opacity:0.7; transition:0.3s; }
.accordion-item .accordion-content {background: white;width:100%; box-sizing:border-box; }
.accordion-title {position: relative;width: 150px; padding: 10px 10px 10px 0px; color:#0A3F67; letter-spacing: 0px; text-align:center; font-weight:bold;cursor: pointer;}
.accordion-title::after {border-right: solid 1.5px #707070;border-top: solid 1.5px #707070;content: "";display: block;height: 8px;position: absolute;right: 10px;top: 31%;transform: rotate(135deg);transition: transform .3s ease-in-out, top .3s ease-in-out;width: 8px;}
.accordion-title.open::after {top: 45%;transform: rotate(-45deg);}
.accordion-container{display: flex;flex-direction: row;justify-content: space-between;}
.bottom_search {color: #fff;background: #F65E39; border:2px solid #F65E39; font-size: 15px;border-radius: 10px;padding: 10px 40px; display: flex; align-items: center; font-weight:bold; box-sizing:border-box; transition: 0.3s; }
.bottom_search:hover { background: #fff;color: #F65E39; transition: 0.3s; }
.bottom_search i {margin:0 5px 0 0;}
.keepform { margin:20px 0 0 0; }
.bottom_keep {color: #fff;background: #5A89B9; border:2px solid #5A89B9; font-size: 15px;border-radius: 10px;padding: 10px 40px; display: flex; align-items: center; font-weight:bold; box-sizing:border-box; text-align:center; transition:0.3s; }
.bottom_keep:hover { background: #fff;color: #5A89B9; transition: 0.3s; }
.bottom_keep i {margin:0 5px 0 0;}
.fa-position-left {position: absolute;top: calc(50% - .5em);left: 1rem;}
.accordion_bottom { display:flex;flex-direction:row; align-items:center; width:400px; margin:0 0 0 5%; justify-content:space-between;}
.bottom_number { font-weight:bold; color:#000; }
.bottom_number span{margin:0 5px 0 0; font-size: 30px;color: #F65E39;font-weight: bold;}
a.bottom_buttonA{background-color: #F65E39;}
a.bottom_buttonB{color: #F65E39;background: white;}
.accordion-content div{ padding:0 5px; font-size: 14px;letter-spacing: 0px;}
.accordion-content div.selectBox{border: 1px solid #ccc;margin: 5px 0; font-size: 13px;}
form label.checkBtn{margin-right: 0px;}
.accordion input{margin-right: 3px;}
.selectBox {margin: 50px auto 0;position: relative;}
.selectBox select {-webkit-appearance: none;appearance: none;border-radius: 0;height: 30px;padding-left: 10px;width: 100%;}
.selectBox select::-ms-expand {display: none; }
.selectBox::before {border-bottom: 4.5px solid #707070;border-left: 4px solid transparent;border-right: 4px solid transparent;content: "";position: absolute;right: 9px;top: 8px;width: 0;pointer-events: none;}
.selectBox::after {border-left: 4px solid transparent;border-right: 4px solid transparent;border-top: 4.5px solid #707070;content: "";position: absolute;right: 9px;top: 17px;width: 0;pointer-events: none; }
.acd-label{display: none;}
.acd-nolabel{display: none;}
.acd-check{display: none;}
.SP_TYTLE{display: none;}

@media screen and (max-width: 740px) {
/*アコーディオン*/
.AC_BACK {width: 95vw;background: none;margin-top: 0;padding-top: 0;border: 1px solid #eee;}
.accordion-container{flex-wrap: wrap;justify-content: initial;}
.accordion-item .accordion-title{ background: none; margin:0 auto; width:90%; border-bottom:1px solid #999; padding: 10px 0; pointer-events: none; text-align:left; }
.accordion_bottom {margin-top: 0px; margin-left:0; width:100%; display: flex;flex-direction: column;align-items: center;justify-content: center; }
.bottom_number { color:#000; }
.bottom_number_favo { color:#000; }
.accordion-item .accordion-content {width: 42vw;padding: 0px;padding-left: 10px;padding-top: 2px;}
.accordion-item{ width:100%; margin: 0;background: white;}
.accordion{width: 100%;padding-top: 0px;margin-top: 0px;}
.accordion-title.open::after {display: none;}
.accordion-title::after {display: none;}
.accordion-item .accordion-content {flex-direction:row; justify-content:space-between; display: flex;flex-wrap: wrap;background: none;margin:0 auto; padding: 10px 0;width: 90%; }
.accordion-content div{width: 47.5%; padding:0; }
.accordion-item h3{font-size: 15px;font-weight: bold;color: #F65E39;}
.selectBox select{font-size: 15px;height: 40px;}
form label.checkBtn {margin-right: 0px;font-size: 15px;}
.bottom_number{margin-right:0;}
.accordion_bottom .bottom_number{ color: #fff; }
.KENSAKU .accordion_bottom .bottom_number{ color: #000; }
.acd-check{display: none;}
.acd-label{width: 100%; color: #fff;display:flex; justify-content:space-between; margin: 0 auto; padding:10px 30px 10px 0; text-align:left; position: relative; box-sizing:border-box; font-weight: bold; }
.acd-nolabel{width: 100%; color: #fff;display:flex; justify-content:space-between; margin: 0 auto; padding:10px 30px 10px 0; text-align:left; position: relative; box-sizing:border-box; font-weight: bold; }
.acd-content{ width:100%; height: 0;opacity: 0; transition: .5s;visibility: hidden;}
.acd-check:checked + .acd-label + .acd-content{height: auto;opacity: 1;padding: 0px;visibility: visible;}
.acd-label:after{box-sizing: border-box;content: '\f067';display: block;font-family: "Font Awesome 5 Free";padding:10px 0 0 10px;position: absolute;right: 0;top: 0px;}
.acd-label span { font-weight:normal; line-height:2em; }
.acd-label strong { font-size: 16px; }
.acd-check:checked + .acd-label:after{content: '\f068';}
.acd-check:checked + .acd-label + .acd-content{opacity: 1; visibility: visible;}
.SP_TYTLE{display: block;font-size: 17px;margin-bottom: 10px;font-weight: bold;text-align: left;margin-top: 25px;text-align: center;}

.accordion_bottom button{padding: 10px 45px;margin-top: 0px; margin-bottom:20px; width: 80vw;justify-content: center;}
.accordion_bottom button.MODAL_OPEN { margin-top:0; margin-bottom:20px; }
.accordion_bottom form{width: 80vw; margin:10px auto;}
.accordion_bottom form .bottom_keep {width:100%; text-align:center; }
.JOKEN_BACK{width: 95vw;}
.keepform { margin-bottom:10px; }
.keepform input { width:100%; }


}

.ESTATE_SELECT{width:100%; margin: 0 auto; padding-top:10px;display: flex;flex-direction: row;justify-content: space-between;align-items: center; }
.ESTATE_SELECT .ESTATE_SELECT_NM{ margin:0 5px; font-size: 30px;color: #F65E39;font-weight: bold;}
@media screen and (max-width: 740px) {
.ESTATE_SELECT{ margin-top: 30px; padding-top:0; }
.ESTATE_SELECT_NOW{width:100%; display:block; }

}

.NUM{width:100%; margin: 0 auto; padding-top: 50px;display: flex;flex-direction: row;justify-content: space-between;align-items: center; }
.NUM span{ margin:0 5px; font-size: 30px;color: #F65E39;font-weight: bold;}
@media screen and (max-width: 740px) {
.NUM{ flex-direction:column; padding-top:0; }
}

/*検索条件*/
.LIST_JOKEN{width: 75vw;margin: 30px auto 10px auto;background: #F3F7EE;border-radius: 10px;padding: 15px 0;max-width: 1000px;}
.LIST_JOKEN table{width: 90%;margin: 0 auto;text-align: left;margin-bottom: 20px;}
.LIST_JOKEN tbody{display: flex;flex-wrap: wrap;}
.LIST_JOKEN th{font-size: 15px;width: 10%;}
.LIST_JOKEN td{font-size: 14px;width: 35%;}
.LIST_JOKEN tr{width: 45%;}
.searchList__sort select{border: 1px solid #ccc;padding: 0 14px;}
.searchList__sort {position: relative;}
.searchList__sort select {-webkit-appearance: none;appearance: none;border-radius: 0;height: 30px;padding-left: 10px;width: 150px;}
.searchList__sort select::-ms-expand {display: none; }
.searchList__sort::before {border-bottom: 4.5px solid #707070;border-left: 4px solid transparent;border-right: 4px solid transparent;content: "";position: absolute;right: 9px;top: 8px;width: 0;pointer-events: none;}
.searchList__sort::after {border-left: 4px solid transparent;border-right: 4px solid transparent;border-top: 4.5px solid #707070;content: "";position: absolute;right: 9px;top: 17px;width: 0;pointer-events: none; }

@media screen and (max-width: 740px) {
.searchList__sort select{width: 35vw;}
}

.blists { width:100%; display:flex; flex-wrap:wrap; justify-content:left; align-items:flex-start; }
.blist { width:31%; margin:0px 3.5% 50px 0; position:relative; }
.blist:nth-child(3n) { margin-right:0; }
.blist_photo { width:100%; display:block; position:relative; }
.blist_photo .swiper { width:100%; overflow: hidden;}
.blist_photo .swiper-slide { height: 223.2px; background: #f2f2f2;}
.blist_photo .swiper-slide.zumen { height: 223.2px; }
.blist_photo .blist_img { height: 223.2px; }
.blist_photo img { max-width: 100%; max-height: 100%; display:block; margin: 0 auto;}
.blist_photo .swiper-button-next, .blist_photo .swiper-rtl .swiper-button-prev { width:20px; height:40px; display:block; color:#fff; transition:0.3s; }
.blist_photo .swiper-button-next:hover, .blist_photo .swiper-rtl .swiper-button-prev:hover { color:#999; transition:0.3s; }
.blist_photo .swiper-button-prev, .blist_photo .swiper-rtl .swiper-button-next { width:20px; height:40px; display:block; color:#fff; transition:0.3s; }
.blist_photo .swiper-button-prev:hover, .blist_photo .swiper-rtl .swiper-button-next:hover { color:#999;transition:0.3s; }
.blist_photo .swiper-button-next::after, .blist_photo .swiper-button-prev::after { font-weight:bold; font-size:20px; position: absolute; /*top: 50%; margin-top: -6px;*/ }
.blist_photo .swiper-button-next::after { left: 50%; margin-left:2px; }
.blist_photo .swiper-button-prev::after { right: 50%; /*margin-right: -2px; */}
.blist_photo .blist_noimg { display:flex; align-items:center; justify-content:center; background:#d8d8d8; width:100%; aspect-ratio: 3 / 2; font-weight:bold; font-size:16px; }
.blist_photo .blist_noimg img { width:70%; }
@media screen and (max-width: 740px) {
    .blist { width:100%; /*margin:50px 0 0 0;*/ }
    /* .blist_photo img { max-height: 300px; } */
    .blist { width:100%; margin:0px 3.5% 50px 0; position:relative; }
}

.blist_taglist { width:auto; margin:0 auto; display:flex; flex-wrap: wrap; justify-content:flex-start; text-align:center; position:absolute; top:0; left:0; z-index:2; }
.blist_tag { width:120px; margin:0; color:#fff; font-size:13px; line-height:1.5; }
.blist_tag:last-child { margin-right:0; }
.tag_new { width:60px; background:#E05842; }
.tag_nhouse { background:#B3B91B; }
.tag_uhouse { background:#1BABB9; }
.tag_mansion { background:#E58D26; }
.tag_land { background:#E5B800; }
.tag_reform { background:#0A3F67; }
.tag_pd { background:#E05842; }

.blist_photo .blist_oh { width:130px; position:absolute; z-index:3; top:-20px; right:5px; }

.blist_link { width:100%; display:block; margin:0; padding-bottom:60px; }
.blist_link:hover { background:#eee; }
.blist_title { width:100%; display:block; margin:0 0 10px 0; padding:5px 0; border-bottom:1px solid #999; font-weight:bold; font-size:16px; line-height:1.5; }
.blist_outline { width:100%; display:block; }
.blist_prices { display:flex; justify-content:space-between; align-items:start; }
.blist_price { color:#0A3F67; }
.blist_price strong { margin-right:5px; font-weight:bold; font-size:20px; }
.blist_more { color:#0A3F67; }
.blist_more i { margin-left:5px; }
.blist_link:hover .blist_more { text-decoration:underline; }
.blist_outline dl { display:flex; padding:5px 0; line-height:1.5; }
.blist_outline dt { width:25px; }
.blist_outline dt i { color:#0A3F67; font-size:16px; }
.blist_outline dd { width:calc(100% - 25px); }

.blist_contact { width:100%; display:flex; justify-content:space-between; padding:10px 0; border-bottom:1px solid #999; position:absolute; bottom:0; left:0; }
.blist_mail { width:47.5%; height:40px; display:flex; justify-content:center; align-items:center; background:#fff; border:2px solid #5A89B9; border-radius:5px; box-sizing:border-box; color:#5A89B9; font-weight:bold; line-height:40px; transition:0.3s; }
.blist_mail:hover { background:#5A89B9; color:#fff; transition:0.3s; }
.blist_mail img { width:28px; margin:0 5px 0 0; }
.blist_mail img.blist_mail_icon { display:inline; }
.blist_mail img.blist_mail_dicon { display:none; }
.blist_mail:hover img.blist_mail_icon { display:none; }
.blist_mail:hover img.blist_mail_dicon { display:inline; }
.blist_favo { width:47.5%; height:40px; display:block; }
.blist_favo input.LINK_BUKKEN { width:100%; height:100%; padding:0 0 0 38%; display:block;
    background:#fff url(../../img/favo.svg) no-repeat 20% 50%; background-size: 30px; border:2px solid #FF5C5C;
    border-radius:5px; box-sizing:border-box; color:#FF5C5C; font-weight:bold; transition:0.3s; }
.blist_favo input.LINK_BUKKEN:hover { background-color:#FF5C5C; background-image:url(../../img/favo_d.svg); color:#fff; transition:0.3s; }
.blist_favo input.LINK_BUKKEN_D { width:100%; height:100%; padding:0 0 0 38%; display:block;
    background:#fff url(../../img/favo_d.svg) no-repeat 20% 50%; background-size: 30px; border:2px solid #FF5C5C; border-radius:5px; box-sizing:border-box; color:#FF5C5C; font-weight:bold; transition:0.3s; }
.blist_favo input.LINK_BUKKEN_D:hover { background-color:#f9d2d0; background-image:url(../../img/favo_d.svg); transition:0.3s; }

.favo_text { text-align:center; }
.FAVO_LINKS { width:100%; display:flex; justify-content:space-between; margin:50px auto 0 auto; }
.FAVO_LINKS li { width:200px; height:auto; display:block; margin:0; }
.FAVO_LINKS li a { width:100%; height:auto; display:block; padding:10px 0; border:2px solid #0A3F67; background:#fff; border-radius:20px; text-align:center; color:#0A3F67; font-weight:bold; line-height:1.2; transition:0.3s; }
.FAVO_LINKS li a.FAVO_LINKS_current { background:#0A3F67; color:#fff; }
.FAVO_LINKS li a:hover { opacity:0.7; transition:0.3s; }
.FAVO_LINKS li a span { line-height:1.2; }
.FAVO_LINKS li a i { display:inline; margin:0 0 0 5px; }
@media screen and (max-width: 740px) {
    .favo_text { text-align:left; }
    .FAVO_LINKS { width:100%; display:flex; flex-wrap:wrap; justify-content:space-between; margin:30px auto 0 auto; }
    .FAVO_LINKS li { width:47.5%; height:auto; display:block; margin:0 0 10px 0; }
    .FAVO_LINKS li:first-child { width:100%; }
    .FAVO_LINKS li a { width:auto; height:auto; display:block; border-radius:20px; text-align:center; color:#0A3F67; font-weight:bold; }
}

.FAV_BUTTON { margin:10px 0; color: white; display: flex; flex-direction: row; align-items: center; height: 25px; margin-top: 20px; display: flex;flex-direction: row; border: none;color: #fff;letter-spacing: 0px; }
.FAV_BUTTON label { height:40px; display:flex; margin:0 20px 0 0; padding:0 30px; cursor: pointer; background:#0A3F67; border-radius:10px; font-weight:bold; font-size: 14px; line-height:40px; text-align:center; transition:0.3s; align-items:center; }
.FAV_BUTTON label i { font-size: 24px; }
.FAV_BUTTON label.con_all:hover { opacity: .7; transition:0.3s; }
.checkAll + label.check_all:before { font-weight: 400; font-family: "Font Awesome 5 Free"; content: '\f0c8'; color: #FFF; font-size: 30px;}
.checkAll:checked + label.check_all:before { content: '\f14a'; font-weight: 900; color: #FFF;}

.FAV_BUTTON input { display:none; }
@media screen and (max-width: 740px) {
    .FAV_BUTTON { justify-content:space-between; }
    .FAV_BUTTON form { width:47.5%; padding:0; }
    .FAV_BUTTON label { width:47.5%; padding:0; }
    .FAV_BUTTON label i { margin-left:10px; }
    .FAV_BUTTON label.con_all { width:100%; }
    .FAV_BUTTON label span { display:none; }
    .checkAll + label.check_all:before { margin-left:10px; }
}

/* チェックボタン */
.FAVORETE_CHECKBOX { position: absolute; top: 10px; right:10px; z-index: 5;}
.FAVORETE_CHECKBOX:hover { cursor: pointer;}
.group { display: none;}
.checkbox-fontas { position: relative; vertical-align: middle; font-size: 21px;}
.group + .checkbox-fontas:before { font-weight: 400; font-family: "Font Awesome 5 Free"; content: '\f0c8'; color: #F65E39; font-size: 30px;}
.group:checked + .checkbox-fontas:before { content: '\f14a'; font-weight: 900; color: #F65E39;}

/*条件保存*/
.saves { width:100%; display:flex; flex-direction:column; }
.save { width:100%; display:block; margin:20px 0 0 0; padding:20px 50px; background:#EAEFF5; border-radius:20px; box-sizing:border-box; }
.save dl { display:flex; justify-content:left; align-items:start; }
.save dl dt { width:100px; color:#0A3F67; font-weight:bold; font-size:16px; }
.save dl dd { width:880px; display:flex; flex-direction:column; }
.save dl dd span { display:block; }
.SAVE_BUTTON { display:flex; justify-content:left; margin:10px 0 0 0; }
.SAVE_BUTTON_DELETE { width:160px; height:35px; display:block; margin-right:20px; border:2px solid #F65E39; border-radius:10px; text-align:center; font-weight:bold; line-height:35px; cursor:pointer; transition:0.3s; background:#fff; color:#F65E39; }
.SAVE_BUTTON_DELETE:hover { opacity: .7; transition:0.3s; }
.SAVE_BUTTON_SEARCH { width:160px; height:35px; display:block; margin-right:20px; border:2px solid #F65E39; border-radius:10px; text-align:center; font-weight:bold; line-height:35px; cursor:pointer; transition:0.3s; background:#F65E39; color:#fff; }
.SAVE_BUTTON_SEARCH:hover { opacity: .7; transition:0.3s; }
@media screen and (max-width: 740px) {
    .save { margin:20px 0 0 0; padding:10px 5%; }
    .save dl { display:flex; flex-direction:column; }
    .save dl dd { width:100%; }
    .SAVE_BUTTON { width:100%; justify-content:space-between; }
    .SAVE_BUTTON form { width:47.5%; }
    .SAVE_BUTTON_DELETE { width:100%; margin-right:0; }
    .SAVE_BUTTON_SEARCH { width:47.5%; }

}

.KENSAKU {
    position: fixed;
    left:0;
    bottom: 0;
    width: 100%;
    padding: 10px 0;
    color: #fff;
    background: rgba(255, 255, 255, 0.7);
    text-align: center;
    line-height: 20px;
    z-index: 5;
  }
.KENSAKU_PC	{ display:none; }
.KENSAKU .accordion_bottom { width:400px; }

/* ページネーション */
ul.PAGENATION	{ width:auto; display:flex; align-items:center; justify-content:space-between; float:right; margin:20px 0; }
ul.PAGENATION li	{ width:auto; float:left; margin:0 2px; }
ul.PAGENATION li a	{ width:20px; float:left; text-align:center; background:#d8f0f0; font-weight:bold; font-size:12px; line-height:1.8em; }
ul.PAGENATION li a:hover	{ background:#dfdccf; }
ul.PAGENATION li a:active	{ background:#dfdccf;  }
ul.PAGENATION li a.CURRENT	{ background:#76a439; color:#fff; }
ul.PAGENATION li.P_ARROW	{ margin:0; }
ul.PAGENATION li.P_ARROW a	{ margin:0; background:none; border:none; color:#424242; }
ul.PAGENATION li.P_ARROW a:hover	{ filter:alpha(opacity=70); -moz-opacity:0.70; -khtml-opacity:0.70; opacity:0.70; }
ul.PAGENATION li.P_ARROW a:active	{ filter:alpha(opacity=70); -moz-opacity:0.70; -khtml-opacity:0.70; opacity:0.70; }
ul.PAGENATION li.P_ARROW span	{ width:16px; float:left; text-align:center; margin:0; background:none; border:none; color:#ccc; font-size:12px; line-height:1.8em; }
ul.PAGENATION li.P_ARROW em	{ float:left; text-align:center; margin:0 10px; font-style:normal; font-size:15px; }
ul.PAGENATION li.P_ARROW .PREV	{ width:100px; float:left; display:block; margin:0 2.5% 0 0; text-align:center; font-size:16px; }
ul.PAGENATION li.P_ARROW .PREV i	{ margin-right:5px; }
ul.PAGENATION li.P_ARROW .NEXT	{ width:100px; float:right; display:block; margin:0 0 0 2.5%; text-align:center; font-size:16px; }
ul.PAGENATION li.P_ARROW .NEXT i	{ margin-left:5px; }
ul.PAGENATION li.P_ARROW em	{ color:#262626; }
ul.PAGENATION li.P_ARROW em.NOLINK	{ color:#ccc; }
.PAGEN	{ width:100%; float:left; background:none; border:none; }

@media screen and (max-width: 740px) {
    .KENSAKU .accordion_bottom { width:100%; flex-direction:row; justify-content:space-around; padding:0 5%; box-sizing:border-box; }
    .KENSAKU .accordion_bottom button { width:45%; padding:10px 0; }
    ul.PAGENATION	{ width:100%; float:none; margin:10px 0; text-align:center; position:relative; z-index:1; }
    ul.PAGENATION li	{ width:auto; float:none; margin:0 10px; position:relative; text-align:center; }
    ul.PAGENATION li a	{ width:30px; float:left; text-align:center; color:#262626; font-size:18px; line-height:1.8em; }
    ul.PAGENATION li.P_ARROW	{ margin:0; z-index:10; }
    ul.PAGENATION li.P_PAGE	{ text-align:center; z-index:0; }
    ul.PAGENATION li.P_ARROW a	{ margin:0; background:none; border:none; color:#454545; }
    ul.PAGENATION li.P_ARROW span	{ width:16px; float:left; text-align:center; margin:0; background:none; border:none; color:#ccc; font-size:18px; line-height:1.8em; }
    ul.PAGENATION li.P_ARROW .PREV	{ float:left; text-align:left; }
    ul.PAGENATION li.P_ARROW .NEXT	{ float:right; text-align:right; }
    ul.PAGENATION li.P_ARROW em	{ float:none; color:#262626; font-size:18px; line-height:40px; }
    ul.PAGENATION li.P_ARROW em.NOLINK	{ color:#ccc; }
}

.NOFAV { width:100%; margin:50px 0; font-weight:bold; font-size:20px; }
@media screen and (max-width: 740px) {
    .NOFAV { margin:30px 0; font-size:14px; }
}

.blist_finish { width: 100%; aspect-ratio: 3 / 2; display:flex; flex-direction:column; justify-content:center; align-items:center; background: #d8d8d8; position:relative; }
.blist_finish_text { width:100%; margin:0 0 10px 0; text-align:center; font-weight:bold; font-size:16px; }
.blist_finish img { width:50px; display:block; margin:0 auto; }
.blist_finishes .blist_contact { justify-content:center; position:relative; }
.blist_finishes .blist_favo { width:80%; }
.blist_finishes .blist_favo input.LINK_BUKKEN_D { text-align:center; padding-left:20px; background-position: 20% 50%; }


.accordion_bottom_wrap { display:flex; justify-content: space-between; margin:10px 0 0 0; }
.accordion_bottom_wrap .keepform { margin-top:0; }
@media screen and (max-width: 740px) {
    .accordion_bottom_wrap { display:flex; flex-wrap:wrap; }
}


/* 初期状態 */
.save_condition_pc {
  display: block;
  margin-right:2.5%; 
}

.save_condition_sp {
  display: none;
}

/* スマホ */
@media screen and (max-width: 767px) {
  .save_condition_pc {
    display: none;
  }

  .save_condition_sp {
    display: block;
    margin-top:5px;
  }

  .save_condition_sp .keepform {
    width: 100%;
    margin-top:0; 
  }

  .save_condition_sp .bottom_keep {
    width: 100%;
    display: block;
    box-sizing: border-box;
  }

.blist_photo .swiper-button-next,
.blist_photo .swiper-rtl .swiper-button-prev {
    width:20px;
    height:20px;
    display: flex;
    align-items: center;
    justify-content: center;

    background:#0A3F67;
    border-radius: 50%;

    color: #fff;
    transition: 0.3s;
}
.blist_photo .swiper-button-next::after, .blist_photo .swiper-button-prev::after {
    font-weight: bold;
    font-size: 10px;
    position: absolute;

}
.blist_photo .swiper-button-prev, .blist_photo .swiper-rtl .swiper-button-next {
    width:20px;
    height:20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background:#0A3F67;
    border-radius: 50%;
    color: #fff;
    transition: 0.3s;
}

.blist_photo .swiper-button-prev::after,
.blist_photo .swiper-button-next::after {
    position: static;
    transform: none;
    font-size: 10px;
}
}


.pagenation_pc { display:block; }
.pagenation_sp { display:none; }
/* 2番目の要素を右側に押し出す */
.ESTATE_SELECT > :nth-child(2){
    margin-left: auto;
}
@media screen and (max-width: 740px) {
    .pagenation_pc { display:none; }
    .pagenation_sp { display:block; }
}