/* 収益物件オープンページ共通CSS */
body{
    font-size: 14px;
    background-color: #e6e6e6;
    color: #1e2830;
    font-family: "Hiragino Sans"、"ヒラギノ角ゴシック";
}
main.buyproperty{
    display: flex;
}
section{
    margin-bottom: 40px;
}
.buyproperty_content{
    width: calc(100vw - 220px - 16px);
    height: calc(100vh - 90px);
    overflow: scroll;
    overflow-x: auto;
}
.buyproperty_content::-webkit-scrollbar {
  width: 16px;
}
.buyproperty_content::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 10px;
}
.buyproperty_content::-webkit-scrollbar-thumb {
  background: #31424f;
  border-radius: 10px;
  border: 6px solid transparent;
  background-clip: content-box;
}

.buyproperty_content_cover{
    padding:50px 30px;
    margin: 0 auto;
    max-width: 1200px;
}
/*
共通パーツ
---------------------------------------------------------------------------------------*/
/* ～～～～～～～枠系～～～～～～～ */
.main-tile,.main-tile_link{
    /* メインタイル　リンク無し */
    padding: 20px 30px;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.7);
}
.main-tile_link{
    /* メインタイル　リンク用 */
    background-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
    cursor:pointer
}
.mini-tile{
    /* ミニタイル */
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    padding:5px 10px;
    margin: 3px;
    border-radius: 50px;
    background-color: #31424f;
    color: #fff;
}
.mini-tile img.close{
    height: 15px;
    margin-left: 5px;
}
div.attention-tile{
    display: flex;
    align-items: center;
    gap: 10px;
}
div.attention-tile .attention_icon{
    height: 40px;
    width: auto;
}
/* ～～～～～～～文字系～～～～～～～ */
.color_red{
    color: #e20053;
}
.color_redbox{
    color: #fff;
    background-color: #e20053;
    padding: 2px 4px;
    border-radius: 5px;
}
.color_blue{
    color: #245d9c;
}
h2{
    color:#31424f;
    font-size: 18px;
    margin-bottom: 10px;
    display: flex;
    align-items: end;
}

