
/*------制作メモ------

 #CDE3F8⇒メイン部分の背景、こだわり条件ボタン枠の背景
 #0D316D⇒タイトルバーとボタンの置換
 #5E8ABF⇒【エリア名（ローマ字）】
 #009CD1⇒ウェブアイコンの色
 #AD3333⇒値下げ・新着一覧リンクボタンホバー
 #E7F0F9⇒物件ホバー背景色

---------------------*/
.sp_off{
	display: none !important;
}
.buy_main_wrap{
    width: 100%;
    padding-top: 40px;
    position: relative;
    box-sizing: border-box;
    background-image: url(/img/lpo/buy_main_sp.webp);
    background-position-y: -150px;
    background-size: cover;
}
.buy_main_inner{
    width: 100%;
    align-items: flex-start;
    margin: 0 auto;
    position: relative;
}
.buy_main_inner h2{
    font-size: 26px;
    font-weight: bold;
    width: fit-content;
    margin-left: 5%;
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
    margin-bottom: 20px;
}
.buy_main_inner h2 span{
display: inline-block;
    font-size: 26px;
    font-weight: bold;
}
.buy_main_inner h2 span b{
    color: #ff5b47;
    writing-mode: initial;
    line-height: 37px;
}
.buy_main_inner .t_main_jr{
    font-size: 22px !important;
    margin-right: 4px;
    margin-bottom: 7px;
    color: #72bf44;
    background-color: #ffffffeb;
    padding: 5px 14px;
    font-weight: bold;
    line-height: 14px;
}
 .buy_main_inner .t_main_jr b{
    font-size: 20px !important;
    color: #72bf44 !important;
    font-weight: bold;
}
.buy_main_map{

}
.buy_search_wrap{
    width: 100%;
    padding: 20px 0px;
    background-color: #333;
    margin: 0px auto 0px 0px;
    position: relative;
}
.buy_search_inner{
    width: 92%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px auto;
    flex-direction: column;
}
.buy_number_list{
    display: flex;
    gap: 0px;
    width: 100%;
    justify-content: space-between;
}
.buy_number_list li{
    display: flex;
    align-items: center;
    gap: 5px;
}
.buy_number_list li span{
    background-color: #fff;
    padding: 3px 5px;
    font-size: 13px;
    font-weight: bold;
}
.buy_number_list li:nth-child(2) span{
	color: #72bf44;
}
.buy_number_list li:last-child span{
	color: #ce3636;
}
.buy_bukken_number{
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}
.buy_bukken_number b{
    font-size: 13px;
}
.buy_number_list li iframe{
    width: 42px;
    margin-top: 3px;
    height: 33px;
}
.search_regist_list_cms{
    margin: 0px;
    color: #fff;
    text-align: right;
    font-size: 14px;
    line-height: 35px;
}
.search_regist_list_cms b{
	font-size: 13px;
}
.buy_search_list{
    justify-content: space-between;
    display: flex;
    width: 100%;
	margin-top: 20px;
}
.buy_search_list li{
    width: 32%;
}
.buy_search_list li a{
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border-bottom: solid 4px #c5c5c5;
    font-size: 14px;
    font-weight: bold;
    box-sizing: border-box;
    gap: 8px;
    padding: 15px 5px;
    transition: all 0.2s;
    flex-direction: column;
}

.buy_search_list li a img{
	width: 30%;
}
.buy_sokuho_wrap{
    width: 100%;
    margin-top: 40px;
    padding-bottom: 70px;
    position: relative;
}
.buy_sokuho_wrap::after{
    display: block;
    content: "";
    position: absolute;
    width: 90vw;
    height: 218px;
    background-image: url(/img/lpo/buy_sokuho_bg.webp);
    bottom: -40px;
    right: 0px;
    z-index: 0;
}
.buy_sokuho_inner{
    width: 92%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}
.buy_sokuho_left{
	width: 100%;
	position: relative;
}
.buy_sokuho_left::after{
    display: block;
    width: 145px;
    height: 102px;
    content: "";
    background-image: url(/img/lpo/buy_sokuho_ti_sp.webp);
    position: absolute;
    right: 0px;
    top: -26px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
}
.buy_sokuho_list{
    padding: 0px 20px;
    background-color: #f5f4ec;
}
.buy_sokuho_left h2{
    font-size: 25px;
    font-weight: bold;
    margin: 0px;
    position: relative;
    line-height: 24px;
	z-index: 10;
}
.buy_sokuho_left h2::after{
    display: block;
    content: "";
    width: 50%;
    height: 3px;
    background-color: #333;
    position: absolute;
    bottom: -20px;
    left: 50%;
}
.buy_sokuho_left h2::before{
    display: block;
    content: "";
    width: 50%;
    height: 3px;
    background-color: #72bf44;
    position: absolute;
    bottom: -20px;
}
.buy_sokuho_left h2 p{
	font-size: 20px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}
