@charset "utf-8";
/* CSS Document */
/*============================
.memberBox
============================*/
.memberBox p {	
	font-size: 16px;
	color: #1F1F1F;
	line-height: 1.8;
}

.comMember {
	margin: 0 0 40px;
    border: 1px solid #E6E6DA;
    border-radius: 5px;
	background: #F2F2EC;
	overflow: hidden;
}

.comMember .lBox {
	float: left;
	width: 465px;
    padding-left: 80px;
	position: relative;
	margin: 20px 0 0 15px;
}

.comMember .lBox .circle {
	position: absolute;
	top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    background: #E1E623;
    border-radius: 50px;
    font-size: 18px;
    color: #000;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
}

.comMember .lBox p {
	font-size: 14px;
	margin: 5px 0 7px 13px;
	line-height: 1.6;
}

.comMember .lBox p span {
	display: block;
}

.comMember .lBox .title {
	font-size: 30px;
	line-height: 1.2;
}

.comMember .lBox .title span {
	display: inline;
	color: #1464BD;
}

.comMember .lBox .title img {
	vertical-align: -1px;
	margin-right: 5px;
}

.comMember .lBox .topBox .ttl {
	padding: 5px 5px 8px 10px;
	margin: 0 -7px 0 0;
	position: relative;
	float: left;
	width: 69px;
	color: #fff;
	font-size: 13px;
	line-height: 1.2;
	background: url(../img/renew/com_bg01.png) no-repeat left top;
	z-index: 10;
}

.comMember .lBox .numBox {
	margin-top: 10px;
	padding: 11px 15px 8px 5px;
	float: left;
	width: 173px;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
	background-color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	position: relative;
	behavior: url(scripts/pie.htc);
}

.comMember .lBox .numBox .numTxt img {
	margin: 0 2px;
	vertical-align: -2px;
}

.comMember .lBox .link {
	float: left;
	padding: 15px 0 0 10px;
}

.comMember .lBox .link a {
	width: 450px;
    height: 70px;
    background: #1464BD;
    border-radius: 3px;
    border: none;
    color: #FFF;
    font-size: 22px;
    font-weight: bold;
    display: block;
    cursor: pointer;
	line-height: 22px;
    padding: 16px 0 0 100px;
    box-sizing: border-box;
    text-decoration: none;
    position: relative;
}

.comMember .lBox .link a span {
	font-size: 16px;
}
.comMember .lBox .link a small {
	font-size: 12px;
	font-weight: normal;
	display:  block;
}