/* ～～～～～～～フォーム系～～～～～～～ */
input[type="text"],select{
    border: none;
    border-radius: 5px;
    height: 35px;
    padding: 0 10px;
}
input[type="checkbox"]{
    display: none;
}
input[type="checkbox"] + .check_text{
    color: #fff;
    display: inline-flex;
    align-items: center;
    cursor:pointer;
}
input[type="checkbox"] + .check_text:before {
    content: "";
    display: inline-block;
    position: relative;
    top: 0.25em;
    background-image: url(/common/pc/img/buyproperty/check_off.png);
    background-size: 68% auto, 100%;
    background-position: top 55% left 50%, 0 0;
    background-repeat: no-repeat, no-repeat;
    width: 18px;
    height: 18px;
}
input[type="checkbox"]:checked + .check_text:before {
    background-image:url(/common/pc/img/buyproperty/check_on.png);
}
.selectbox_checks{
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.left_add_input,.right_add_input{
    display: flex;
}
.left_add_input label.add_label,.right_add_input span{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    width: 40%;
    min-height: 35px;
    color: #425460;
    background-color: #fff;
}
.left_add_input label.add_label{
    border-radius: 5px 0 0 5px;
    border-right: 1px solid #425460;
}
.right_add_input span{
    border-radius: 0 5px 5px 0;
    border-left: 1px solid #425460;
}
.left_add_input select,.left_add_input .checkbox,
.right_add_input input{
    background-color: #fff;
    margin: 0;
    font-size: 12px;
    width: 60%;
}
.left_add_input select,.left_add_input .checkbox{
    border-radius: 0 5px 5px 0;
}
.left_add_input .checkbox{
    display: flex;
    align-items: center;
    gap: 15px;
}
.left_add_input .checkbox label span{
    display: flex;
    align-items: normal;
}

.right_add_input input{
    border-radius: 5px 0 0 5px;
}
.fromto{
    text-align: center;
}
.fromto span{
    display: block;
    transform: rotate(90deg);
}

/* ～～～～～～～テーブル系～～～～～～～ */
.building_info table{
    width: 100%;
    color: #425460;
    border-top: 1.5px solid #e6e6e6;
    font-size: 12px;
    margin-top: 10px;
}
.building_info table tbody{
    display: flex;
    flex-wrap: wrap;
}
.building_info table tr{
    display: flex;
    padding: 5px 0;
}
.building_info table tr:first-child{
    padding-top: 10px;
}
.building_info table tr:last-child{
    padding-bottom: 10px;
}
.building_info table th{
    width: 85px;
    padding: 10px;
    background-color: #e6e6e6;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.building_info table td{
    width: calc(100% - 85px);
    display: flex;
    align-items: center;
    padding-left: 10px;
    text-align: left;
}
.building_info .building_update{
    width: 100%;
    font-size: 12px;
    color: #425460;
    display: flex;
    justify-content: space-between;
}

/* ～～～～～～～アコーディオン～～～～～～～ */
.accordion_title.active .accordion_arrow {
    transform: rotate(90deg);
}
.accordion_arrow {
    display: inline-block;
    margin-left: 8px;
    transition: transform 0.3s ease;
}
.accordion_arrow img {
    width: 12px;
    height: auto;
    vertical-align: middle;
}

/* ～～～～～～～ボタン系～～～～～～～ */
button.white_line{
    color: #fff;
    border-radius: 50px;
    background-color: transparent;
    border: 1px solid #fff;
    padding: 5px 20px;
    cursor: pointer;
}
button.blue_button{
    /* 主に決定系 */
    font-size: 16px;
    color: #fff;
    position: absolute;
    height: 50px;
    width: 170px;
    background: #245d9c;
    border: none;
    border-radius: 10px;
    z-index: 1;
    cursor:pointer;
}
a.blue_button_cover{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 54px;
    width: 174px;
    background: linear-gradient(12deg, #7592b2, #245d9c, #7592b2);
    border-radius: 10px;
    z-index: 2;
        box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
}
button.navy_button{
    /* 主に戻る系 */
    font-size: 16px;
    color: #fff;
    height: 50px;
    width: 170px;
    background: #31424f;
    border: none;
    border-radius: 10px;
    z-index: 1;
    cursor:pointer;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
}
button.navy_button img{
    position: absolute;
    left: 10px;
    top: calc(50% - 4px);
    width: auto;
    height: 8px;
    vertical-align: middle;
    transform: rotate(90deg);
}

/* ～～～～～～～スライダー～～～～～～～ */
.slider_box{
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.slider_box ul.keen-slider{
    width: 1150px;
}
.slider_box ul.keen-slider li.keen-slider__slide{
    box-sizing: border-box;
    height: 218px;
    width: 218px;
    max-width: 218px!important;
    min-width: 218px!important;
}
button.slider_arrow{
    position: absolute;
    top: 50%;
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: none;
    z-index: 10;
    cursor:pointer;
}
button.arrow--left{
    left: -10px;
    transform: rotate(90deg);
}
button.arrow--right{
    right: -10px;
    transform: rotate(-90deg);
}
button.slider_arrow img{
    height: 15px;
}

/* ～～～～～～～ページャー～～～～～～～ */
.pager{
    margin: 40px 0 10px;
}

.pager .pager_list{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pager .pager_list li{
    margin: 0;
    padding: 0;
}

.pager .pager_list li a,
.pager .pager_list li span{
    min-width: 42px;
    height: 42px;
    padding: 0 12px;
    border-radius: 999px;
    background-color: #ffffff;
    color: #31424f;
    font-size: 15px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
}
.pager .pager_list li .nextarrow{
    font-size: 18px;
    background-color: transparent;
    border: none;
}
.pager .pager_list li a{
    text-decoration: none;
    transition: all 0.2s ease;
}
.pager .pager_list li a.nextarrow{
    color: #245d9c;
}

.pager .pager_list li a:not(.nextarrow):hover,
.pager .pager_list li a:not(.nextarrow):focus{
    background-color: #245d9c;
    border-color: #245d9c;
    color: #ffffff;
}

.pager .pager_list li a:not(.nextarrow):focus{
    outline: none;
    box-shadow: 0 0 0 3px rgba(49, 66, 79, 0.2);
}

.pager .pager_list li span{
    background-color: #f0f3f6;
    color: #7e8a94;
}
.pager .pager_list li span.nextarrow{
    color: #7e8a94;
}
.pager .pager_list li:not(:first-child):not(:last-child) > span{
    background-color: #31424f;
    border-color: #31424f;
    color: #ffffff;
}
.pager .pager_list li:not(:first-child):not(:last-child) > span.ellipsis{
    background-color: transparent;
    border-color: transparent;
    color: #7e8a94;
}

.pager .pager_list li:first-child a,
.pager .pager_list li:last-child a,
.pager .pager_list li:first-child span,
.pager .pager_list li:last-child span{
    min-width: 52px;
    font-size: 14px;
}

/*
ヘッダー
---------------------------------------------------------------------------------------*/
header {
    background-color: #245d9c;
    padding: 10px 20px;
    height: 50px;
    overflow-y: hidden;
    display: flex;
    align-items: center;
    gap: 30px 0;
    flex-wrap: wrap;
}
header .logo{
    height: 30px;
    width: auto;
    margin-left: 20px;
}
header .logo a {
    display: inline-block;
    line-height: 0;
}
header .tab_menu{
    display: flex;
    align-items: end;
    gap: 7px;
    margin:0 50px;
    position: relative;
    bottom: -10px;
}
header .tab_menu li{
    position: relative;
}
header .tab_menu li.active a::before{
    content: "";
    position: absolute;
    bottom: -1px;
    left: -19px;
    height: 20px;
    width: 23px;
    background-image: url(/common/pc/img/buyproperty/menu_deco.png);
    background-size: contain;
    background-repeat: no-repeat;
}
header .tab_menu li.active a::after{
    content: "";
    position: absolute;
    bottom: -1px;
    right: -19px;
    height: 20px;
    width: 23px;
    background-image: url(/common/pc/img/buyproperty/menu_deco.png);
    background-size: contain;
    transform: scale(-1, 1);
    background-repeat: no-repeat;
    z-index: 10;
}
header .tab_menu li a{
    height: 30px;
    padding: 5px 20px;
    display: flex;
    align-items: center;
    background-color: #4482ad;
    border-radius: 10px 10px 0 0;
    font-size: 18px;
}
header .tab_menu li.active a{
    padding: 10px 20px;
    background-color: #e6e6e6;
}
header .tab_menu li img{
    height: 15px;
    width: auto;
}
header .tab_menu li.active a img{
    height: 20px;
    width: auto;
}
header a.join_member{
    margin-left:auto;
    margin-right: 40px;
}


/*
フッター
---------------------------------------------------------------------------------------*/
#bottomBnr {
	padding: 20px 0;
}
#bottomBnr ul {
	min-width: 950px;
}
#bottomBnr ul li {
	box-sizing: border-box;
	margin-right: 10px;
}
#bottomBnr ul li a {
	display: block;
}
#bottomBnr ul li a img {
	width: 100%;
}

