/* 物件一覧 */
.icons {
	display: table;
}
.icon_common {
	margin: 0px 2px 5px 2px;
	padding: 2px 4px;
	display: block;
	float: left;
	/*border-radius: 5px;*/
	/*border-style: outset;*/
	font-size: 10px;
	font-weight: bold;
}
.icon_new {
	color: #ffffff;
	background-color: #ff0000;
	border: 1px solid #ff0000;
}
.icon_fee {
	color: #ffffff;
	background-color: #c71585;
	border: 1px solid #c71585;
}
.icon_area {
	color: #167ac6;
	background-color: #ffffff;
	border: 1px solid #167ac6;
}
.icon_type {
	color: #2e8b57;
	background-color: #ffffff;
	border: 1px solid #2e8b57;
}
p.msg {
	font-size: 10pt;
	height: 20px;
	min-height: 20px;
	overflow-x: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
p.msg1 {
	color: #c71585;
}
p.msg2 {
	color: #333333;
}
p.msg3 {
	color: #333333;
}
hr.search_hr {
	margin-bottom: 10px !important;
}
.label-cbx {
	user-select: none;
	cursor: pointer;
	margin: 2px;
	width: 100px;
}
.label-cbx input:checked + .checkbox {
	border-color: #20C2E0;
}
.label-cbx input:checked + .checkbox svg path {
	fill: #20C2E0;
}
.label-cbx input:checked + .checkbox svg polyline {
	stroke-dashoffset: 0;
}
.label-cbx:hover .checkbox svg path {
	stroke-dashoffset: 0;
}
.label-cbx .checkbox {
	float: left;
	width: 20px;
	height: 20px;
	border: 2px solid #C8CCD4;
	border-radius: 3px;
	margin: 3px !important;
}
.label-cbx .checkbox svg {
	position: absolute;
	top: -2px;
	left: -2px;
}
.label-cbx .checkbox svg path {
	fill: none;
	stroke: #20C2E0;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-dasharray: 71px;
	stroke-dashoffset: 71px;
	transition: all 0.6s ease;
}
.label-cbx .checkbox svg polyline {
	fill: none;
	stroke: #FFF;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-dasharray: 18px;
	stroke-dashoffset: 18px;
	transition: all 0.3s ease;
}
.label-cbx > div.checkbox-label {
	pointer-events: none;
	float: left;
	margin: 4px;
	font-size: 13px;
}
.search_checkbox {
	position: absolute;
	z-index: -1;
	width: 0;
	height: 0;
	opacity: 0;
}

.searchBox fieldset {
	border: 1px solid #ddd !important;
	margin: 0 3px 8px 3px;
	xmin-width: 0;
	position: relative;
	border-radius:4px;
	padding-left: 6px!important;
}
.searchBox fieldset legend {
	font-size:14px;
	margin-bottom: 0px;
	width: 50px;
	border: 0px;
	padding: 5px 5px 5px 10px;
}
.osusume_outer {
	margin-top: 10px !important;
}
.search_item {
	display: none;
}
.result_message {
	margin: 5px 3px 20px 3px;
}
/* モバイル用フォントサイズ調整 */
@media screen and (max-width: 640px) {
	.icon_common {
		font-size: 13px;
	}
	p.msg {
		font-size: 12pt;
	}
}


/* 問い合わせフォーム */
div.wpcf7 .mail-form {
	width: 96%;
	margin: 15px auto 0px auto;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	padding: 10px;
}
div.wpcf7 .mail-form .item_label {
	font-weight: bold;
	padding: 0px 0px 5px 0px;
}
div.wpcf7 .mail-form .item_value {
	padding: 0px 0px 15px 10px;
	line-height: 100%;
}
div.wpcf7 .mail-form .required_label {
	color: red;
	font-weight: normal;
	font-size: 60%;
}
div.wpcf7 .mail-form div.input {
	padding: 0px 10px 5px 10px;
}
div.wpcf7 .mail-form input,
div.wpcf7 .mail-form select,
div.wpcf7 .mail-form textarea {
	border: 1px solid #AAAAAA;
	font-size: 12pt;
	margin-left: 1px; 
}
div.wpcf7 .mail-form input[type="text"],
div.wpcf7 .mail-form input[type="tel"],
div.wpcf7 .mail-form input[type="email"],
div.wpcf7 .mail-form input[type="password"],
div.wpcf7 .mail-form input[type="number"],
div.wpcf7 .mail-form select,
div.wpcf7 .mail-form textarea {
	width: 100%;
	padding: 5px 5px;
	margin-bottom: 5px; 
}
div.wpcf7 .mail-form select {
	height: 34px;
}
div.wpcf7 .mail-form .wpcf7-list-item-label {
	font-weight: normal;
}
div.wpcf7 .mail-form span.wpcf7-list-item {
	margin: 0 15px 0 0;
}
div.wpcf7 .mail-form span.wpcf7-confirm-wrap-INPUT-checkbox {
    float: none;
    text-decoration: none;
}
div.wpcf7 .mail-form input.wpcf7-submit,
div.wpcf7 .mail-form input.wpcf7-confirm-back {
	padding: 5px 10px;
	margin-top: 10px;
	border-radius: 5px;
	font-size: 15pt;
}
div.wpcf7 .mail-form .ajax-loader {
    display: block;
    width: 100%;
    margin: 5px 0 0 0;
    background-position: center;
    background-repeat: no-repeat;
}
div.wpcf7 .mail-form div.center {
	text-align: center;
	padding: 5px;
}