@charset "UTF-8";
/* Scss Document */
/* Scss Document */
.seach_ttl {
	position: relative;
	margin-bottom: 40px;
	padding: 0 150px 0 150px;
	background: #F6F0E1;
	color: #000;
	font-size: 3rem;
	text-align: center;
	line-height: 5.0rem;
}
.seach_ttl .btn_back {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 0;
	line-height: 0;
}
.seach_ttl .btn_back a {
	display: inline-block;
	width: 150px;
	background: url(../images/common/arrow_white_left_s.png) top 50% left 1em no-repeat, #000;
	color: #FFF;
	font-size: 1.6rem;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	line-height: 5.0rem;
}
.seach_ttl .btn_back a img {
	display: inline;
	padding: 0 10px 10px 0;
	vertical-align: middle;
}
.seach_ttl .btn_back a:hover {
	transition: .3s;
	opacity: .6;
}
.seach_ttl .btn_login {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 0;
	line-height: 0;
}
.seach_ttl .btn_login a {
	display: inline-block;
	width: 150px;
	background: url(../images/common/arrow_white_right.png) top 50% right 1em no-repeat, #464637;
	color: #FFF;
	font-size: 1.6rem;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	line-height: 5.0rem;
}
.seach_ttl .btn_login a img {
	display: inline;
	padding: 0 10px 10px 0;
	vertical-align: middle;
}
.seach_ttl .btn_login a:hover {
	transition: .3s;
	opacity: .6;
}
.area_tab {
	margin-bottom: 50px;
}
.area_tab ul {
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
}
.area_tab li {
	width: 100%;
	text-align: center;
}
.area_tab li a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	background: #FFEFBF;
	border: #CD5A4B 1px solid;
	border-right: none;
	color: #575747;
	font-size: 2.0rem;
	line-height: 60px;
	text-align: center;
	text-decoration: none;
}
.area_tab li.active {
	position: relative;
	background: #CD5A4B;
	color: #FFF;
	font-size: 2.8rem;
	line-height: 60px;
}
.area_tab li.active:after {
	position: absolute;
	bottom: -26px;
	left: 50%;
	transform: translate(-50%, 0);
	content: '';
	width: 0;
	height: 0;
	border: transparent 13px solid;
	border-top: #CD5A4B 13px solid;
}
.area_tab li:last-child a {
	border-right: #CD5A4B 1px solid;
}
.btn_submit {
	text-align: center;
}
.btn_submit input {
	min-width: 300px;
	background: url(../images/common/arrow_white_right_l.png) top 50% right 0.5em no-repeat, #CD5A4B;
	padding: 15px 30px 15px 20px;
	border: none;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
	color: #FFF;
	font-size: 2.0rem;
	font-weight: bold;
}
.btn_submit input:hover {
	cursor: pointer;
	transition: .3s;
	opacity: .6;
}
.osumidesuka {
	margin-bottom: 60px;
	background: #FFF;
	padding: 40px;
	border: #CD5A4B 3px solid;
}
.osumidesuka .text {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 126px;
	margin-bottom: 20px;
	padding: 30px 0 15px 180px;
	border-bottom: #CCC 1px solid;
	background: url(../images/property/osumidesuka_img.png) top left no-repeat;
}
.osumidesuka .text h3 {
	margin-bottom: 20px;
	color: #CC594B;
	font-size: 2.4rem;
	font-weight: bold;
}
.osumidesuka .text .btn {
	position: absolute;
	top: 20px;
	right: 0;
	text-align: center;
}
.osumidesuka .text .btn a {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	width: 280px;
	padding: .5em;
	background: url(../images/common/arrow_red_right_m.png) top 50% right 0.5em no-repeat, #FFEFBF;
	border: #D05B49 1px solid;
	color: #000;
	font-size: 1.9rem;
	text-align: center;
	text-decoration: none;
}
.osumidesuka .text .btn a:hover {
	transition: .3s;
	opacity: .6;
}
.osumidesuka .text p {
	font-size: 1.5rem;
	line-height: 1.6;
}
.osumidesuka .info_list {
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	justify-content: center;
}
.osumidesuka .info_list a {
	color: #000;
	text-decoration: none;
}
.osumidesuka .info_list a:hover {
	transition: .3s;
	opacity: .6;
}
.osumidesuka .info_list .tel {
	/*margin-bottom: .5rem;*/
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	/*justify-content: space-between;*/
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	margin-left: 1em;
	font-size: 1.6rem;
}
.osumidesuka .info_list .tel .tel_no {
	padding: 0 .4rem 0 2.0rem;
	background: url(../images/property/osumidesuka_ico_tel.png) top 3px left no-repeat;
	color: #CD5A4B;
	font-size: 3.0rem;
	font-weight: bold;
}
.osumidesuka .info_list .info {
	font-size: 2.4rem;
	line-height: 2.4rem;
}
.osumidesuka .info_list .info a {
	padding: 0 0 0 1em;
	background: url(../images/property/osumidesuka_ico_info.png) top 0.2em left no-repeat;
}
#search_area {
	margin-bottom: 30px;
}
#search_area form {
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
}
#search_area .search_condition, #search_area .search_area {
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
}
#search_area .search_condition h2, #search_area .search_area h2 {
	position: relative;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	justify-content: center;
	width: 120px;
	padding: 15px 0;
	background: #464637;
}
#search_area .search_condition h2 span, #search_area .search_area h2 span {
	display: block;
	color: #FFF;
	font-size: 1.4rem;
	text-align: center;
}
#search_area .search_condition h2 img, #search_area .search_area h2 img {
	display: inline-block;
	margin-bottom: 10px;
}
#search_area .search_condition h2:after, #search_area .search_area h2:after {
	position: absolute;
	top: 57px;
	right: -16px;
	content: '';
	width: 0;
	height: 0;
	border: transparent 8px solid;
	border-left: #464637 8px solid;
}
#search_area .search_condition .search_inner, #search_area .search_area .search_inner {
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	padding: 25px 40px;
	background: #F4F4F4;
	border: #CCC 1px solid;
}
#search_area .search_condition {
	margin-bottom: 20px;
}
#search_area .search_condition ul {
	width: 100%;
	margin-bottom: 20px;
}
#search_area .search_condition li {
	display: inline;
	margin-right: 3.0rem;
	color: #CC594B;
	font-size: 1.8rem;
	font-weight: bold;
}
#search_area .search_condition li input {
	display: inline-block;
	margin-right: 1em;
}
#search_area .search_condition dl {
	width: 110px;
}
#search_area .search_condition dt {
	margin-bottom: 8px;
	color: #CC594B;
	font-size: 1.8rem;
	font-weight: bold;
}
#search_area .search_condition select {
	width: 100%;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
	font-size: 1.6rem;
}
#search_area .search_area {
	margin-bottom: 30px;
}
#search_area .search_area ul {
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
#search_area .search_area li {
	position: relative;
	width: 160px;
	margin: 0 0 .5em 0;
	padding-left: 1em;
}
#search_area .search_area li a {
	color: #000;
	font-size: 1.6rem;
}
#search_area .search_area li:before {
	position: absolute;
	top: .2em;
	left: 0;
	content: '';
	width: 0;
	height: 0;
	border: transparent 3.5px solid;
	border-left: #CD5A4B 8px solid;
}
.sortbox {
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	margin-bottom: 50px;
}
.sortbox h2 {
	position: relative;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	justify-content: center;
	width: 120px;
	padding: 15px 0;
	background: #464637;
}
.sortbox h2 span {
	display: block;
	color: #FFF;
	font-size: 1.4rem;
	text-align: center;
}
.sortbox h2 img {
	display: inline-block;
	margin-bottom: 10px;
}
.sortbox h2:after {
	position: absolute;
	top: 50%;
	right: -16px;
	transform: translate(0, -50%);
	content: '';
	width: 0;
	height: 0;
	border: transparent 8px solid;
	border-left: #464637 8px solid;
}
.sortbox .sort_inner {
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	padding: 25px 40px;
	background: #FFF9E3;
	border: #CCC 1px solid;
}
.sortbox .sort_inner ul {
	width: 100%;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	justify-content: space-between;
}
.sortbox .sort_inner li {
	font-size: 1.5rem;
	text-align: center;
}
.sortbox .sort_inner li a {
	display: inline-block;
	margin: .3em;
	color: #CC594B;
	font-size: 1.6rem;
}
.sortbox .sort_inner li a:hover {
	text-decoration: none;
}
.search_results {
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.search_results .results {
	color: #CC594B;
	font-size: 1.3rem;
}
.search_results .pager {
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
}
.search_results .pager li {
	margin-left: 4px;
}
.search_results .pager li a {
	color: #000;
	padding: .2em .5em;
	background: #FFF;
	border: #CCC 1px solid;
}
.search_results .pager li a:hover {
	text-decoration: none;
}
.search_results .pager li span {
	color: #FFF;
	padding: .2em .5em;
	background: #CC594B;
	border: #CC594B 1px solid;
}
/*物件一覧*/
.property_list > li {
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	padding: 19px;
	border: #CCC 1px solid;
	background: #FFF;
}
.property_list > li.member {
	border: #CD5A4B 1px solid;
	background: #FFEFBF;
}
.property_list > li figure {
	width: 200px;
}
.property_list > li .detail {
	width: 630px;
}
.property_list > li .detail .property_list_ttl {
	margin-bottom: 1em;
	padding-left: 2em;
	background: url(../images/property/ico_property_ttl.png) top left no-repeat;
	color: #CC594B;
	font-size: 1.6rem;
	font-weight: bold;
}
.property_list > li .detail .property_list_ttl a {
	color: #CC594B;
}
.property_list > li .detail .property_list_ttl a:hover {
	text-decoration: none;
}
.property_list > li .detail .price {
	margin-bottom: 10px;
}
.property_list > li .detail .price span {
	font-size: 2.0rem;
	font-weight: bold;
}
.property_list > li .detail .address {
	margin-bottom: 10px;
}
.property_list > li .detail .outline {
	margin-bottom: 10px;
}
.property_list > li .detail .outline li {
	display: inline-block;
	margin-right: 1em;
	font-size: 1.3rem;
}
.property_list > li .detail .point {
	padding: 20px 0 0 90px;
	background: url(../images/property/ico_point.png) top 50% left no-repeat;
	vertical-align: bottom;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.property_list > li .detail .point li {
	display: inline-block;
	margin: 10px 5px 0 0;
	background: #CC594B;
	padding: .3em .5em;
	color: #FFF;
	font-size: 1.3rem;
	font-weight: bold;
}
.mgb7 {
	margin-bottom: 7px;
}
/*沿線で探す*/
#search_railway h2 {
	padding-top: 70px;
}
#search_railway .station_list {
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
#search_railway .station_list li {
	width: 176px;
	margin: 0 5px 5px 0;
}
#search_railway .station_list li:nth-child(5n+5) {
	margin: 0 0 5px 0;
}
#search_railway .station_list li a {
	display: block;
	padding: 1em .5em;
	color: #000;
	font-size: 1.5rem;
	text-align: center;
	text-decoration: none;
	letter-spacing: -.1em;
}
#search_railway .station_list li a:hover {
	transition: .3s;
	opacity: .6;
}
#search_railway .jr h2 {
	background: url(../images/property/railway_jr.png) top center no-repeat;
}
#search_railway .jr .station_list li a {
	background: url(../images/property/arrow_jr.png) top 50% right 0.5em no-repeat, #EEE;
}
#search_railway .sanyou h2 {
	background: url(../images/property/railway_sanyou.png) top center no-repeat;
	color: #26724C;
}
#search_railway .sanyou .station_list li a {
	background: url(../images/property/arrow_sanyou.png) top 50% right 0.5em no-repeat, rgba(86, 199, 124, 0.2);
}
#search_railway .subway h2 {
	background: url(../images/property/railway_subway.png) top center no-repeat;
	color: #139E73;
}
#search_railway .subway .station_list li a {
	background: url(../images/property/arrow_subway.png) top 50% right 0.5em no-repeat, rgba(27, 209, 153, 0.2);
}
/*学校区で探す*/
#search_school h2 {
	background: url(../images/property/school_ico.png) top center no-repeat;
}
#search_school h3 {
	width: 176px;
	margin: 0 auto 20px;
	color: #FFF;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	line-height: 2.0;
}
#search_school .school_list {
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 55px;
}
#search_school .school_list li {
	width: 176px;
	margin: 0 5px 5px 0;
}
#search_school .school_list li:nth-child(5n+5) {
	margin: 0 0 5px 0;
}
#search_school .school_list li a {
	display: block;
	padding: 1em .5em;
	color: #000;
	font-size: 1.5rem;
	text-align: center;
	text-decoration: none;
	letter-spacing: -.1em;
}
#search_school .school_list li a:hover {
	transition: .3s;
	opacity: .6;
}
#search_school .primary h3 {
	background: #FF4E19;
}
#search_school .primary .school_list li a {
	background: url(../images/property/school_ico_primary.png) top 50% right 0.5em no-repeat, #F6F0E1;
}
#search_school .junior h3 {
	background: #218FBF;
}
#search_school .junior .school_list li a {
	background: url(../images/property/school_ico_junior.png) top 50% right 0.5em no-repeat, #EEE;
}
/*こだわり条件で探す*/
#search_other {
	margin-bottom: 60px;
}
#search_other .other_list {
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
#search_other .other_list li {
	width: 280px;
	margin-bottom: 30px;
	text-align: center;
}
#search_other .other_list li.insp_wrap {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	width: 570px;
	padding: 30px;
	background: #F6F0E1;
	text-align: left;
}
#search_other .other_list li.insp_wrap:before {
	position: absolute;
	top: 45%;
	left: -36px;
	content: '';
	width: 0;
	height: 0;
	border: transparent 12px solid;
	border-right: #F6F0E1 24px solid;
}
#search_other .other_list li.insp_wrap h3 {
	margin-bottom: 20px;
	color: #CC594B;
	font-size: 2.3rem;
	font-weight: bold;
}
#search_other .other_list li.insp_wrap p {
	margin-bottom: 20px;
	font-size: 1.5rem;
	line-height: 2.0;
}
#search_other .other_list li.insp_wrap p.equation {
	margin-bottom: 0;
	color: #0059B2;
	font-size: 1.8rem;
}
#search_other .other_list li a {
	color: #000;
	text-decoration: none;
}
#search_other .other_list li a:hover {
	text-decoration: underline;
}
#search_other .other_list li img {
	display: inline-block;
	margin-bottom: 10px;
}
/*物件詳細*/
.property_detail h1 {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: #EEE3C6 5px solid;
	color: #000;
	font-size: 3.0rem;
	letter-spacing: .2em;
	text-align: center;
}
.property_detail .members_only {
	margin-bottom: 30px;
	padding: 50px 0 0 0;
	background: url(../images/property/members_only_ico.png) top left 50% no-repeat;
}
.property_detail .members_only p {
	color: #CC594B;
	font-size: 2.0rem;
	letter-spacing: .2em;
	text-align: center;
}
.property_detail .point {
	height: 51px;
	margin-bottom: 20px;
	padding-left: 90px;
	background: url(../images/property/ico_point.png) bottom left no-repeat;
	vertical-align: bottom;
}
.property_detail .point li {
	display: inline-block;
	margin: 25px 5px 0 0;
	background: #CC594B;
	padding: .3em .5em;
	color: #FFF;
	font-size: 1.3rem;
	font-weight: bold;
}
.property_detail .main {
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}
.property_detail .main figure {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	width: 450px;
}
.property_detail .main dl {
	width: 410px;
}
.property_detail .main dt, .property_detail .main dd {
	display: inline-block;
	padding: 1.4rem 0;
	background-image: url(../images/property/brdr_dod.png);
	background-position: bottom left;
	background-repeat: repeat-x;
	color: #000;
	font-size: 1.6rem;
	text-align: left;
	line-height: 1.2;
}
.property_detail .main dt {
	width: 90px;
}
.property_detail .main dd {
	width: 315px;
}
.property_detail .main dd .price {
	color: #CC594B;
	font-size: 3.0rem;
	font-weight: bold;
	line-height: 1.1;
}
.property_detail .pr_box {
	margin-bottom: 60px;
	padding: 30px;
	background: #F6F0E1;
}
/***************
SEO対策更新公開後 ここから削除
***************/
.property_detail .pr_box h3 {
	margin-bottom: 30px;
	padding-top: 40px;
	background: url(../images/property/pr_ico.png) top center no-repeat;
	color: #000;
	font-size: 2.4rem;
	text-align: center;
	line-height: 1.2;
}
/***************
SEO対策更新公開後 ここまで削除
***************/
.property_detail .pr_box .pr_box_ttl {
	margin-bottom: 30px;
	padding-top: 40px;
	background: url(../images/property/pr_ico.png) top center no-repeat;
	color: #000;
	font-size: 2.4rem;
	text-align: center;
	line-height: 1.2;
}
.property_detail .pr_box ul {
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	justify-content: space-between;
}
.property_detail .pr_box li {
	width: 405px;
	margin-bottom: 1em;
	background: linear-gradient(transparent 50%, rgba(205, 90, 75, 0.2) 50%);
	color: #AE3F30;
	font-size: 2.0rem;
	font-weight: bold;
	letter-spacing: .2em;
	text-align: center;
	line-height: 1.2;
}
.property_detail .pr_box li span {
	display: inline-block;
	padding-bottom: .5em;
}
.property_detail .registration_box {
	margin-bottom: 50px;
	padding: 110px 40px 40px 40px;
	background: url(../images/property/registration_box_ico.png) top 40px left 50% no-repeat #EEE3C6;
}
.property_detail .registration_box h3 {
	margin-bottom: 10px;
	color: #000;
	font-size: 3.5rem;
	font-weight: bold;
	letter-spacing: .1em;
	text-align: center;
}
.property_detail .registration_box p {
	margin-bottom: 20px;
	color: #000;
	font-size: 2.0rem;
	text-align: center;
}
.property_detail .registration_box p .red {
	color: #CC594B;
	font-weight: bold;
}
.property_detail .registration_box .btn {
	text-align: center;
}
.property_detail .registration_box .btn a {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	width: 400px;
	margin: 0 auto;
	padding: 20px;
	background: url(../images/common/arrow_red_right_l.png) top 50% right 1em no-repeat, #FFEFBF;
	border: #D05B49 1px solid;
	color: #000;
	font-size: 2.4rem;
	text-align: center;
	text-decoration: none;
}
.property_detail .registration_box .btn a:hover {
	transition: .3s;
	opacity: .6;
}
.property_detail .plan {
	margin-bottom: 60px;
}
.property_detail .plan figure {
	text-align: center;
}
.property_detail .pic {
	margin-bottom: 60px;
}
.property_detail .pic .bx-wrapper {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	margin-bottom: 16px;
	border: none;
	background: none;
}
.property_detail .pic .bx-wrapper .bx-loading {
	background: none;
}
.property_detail .pic .bx-wrapper .bx-prev {
	left: 0;
	background: url(../images/property/slide_prev.png) no-repeat;
}
.property_detail .pic .bx-wrapper .bx-next {
	right: 0;
	background: url(../images/property/slide_next.png) no-repeat;
}
.property_detail .pic .bx-wrapper .bx-controls-direction a {
	margin-top: -24px;
	outline: 0;
	width: 48px;
	height: 48px;
}
.property_detail .pic .slide_thumb {
	/*text-align: center;*/
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.property_detail .pic .slide_thumb a {
	display: inline-block;
	width: 95px;
	margin: 0 2px 4px;
}
.property_detail .access {
	margin-bottom: 60px;
}
.property_detail .access iframe {
	border: #DA9E94 3px solid;
}
.property_detail .outline {
	margin-bottom: 60px;
}
.property_detail .outline table {
	width: 100%;
	margin-bottom: 50px;
	background-image: url(../images/property/brdr_dod.png);
	background-position: top left;
	background-repeat: repeat-x;
}
.property_detail .outline dl dt, .property_detail .outline dl dd {
	display: inline-block;
	padding: 1.4rem 0;
	background-image: url(../images/property/brdr_dod.png);
	background-position: bottom left;
	background-repeat: repeat-x;
	color: #000;
	font-size: 1.5rem;
	text-align: left;
	line-height: 1.2;
}
.property_detail .outline dl dt {
	width: 180px;
}
.property_detail .outline dl dt:before {
	content: '・';
	color: #CC594B;
}
.property_detail .outline dl dd {
	width: 710px;
}
.property_detail .outline dl dd.col2 {
	width: 260px;
}
.property_detail .outline .member {
	color: #CC594B;
	font-size: 2.0rem;
	letter-spacing: .2em;
	text-align: center;
}
.property_detail .outline .member a {
	color: #CC594B;
}
.property_detail .outline .member a:hover {
	text-decoration: none;
}
.property_detail .info_box {
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
	background: #FFF;
	border: #CD5A4B 2px solid;
	padding: 33px 47px;
}
.property_detail .info_box .text {
	width: 450px;
}
.property_detail .info_box .text p {
	margin-bottom: 25px;
	color: #000;
	font-size: 2.0rem;
	text-align: center;
}
.property_detail .info_box .text p.tel {
	margin-bottom: 10px;
	color: #CC594B;
	font-size: 5.0rem;
	font-weight: bold;
	letter-spacing: -.05em;
}
.property_detail .info_box .text p.tel img {
	display: inline-block;
	margin: 0 5px 5px 0;
}
.property_detail .info_box .text p.time {
	color: #000;
	font-size: 1.6rem;
}
.property_detail .info_box .text .btn {
	text-align: center;
}
.property_detail .info_box .text .btn a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 20px;
	background: url(../images/common/arrow_white_right_l.png) top 50% right 0.5em no-repeat, #D05B49;
	color: #FFF;
	font-size: 2.5rem;
	text-align: center;
	text-decoration: none;
}
.property_detail .info_box .text .btn a:hover {
	transition: .3s;
	opacity: .6;
}
.property_detail .info_box figure {
	width: 325px;
}
/*資料請求*/
#request {
	margin-bottom: 60px;
}
#request .lttl {
	background: url(../images/property/request_ico.png) top center no-repeat;
}
#request p {
	margin-bottom: 1em;
	color: #000;
	font-size: 1.6rem;
	line-height: 1.8;
}
#request p.note {
	font-size: 1.3rem;
}
#request p.red {
	color: #B20000;
}
#request .formTable {
	margin-bottom: 50px;
	width: 100%;
}
#request .formTable tr {
	border-bottom: #CCC 1px solid;
}
#request .formTable tr:first-child {
	border-top: #CCC 1px solid;
}
#request .formTable th, #request .formTable td {
	padding: .5em 0;
	color: #000;
	text-align: left;
}
#request .formTable th {
	width: 240px;
	font-size: 1.8rem;
	vertical-align: middle;
}
#request .formTable th span {
	color: #D90000;
	font-size: 1.5rem;
}
#request .formTable td {
	padding: .5em 0 .5em 1em;
}
#request .formTable td input, #request .formTable td select {
	padding: .5em;
}
#request .formTable td input, #request .formTable td textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	background: #FFFFBF;
	border: #CCC 1px solid;
	font-size: 1.8rem;
}
#request .formTable td select {
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
	font-size: 1.6rem;
}
#request .formTable td .mgb10 {
	display: inline-block;
	margin-bottom: 10px;
}
#request .privacy {
	color: #000;
	font-size: 1.5rem;
	line-height: 1.6;
}
#request .privacy a {
	color: #000;
}
#request .privacy a:hover {
	text-decoration: none;
}
#request .btn {
	text-align: center;
}
#request .btn a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 300px;
	margin: 0 auto;
	padding: 20px;
	background: url(../images/common/arrow_white_right_l.png) top 50% right 0.5em no-repeat, #D05B49;
	color: #FFF;
	font-size: 2.0rem;
	text-align: center;
	text-decoration: none;
}
#request .btn a:hover {
	transition: .3s;
	opacity: .6;
}
@media screen and (max-width: 640px) {
	#side {
		order: 2;
	}
	#main {
		order: 1;
	}
	.seach_ttl {
		width: 100%;
		margin: 5.83vw 0;
		padding: 0;
		font-size: 1.3rem !important;
		white-space: nowrap;
		text-align: center;
	}
	.seach_ttl .btn_back a {
		width: 25vw;
		background: url(../images/common/arrow_white_left.png) top 50% left 0.2em no-repeat, #000;
		font-size: 1.3rem;
	}
	.seach_ttl .btn_login a {
		width: 25vw;
		background: url(../images/common/arrow_white_right.png) top 50% right 0.2em no-repeat, #464637;
		font-size: 1.3rem;
	}
	.seach_ttl .btn_login a img {
		padding: 0 .5em 1.0rem 0;
	}
	.area_tab {
		margin-bottom: 5.83vw;
	}
	.area_tab li a {
		font-size: 1.6rem;
		line-height: 6.0rem;
		white-space: nowrap;
	}
	.area_tab li.active {
		font-size: 1.6rem;
		line-height: 6.0rem;
		white-space: nowrap;
	}
	.area_tab li.active:after {
		bottom: -2.0rem;
		border: transparent 1.0rem solid;
		border-top: #CD5A4B 1rem solid;
	}
	.btn_submit input {
		width: 80vw;
		background-size: .5em;
		padding: .7em 1em;
		font-size: 1.6rem;
		font-weight: normal;
	}
	.osumidesuka {
		margin: 0 3.33vw 5.83vw;
		padding: 3.33vw;
	}
	.osumidesuka .text {
		position: static;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
		min-height: auto;
		margin-bottom: 3.33vw;
		padding: 0;
		background: none;
	}
	.osumidesuka .text h3 {
		margin-bottom: 1em;
		font-size: 2.0rem;
	}
	.osumidesuka .text .btn {
		position: static;
		top: 0;
		right: 0;
		margin-bottom: 3.33vw;
	}
	.osumidesuka .text .btn a {
		width: 90%;
		margin: 0 auto;
		background-size: .3em;
		font-size: 1.6rem;
	}
	.osumidesuka .text p {
		margin-bottom: 3.33vw;
	}
	.osumidesuka .info_list {
		display: block;
		text-align: center;
	}
	.osumidesuka .info_list .tel {
		display: block;
		margin-left: 0;
		font-size: 1.3rem;
	}
	.osumidesuka .info_list .tel .tel_no {
		background: url(../images/property/osumidesuka_ico_tel.png) top 3px left no-repeat;
		background-size: 5vw;
		font-size: 2.0rem;
	}
	.osumidesuka .info_list .tel .tel_no span {
		display: block;
	}
	.osumidesuka .info_list .info {
		font-size: 2.0rem;
		line-height: 2.0rem;
		margin-bottom: .5em;
	}
	.osumidesuka .info_list .info a {
		background-size: 5vw;
	}
	#search_area {
		margin-bottom: 5.83vw;
		padding: 5.83vw 3.33vw;
	}
	#search_area .search_condition, #search_area .search_area {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#search_area .search_condition h2, #search_area .search_area h2 {
		width: 100%;
		padding: 3.33vw;
	}
	#search_area .search_condition h2 span, #search_area .search_area h2 span {
		-webkit-display: flex;
		-moz-display: flex;
		-ms-display: flex;
		-o-display: flex;
		display: flex;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		-o-align-items: center;
		align-items: center;
	}
	#search_area .search_condition h2 span img, #search_area .search_area h2 span img {
		display: block;
		width: 5vw;
		margin: 0 1em 0 0;
	}
	#search_area .search_condition h2:after, #search_area .search_area h2:after {
		top: auto;
		bottom: -2.4rem;
		left: 50%;
		transform: translate(0, -50%);
		border: transparent .8rem solid;
		border-top: #464637 0.8rem solid;
	}
	#search_area .search_condition .search_inner, #search_area .search_area .search_inner {
		padding: 3.33vw;
	}
	#search_area .search_condition {
		margin-bottom: 3.33vw;
	}
	#search_area .search_condition ul {
		width: 100%;
		margin-bottom: 5.83vw;
	}
	#search_area .search_condition li {
		display: block;
		margin-right: 0;
		font-size: 1.6rem;
		font-weight: normal;
	}
	#search_area .search_condition dl {
		width: 48%;
		margin-bottom: 3.33vw;
	}
	#search_area .search_condition dt {
		margin-bottom: 3.33vw;
		font-size: 1.6rem;
		font-weight: normal;
	}
	#search_area .search_condition select {
		width: 100%;
		font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
		font-size: 1.6rem;
	}
	#search_area .search_area {
		margin-bottom: 5.83vw;
	}
	#search_area .search_area ul {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#search_area .search_area li {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
		width: 48%;
		display: block;
		margin: 0 0 .5em 0;
	}
	#search_area .search_area li a {
		font-size: 1.6rem;
	}
	.sortbox {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 3.33vw;
		padding: 3.33vw;
	}
	.sortbox h2 {
		width: 100%;
		padding: 3.33vw;
	}
	.sortbox h2:after {
		top: auto;
		bottom: -2.4rem;
		left: 50%;
		transform: translate(0, -50%);
		border: transparent .8rem solid;
		border-top: #464637 0.8rem solid;
	}
	.sortbox .sort_inner {
		padding: 5.83vw 3.33vw;
	}
	.sortbox .sort_inner ul {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.sortbox .sort_inner li {
		width: 48%;
		margin-bottom: .5em;
	}
	.search_results {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 5.83vw;
		padding: 3.33vw;
	}
	.search_results .results {
		width: 100%;
		margin-bottom: 2em;
	}
	.search_results .pager {
		width: 100%;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.search_results .pager li {
		margin-bottom: 1em;
	}
	/*物件一覧*/
	.property_list {
		-webkit-display: flex;
		-moz-display: flex;
		-ms-display: flex;
		-o-display: flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 3.33vw;
	}
	.property_list > li {
		/*@include css3(flex-wrap,wrap);*/
		display: block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
		width: 45vw;
		margin-bottom: 3.33vw;
		padding: 3.33vw;
	}
	.property_list > li figure {
		width: 100%;
		margin-bottom: 1em;
		text-align: center;
	}
	.property_list > li .detail {
		width: 100%;
	}
	.property_list > li .detail .property_list_ttl {
		padding-left: 0;
		background: none;
		line-height: 1.2;
		font-size: 1.3rem;
	}
	.property_list > li .detail .price {
		font-size: 1.3rem;
	}
	.property_list > li .detail .price span {
		display: block;
		font-size: 1.8rem;
		text-align: right;
	}
	.property_list > li .detail .address {
		font-size: 1.3rem;
	}
	.property_list > li .detail .outline {
		margin-bottom: 10px;
	}
	.property_list > li .detail .outline li {
		display: block;
		margin: 0 0 .5em 0;
	}
	.property_list > li .detail .point {
		-webkit-display: flex;
		-moz-display: flex;
		-ms-display: flex;
		-o-display: flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-between;
		height: auto;
		min-height: 0;
		padding: 9vw 0 0 0;
		background: url(../images/property/ico_point.png) top left no-repeat;
		background-size: 10vw;
	}
	.property_list > li .detail .point li {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
		width: 45%;
		margin: 0 0 5px 0;
		font-size: .8rem;
	}
	/*沿線で探す*/
	#search_railway {
		padding: 3.33vw;
	}
	#search_railway h2 {
		padding-top: 6.0rem;
	}
	#search_railway .station_list {
		-webkit-display: flex;
		-moz-display: flex;
		-ms-display: flex;
		-o-display: flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 5.83vw;
	}
	#search_railway .station_list li {
		width: 32%;
		margin: 0 2% 2% 0;
	}
	#search_railway .station_list li:nth-child(5n+5) {
		margin: 0 2% 2% 0;
	}
	#search_railway .station_list li:nth-child(3n+3) {
		margin: 0 0 2% 0;
	}
	#search_railway .jr h2 {
		background-size: 10vw;
	}
	#search_railway .jr .station_list li a {
		background-size: .3em;
	}
	#search_railway .sanyou h2 {
		background-size: 10vw;
	}
	#search_railway .sanyou .station_list li a {
		background-size: .3em;
	}
	#search_railway .subway h2 {
		background-size: 10vw;
	}
	#search_railway .subway .station_list li a {
		background-size: .3em;
	}
	/*学校区で探す*/
	#search_school {
		padding: 3.33vw;
	}
	#search_school h3 {
		width: 30vw;
		font-size: 1.6rem;
	}
	#search_school .school_list {
		-webkit-display: flex;
		-moz-display: flex;
		-ms-display: flex;
		-o-display: flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 5.83vw;
	}
	#search_school .school_list li {
		width: 32%;
		margin: 0 2% 2% 0;
	}
	#search_school .school_list li:nth-child(5n+5) {
		margin: 0 2% 2% 0;
	}
	#search_school .school_list li:nth-child(3n+3) {
		margin: 0 0 2% 0;
	}
	#search_school .school_list li a {
		padding: 1em 1em 1em .5em;
		font-size: 1.3rem;
	}
	#search_school .primary .school_list li a {
		background-size: .4em;
	}
	#search_school .junior .school_list li a {
		background-size: .4em;
	}
	/*こだわり条件で探す*/
	#search_other {
		margin-bottom: 5.83vw;
		padding: 3.33vw;
	}
	#search_other .other_list li {
		order: 2;
		width: 30vw;
		margin-bottom: 3vw;
		text-align: left;
	}
	#search_other .other_list li.insp_wrap {
		order: 1;
		width: 100%;
		padding: 3.33vw;
	}
	#search_other .other_list li.insp_wrap:before {
		top: auto;
		bottom: -36px;
		left: 10%;
		border-right: transparent 12px solid;
		border-top: #F6F0E1 24px solid;
	}
	#search_other .other_list li.insp_wrap h3 {
		margin-bottom: .5em;
		font-size: 1.6rem;
	}
	#search_other .other_list li.insp_wrap p {
		margin-bottom: 1em;
		font-size: 1.3rem;
	}
	#search_other .other_list li.insp_wrap p.equation {
		font-size: 1.6rem;
	}
	#search_other .other_list li a {
		font-size: 1.3rem;
	}
	#search_other .other_list li img {
		display: inline-block;
		margin-bottom: 2vw;
	}
	/*物件詳細*/
	.property_detail {
		padding: 3.33vw;
	}
	.property_detail h1 {
		margin-bottom: 3.33vw;
		padding-bottom: 1em;
		font-size: 2.0rem;
	}
	.property_detail .point {
		height: auto;
		margin-bottom: 3.33vw;
		padding-left: 12vw;
		background: url(../images/property/ico_point.png) top left no-repeat;
		background-size: 10vw;
		vertical-align: top;
	}
	.property_detail .point li {
		margin: 0 1vw 1vw 0;
		font-size: 1.2rem;
		font-weight: normal;
	}
	.property_detail .members_only {
		margin-bottom: 5.83vw;
		padding: 8vw 0 0 0;
		background-size: 5vw;
	}
	.property_detail .members_only p {
		font-size: 1.8rem;
		line-height: 1.2;
	}
	.property_detail .main {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 5.83vw;
	}
	.property_detail .main figure {
		width: 100%;
		margin-bottom: 3.33vw;
		text-align: center;
	}
	.property_detail .main table {
		width: 100%;
	}
	.property_detail .main dt {
		width: 30%;
	}
	.property_detail .main dd {
		width: 65%;
	}
	.property_detail .main dd .price {
		font-size: 2.0rem;
	}
	.property_detail .registration_box {
		margin-bottom: 5.83vw;
		padding: 15vw 3.33vw 3.33vw 3.33vw;
		background: url(../images/property/registration_box_ico.png) top 3.33vw left 50% no-repeat #EEE3C6;
		background-size: 15vw;
	}
	.property_detail .registration_box h3 {
		margin-bottom: .5em;
		font-size: 2.0rem;
	}
	.property_detail .registration_box p {
		margin-bottom: 3.33vw;
		font-size: 1.6rem;
		line-height: 1.2;
	}
	.property_detail .registration_box .btn a {
		width: 80%;
		padding: 3.33vw;
		background: url(../images/common/search_arrow_red.png) top 50% right 1em no-repeat, #FFEFBF;
		font-size: 1.6rem;
	}
	.property_detail .pr_box {
		margin-bottom: 5.83vw;
		padding: 3.33vw;
	}
	/***************
	SEO対策更新公開後 ここから削除
	***************/
	.property_detail .pr_box h3 {
		margin-bottom: 1em;
		padding-top: 8vw;
		background-size: 10vw;
		font-size: 2.0rem;
	}
	/***************
	SEO対策更新公開後 ここまで削除
	***************/
	.property_detail .pr_box .pr_box_ttl {
		margin-bottom: 1em;
		padding-top: 8vw;
		background-size: 10vw;
		font-size: 2.0rem;
	}
	.property_detail .pr_box li {
		width: 100%;
		font-size: 1.6rem;
	}
	.property_detail .plan {
		margin-bottom: 5.83vw;
	}
	.property_detail .pic {
		margin-bottom: 5.83vw;
	}
	.property_detail .pic .bx-wrapper {
		margin-bottom: 3.33vw;
	}
	.property_detail .pic .bx-wrapper .bx-prev {
		background-size: contain;
	}
	.property_detail .pic .bx-wrapper .bx-next {
		background-size: contain;
	}
	.property_detail .pic .bx-wrapper .bx-controls-direction a {
		margin-top: -4vw;
		width: 8vw;
		height: 8vw;
	}
	.property_detail .pic .slide_thumb a {
		width: 12vw;
		margin: 0 0.5vw 1vw;
	}
	.property_detail .access {
		margin-bottom: 5.83vw;
	}
	.property_detail .access iframe {
		width: 100%;
		height: 50vw;
	}
	.property_detail .outline {
		margin-bottom: 5.83vw;
	}
	.property_detail .outline dl {
		margin-bottom: 5.83vw;
	}
	.property_detail .outline dl dt, .property_detail .outline dl dd {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
	}
	.property_detail .outline dl dt {
		width: 30%;
		padding-left: 1em;
		text-indent: -1em;
	}
	.property_detail .outline dl dd, .property_detail .outline dl dd.col2 {
		width: 68%;
	}
	.property_detail .outline .member {
		font-size: 1.8rem;
		line-height: 1.2;
	}
	.property_detail .info_box {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 5.83vw;
		padding: 3.33vw;
	}
	.property_detail .info_box .tel a {
		color: #D05B49;
		text-decoration: none;
	}
	.property_detail .info_box .text {
		width: 100%;
	}
	.property_detail .info_box .text p {
		margin-bottom: 3.33vw;
		font-size: 1.8rem;
		line-height: 1.2;
	}
	.property_detail .info_box .text p.tel {
		margin-bottom: .5em;
		font-size: 3.0rem;
	}
	.property_detail .info_box .text p.tel img {
		margin: 0 .2em .2em 0;
		width: 5vw;
	}
	.property_detail .info_box .text .btn a {
		width: 80%;
		padding: 3.33vw;
		background: url(../images/common/search_arrow_white.png) top 50% right 0.5em no-repeat, #D05B49;
		font-size: 1.6rem;
		line-height: 1.2;
	}
	.property_detail .info_box figure {
		display: none;
	}
	/*資料請求*/
	#request {
		margin-bottom: 5.83vw;
		padding: 3.33vw;
	}
	#request .formTable {
		margin-bottom: 5.83vw;
	}
	#request .formTable th {
		width: 30vw;
		font-size: 1.6rem;
	}
	#request .formTable th span {
		font-size: 1.3rem;
	}
	#request .formTable td input, #request .formTable td textarea {
		font-size: 1.6rem;
		width: 100%;
	}
	#request .formTable td select {
		font-size: 1.6rem;
	}
	#request .formTable td input.post {
		width: 8em;
	}
	#request .formTable td input[type="checkbox"] {
		width: 1em;
	}
	#request .formTable td .sp_mgb10 {
		margin-bottom: 10px;
	}
	#request .btn a {
		width: 80%;
		padding: 3.33vw;
		background: url(../images/common/search_arrow_white.png) top 50% right 0.5em no-repeat, #D05B49;
		font-size: 1.6rem;
		line-height: 1.2;
	}
}

/*----------------------
201019 test追記
----------------------*/
.property_detail .property_detail_ttl {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: #EEE3C6 5px solid;
	color: #000;
	font-size: 3.0rem;
	letter-spacing: .2em;
	text-align: center;
}
@media screen and (max-width: 640px) {
	.property_detail .property_detail_ttl {
    margin-bottom: 3.33vw;
    padding-bottom: 1em;
    font-size: 2.0rem;
	}	
}