footer #sitemap {
	color: rgb(255,255,255);
	background: #245d9c;
	padding: 56px 0 10px;
}
footer #sitemap #sitemapIn {
	width: 950px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
footer #sitemap #sitemapIn .sitemapBlock {
	width: 612px;
}
footer #sitemap #sitemapIn .sitemapBlock:first-child {
	width: 308px;
}
footer #sitemap #sitemapIn .sitemapBlock dl dd {
	font-size: 1.4rem;
	line-height: 180%;
	margin-top: 5px;
}
footer #sitemap #sitemapIn .sitemapBlock #footerLoginBtn {
	margin-top: 30px;
}
footer #sitemap #sitemapIn .sitemapBlock #footerLoginBtn li a {
	color: rgb(255,255,255);
	font-size: 1.4rem;
	font-weight: bold;
	display: block;
	background: url(/common/pc/img/common/footerlogin_arrow.png) no-repeat right center;
	background-size: 25px 6px;
	border: 1px rgb(255,255,255) solid;
	border-radius: 6px;
	padding: 10px 20px;
	margin-top: 10px;
}

footer #sitemap #sitemapIn .sitemapBlock .sitemapM {
	font-size: 1.7rem;
	font-weight: bold;
}

footer #sitemap #sitemapIn .sitemapBlock ul {
	margin-bottom: 20px;
}