.comMember .lBox .link a:after {
	position: absolute;
  content: "";
  bottom: 41%;
  right: 25px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.comMember .lBox .link a:hover {
	opacity: 0.7;
}

.comMember .lBox .link .sp {
	display: none;
}

.comMember .lBox .link a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.comMember .txtBox {
	background: #FCFCFB;
	padding: 15px 10px;
	float: right;
	width: 308px;
	box-sizing: border-box;
	border-left: 1px solid #E6E6DA;
}

.comMember.limited .txtBox {
  height: 295px;
}

.comMember .txtBox .ttl {
	margin-bottom: 3px;
	font-size: 13px;
	font-weight: bold;
	position: relative;
	border-bottom: 2px solid #1464BD;
	padding: 4px 0 5px;
}

.comMember .txtBox .ttl span {
	font-size: 15px;
	color: #CE0028;
	position: absolute;
	top: 0;
	right: 0;
}

.comMember .txtBox .redP {
	margin-bottom: 4px;
	color: #FF0000;
	padding: 3px 0 0;
	font-size: 12px;
	text-indent: -1em;
	margin-left: 1em;
}

.comMember .txtBox .yellowP {
	color: #FF0000;
    margin-bottom: 10px;
    font-size: 14px;
    padding-top: 3px;
}

.comMember .txtBox .text {
	margin-bottom: 42px;
}

.comMember .txtBox .txtUl {
	margin: 0 0 10px 10px;
	width: 270px;
}

.comMember .txtBox .txtUl p {
	line-height: 1.2;
    font-size: 12px;
	font-weight: bold;
	margin: 15px 0 5px;
	padding-left: 8px;
	position: relative;
}

.comMember .txtBox .txtUl p:before {
	content: "";
	display: block;
	width: 3px;
	height: 10px;
	background: #333;
	position: absolute;
	top: 2px;
	left: 0;
}

.comMember .txtBox .txtUl p span {
	font-size: 11px;
	color: #666;
	font-weight: normal;
}

.comMember .txtBox .help {
	font-size: 11px;
	font-weight: normal;
	background: none;
	margin: 10px 0 0 10px;
}
.comMember .txtBox .help .fa-question-circle {
	font-size: 17px;
    color: #C7C2B8;
	padding: 0 5px 0 0;
    display: inline-block;
    vertical-align: middle;
}
.comMember .txtBox .help a { 
	color: #5D8894;
	text-decoration: none;
}

.comMember .txtBox .help a:hover {
	text-decoration: underline;
}

.comMember .txtBox .txtUl input {
	width: 100%;
	height: 34px;
	box-sizing: border-box;
	border: 1px solid #D6D6D6;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	padding: 0 3px;
}

.comMember .txtBox .txtUl p label {
	display: block;
}

.comMember .txtBox .linkUl {
	margin: 0 -5px 0 5px;
	overflow: inherit;
}

.comMember .txtBox .linkUl li {
	float: right;
	padding-right: 10px;
}

.comMember .txtBox .linkUl .txtLink02 {
	padding: 5px 0 0 0;
	float: left;
}

.comMember .txtBox .linkUl .txtLink01 a,
.comMember .txtBox .linkUl .txtLink02 a {
	padding-left: 10px;
	color: #fff;
	font-size: 12px;
	text-decoration: underline;
	display: inline-block;
}

.comMember .txtBox .linkUl .txtLink01 a:hover,
.comMember .txtBox .linkUl .txtLink02 a:hover {
	text-decoration: none;
}

li .txtLink03 {
	color: #000;
}

.comMember .txtBox .linkUl .submitBox {
}

.comMember .txtBox .linkUl .submitBox input {
	width: 270px;
	height: 50px;
	margin: 0 0 0 5px;
	padding: 0;
	border: none;
	text-indent: -99999px;
	background: url(../img/renew/com_btn02.png) no-repeat left top;
	display: block;
	cursor: pointer;
}

.comMember .txtBox .linkUl .submitBox :hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.comMember .txtBox .login {
	padding-bottom: 10px;
}

.comMember .txtBox .login .ttl {
	margin-bottom: 12px;
}

.comMember .txtBox .login .nameBox {
	margin-bottom: 28px;
	font-size: 13px;
}

.comMember .txtBox .login .linkUl li {
	padding-bottom: 5px;
	float: none;
}

.comMember .txtBox .forgot {
}

.comMember .txtBox .forgot_error #id_mail_1_2,
.comMember .txtBox .forgot #id_mail_1_1 {
	display: block;
	width: 270px;
    height: 34px;
    box-sizing: border-box;
    border: 1px solid #D6D6D6;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	margin: 5px 0 0;
}

.comMember .txtBox .comUl li a {
	display: inline-block;
	padding-left: 10px;
	color: #5D8894;
	text-decoration: none;
  position: relative;
}

.comMember .txtBox .comUl li a:before {
    content: "";
    box-sizing: border-box;
    width: 5px;
    height: 5px;
    border: 4px solid transparent;
    border-left: 5px solid #DDD;
    position: absolute;
    top: 3px;
    left: -1px;
}

.comMember .txtBox .comUl li a:hover {
	text-decoration: underline;
}

.comMember .txtBox .comUl .submitBox {
	margin: 15px 0;
}

.comMember .txtBox .changepass_error .submitBox input,
.comMember .txtBox .changepass .submitBox input,
.comMember .txtBox .comUl .submitBox input {
	width: 270px;
	height: 50px;
	padding: 0;
	border: none;
	text-indent: -99999px;
	background: url(../img/renew/com_btn03.png) no-repeat 0 0;
	display: block;
	cursor: pointer;
}

