﻿@charset "utf-8";
/* CSS Document */

/*==================================================
  loginPage：会員情報ログイン画面
==================================================*/
.loginPage .box02 {
	margin: 60px 0 40px;
}
.loginPage .box02 .page_title02 span {
	display: inline-block;
	margin-left: 20px;
	font-size: 0.7em;
	border: 2px solid;
	padding: 0 10px;
}
/*==================================================
  ememberPage：会員登録ページ
==================================================*/
.ememberPage .registBox {
	background: url(/share/img/system/emember/registBox_bg.jpg) repeat-x;
	padding: 40px 0;
	margin-top: -50px;
}
.ememberPage .registBox h3 {
	width: 770px;
	margin: 0 auto;
}
.ememberPage .registBox ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px 0 40px;
}
.ememberPage .registBox ul li {
	width: 360px;
	background: #fff;
}
.ememberPage .registBox ul li dt {
	background: #D60201;
	padding: 10px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 1.3em;
}
.ememberPage .registBox ul li dd {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 10px;
	border: 1px solid #D60201;
	border-top: none;
}
.ememberPage .registBox ul li dd .img {
	width: 80px;
	height: 80px;
	background: #ccc;
	margin-right: 20px;
}
.ememberPage .registBox ul li dd .text {
	width: 238px;
}
/*************** promiseBox ****************/
.ememberPage .promiseBox {
	margin: 40px 0;
}
.ememberPage .promiseBox .text {
	text-align: center;
	font-size: 2em;
	font-weight: bold;
}
.ememberPage .reigst_arrow {
	width: 400px;
	margin: 40px auto 0;
}
/*************** 登録フローチャート ****************/
.flowchart ol {
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0;
	justify-content: center;
}
.flowchart ol li {
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	padding: 20px 0;
	background: #bbb;
	color: #fff;
	width: 50%;
}
.flowchart ol li:last-child {
	margin-right: 0;
}
.flowchart ol .here {
	background: #D60201;
}
/*==================================================
  rqconditionPage：希望条件該当一覧ページ
==================================================*/
.rqconditionlist_optbox01 p {
	margin: 5px auto;
	text-align: right;
}
.rqconditionlist_tbl01 {
	width: 100%;
}
.rqconditionlist_tbl01 th {
	padding: 10px 0;
	background: #F6F6F6;
	border: 1px solid #C9C9C9;
	text-align: center;
	vertical-align: middle;
}
.rqconditionlist_tbl01 th table {
	margin: 0 auto;
}
.rqconditionlist_tbl01 th table img {
	margin: 0 0 0 3px;
	width: auto;
	height: auto;
}
.rqconditionlist_tbl01 .bgw {
	padding: 10px 5px;
	border: 1px solid #C9C9C9;
}
.rqconditionlist_tbl01 .bgr {
	padding: 10px 5px;
	border: 1px solid #C9C9C9;
	background: #F6F6F6;
}
.rqconditionlist_tbl01 td img {
	width: auto;
	height: 22px;
}
.rqconditionlist_tbl01 .w01 {
	width: 80px;
}
.rqconditionlist_tbl01 .w02 {
	width: 80px;
}
.rqconditionPage .rqcondition_warning {
	margin: 40px;
	padding: 10px 20px;
	border: 1px solid #D60201;
}
.rqconditionPage .rqcondition_warning h4 {
	font-weight: bold;
	font-size: 16px;
	color: #D60201;
}
.rqconditionPage .rqcondition_warning p {
	margin: 10px 20px;
}
.rqconditionPage .rqcondition_warning02 {
	margin: 20px;
	padding: 10px 20px;
	background: #D60201;
}
.rqconditionPage .rqcondition_warning02 h4 {
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	text-align: center;
}
.rqconditionPage .box02 {
	margin: 40px;
}
.rqconditionPage .box02 .warning {
	margin: 40px 0;
	padding: 30px;
	border: 2px solid;
	font-weight: bold;
	font-size: 16px;
	color: #D60201;
	text-align: center;
}
.rqcondition_tbl01 {
	width: 100%;
	margin: 20px 0;
}
.rqcondition_tbl01 img {
	width: auto;
}
.rqcondition_tbl01 th {
	padding: 10px;
	background: #F6F6F6;
	border: 1px solid #C9C9C9;
	text-align: center;
	vertical-align: middle;
}
.rqcondition_tbl01 td {
	padding: 10px;
	border: 1px solid #C9C9C9;
}
.rqcondition_tbl01 td.bgy img {
	height: 20px;
}
.rqcondition_tbl01 td.bgy strong {
	font-size: 1.3em;
	margin-left: 10px;
}
.rqcondition_tbl01 td input {
	margin: 0 auto;
	text-align: center;
}
.rqcondition_tbl01 .th_w01 {
	width: 30px;
	font-size: 10px;
}
/*==================================================
  modmemberPage：会員情報変更ページ
==================================================*/
.modmemberPage .box01, .modmailPage .box01, .modpassPage .box01, .withdrawPage .box01 {
	margin: 0;
	padding-bottom: 20px;
}
.modmemberPage .box02, .modmailPage .box02, .modpassPage .box02 {
	margin-top: 40px;
}
.modmemberPage .box02 p, .modmailPage .box02 p, .modpassPage .box02 p {
	margin: 20px;
	text-align: center;
}
.modmemberPage .withdrawBox {
	padding-top: 40px;
	border-top: 1px solid #ccc;
	margin: 0 0 60px;
}
.modmemberPage .withdrawBox h3 {
	text-align: center;
	font-size: 3em;
	font-weight: bold;
}
.mod_link {
	margin: 20px 0;
	display: flex;
	flex-wrap: wrap;
}
.mod_link ul {
	display: block;
	letter-spacing: -.40em;
}
.mod_link ul li {
	display: inline-block;
	letter-spacing: normal;
	margin-right: 10px;
	font-size: 12px;
}
.mod_link ul li a {
	display: block;
	padding: 10px;
	text-decoration: none;
	font-weight: bold;
	border: 2px solid;
}
.mod_link ul li a:hover {
	opacity: 1;
	background: #111;
	color: #fff;
	border-color: #111;
}
/*==================================================
  prpsearchPage：物件検索ページ
==================================================*/
.srchbox01 {
	margin: 40px;
}
#reserveBox02 {
	position: relative;
	margin-bottom: 30px;
}
#reserveBox02 p {
	position: absolute;
	right: 15px;
	top: 52px;
	font-size: 2.2em;
	color: #fff;
	font-weight: bold;
}
#reserveBox02 p {
	width: 300px;
	text-align: center;
}
#reserveBox02 p .number {
	font-size: 1.5em;
	display: inline-block;
	margin-right: 5px;
}
.prpsearchPage .box02 {
	margin: 40px;
}
.prpsearchPage .box02 .prpsearchlist_count {
	height: 30px;
	padding: 5px 0 0 60px;
	line-height: 32px;
	color: #fff;
	font-size: 12px;
}
.prpsearchPage .box02 .prpsearchlist_count span {
	color: #D60201;
	font-size: 14px;
	margin: 0 5px 0 0;
}
.prpsearchPage .box02 .prpsearchlist_ttl01 {
	height: 60px;
	margin: 0 0 10px 0;
	text-indent: -9999px;
}
/*************** 検索条件部分****************/
.srchbox01 .selectbox01 .item {
	padding: 10px 30px;
}
.srchbox01 .selectbox01 .item:nth-child(2n+1) {
	background: #F4F4F4;
}
.srchbox01 .selectbox01 .item p.form_caution01 {
	padding: 0 10px 10px;
}
.srchbox01 .selectbox01 .select_tbl {
	margin: 5px 0;
}
.srchbox01 .selectbox01 .flex {
	display: flex;
	flex-wrap: wrap;
}
.srchbox01 .selectbox01 .flex dl {
	margin-right: 40px;
}
.srchbox01 .selectbox01 .select_tbl th, .srchbox01 .selectbox01 .select_tbl dt {
	padding: 5px 10px 5px 15px;
	font-size: 1.1em;
	font-weight: bold;
	background: url(/share/img/common/arrow_black.png) no-repeat left center;
	/*background: url(/share/img/common/arrow_black.svg) no-repeat left center;*/
	background-size: 6px auto;
}
.srchbox01 .selectbox01 .select_tbl td, .srchbox01 .selectbox01 .select_tbl dd {
	padding: 5px;
}
.srchbox01 .selectbox01 .btnsearchSend {
	margin: 20px;
	padding: 20px 0 0 0;
	text-align: center;
	border-top: 1px solid #C8C8C8;
}
/*************** form_errrqbox ****************/
.form_errrqbox {
	text-align: center;
	margin: 20px;
	background: #fff;
	border: 3px solid #D60201;
}
.form_errrqbox table {
	margin: 20px;
}
.form_errrqbox table h3 {
	font-size: 16px;
	color: #D60201;
	font-weight: bold;
}
.form_errrqbox table p {
	font-size: 11px;
	margin: 5px 0;
}
.form_errrqbox table td {
	width: 220px;
	text-align: right;
	vertical-align: top;
}
/*************** prplist_optbox01 ****************/
.prplist_optbox01 p {
	margin: 5px auto;
	text-align: right;
}
.prplist_optbox01 p strong {
	color: #D60201;
}
/*************** sort ****************/
.sort {
	background: #EEE;
	padding: 10px;
	margin-bottom: 20px;
	position: relative;
}
.sort h4 {
	width: 65px;
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
	padding-left: 25px;
	background: url(../img/basic/icon_sort.gif) no-repeat left center;
	background-size: 20px;
}
.sort p {
	text-align: center;
}
.sort img {
	width: 10px;
	height: 10px;
	vertical-align: middle;
}
.sort a {
	text-decoration: underline;
}
.sort .inputwrap {
	padding: 5px;
	background: #FFF;
	position: absolute;
	top: 15px;
	right: 10px;
}
/*************** 検索結果物件 ****************/
.estatelist {
	margin-top: 20px;
}
.estatelist .prpwrap {
	border: 3px solid #111;
	margin-bottom: 30px;
	position: relative;
}
.estatelist .prpmember {
	border: 3px solid #D60201;
}
.estatelist .prpshop {
	border: 3px solid #111;
}
.estatelist .prpwrap .prptitleBox {
	padding: 10px;
	background: #111;
	font-size: 18px;
	color: #FFF;
	min-height: 24px;
}
.estatelist .prpmember .prptitleBox {
	background: #D60201;
}
.estatelist .prpshop .prptitleBox {
	background: #111;
}
.estatelist .prpwrap .prptitleBox .prptitle01 strong {
	display: inline-block;
	margin-right: 10px;
	font-size: 1.2em;
}
.estatelist .prpwrap .prptitleBox a {
	color: #FFF;
	text-decoration: none;
}
.estatelist .prpwrap .prptitleBox_tochi {
	padding: 10px;
	background: #388E3C;
	font-size: 18px;
	color: #FFF;
	min-height: 24px;
}
.estatelist .prpwrap .prptitleBox_tochi a {
	color: #FFF;
}
.estatelist .tochi_member {
	border-color: #388E3C;
}
.estatelist .prpwrap .prpiconBox {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: nowrap; /* Safari */
	flex-wrap: nowrap;
	-webkit-align-items: center; /* Safari */
	align-items: center;
	position: absolute;
	top: 8px;
	right: 5px;
}
.estatelist .prpwrap .prpiconBox02 {
	top: 20px;
}
.estatelist .prpwrap .prpiconBox .inputwrap, .estatelist .prpwrap .prpiconBox ul.item {
	vertical-align: middle;
}
.estatelist .prpwrap .prpiconBox .inputwrap {
	position: relative;
	background: #FFF;
	padding: 5px;
	height: 20px;
}
.estatelist .prpwrap .prpiconBox .inputwrap02 {
	position: relative;
	color: #fff;
	background: none;
	padding: 5px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.estatelist .prpwrap .prpiconBox ul {
	font-size: 0;
}
.estatelist .prpwrap .prpiconBox ul li {
	display: inline-block;
	margin-right: 5px;
}
.estatelist .prpwrap .prpiconBox ul li img {
	height: 30px !important;
	width: auto !important;
}
.estatelist .prpwrap .prpinfoBox {
	float: right;
	width: 680px;
	margin: 15px;
	margin-left: 0;
}
.estatelist .prpwrap .prpinfoBox img {
	width: auto;
	height: 30px;
}
.estatelist .prpwrap .prpvisualBox {
	float: left;
	width: 336px;
	margin: 20px;
}
.estatelist .prpwrap .prpvisualBox .prpimageBox {
	margin-bottom: 20px;
}
.estatelist .prpwrap .prpvisualBox .iconBox {
	display: flex;
	flex-wrap: wrap;
}
.estatelist .prpwrap .prpvisualBox .iconBox p {
	margin: 0 10px 10px 0;
}
.estatelist .prpwrap .prpvisualBox .iconBox p:nth-child(4n) {
	margin-right: 0;
}
.estatelist .prpwrap .prpvisualBox .iconBox p img {
	height: 30px;
	width: auto;
}
.estatelist .prpwrap .prpimageBox ul li span img {
	max-width: 100%;
	max-height: 225px;
	object-fit: contain;
	font-family: 'object-fit: contain;'; /*IE対策*/
}
.estatelist .prpwrap .prpdataBox {
	margin-right: 20px;
	margin-bottom: 10px;
}
.estatelist .prpwrap .prpdataBox dl {
	width: 99%;
	margin: 0 auto;
	border-bottom: 1px solid #CCC;
	;
	display: table;
}
.estatelist .prpwrap .prpdataBox dl.prpprice {
	font-size: 1.2em;
}
.estatelist .prpwrap .prpdataBox dl.prpprice .downIcon {
	display: inline-block;
	margin-left: 10px;
	vertical-align: bottom;
}
.estatelist .prpwrap .prpdataBox dl dt, .estatelist .prpwrap .prpdataBox dl dd {
	display: table-cell;
	padding: 10px;
}
.disp_simple .prpwrap .prpdataBox dl dt, .disp_simple .prpwrap .prpdataBox dl dd {
	padding: 5px 10px;
	font-size: 0.85em;
}
.estatelist .prpwrap .prpdataBox dl dt {
	width: 60px;
	font-weight: bold;
}
.estatelist .prpwrap .prpdataBox dl dd {
	min-width: 80px;
}
.estatelist .prpwrap .btn_prpdetail {
	clear: both;
	text-align: center;
	padding-bottom: 20px;
}
.estatelist .wrap_member {
	border-color: #D60201;
}
.estatelist .wrap_member .prptitleBox {
	background: #D60201;
}
.estatelist .mgn0t {
	margin-top: 0;
}
/*************** GoogleMap表示 ****************/
.gmap_view {
	width: 100%;
	margin: 10px auto;
	height: 400px;
	text-align: center;
	border: 1px solid #C8C8C8;
}
.full_map {
	margin: 30px 0 0 0;
}
.full_map p a {
	width: 160px;
	height: 40px;
	display: block;
	text-indent: -9999px;
	background: url(/share/img/basic/btn_fullmap01.jpg) no-repeat;
}
/*************** gmap吹き出しのタイトル色 ****************/
/*青（一般物件）*/
.gmap_ttl01 {
	background: #1D6FB8;
}
/*赤（会員限定物件）*/
.gmap_ttl02 {
	background: #D60201;
}
/*緑（店舗公開物件）*/
.gmap_ttl03 {
	background: #3D910F;
}
/*黄（希望条件物件）*/
.gmap_ttl04 {
	background: #FAC600;
}
/*公的*/
.gmap_ttl0601 {
	background: #D60201;
}
.gmap_ttl0601 img {
	margin: 0 5px;
}
/*事例*/
.gmap_ttl0602 {
	background: #D60201;
}
.gmap_ttl0602 img {
	margin: 0 5px;
}
.gmap_dtl {
	font-size: 12px;
	padding: 3px 0;
}
/*gmap下注意文*/
.note {
	margin: 0;
	font-size: 11px;
	padding: 10px;
	border: 1px solid #C8C8C8;
}
/*Googlemap 公的＋事例のふきだし内テーブル01*/

.gmap_tbl01 {
	width: 100%;
	margin: 10px 0;
}
.gmap_tbl01 th {
	text-align: center;
	padding: 5px;
	font-weight: bold;
	background: #F6F6F6;
	border: 1px solid #cfcfcf;
}
.gmap_tbl01 td {
	text-align: center;
	padding: 3px 8px;
	border: 1px solid #cfcfcf;
}
.gmap_tbl01 .date {
	width: 80px;
}
.gmap_ttl01, .gmap_ttl02, .gmap_ttl03, .gmap_ttl04, .gmap_ttl0601, .gmap_ttl0602 {
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	margin: 3px 0;
	padding: 3px 5px;
	border-radius: 5px;
}
.gmap_ttl01 a:link, .gmap_ttl01 a:visited, .gmap_ttl02 a:link, .gmap_ttl02 a:visited, .gmap_ttl03 a:link, .gmap_ttl03 a:visited, .gmap_ttl04 a:link, .gmap_ttl04 a:visited, .gmap_ttl0601 a:link, .gmap_ttl0601 a:visited, .gmap_ttl0602 a:link, .gmap_ttl0602 a:visited, .gmap_ttl01 a:hover, .gmap_ttl02 a:hover, .gmap_ttl03 a:hover, .gmap_ttl04 a:hover, .gmap_ttl0601 a:hover, .gmap_ttl0602 a:hover {
	color: #fff;
}
/*************** ブラウザによる吹き出しの調整 ****************/

/* chrome opera */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
.gm-style .gm-style-iw-d {
	overflow: scroll !important;
}
}
/* firefox */
@-moz-document url-prefix() {
 .gm-style .gm-style-iw-d {
 overflow: hidden !important;
}
}
/*************** 件数カウントボックス ****************/
.list_countbox01 {
	margin: 20px 0;
	padding: 20px;
	border: 5px solid #ccc;
}
.list_countbox01 h3 {
	text-align: center;
	font-size: 2.5em;
}
.list_countbox01 .inbox01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: 20px 0;
}
.list_countbox01 .inbox01 dl {
	width: 330px;
	border: 1px solid;
	color: #1D6FB8;
}
.list_countbox01 .inbox01 dl dt {
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	background: #1D6FB8;
	color: #fff;
	padding: 10px;
}
.list_countbox01 .inbox01 dl dd {
	text-align: center;
	font-size: 2.5em;
	font-weight: bold;
}
.list_countbox01 .inbox01 dl dd span {
	font-size: 0.6em;
	display: inline-block;
	margin-left: 10px;
}
.list_countbox01 .inbox01 .private {
	color: #D60201;
}
.list_countbox01 .inbox01 .private dt {
	background: #D60201;
}
.list_countbox01 .inbox01 .shop {
	color: #3D910F;
}
.list_countbox01 .inbox01 .shop dt {
	background: #3D910F;
}
.list_countbox01 .shop_link {
	margin-top: 10px;
}
/*==================================================
  prpdetailPage：物件詳細ページ
==================================================*/
.prpdetailttlbox01 {
	margin: 10px 0;
}
.prpdetailPage .box02 .page_title02 {
	margin-top: 40px;
}
.prpdetailttlbox01 .prpdetail_tab01 ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 20px;
}
.prpdetailttlbox01 .prpdetail_tab01 .warning {
	font-size: 0.9em;
	margin-right: 0;
	line-height: 1.2em;
}
.prpdetailttlbox01 .prpdetail_ttl01 h3 {
	padding-left: 90px;
	font-size: 2.5em;
	font-weight: bold;
}
.prpdetailttlbox01 .ttl_mansion {
	background: url(/share/img/basic/icon_mansion01.gif) no-repeat 0 center;
	background-size: auto 30px;
	padding-left: 120px !important;
}
.prpdetailttlbox01 .ttl_mansion02 {
	background: url(/share/img/basic/icon_mansion02.gif) no-repeat 0 center;
	background-size: auto 30px;
	padding-left: 120px !important;
}
.prpdetailttlbox01 .ttl_kodate {
	background: url(/share/img/basic/icon_kodate01.gif) no-repeat 0 center;
	background-size: auto 30px;
}
.prpdetailttlbox01 .ttl_kodate02 {
	background: url(/share/img/basic/icon_kodate02.gif) no-repeat 0 center;
	background-size: auto 30px;
}
.prpdetailttlbox01 .ttl_land {
	background: url(/share/img/basic/icon_land01.gif) no-repeat 0 center;
	background-size: auto 30px;
}
.prpdetailttlbox01 .ttl_public {
	background: url(/share/img/basic/icon_public01.gif) no-repeat 0 center;
	background-size: auto 30px;
}
.prpdetailttlbox01 .ttl_private {
	background: url(/share/img/basic/icon_private01.gif) no-repeat 0 center;
	background-size: auto 30px;
}
.prpdetailttlbox01 .ttl_shop {
	background: url(/share/img/basic/icon_shop01.gif) no-repeat 0 center;
	background-size: auto 30px;
}
.prpdetailttlbox01 .ttl_etc {
	background: url(/share/img/basic/icon_etc01.gif) no-repeat 0 center;
	background-size: auto 30px;
}
/*.prpdetailPage .w1080{width: 1080px;margin: auto;}*/
.prpdetailPage .box02 {
	padding: 0;
}
.prpdetailPage .box02 .page_title04, .prpdetailPage .box02 .page_title05 {
	margin: 20px 0 0 0;
	font-weight: bold;
}
.prpdetailPage .box02 .prpdetail_tbl01 {
	width: 100%;
	margin: 20px auto;
	background: #fff;
}
.prpdetailPage .box02 .prpdetail_tbl01 th {
	padding: 20px;
	width: 20%;
	font-weight: bold;
	vertical-align: middle;
	background: #F6F6F6;
	border: 1px solid #C8C8C8;
}
.prpdetailPage .box02 .prpdetail_tbl01 th.hikiwatashi+td {
	width: 80%;
}
.prpdetailPage .box02 .prpdetail_tbl01 td {
	padding: 20px;
	width: 30%;
	border: 1px solid #C8C8C8;
}
/*************** 画像表示部分 ****************/