footer #sitemap #sitemapIn .sitemapBlock ul li {
    display: inline-block;
	margin: 5px 12px 0 0;
}
footer #sitemap #sitemapIn .sitemapBlock ul#footerLoginBtn li {
    display: block;
    margin: 0;
}

footer #sitemap #sitemapIn .sitemapBlock ul li a {
	color: rgb(255,255,255);
	font-size: 1.4rem;
}

footer #sns {
	padding: 18px 0;
	border-bottom: 1px #4482ad solid;
}

footer #sns ul {
	display: flex;
	justify-content: center;
}

footer #sns ul li {
	margin: 0 8px;
}

footer #privacy {
	text-align: center;
	padding: 20px 0;
	display: flex;
	justify-content: center;
}

footer #privacy p {
	font-size: 1.4rem;
	margin-left: 10px;
	padding-top: 13px;
}

footer #privacy p a {
	color: rgb(57,85,202);
	font-weight: bold;
}

footer #copyright {
	background: #245d9c;
	padding: 20px 0;
}

footer #copyright p {
	color: rgb(255,255,255);
	font-size: 1.4rem;
	text-align: center;
}

/*
検索サイドバー
---------------------------------------------------------------------------------------*/
.search_box{
    background-color: #1e2830;
    width: 220px;
    height: calc(100vh - 130px);
    padding:20px 0;
    overflow: scroll;
    overflow-x: auto;
}

/* スクロールバーのスタイル */
.search_box::-webkit-scrollbar {
  width: 16px;
}
.search_box::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 10px;
}

.search_box::-webkit-scrollbar-thumb {
  background: white;
  border-radius: 10px;
  border: 6px solid transparent;
  background-clip: content-box;
}

.search_box .search_title{
    color: #fff;
    font-size: 18px;
    font-weight: 900;  
    padding: 20px;
    text-align: center;
}
.search_box form{
    overflow: hidden;
    padding-bottom: 80px;
}
.search_box form ul li{
    margin-bottom:30px;
}
.search_box form ul li p{
    color: #fff;
    font-size: 14px;
    margin-bottom: 5px;
}
.search_box form ul li div.accordion{
    margin-top: 5px;
}
.search_box form ul li p.form_title{
    font-weight: 600;
    margin:0 20px 5px 20px;
}
.search_box form ul li p.accordion_title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    padding: 15px 20px;
    background-color: #31424f;
    cursor: pointer;
    user-select: none;
}
.search_box form ul li p.accordion_title:hover {
    opacity: 0.7;
}
.search_box form ul li div.accordion_inner{
    background-color: #425460;
    padding: 15px 20px;
}
.search_box form ul li input[type="text"]{
    width: calc(100% - 60px);
    margin: 0 20px;
}
.search_box form ul li select{
    width: calc(100% - 40px);
    margin: 0 20px;
}
.search_box form ul li p.left_add_input select{
    margin:0;
}
.search_box form ul li p.right_add_input input[type="text"]{
    margin:0 0 0 20px;
}
.search_box form ul li p.right_add_input span{
    margin:0 20px 0 0;
}
.search_box form .label_selectbox{
    margin-bottom: 10px;
}
.search_box form .selectbox_checks{
    margin-left: 5px;
    font-size: 12px;
}
.search_box form .selected_area{
    padding:30px 20px 10px 20px;
    background-color: #425460;
}
.search_box .search_button_area{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    width: 204px;
    background-color: #1e2830;
    position: absolute;
    bottom: 20px;
    z-index: 10;
}
.search_box .search_button_area::before{
    display: block;
    content: "";
    position: absolute;
    top: -40px;
    width: 100%;
    height: 40px;
    background: linear-gradient( transparent , #1e2830);
}