.buy_sokuho_left h2 p span{
	font-size: 23px;
	color:#72bf44 ;
}
.buy_sokuho_txt{
    margin-top: 35px;
    font-size: 15px;
    line-height: 26px;
    font-weight: bold;
}
.buy_sokuho_right{
    width: 100%;
    box-shadow: 1px 2px 8px -2px #333;
    background-color: #f5f4ec;
    margin-top: 20px;
    position: relative;
}
.buy_sokuho_right iframe{
    display: block;
    width: 100%;
    height: 300px;
    overflow-y: scroll;
    box-sizing: border-box;
    padding: 0px 0px;
    background-color: #fff;
    position: relative;
    z-index: 10;
}
.buy_sokuho_list{
}
.buy_sokuho_list ul{

}
.buy_sokuho_list ul li{

}
.buy_sokuho_list ul li a{
    display: block;
    padding: 15px 10px;
    display: flex;
    gap: 5px;
    align-items: center;
    border-bottom: solid 1px #333;
    flex-direction: column;
    color: #333;
    text-decoration: none;
    align-items: baseline;
}

.buy_sokuho_list ul li a span{
    font-size: 13px;
    font-weight: bold;
    color: #49a513;
}
.buy_sokuho_list ul li a p{
    line-height: 22px;
    font-size: 14px;
}
.buy_sokuho_more{
    width: 85%;
    background-color: #333;
    color: #fff;
    box-shadow: 0px 3px 0px 0px #ddd;
    box-sizing: border-box;
    font-size: 15px;
    color: #fff;
    align-items: center;
    position: relative;
    padding: 15px 0px;
    position: absolute;
    display: flex;
    justify-content: center;
    left: 0px;
    color: #fff !important;
    right: 0px;
    margin: auto;
    font-size: 16px;
    bottom: -75px;
	z-index: 10;
}
.buy_sokuho_more::after{
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}
.buy_sokuho_more:hover{
    box-shadow: none;
    transform: translate(0px, 4px);
}
.buy_bukken_wrap{
    padding: 40px 0px;
    position: relative;
    margin-top: 40px;
}
.buy_bukken_wrap::before{
    display: block;
    content: "";
    width: 210px;
    height: 410px;
    left: 0px;
    top: 0px;
    background-image: url(/img/lpo/buy_bukken_shape_black.webp);
    position: absolute;
    background-position: bottom;
}
.buy_bukken_wrap::after{
    display: block;
    content: "";
    width: 380px;
    height: 360px;
    right: 0px;
    bottom: 0px;
    background-image: url(/img/lpo/buy_bukken_shape_green.webp);
    position: absolute;
    z-index: 1;
}
.buy_pickup_img{
    display: block;
    content: "";
    position: absolute;
    bottom: 100px;
    left: 0px;
    right: 0px;
    margin: auto;
    z-index: -1;
}
.buy_b_inner{
    width: 92%;
    margin: 0 auto;
}
.buy_bukken_ti{
    text-align: center;
    font-size: 16px;
}
.buy_bukken_ti h2{
    font-size: 24px;
    font-weight: bold;
    margin: 0px 0px 20px 0px;
    position: relative;
    line-height: 40px;
}
.buy_bukken_ti h2::after{
    display: block;
    content: "";
    width: 55px;
    height: 3px;
    background-color: #72bf44;
    bottom: -10px;
    left: 0px;
    right: 0px;
    margin: auto;
    position: absolute;
}
.buy_b_inner ul{
    margin: 0px auto 20px auto;
    padding: 0px;
    list-style-type: none;
    display: flex;
    justify-content: left;
    width: fit-content;
    position: relative;
    z-index: 10;
}
.buy_b_inner ul li{
    width: 250px;
	margin-right: 20px;
}
.buy_b_inner ul li a{
    display: block;
    box-sizing: border-box;
    background-color: #fff;
    color: #333;
    text-decoration: none;
	position: relative;
}
.buy_b_inner ul li a object{
    height: 160px;
    overflow: hidden;
    display: block;
}
.buy_b_inner ul li a object img{
    width: 335px;
    height: 100%;
    object-fit: cover;
    transition: all 0.2s;
}
.buy_b_cont{
    width: 100%;
    margin: 20px 0px 0px 4%;
    overflow: scroll;
}
.buy_b_shosai{
    padding: 30px 5% 20px 5%;
}
.buy_b_ti{
    font-size: 16px;
    margin-bottom: 5px;
}
.buy_b_kakaku{
    font-size: 18px;
    color: #ce0202;
}
.buy_b_shosai p{
    margin: 5px 0px;
    font-size: 14px;
    line-height: 23px;
}
.buy_b_comme{
    padding: 10px 5%;
    background-color: #f2f2f2;
    font-size: 14px;
    line-height: 22px;
}
.buy_b_comme p{
	margin: 0px;
	line-height: 22px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.buy_b_madori{
    padding: 6px 15px;
    background-color: #72bf44;
    font-size: 14px;
    color: #fff;
    position: absolute;
    left: 0px;
    top: 144px;
}
.buy_b_more{
width: 92%;
    background-color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    position: relative;
    box-shadow: rgb(221, 221, 221) 0px 4px 0px 0px;
    z-index: 10;
    color: #fff !important;
    margin: 20px auto 0px;
    padding: 15px 0px;
}
.buy_b_more::after{
	    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}

.buy_fp_wrap{
	background-color:#f2f4ef;
	padding:50px 0px;

}
.buy_fp{
    width: 92%;
    margin: auto;
}
.buy_bukken_ti{
    text-align: center;
    font-size: 17px;
}
.buy_bukken_ti h2{
    font-size: 34px;
    font-weight: bold;
    margin: 0px 0px 40px 0px;
    position: relative;
    line-height: 40px;
}
.buy_fp_tex{
    font-size: 15px;
    background-color: #FFF;
    padding: 20px 15px;
    text-align: left;
    line-height: 28px;
    width: 100%;
    margin: 30px 0px;
    box-sizing: border-box;
}
.buy_fp_box{

}
.buy_fp_box img{
    width: 100%;
}
.buy_fp_box_tex{
    width: 100%;
    margin: 20px 0px 0px 0px;
}
.buy_fp_box_tex h3{
    margin: 0px 0px 15px 0px;
    font-size: 19px;
    font-weight: bold;
    line-height: 30px;
}
.buy_fp_box_tex p{
    font-size: 15px;
    margin: 0px 0px 0px 0px;
    line-height: 28px;
}
.buy_fp_link{
    width: 100%;
    height: 64px;
    background-color: #72bf44;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff !important;
    position: relative;
    box-shadow: 0px 4px 0px 0px #ddd;
    margin: 25px 0px 0px 0px;
}
.buy_fp_link:hover {
    box-shadow: none;
    transform: translate(0px, 4px);
}
.buy_fp_link::after {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}
.buy_fp_link::after:hover {
    border-top: 2px solid #72bf44;
    border-right: 2px solid #72bf44;
}
.buy_fp_naiyo{
    background-color: #FFF;
    padding: 15px;
    margin: 40px 0px 0px 0px;
}
.buy_fp_naiyo h3{
text-align: center;
    margin: 20px 0px 30px 0px;
    position: relative;
}
.buy_fp_naiyo h3::after {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0px;
    width: 100%;
    height: 1px;
    background-color: #72bf44;
    border-radius: 40px;
}
.buy_fp_naiyo h3 span{
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    background-color: #fff;
    position: relative;
    z-index: 1;
    padding: 17px;
}
.buy_fp_naiyo ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.buy_fp_naiyo ul li{
    font-size: 16px;
    font-weight: bold;
    border: solid 1px #333;
    padding: 10px 0px;
    width: 335px;
    padding: 15px 0px 15px 50px;
    margin: 0px 0px 15px 0px;
    box-sizing: border-box;
    position: relative;
}
.buy_fp_naiyo ul li::after {
content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 23px;
    width: 18px;
    height: 18px;
    background-color: #72bf44;
    transform: rotate(45deg);
    border-radius: 40px;
}
.buy_fp_naiyo ul li:last-child{
	margin-bottom:0px;
}



.buy_staff_wrap{
    width: 100%;
    box-sizing: border-box;
    background-image: url(/img/lpo/buy_staff_bg.webp);
    padding: 40px 0px 50px 0px;
    box-sizing: border-box;
    background-position: center;
    position: relative;
}
.buy_staff_wrap::after{
    display: block;
    width: 94%;
    height: 40px;
    background-image: url(/img/lpo/buy_intro_txt.webp);
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-size: contain;
    margin: auto;
    background-repeat: no-repeat;
}
.buy_staff_wrap iframe{
    display: block;
    width: 100%;
    height: 410px;
	margin-top: 50px;
}
.staff_con ul li a {
    display: block;
    width: 280px;
	box-sizing: border-box;
	position: relative;
	padding-top:3px;
}
.staff_con ul li a::before{
    display: block;
    content: "";
    width: 286px;
    height: 187px;
    background-color: #f5f8f9;
    position: absolute;
    top: -3px;
    left: -3px;
    right: 0px;
    margin: auto;
    z-index: -1;
}
.staff_con ul li a::after{
    display: block;
    content: "";
    width: 286px;
    height: 187px;
    background-color: #72bf44;
    position: absolute;
    bottom: -3px;
    left: -3px;
    right: 0px;
    margin: auto;
    z-index: -1;
}
.staff_con ul li a::after{
    display: block;
    content: "";
    width: 286px;
    height: 187px;
    background-color: #72bf44;
    position: absolute;
    bottom: -3px;
    left: -3px;
    right: 0px;
    margin: auto;
    z-index: -1;
}
.buy_staff_img{
    display: block;
    width: 280px;
    position: relative;
    overflow: hidden;
}
.staff_con{
	overflow: hidden;
}
.buy_staff_img img {
    width: 100%;
    height: 250px!important;
    object-position: center;
    object-fit: cover;
}
.buy_s_shosai{
    padding: 20px 0px 20px 20px;
    background-color: #fff;
}
.buy_s_tenpo{
	font-size: 14px;
}
.buy_s_shosai p{
    font-size: 18px;
    position: relative;
    font-weight: bold;
    margin-top: 10px;
}
.buy_s_shosai p span{
	font-size: 14px;
	font-weight: normal;
	color: #e97619;
	margin-left: 25px;
	position: relative;
}
.buy_s_shosai p span::after{
    display: block;
    content: "/";
    font-size: 15px;
    color: #cfcfcf;
    position: absolute;
    left: -14px;
    top: 0px;
}
.buy_staff_more{
    width: 92%;
    background-color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff !important;
    position: relative;
    box-shadow: 0px 4px 0px 0px #ddd;
    margin: 20px auto 0px auto;
    z-index: 10;
    padding: 15px 0px;
}
.buy_staff_more::after{
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);	
}
.buy_gentei_wrap{
    margin-top: 100px;
    position: relative;
    padding-bottom: 40px;
}
.buy_gentei_wrap::before{
    display: block;
    content: "";
    position: absolute;
    width: 92%;
    height: 41px;
    background-image: url(/img/lpo/buy_gentei_txt.webp);
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    z-index: 10;
    background-size: contain;
    background-repeat: no-repeat;
}
.buy_gentei_wrap::after{
    display: block;
    height: 65%;
    width: 100%;
    background-color: #72bf44;
    position: absolute;
    bottom: 0px;
    content: "";
    z-index: 1;
}
.buy_inq_wrap{
    width: 100%;
    padding: 50px 0px;
    background-color: #333;
}
.buy_inq_inner{
    width: 92%;
    margin: 0 auto;
    background-color: #fff;
    display: flex;
    text-align: center;
    flex-direction: column;
    padding: 20px 5%;
    box-sizing: border-box;
}
.buy_inq_inner::after{

}
.buy_inq_left{
}
.buy_inq_tel{
    font-size: 15px;
    font-weight: bold;	
}
.buy_inq_tel span{
    font-size: 30px;
    font-weight: bold;
    display: block;
    margin-top: 5px;
    font-weight: bold;
    background-image: url(/img/common/free_icon.webp);
    background-repeat: no-repeat;
    background-position-y: 9px;
    background-size: 38px;
    padding-left: 19px;
    margin-left: 9px;
}
.buy_inq_tel span i{
    color: #72bf44;
    font-size: 24px;
}
.buy_inq_left p{
    font-size: 14px;
    margin-top: 5px;
}

.buy_inq_right p{
	font-size: 17px;
	font-weight: bold;
	display: none;
}
.buy_inq_btn{
    display: flex;
    align-items: center;
    background-color: #72bf44;
    width: 100%;
    box-shadow: 0px 4px 0px 0px #ddd;
    font-size: 17px;
    font-weight: normal;
    color: #fff !important;
    gap: 50px;
    padding: 15px 21px 15px 10%;
    margin: 20px auto 0px auto;
    position: relative;
    box-sizing: border-box;
}
.buy_inq_btn::after{
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);	
}
.buy_more_btn:hover{
    box-shadow: none;
     transform: translate(0px, 4px);   
}