.prpdetailPage .box02 .prpdetail_tbl02 {
	margin: 10px 0;
}
.prpdetailPage .box02 .prpdetail_tbl02 dl {
	display: block;
	padding: 1%;
}
.prpdetailPage .box02 .prpdetail_tbl02 dl dd {
	font-size: 0.8em;
	min-height: 15px;
	margin-top: 1%;
	padding: 1%;
	display: block;
	border: 1px solid #C8C8C8;
}
.prpdetailPage .box02 .prpdetail_tbl02 {
	width: 100%;
	margin: 20px 0;
	background: #fff;
}
.prpdetailPage .box02 .prpdetail_tbl02 td img {
	width: 100%;
	height: auto;
}
.prpdetailPage .box02 .prpdetail_tbl02 td ul.photo01 {
	display: flex;
	justify-content: space-between;
}
.prpdetailPage .box02 .prpdetail_tbl02 td ul.photo01 li {
	width: 49%;
	height: 380px;
	border: 1px solid #ccc;/*box-sizing: border-box;*/
}
.prpdetailPage .box02 .prpdetail_tbl02 td ul.photo01 li img {
	object-fit: contain;
	font-family: 'object-fit: contain;'; /*IE対策*/
	max-width: 100%;
	max-height: 380px;
}
.prpdetailPage .box02 .prpdetail_tbl02 td ul.photo02 {
	display: flex;
	flex-wrap: wrap;
	margin-top: 2%;
}
.prpdetailPage .box02 .prpdetail_tbl02 td ul.photo02 li {
	width: 14%;
	margin: 0 0.15% 5px;
}
.prpdetailPage .box02 .prpdetail_tbl02 td ul.photo02 li:nth-child(7n) {
	margin-right: 0;
}
.prpdetailPage .box02 .prpdetail_tbl03 {
	width: 100%;
	margin: 5px 0;
	background: #fff;
}
.prpdetailPage .box02 .prpdetail_tbl03 th {
	padding: 5px 10px;
	font-weight: bold;
	vertical-align: middle;
	background: #E8F9CE;
	border: 1px solid #C8C8C8;
}
.prpdetailPage .box02 .prpdetail_tbl03 td {
	padding: 5px 10px;
	border: 1px solid #C8C8C8;
}
.prpdetailPage .recommend_box {
	margin: 30px 0;
	padding-bottom: 10px;
}
.prpdetailPage .recommend_box h5 {
	margin-bottom: 20px;
}
.prpdetailPage .recommend_box table {
	width: 96%;
	margin: 10px auto;
	font-size: 1.1em;
}
.prpdetailPage .recommend_box table th {
	padding: 5px;
	font-weight: bold;
	border-bottom: 1px solid #C8C8C8;
}
.prpdetailPage .recommend_box table td {
	width: 20%;
	padding: 5px;
	border-bottom: 1px solid #C8C8C8;
}
/*************** btn_box ****************/
.btn_box .btn_type01 a{font-size: 2.5em;
padding: 30px 0;
min-width: 400px;}