.comMember .txtBox .changepass_error .submitBox input:hover,
.comMember .txtBox .changepass .submitBox input:hover,
.comMember .txtBox .comUl .submitBox input:hover {
	opacity: 0.7;
}

.comMember .txtBox .changepass_ok,
.comMember .txtBox .forgot_ok {
	padding-bottom: 8px;
}

.comMember .txtBox .changepass_ok .linkUl li {
	float: none;
}

.comMember .txtBox .changepass_ok .linkUl li a,
.comMember .txtBox .forgot_ok .linkUl li a {
	padding-left: 10px;
	color: #5D8894;
	display: inline-block;
	text-decoration: underline;
	background: url(../img/renew/icon02.png) no-repeat left center;
}

.comMember .txtBox .changepass_ok .linkUl li a:hover,
.comMember .txtBox .forgot_ok .linkUl li a:hover {
	text-decoration: none;
}


/******************************
 flow
******************************/
.forgot,
.forgot_error,
.forgot_ok,
.login,
.changepass,
.changepass_error,
.changepass_ok
{ display: none; }

.memberBox {
	margin: 0 auto;
	width: 960px;
	background: #FFF;
	padding: 30px;
	box-sizing: border-box;
	background: #FFF;
    border: 1px solid #E2E2E2;
    margin-bottom: 55px;
}

.login01,
.login02 {
	margin: 0 auto;
	width: 960px;
}

/******************************
.contentsBox01
******************************/
.memberBox .contentsBox01 {	
}
#mainSub .memberBox .contentsBox01 h3 {	
	font-size: 18px;
	font-weight: bold;
	color: #1F1F1F;
	border-left: 3px solid #1F1F1F;
	padding-left: 15px;
}
.memberBox .contentsBox01 p {	
	margin: 20px 0;
}
.memberBox .contentsBox01 p span {
	font-weight: bold;
}
.memberBox .contentsBox01 p span.red {
	color: #D83939;
}

/******************************
.contentsBox02
******************************/
.memberBox .contentsBox02 {	
	padding: 35px 20px;
	margin: 45px 0 35px;
	border: 3px solid #CBB372;
}
.memberBox .contentsBox02 .inner {
	background: url("../img/renew/img_member_01.png") no-repeat right 8px;
	background-size: 271px;
	width: auto;
	margin: 0 10px;
	padding-right: 335px;
}
#mainSub .memberBox .contentsBox02 h3 {	
	font-size: 36px;
	margin-bottom: 15px;
	color: #111;
}
.memberBox .contentsBox02 h3 small {
	font-size: 28px;
}
.memberBox .contentsBox02 h4 {	
	font-size: 18px;
	font-weight: bold;
	margin: 38px 0 0;
	padding: 0 15px;
	color: #212121;
	background: #F2F2EC;
	line-height: 45px;
}
.memberBox .contentsBox02 .caseList {
}
.memberBox .contentsBox02 .caseList li {
	padding-left: 210px;
	margin: 20px 0;
	min-height: 210px;
	overflow: hidden;
}
.memberBox .contentsBox02 .caseList li .name {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #E6E6E6;
    padding: 10px 14px 5px;
}
.memberBox .contentsBox02 .caseList li .name span {
	width: 32px;
	height: 25px;
	font-size: 16px;
	text-align: center;
	line-height: 28px;
	margin-right: 10px;
	background: #E1E623;
	display: inline-block;
	border-radius: 20px;
}
.memberBox .contentsBox02 .caseList .case01 {
	background: url("../img/pic_sample_01.jpg") no-repeat 0 0;
	background-size: 210px;
}
.memberBox .contentsBox02 .caseList .case02 {
	background: url("../img/pic_sample_02.jpg") no-repeat 0 0;
	background-size: 210px;
}
.memberBox .contentsBox02 .caseList dl {
	float: left;
	width: 220px;
	margin: 15px 12px 0;
}
.memberBox .contentsBox02 .caseList dt,
.memberBox .contentsBox02 .caseList dd {
	margin-bottom: 7px;
	padding: 4px 10px;
}
.memberBox .contentsBox02 .caseList dl dt.last,
.memberBox .contentsBox02 .caseList dl dd.last {
	margin-bottom: 0;
}
.memberBox .contentsBox02 .caseList dt {
	font-size: 13px;
	color: #666;
	text-align: center;
	float: left;
	width: 80px;
	background: #F2F2EC;
	border-radius: 3px;
	box-sizing: border-box;
	margin-right: 10px;
}
.memberBox .contentsBox02 .caseList dd {
	font-size: 14px;
}
.memberBox .contentsBox02 .caseList .comment {
	font-size: 14px;
    float: right;
    width: 376px;
    margin: 13px 15px 0 0;
}

