@charset "utf-8";

/*====================================================
	form Common
====================================================*/

.g_intImg {
	margin-bottom: 15px;
	border-bottom: none;
}
.g_h1Inner {
	padding-right: 10px;
}

.g_intTxt .g_intTxtInner p{ line-height:1.4; }
.g_intTxt .g_intTxtInner p em{ font-style:normal; font-weight:bold; color:#de7e35; }

.g_rdBox01 .g_list01:last-child, .g_rdBox01 .g_list01 li:last-child{ margin-bottom:0; }




/*----------g_icType13----------*/
.g_hLiDetail .g_icType13 {
	display:block;
	padding:6px 30px 2px 0;
	min-height:11px;
	background-position:right center;
	font-weight: bold;
	text-align: center;
}


#contents:after{ padding:0 0 40px; content:''; display:block; clear:both; }
.g_rdBox01 > p.g_subTxt01:last-child{ margin-bottom:0; padding-bottom:0; }


/*	c_fFlow
-------------------------------------------------------------------*/
.c_fFlow{ margin:0 10px; clear:both; }
.c_fFlow:after{ content:''; display:block; clear:both; }
.c_fFlow li{
	margin:0 5px 5px 0;
	padding-right:12px;
	background-image:url(/smp/common/img/co_ic_07.png);
	background-repeat:no-repeat;
	background-position:right center;
	background-size:6px 8px;
	-webkit-background-size:6px 8px;
	float:left;
}
.c_fFlow li:last-child{ margin-right:0; padding-right:0; background:none; }

.c_fFlow li p{
	padding:5px;
	background-color:#fff;
	border:2px solid #eee;
	border-radius:6px;
	-moz-border-radius:6px;/* Firefox */
	-webkit-border-radius:6px;/* webkit */
	-webkit-border-top-left-radius:6px;/* iOS3 */
	-webkit-border-top-right-radius:6px;/* iOS3 */
	-webkit-border-bottom-left-radius:6px;/* iOS3 */
	-webkit-border-bottom-right-radius:6px;/* iOS3 */
	font-size:125%;
	font-weight:bold;
}
.c_fFlow li.current p{ background-color:#a5363a; border:2px solid #c14447; color:#fff; }


.c_fFlow + h2{ margin-top:20px; clear:both; }
.c_fFlow + .g_rdBox01{ margin-top:20px; }


/*	c_formBg
-------------------------------------------------------------------*/
.c_formBg {
	margin:0 10px;
	padding:5px;
	background-color:#c3c3be;
	border-radius:8px;
	-moz-border-radius:8px;/* Firefox */
	-webkit-border-radius:8px;/* webkit */
	box-shadow:inset 0 1px 4px #878783;
	-moz-box-shadow:inset 0 1px 4px #878783;/* Firefox */
	-webkit-box-shadow:inset 0 1px 4px #878783;/* webkit */
}
.c_fMustBg {
	background-color:#fcc;
}


.c_formBg.c_fMustBg + .c_formBg{ margin-top:10px; }


/*	c_fSection
-------------------------------------------------------------------*/
.c_fSection {
	margin-bottom: 5px;
	padding: 15px 10px;	
	border-radius: 6px;
	-moz-border-radius: 6px;/* Firefox */
	-webkit-border-radius: 6px;/* webkit */
	background-color: #fff;
}

.c_fSection:last-child {
	margin-bottom: 0;
}


/*	form elements
-------------------------------------------------------------------*/
.c_fSection h3 {
	margin: -15px -10px 15px;
	padding: 10px 10px;
	color:#867c71;
	font-size:135%;
	font-weight:bold;
	border-bottom:1px solid #dad5cc;
}

.c_fSection .c_formChk {
	margin: 15px -10px 0;
	padding: 10px 0;
	background-color:#f4f4f2;
	border-radius:6px 6px 0 0;
	-moz-border-radius:0 0 6px 6px;/* Firefox */
	-webkit-border-radius:6px 6px 0 0;/* webkit */
	-webkit-border-top-left-radius:0;/* iOS3 */
	-webkit-border-top-right-radius:0;/* iOS3 */
	-webkit-border-bottom-left-radius:6px;/* iOS3 */
	-webkit-border-bottom-right-radius:6px;/* iOS3 */
	text-align: center;
}

.c_fSection p:last-child,
.c_fSection li:last-child {
	margin-bottom: 0;	
}

.c_fSection .c_formChk:last-child {
	margin-bottom: -15px;	
}

.c_fSection p,
.c_fSection dt,
.c_fSection li {
	line-height: 1.3;
	margin: 0 0 10px;
	font-size: 145%;
	color: #383231;
}
.c_formBg .c_fSection p.txt_enqQ {
	color:#867c71;
	font-size:135%;
	font-weight:bold;
}

.c_fSection input[type=radio] ~ input[type=text]{ margin-top:5px; }

.c_fSection input[type=text],
.c_fSection input[type=password],
.c_fSection input[type=number],
.c_fSection input[type=tel],
.c_fSection input[type=email],
.c_fSection textarea {
	height:40px;
	margin:0;
	padding:3px;
	border: 1px solid #ccc;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	font-size:14px;
}

.c_fSection .c_fRequire {
	background-color: #fcc;
}

.c_fSection input.c_fTrans {
	height: 25px;
	border: none;
	background: transparent;
	-webkit-appearance: none;
}

.c_fSection .c_fIc01 {
	margin: 0 5px;
	color: #f00;
}

/* 名前／カナ／住所 */
.c_fSection .c_fName li,
.c_fSection .c_fKana li,
.c_fSection .c_fAddress li,
.c_fSection .c_fBirth,
.c_fSection .c_fPass,
.c_fSection .c_fInfo,
.c_fSection .c_fAns {
	display: table;
	width: 100%;
}
.c_fSection .c_fName span,
.c_fSection .c_fKana span,
.c_fSection .c_fAddress span,
.c_fSection .c_fAns span,
.c_fSection .c_fBirth span,
.c_fSection .c_fPass span/*,
.c_fSection .c_fInfo p,
.c_fSection .c_fInfo ul*/ {
	display: table-cell;
	vertical-align: middle;
}
.c_fSection .c_fName span:first-child,
.c_fSection .c_fKana span:first-child,
.c_fSection .c_fBirth span:first-child {
	width: 3em;
}
.c_fSection .c_fName input,
.c_fSection .c_fKana input {
	width: 80%;
}
.c_fSection .c_fAddress span:first-child,
.c_fSection .c_fPass span:first-child,
.c_fSection .c_fAns span:first-child {
	width: 5.5em;
}

.c_fSection .c_fOtherTxt input,
.c_fSection .c_fMail input,
.c_fSection .c_fCompany input,
.c_fSection .c_fAnswer input,
.c_fSection .c_fAddress input,
.c_fSection .c_fPass input,
.c_fSection .c_fAns input {
	width: 100%;
}
.c_fSection .c_fOtherLabel,
.c_fSection .c_fBusLabel {
	margin-top: 10px;
}
.c_fSection .c_fBusTxt input {
	width: 65px;
	vertical-align: middle;
}
.c_fSection .c_fBusTxt span {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}
.c_fSection .c_fInfo {
	margin-bottom: 10px;
}
.c_fSection .c_fInfo p {
	width: 5em;
	margin: 0;
}
.c_fSection .c_fInfo ul {
	float: left;
	width: 50%;
}
.c_fSection .c_fInfo ul,
.c_fSection .c_fInfo li {
	margin-bottom: 0;
}

/* 郵便番号／電話番号 */
.c_fSection .c_fZip input,
.c_fSection .c_fTel input {
	vertical-align: middle;	
}
.c_fSection .c_fZip span,
.c_fSection .c_fTel span {
	padding: 0 2px;
	display: inline-block;
	vertical-align: middle;
	font-size: 80%;
}
.c_fSection .c_fZip input {
	width: 75px;
}
.c_fSection .c_fTel input {
	width: 65px;
}

/* ご登録エリア／ご希望物件情報 */
.c_fSection .c_fRequest dt,
.c_fSection .c_fQuestion dt {
	margin-bottom: 0;	
}
.c_fSection .c_fRequest dd,
.c_fSection .c_fQuestion dd {
	padding: 5px 15px 10px;
}
.c_fSection .c_fRequest dd:last-child,
.c_fSection .c_fQuestion dd:last-child {
	padding-bottom: 0;
}

.c_fSection .c_fAge select,
.c_fSection .c_fBirth select,
.c_fSection .c_fWork select,
.c_fSection .c_fRequest select,
.c_fSection .c_fQuestion select {
	display: block;
	width: 100%;
	height: 40px;
	color:#655d5b;
	line-height:180%;
	font-size:93%;
}
.c_android21 .c_fSection .c_fAge select,
.c_android21 .c_fSection .c_fBirth select,
.c_android21 .c_fSection .c_fWork select,
.c_android21 .c_fSection .c_fRequest select,
.c_android21 .c_fSection .c_fQuestion select {
	height: auto;
}
.c_fSection .c_fRequest select,
.c_fSection .c_fAge select,
.c_fSection .c_fBirth select {
	width: auto;
}

.c_fSection .c_fRequest select {

  display: block;
  width: 100%;
  height: 40px;
  color: #655d5b;
  line-height: 180%;
  font-size: 93%;

}
.c_fSection .c_fRequest dd.mbSpace {
	margin-bottom: 10px;
}
.c_fSection .c_fRequest p select {

	display: block;
	width: 100%;
	height: 40px;
	color:#655d5b;
	line-height:180%;
	font-size:93%;

}
.c_fSection .c_fRequest p span {
	display: inline-block;
	margin: 0 2px;
	vertical-align: middle;
	font-size: 80%;
}

/* 職業 */
.c_fSection .c_fJob ul {
	float: left;
	width: 50%;
}

/* 年代 */
.c_fSection .c_fAnq ul {
	float: left;
	width: 50%;
}

/* テキストエリア */
.c_fSection .c_fTextArea01 {
	width: 100%;
	height: 100px;
}

.c_fSection .c_fTextArea02 {
	width: 100%;
	height: 80px;
}

/* テキスト装飾 */
.c_fSection .c_fCaution {
	color: #f60;
	font-weight: bold;
}

.c_fSection .c_fCaution.c_fMt10 {
	margin-top: 10px;
}

/* 回り込み解除 */
.c_fSection .c_fClearFix:after {
	display:block;
	clear:both;
	height:0px;
	content:"";
}


/*	c_radioB01
-------------------------------------------------------------------*/
.c_fRadio li {
	position:relative;
	line-height:120%;
	color:#675f5d;
	font-size:145%;
	background-color:#fff;
}

/*-----radio-----*/
.c_fRadio li input[type="radio"] {
	opacity:0;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	padding:0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

/*-----label-----*/
.c_fRadio input[type="radio"] + label {
	display:block;
	padding:8px 15px 8px 29px;
	background-image:url(/smp/common/img/co_bg_06.png);
	background-position:0 50%;
	background-repeat:no-repeat;
	background-size:20px 20px;
	-webkit-background-size:20px 20px;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.c_fRadio.c_fMust input[type="radio"] + label {
	background-image:url(/smp/common/img/co_bg_06_must.png);
}

.c_fRadio .ui_checked input[type="radio"] + label {
	background-image:url(/smp/common/img/co_bg_06_on.png);
}


/*	c_checkB01
-------------------------------------------------------------------*/
.c_fCheck li {
	position:relative;
	line-height:120%;
	color:#675f5d;
	font-size:145%;
	background-color:#fff;
}
.c_fCheck li p{
	color:#675f5d;
	font-size:100%;
}


/*-----checkbox-----*/
.c_fCheck li input[type="checkbox"] {
	opacity:0;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	padding:0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}


/*-----label-----*/
.c_fCheck input[type="checkbox"] + label {
	display:block;
	padding:8px 15px 8px 29px;
	background-image:url(/smp/common/img/co_bg_05.png);
	background-position:0 50%;
	background-repeat:no-repeat;
	background-size:20px 20px;
	-webkit-background-size:20px 20px;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.c_fCheck.c_fMust input[type="checkbox"] + label {
	background-image:url(/smp/common/img/co_bg_05_must.png);
}

.c_fCheck .ui_checked input[type="checkbox"] + label {
	background-image:url(/smp/common/img/co_bg_05_on.png);
}


/*	c_fBtnArea
-------------------------------------------------------------------*/

.c_fBtnArea {
	margin: 0;
	padding:0;
}
.c_fBtnArea p {
	margin-top:15px;
	margin-bottom:0;
}


/*	c_fPrivacy
-------------------------------------------------------------------*/
.c_fPrivacy{ margin:0 10px 20px; font-size:135%; line-height:1.3; }
.c_fPrivacy p a{
	padding-left:15px;
	background-image:url(/smp/common/img/co_ic_31.gif);
	background-repeat:no-repeat;
	background-position:left center;
	background-size:11px 11px;
	-webkit-background-size:11px 11px;
	font-weight:bold;
}





/*====================================================
	index
====================================================*/

.g_rdBox01 > .g_hLiDetail {
	margin: 0 -15px -25px;	
}

.g_hLiDetail a {
	padding-top: 5px;
	padding-bottom: 8px;
}

.g_btnType03 span {
	font-size:75%;
}

.g_btnType03 em {
	display:block;
	margin:6px 0 0 0;
	font-size:140%;
	font-style:normal;
}



/*====================================================
	input
====================================================*/

.c_fIconType01 {
	display:block;
	line-height: 1.4;
	margin:20px 10px 20px 10px;
	border-radius:8px;
	-moz-border-radius:8px;/* Firefox */
	-webkit-border-radius:8px;/* webkit */

	background-color:#e53400;

	box-shadow:0 1px 1px #999;
	-moz-box-shadow:0 1px 1px #999;/* Firefox */
	-webkit-box-shadow:0 1px 1px #999;/* webkit */
}

.c_fIconType01 span {
	display:block;
	padding:9px 15px 8px 15px;
	border:2px solid #d41101;
	color:#fff;
	text-align:center;
	text-decoration:none;
	font-size:155%;
	font-weight:bold;
	border-radius:8px;
	-moz-border-radius:8px;/* Firefox */
	-webkit-border-radius:8px;/* webkit */
	text-shadow:0 -1px 0 #030303;
	-webkit-text-shadow:0 -1px 0 #030303;/* webkit */
}

/*====================================================
	confirm
====================================================*/
.c_fConfirm .c_fSection p,
.c_fConfirm .c_fSection dt,
.c_fConfirm .c_fSection dd {
	line-height: 1.3;
	margin: 0 0 12px;
	font-size: 155%;
	color: #383231;
}

.c_fConfirm .c_fSection dt {
	margin-bottom: 5px;
	font-weight: bold;
}

.c_fConfirm .c_fSection p:last-child,
.c_fConfirm .c_fSection dd:last-child {
	margin-bottom: 0;
}


/*====================================================
	complete
====================================================*/

.g_btnType04 {
	width: 235px;
	margin: 0 auto;
	margin-top: 15px;
	text-align: center;
}

.g_btnType04 a span {
	padding: 4px 20px 2px 0;
	min-height: 16px;
}

.c_fSection .g_btnType04 a {
	width: 11em;
	margin: 0;
	padding-top: 6px;
	padding-bottom: 6px;
}










.c_fSection .c_fAnsImg {
	margin-bottom: 15px;
	text-align: center;
}
.a_fBold {
	font-weight: bold;
}

.a_fPolicyBtnArea {
	padding-top: 0;
}
.a_fPolicyBtnArea .g_hLiDetail,
.a_fPolicyBtnArea .g_hLiDetail a {
	-webkit-border-top-left-radius: 8px;/* iOS3 */
	-webkit-border-top-right-radius: 8px;/* iOS3 */
}
.a_fTopSp {
	margin-top: 20px;
	margin-bottom: 15px;
}

.c_fBtnArea {
	margin: 30px 0 0;
	padding:0;
}
.a_fMain {
	margin: 10px 0 0;
	text-align: center;
}
.a_fMt15 {
	margin-top: 15px !important;
}
.g_hLiDetail .c_mClose {
	display:block;
	min-height: 20px;
	padding:6px 16px 6px 0;
	background-image:url(/smp/common/img/hd_bt_03.png);
	background-position:right center;
	background-repeat:no-repeat;
	background-size:20px 20px;
	-webkit-background-size:20px 20px;
}

.a_fNotesArea li {
	margin:0 10px 15px 10px;
	color:#383231;
	line-height:1.4;
	font-size:155%;
	padding: 0 0 0 13px;
	background: url(../images/form_ico_smp.gif) left 0.55em no-repeat;
	background-size:5px 5px;
	-webkit-background-size:5px 5px;
	-moz-background-size:5px 5px;
}
.c_fBtnArea .a_fLine2 a {
	line-height: 1.2;
	padding-top: 4px;
	padding-bottom: 11px;	
}
.c_fTopSp {
	margin-top: 20px;	
}

.icnPdf{
	padding:5px 0 5px 20px;
	font-size:90%;
	background:url(../images/regist_icn_pdf.gif) left top no-repeat;
}