/*************** onepoint_box ****************/
.prpdetailPage .onepoint_box {
	margin: 20px 0;
	padding: 20px;
	border: 5px solid #1D6FB8;
}
.prpdetailPage .onepoint_box img {
	width: 465px;
}
.prpdetailPage .onepoint_box p {
	padding: 20px 10px;
	font-size: 1.1em;
}
/*************** 支払い例 ****************/
.reformbox {
	margin-top: 40px;
}
.reformbox .payment_examples {
	position: relative;
}
.reformbox .payment_examples .inbox01 {
	position: absolute;
	display: flex;
	flex-wrap: wrap;
	top: 55px;
	left: 320px;
}
.reformbox .payment_examples p {
	width: 350px;
	font-size: 36px;
	font-weight: bold;
	text-align: right;
	color: #D60201;
}
.reformbox .payment_examples p:last-child {
	margin-left: 40px;
}
.reformbox .borrowing {
	margin: 10px 0;
}
.reformbox .borrowing p {
	font-size: 11px;
	text-align: right;
}
/*************** 商談中の表示 ****************/
.detail_addbox {
	margin: 20px 0;
}
.detail_addbox p {
	margin-bottom: 10px;
}
/*==================================================
  prplistPage：物件リストページ
==================================================*/
.prplistPage .box02 {
	margin: 20px;
	padding: 20px;
}
/*==================================================
  reservationPage：物件間取り請求・見学予約ページ
==================================================*/
.reservationPage .box01 {
	margin: 0;
}
.reservationPage .box01 .rsvlist_ttl01 {
}
.rsvlist_tbl01 {
	width: 100%;
	margin: 20px auto 30px auto;
	background: #fff;
}
.rsvlist_tbl01 img {
	width: auto;
}
.rsvlist_tbl01 th {
	padding: 5px;
	background: #F6F6F6;
	border: 1px solid #C9C9C9;
	text-align: center;
	vertical-align: middle;
}
.rsvlist_tbl01 td {
	padding: 5px;
	border: 1px solid #C9C9C9;
}
.rsvlist_tbl01 td img {
	height: 20px;
}
.rsvlist_tbl01 td input {
	margin: 0 auto;
	text-align: center;
}
.rsvlist_tbl01 .th_w01 {
	width: 30px;
	font-size: 10px;
}
.reservationPage .btnBox {
	display: flex;
	justify-content: center;
}
.reservationPage .btnBox li {
	margin: 20px;
}
/*==================================================
  requestentryPage：希望条件変更ページ
==================================================*/
.requestentryPage .box01 {
	margin: 0;
}
.requestentryPage .box01 .rqentry_ttl01 {
}
.rqentry_tbl01 {
	width: 100%;
	margin: 0 auto 30px auto;
	background: #fff;
}
.rqentry_tbl01 th {
	padding: 5px;
	background: #F6F6F6;
	border: 1px solid #C9C9C9;
	text-align: center;
	vertical-align: middle;
}
.rqentry_tbl01 td {
	padding: 5px;
	border: 1px solid #C9C9C9;
}
.rqentry_tbl01 td input, .rqentry_tbl01 td textarea, .rqentry_tbl01 td select {
	margin: 0 auto;
	text-align: center;
}
.rqentry_tbl01 .bgy {
	padding: 10px 5px;
	border: 1px solid #C9C9C9;
	background: #FFA91A;
}
.rqentry_tbl01 .th_w01 {
	width: 30px;
	font-size: 10px;
}
/*==================================================
  propertyPage：リノベ済み・オススメ・最近見た物件一覧ページ
==================================================*/
.propertyPage {
	margin-bottom: 80px !important;
}
.propertyPage .itemList {
	display: flex;
	flex-wrap: wrap;
}
.propertyPage .itemList .item {
	width: 270px;
	margin: 20px 10px;
	background: #fff;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
.propertyPage .itemList .item a {
	text-decoration: none;
}
.propertyPage .itemList .item .photo {
	position: relative;
}
.propertyPage .itemList .item .photo .iconBox {
	position: absolute;
	top: 10px;
	left: 10px;
}
.propertyPage .itemList .item .photo .iconBox {
	display: flex;
	flex-wrap: wrap;
}
.propertyPage .itemList .item .photo img {
	width: 100%;
	height: 190px;
	object-fit: cover;
	font-family: 'object-fit: cover;'; /*IE対策*/
	display: inline-block;
}
.propertyPage .itemList .item .inner {
	padding: 15px;
}
.propertyPage .itemList .item .inner h4 {
	font-size: 1.1em;
	font-weight: bold;
}
.propertyPage .itemList .item .inner .cateBox {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 5px 0;
}
.propertyPage .itemList .item .inner .cateBox p {
	padding: 2px 10px;
	margin-right: 5px;
	border: 1px solid;
	font-size: 0.8em;
	font-weight: bold;
}
.propertyPage .itemList .item .inner .info {
	font-size: 0.9em;
	margin: 10px 0;
}
.propertyPage .itemList .item .inner .price {
	font-size: 1.6em;
	font-weight: bold;
}
.propertyPage .itemList .item .inner .price span {
	font-size: 0.6em;
}
.propertyPage .itemList .item .inner .pay {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dotted;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.propertyPage .itemList .item .inner .pay dt {
	font-weight: bold;
	text-align: center;
	font-size: 0.9em;
}
.propertyPage .itemList .item .inner .pay dd {
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
}
.propertyPage .itemList .item .inner .pay dd span {
	font-size: 0.6em;
}
.propertyPage .itemList .prpregist {
	border: 4px solid #D60201;
	box-sizing: border-box;
}
.propertyPage .itemList .prpregist img {
	width: 100%;
	height: auto;
}
.propertyPage .btn_type02 a {
	min-width: 400px;
	padding: 28px 0;
	font-size: 1.5em;
	border: 4px solid #111;
	background: #111;
	color: #fff;
}
.propertyPage .btn_type02 a:hover {
	background: #fff;
	color: #111;
}