/******************************
.contentsBox03
******************************/
.memberBox .contentsBox03 {	
	padding: 30px;
	margin: 40px 0 0px;
	background: url(../img/renew/bg_member_01.png) no-repeat 155px 90px #F2F2EC;
}
#mainSub .memberBox .contentsBox03 h3 {	
	font-size: 26px;
	color: #1F1F1F;
	float: left;
	padding: 15px 0 0 10px;
	line-height: 1.7;
}
.memberBox .contentsBox03 p {	
	float: right;
	width: 560px;
}
.memberBox .contentsBox03 .stepList {
	overflow: hidden;
	margin: 30px 0 0;
}
.memberBox .contentsBox03 .stepList li {
	background: #FFF;
	width: 195px;
	float: left;
	margin-right: 19px;
	position: relative;
}
.memberBox .contentsBox03 .stepList li:after {
	content: "";
	box-sizing: border-box;
	width: 8px;
	height: 10px;
	border: 6px solid transparent;
	border-left: 8px solid #7D5E3F;
	position: absolute;
	top: 60px;
	right: -19px;
}
.memberBox .contentsBox03 .stepList li:last-child {
	margin-right: 0;
}
.memberBox .contentsBox03 .stepList li .stepTit,
.memberBox .contentsBox03 .stepList li .stepNum {
	font-weight: bold;
	height: 80px;
	display: inline-block;
}
.memberBox .contentsBox03 .stepList li .stepNum {
	width: 50px;
	background: #CBB372;
	line-height: 1.2;
	font-size: 13px;
	color: #FFF;
	text-align: center;
	padding: 15px 0 0;
    box-sizing: border-box;
	font-family: 'Century Gothic',"Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.memberBox .contentsBox03 .stepList li .stepNum b {
	display: block;
	font-size: 30px;
}
.memberBox .contentsBox03 .stepList li .stepTit {
	font-size: 15px;
    color: #333;
    line-height: 1.4;
    padding: 10px 5px 8px 10px;
    box-sizing: border-box;
    width: 140px;
    vertical-align: bottom;
}
.memberBox .contentsBox03 .stepList p {
	font-size: 13px;
    line-height: 1.6;
    padding: 10px;
    float: none;
    width: auto;
}


/*
* フォーム
*/

#formid.main_form {
    padding: 0;
}
/* 次のフォーム画面切り替え */
.form_box.form_active {
    display: block;
}
.form_box {
    display: none;
}
/* form_step_box */
.form_step_box {
    display: flex;
    background-color: #FAFAF6;
}
.form_step_box p {
    width: 305px;
    height: 80px;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 0 30px;
    position: relative;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form_step_box p:nth-child(2) {
    padding-right: 0;
}
.form_step_box p:last-child {
    width: 350px;
}
.form_step_box p.active {
    background-color: #F2F2EC;
}
.form_step_box p.active::after {
    content: "";
    display: inline-block;
    background-image: url(../img/renew/bg_arrow_02.png);
    background-repeat: no-repeat;
    width: 27px;
    height: 80px;
    position: absolute;
    right: -27px;
}
.form_step_box p:last-of-type::after {
    background: none;
}
.form_step_box p:not(.active) {
    opacity: 0.5;
}
.form_step_box p:not(.active):not(:last-child)::after {
    content: "";
    display: inline-block;
    background-image: url(../img/renew/bg_arrow_01.png);
    background-repeat: no-repeat;
    width: 27px;
    height: 80px;
    position: absolute;
    right: -30px;
}

/* form_area */
.form_area {
    padding: 40px 30px;
}
.form_area .form_title {
    padding: 15px 0;
    background-color: #E6E6E6;
    font-size: 20px;
    line-height: 1.6;
    text-align: center;
}
.form_area .user_auth_area .user_id,
.form_area .user_auth_area .user_pass {
    width: 300px;
    height: 55px;
    box-sizing: border-box;
    font-size: 20px;
}
.form_area .user_auth_area .user_pass {
    background: #FAFAF6;
    line-height: 45px;
    border-radius: 3px;
    vertical-align: middle;
    margin: 0;
    padding: 0 15px;
    border: 1px solid #DDD;
}
/* original form start */

/* 氏名 */
.form_name + dd p {
    margin-top: 3px;
    display: inline-block;
}
.form_area input[type="text"] {
    font-size: 16px;
}
/* step2 ヒント */
.cautionText {
    text-align: center;
    font-size: 12.5px;
}
.cautionText::before {
    display: inline-block;
    content: '';
    background-image: url(../img/renew/ico_hint_01.png);
    width: 24px;
    height: 24px;
    vertical-align: bottom;
}
.cautionText span:first-of-type {
    margin-left: 10px;
    font-weight: bold;
}
.cautionText .green {
    font-weight: bold;
    color: #7EAC33;
}
/* 勤続年数 */
.form_work_year + dd input[type="number"] {
    width: 100px;
}
/* 自己資金 */
.form_own_money + dd p,
.form_asset_money + dd p {
    display: inline-block;
    margin-left: 20px;
}
/* 家族構成 所有不動産 */
.form_family + dd ul,
.form_prop_info + dd .prop_info_check {
    overflow: hidden;
    margin-top: 5px;
}
.form_family + dd ul li,
.form_prop_info + dd .prop_info_check li {
    float: left;
}
.form_family + dd ul li:first-of-type,
.form_prop_info + dd .prop_info_check li:first-of-type {
    margin-right: 5px;
}
.form_family + dd ul li label,
.form_prop_info + dd .prop_info_check li label {
    width: 300px !important;
}
.form_family + dd input[type="number"] {
    width: 100px;
}
/* お住まい */
.form_house + dd ul li:not(:first-of-type){
    margin-top: 5px;
}
/* 所有不動産 */
.prop_info_area {
    margin-top: 10px;
    padding: 5px 20px;
    border: 1px dotted #DDDCD7;
}
.prop_info_area > p span {
    color: #7EAC33;
    margin-right: 10px;
    padding-left: 0px;
}
.prop_info_list {
    position: relative;
    margin-bottom: 15px;
}
.prop_info_list .prop_info_item {
    padding: 20px 0;
    border-bottom: 1px solid #E6E6E6;
    position: relative;
}
.prop_info_list .prop_info_item:first-of-type {
    padding-top: 3px;
}
.form_area .prop_info_list .prop_info_item p {
    margin: 5px 0;
}
.prop_info_list .prop_info_item label {
    width: 75px;
    display: inline-block;
}
.prop_info_list .prop_info_item .prop_info_div select {
    width: 300px;
}
.prop_info_list .prop_info_item .prop_info_money input,
.prop_info_list .prop_info_item .prop_info_income input {
    width: 140px;
}
.prop_info_area .add_info_btn {
    display: inline-block;
    padding: 10px 20px 10px 40px;
    border-radius: 5px;
    border: none;
    background-color: #F5F5F5;
    box-shadow: 0px 4px 3px -3px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0px 4px 3px -3px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 4px 3px -3px rgba(0,0,0,0.4);
    cursor: pointer;
    position: relative;
    margin-bottom: 25px;
}
.prop_info_area .add_info_btn::before {
    display: inline-block;
    content: '';
    background-image: url(../img/renew/ico_add_01.png);
    width: 13px;
    height: 13px;
    position: absolute;
    top: 13px;
    left: 15px;
}
.prop_info_area .add_info_btn:hover {
    /* ボタン透明 */
    opacity: 0.8;
    /* ボタン沈む */
    /* transform: translate3d(0, 4px, 0);
    box-shadow: none;
    -webkit-transform: translate3d(0, 4px, 0);
    -moz-transform: translate3d(0, 4px, 0);
    -ms-transform: translate3d(0, 4px, 0);
    -o-transform: translate3d(0, 4px, 0); */
}
/* delete btn */
.prop_info_list .prop_info_item .close_btn {
    cursor: pointer;
    display: inline-block;
    content: '';
    background-image: url(../img/renew/ico_delete_01.png);
    background-repeat: no-repeat;
    width: 23px;
    height: 23px;
    padding-left: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.prop_info_list .prop_info_item:first-of-type .close_btn {
    display: none;
}
/* step3 */
/* ご希望の物件種別 構造 */
.form_area .form_req_div + dd ul,
.form_area .form_req_const + dd ul {
    overflow: hidden;
    margin-top: 5px;
}
.form_req_div + dd ul li,
.form_req_const + dd ul li {
    float: left;
    margin-bottom: 5px;
}
.form_req_div + dd ul li:nth-child(2n+1),
.form_req_const + dd ul li:nth-child(2n+1) {
    margin-right: 5px;
}
.form_area .form_req_div + dd ul li input[type="checkbox"] + label,
.form_area .form_req_const + dd ul li input[type="checkbox"] + label {
    width: 300px;
}
.form_area .form_req_div + dd > input[type="text"] {
    width: 600px;
}
/* ご希望の地域 */
.form_req_area + dd > input[type="text"] {
    width: 600px;
}
/* 駅/停留所からの距離 */
.form_req_dist + dd > input[type="number"] {
    width: 100px;
}
/* 希望利回り */
.form_req_yield + dd select {
    width: 300px;
}
/* その他 */
.form_area .form_other + dd textarea {
    padding: 10px;
    width: 600px;
    min-height: 150px;
    font-size: 16px;
    line-height: 1.5;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
/* original form end */

/* 前後のステップボタン */
.move_form_btn {
    margin-bottom: 90px;
}
.move_form_btn .btn_next {
    margin: 0 auto;
    width: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    box-sizing: border-box;
    color: #1565BD;
    border: 2px solid #1565BD;
    border-radius: 3px;
    text-decoration: none;
    font-size: 17px;
    position: relative;
    font-weight: 500;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.move_form_btn .btn_next:hover {
	opacity: 0.7;
}
.move_form_btn .btn_next::after {
    content: "";
    display: block;
    position: absolute;
    top: 28px;
    right: 20px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #1565BD;
    border-right: 2px solid #1565BD;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.move_form_btn .btn_prev {
    color: #000;
    text-decoration: none;
    font-size: 15px;
    width: 70px;
    position: relative;
    display: flex;
    margin: 20px auto 0;
    justify-content: center;
}
.move_form_btn .btn_prev:hover {
	opacity: 0.7;
}
.move_form_btn .btn_prev::before {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: -15px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}
/* form_privacy */
#form_privacy {
    margin-top: 0;
}


/* 非公開物件件数表示 */
.comMember .limitedBox {
  margin: 12px 0 0 13px;
}
.comMember .limitedBox p {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
  margin: 0 12px 0 0;
  color: #333;
}
.comMember .limitedBox p span {
  display: inline-block;
}
.comMember .limitedBox p .memberCount {
  font-size: 40px;
  font-weight: bold;
  color: #1464BD;
  vertical-align: middle;
  padding: 0 8px;
}

