@charset "utf-8";
/*-----------------
form_base
----------------- */

.wrapBase01-inner {
	position: relative;
}

/* 見出し */
.formTitleType01 {
	min-height: 1px;
}
.formTitleType01:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.formTitleType01 span {
	border-top: solid 4px #309E16;
	margin-top: -4px;
	float: left;
	padding: 22px 0 0;
}
.formTitleType01 + h2 {
	font-family: "UD新ゴ M";
	margin-top: 16px;
}
/* テキスト */
.formTextType01 {
	margin-top: 32px;
}
/* フォーム共通 - 枠 */
.formWrap {
	min-height: 1px;
	margin-top: 32px;
	padding: 8px 0;
	border-top: solid 1px #C1C1C1;
	border-bottom: solid 1px #C1C1C1;
}
.formWrap + .formWrap {
	border-top: none;
	margin-top: 0;
}
.formWrap:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
/* フォーム共通 - ボタン */
.formBtnType01 {
	margin-top: 64px;
}
.formBtnType01 a {
	background: #309E16;
	padding: 30px 20px;
	color: #FFFFFF;
	display: block;
	text-align: center;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.formBtnType01 a:hover {
	background: #176b04;
}
.formBtnType01 a i {
	position: absolute;
	right: 20px;
}
.formBtnWrap {
	min-height: 1px;
	width: 736px;
	margin: 0 auto;
}
.formBtnWrap:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.formBtnType02 {
	margin-top: 64px;
	float: left;
}
.formBtnType02 a {
	border: solid 2px #666666;
	background: #FFFFFF;
	width: 352px;
	padding: 30px 20px;
	color: #666666;
	display: block;
	text-align: center;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.formBtnType02 a:hover {
	border: solid 2px #309E16;
	color: #309E16;
}
.formBtnType02 a i {
	position: absolute;
	top:50%;
	left: 20px;
	margin-top:-11px;
}
.formBtnType03 {
	margin-top: 64px;
	float: right;
}
.formBtnType03 a {
	background: #309E16;
	border: solid 2px #309E16;
	width: 352px;
	padding: 30px 20px;
	color: #FFFFFF;
	display: block;
	text-align: center;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.formBtnType03 a:hover {
	border: solid 2px #176b04;
	background: #176b04;
}
.formBtnType03 a i {
	position: absolute;
	top:50%;
	right: 20px;
	margin-top:-11px;
}
/* フォーム共通 - label input */
.formWrap label {
	cursor: pointer;
}
.formWrap label:hover {
	color: #666666;
	text-decoration: underline;
}
.formWrap input[type=text],
.formWrap input[type=tel] {
	border: solid 1px #CCCCCC;
	background: #EFEFEF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.formWrap input[type=checkbox] {
	display: inline-block;
	margin-right: 15px;
}
.formWrap input[type=checkbox] + label {
	font-family: "UD新ゴ M";
	position: relative;
	display: inline-block;
	line-height: 32px;
	cursor: pointer;
}
.formWrap input[type=radio] {
	display: inline-block;
	margin-right: 8px;
}
.formWrap input[type=radio] + label {
	position: relative;
	display: inline-block;
	line-height: 32px;
	cursor: pointer;
}
/* フォーム共通 - inputエラー */
.formWrap .inputError {
	background: #FFE5E9!important;
	border: solid 1px #FF3350!important;
}
/* フォーム共通 - 見出し */
.formWrap-title {
	width: 304px;
	display: table;
	padding: 18px 24px 18px 16px;
	float: left;
}
.formWrap-title h2 {
	width: 215px;
	display: table-cell;
	vertical-align: middle;
	font-family: "UD新ゴ M";
	transform: rotate(0.028deg);
	-o-transform: rotate(0.028deg);
	-ms-transform: rotate(0.028deg);
	-moz-transform: rotate(0.028deg);
	-webkit-transform: rotate(0.028deg);
}
.formWrap-title p {
	width: 48px;
	display: table-cell;
	vertical-align: middle;
	padding: 4px 0;
	color: #FFFFFF;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.formWrap-title h2.adjuster {
	line-height: 1.5;
}
.formWrap-title p.adjuster {
	display: block;
	float: right;
}
.formWrap-title p.required {
	background: #FF0024;
}
.formWrap-title p.any {
	background: #666666;
}
/* フォーム共通 - 内容 */
.formWrap-content {
	width: 816px;
	padding: 12px 10px 12px 32px;
	border-left: solid 1px #C1C1C1;
	float: right;
}
.formWrap-detail {
	display: table;
	position: relative;
}

.formDisable_junkyard {
	display: none;
	position: relative;
	z-index: 100;
}

/*.formDisable_junkyard_layer {
	z-index: 110;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
	opacity: 0.8;
	-ms-filter: "alpha(opacity=80)";
	filter: alpha(opacity=80);
	visibility: visible;
	transition: all 0.3s ease;
}
.formDisable_junkyard_layer.hide {
	opacity: 0;
	-ms-filter: "alpha(opacity=0)";
	filter: alpha(opacity=0);
	visibility: hidden;
	transition: all 0.2s ease;
}
*/

.formWrap-detailAdjuster {
	width: 100%;
}
.formWrap-detail + .formWrap-detail {
	margin-top: 16px;
}
.formWrap-detail p {
	display: table-cell;
	vertical-align: middle;
}
/* フォーム共通 - 漢字氏名 カナ氏名 */
.formText-middle + .formText-middle {
	padding-left: 40px;
}
.formText-middle label {
	width: 47px;
	display: inline-block;
}
.formText-middle input {
	width: 160px;
	padding: 4px 8px;
}
/* フォーム共通 - 住所 建物名 */
.formText-large input {
	width: 455px;
	padding: 4px 8px;
}
.formText-large label {
	width: 64px;
	display: inline-block;
}
/* フォーム共通 - 電話番号 */
.formText-small input {
	width: 80px;
	padding: 4px 8px;
}
/* フォーム共通 - 例 郵便番号から住所を検索 */
.formText-example {
	color: #777777;
	padding-left: 32px;
}
/* フォーム共通 - お申し込み開始 */
.formText-appStart {
	color: #3783c3;
	padding-left: 32px;
	font-family: "UD新ゴ M";
}
/* フォーム共通 - メールアドレス　ご希望の日時　の注意 */
.formText-caution {
	color: #777777;
	margin-top: 8px;
	text-indent: -1em;
	margin-left: 1em;
}
/* フォーム共通 - メールアドレスの確認 */
.formText-confirm {
	margin-top: 20px;
	margin-bottom: 8px;
}
/* フォーム共通 - 〒郵便番号から住所検索 */
.formText-postalCodeBtn {
	padding-left: 29px;
}
.formText-postalCodeBtn a {
	color: #FFFFFF;
	background: #057aa6;
	border: solid 1px #014C68;
	padding: 6px 12px;
	text-align: center;
	display: inline-block;
	min-width: 218px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.formText-postalCodeBtn a:hover {
	background: #0b518f;
}
.formWrap-detailErr {
	color: #ff0024;
}
.formWrap-detailErr p {
	margin-top: 8px;
}
.formText-select select {
	padding: 3px 8px;
	border: solid 1px #CCCCCC;
	background: #EFEFEF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
/* フォーム共通 - ご希望の日時 */
.formWrap-desiredDate .formText-select + .formText-select {
	padding: 0 0 0 40px;
}
.formWrap-desiredDate .formText-select + .formText-select select {
	margin: 0 16px 0 0;
}
/* フォーム共通 - 生年月日 */
.formWrap-birthday .formText-middle input {
	margin-right: 16px;
}
.formWrap-birthday .formText-select select {
	margin-right: 16px;
	margin-left: 24px;
}
.formText-radio label {
	margin-right: 32px;
}
/* フォーム共通 - メールマガジン */
.formText-magazine{height:3em; vertical-align:top!important;}
.formChk-magazine{margin-top:16px;}
/* フォーム共通 - テキストエリア */
.formText-textarea {
	width: 100%;
	margin-top: 32px;
	line-height: 1.5;
}
.formText-textarea textarea {
	width: 100%;
	min-height: 200px;
	padding: 8px;
	border: solid 1px #CCCCCC;
	background: #EFEFEF;
	box-sizing: border-box;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
/* フォーム共通 - 枠in枠 */
.formWrap-contentException {
	width: 816px;
	padding: 0 10px 0 32px;
	border-left: solid 1px #C1C1C1;
	float: right;
}
.formWrap-contentExceptionInner {
	min-height: 1px;
}
.formWrap-contentExceptionInner:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.formWrap-contentExceptionInner + .formWrap-contentExceptionInner {
	border-top: solid 1px #C1C1C1;
	margin-top: 8px;
	padding-top: 8px;
}
/* フォーム共通 - 枠in枠見出し */
.formWrap-innerTitle {
	width: 222px;
	display: table;
	padding: 18px 24px 18px 0;
	float: left;
}
.formWrap-innerTitle h3 {
	width: 150px;
	display: table-cell;
	vertical-align: middle;
	font-family: "UD新ゴ M";
	transform: rotate(0.028deg);
	-o-transform: rotate(0.028deg);
	-ms-transform: rotate(0.028deg);
	-moz-transform: rotate(0.028deg);
	-webkit-transform: rotate(0.028deg);
}
.formWrap-innerTitle p {
	width: 48px;
	display: table-cell;
	vertical-align: middle;
	padding: 4px 0;
	color: #FFFFFF;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.formWrap-innerTitle p.required {
	background: #FF0024;
}
.formWrap-innerTitle p.any {
	background: #666666;
}
/* フォーム共通 - 枠in枠内容 */
.formWrap-innerContent {
	width: 551px;
	padding: 12px 10px 12px 32px;
	border-left: solid 1px #C1C1C1;
	float: right;
}
/* フォーム共通 - 案内メール */
.formWrap-contentServiceGuide {
	border-top: dashed 1px #C1C1C1;
	padding: 16px 0;
	margin-top: 8px;
	line-height: 1.5;
}
.formWrap-contentServiceGuide p {
	width: 382px;
}
.formWrap-detail + .formWrap-contentServiceGuide {
	padding: 16px 0 0;
	margin-top: 16px;
}
/* フォーム - ヘッダ */
.wrapDocumentRequest-headInner {
	padding-top: 32px;
	min-height: 100px;
}
.wrapDocumentRequest-title {
	margin-top: 16px;
	font-family: "UD新ゴ M";
}
.documentRequest-banner {
	width: 438px;
	background: #FFFFFF;
	position: absolute;
	right: 0;
	top: -2px;
	text-align: right;
}
.documentRequest-banner img {
	width: 408px;
}
/* 資料請求 - ヘッダ */
.wrapDocumentRequest-head {
	min-height: 1px;
	position: relative;
}
.wrapDocumentRequest-head:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
/* 他のご入居検討者を追加 */
.residentAddBtn {
	margin-top: 24px;
	min-height: 1px;
}
.residentAddBtn:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.residentAddBtn a {
	background: #309E16;
	color: #FFFFFF;
	padding: 8px;
	float: right;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.residentAddBtn a:hover {
	background: #176b04;
}
.residentAddBtn a i {
	margin-left: 8px;
}
/* 個人情報の取り扱いについて */
.personalInfoWrap {
	border: solid 1px #C1C1C1;
	padding: 48px 0 40px;
	text-align: center;
}
.personalInfoWrap h2 + p {
	line-height: 1.75;
	margin-top: 32px;
}
.personalInfo-contact {
	width: 736px;
	padding: 16px 0;
	background: #EAF5E7;
	font-family: "UD新ゴ M";
	margin: 24px auto 0;
	line-height: 1.75;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.personalInfo-contact span {
	font-family: "UD新ゴ R";
}
.personalInfoWrap-consent {
	margin-top: 32px;
}
.personalInfo-check {
	background: #FFE5E9;
	border: solid 2px #FF0024;
	display: table;
	width:355px;
	padding: 14px;
	margin: 0 auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.personalInfo-check p {
	display: table-cell;
}
.personalInfo-check p + p {
	width: 48px;
	display: table-cell;
	vertical-align: middle;
	color: #FFFFFF;
	padding-left: 16px;
}
.personalInfo-check p em {
	background: #FF0024;
	width: 48px;
	padding: 4px 0;
	display: inline-block;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.personalInfo-err {
	display: table;
	width:355px;
	margin: 8px auto 0;
	color:#ff0024;
}
.personalInfoWrap-consent label {
	cursor: pointer;
}
.personalInfoWrap-consent label:hover {
	color: #666666;
	text-decoration: underline;
}
.personalInfoWrap-consent input[type=checkbox] {
	display: inline-block;
	margin-right: 15px;
}
.personalInfoWrap-consent input[type=checkbox] + label {
	font-family: "UD新ゴ M";
	position: relative;
	display: inline-block;
	line-height: 24px;
	cursor: pointer;
}
/* 小冊子 */
.formBnr-Booklet {
	margin-top: 64px;
	display: block;
}
.formBnr-BookletSp {
	display: none;
}
/* 
フォーム確認
----------------- */

/* フォーム確認 - ヘッダ */
.wrapDocumentRequest-headInnerChk {
	margin-top: 32px;
}
/* フォーム確認 - 内容 */
.formWrapChk .formWrap-content {
	padding: 18px 10px 18px 32px;
}
/* フォーム確認 - 枠in枠内容 */
.formWrapChk .formWrap-innerContent {
	padding: 18px 10px 18px 32px;
}
.formText-textareaChk {
	border: solid 1px #CCCCCC;
	padding: 24px;
	margin-top: 26px;
	line-height: 1.75;
}
/* 
フォーム完了
----------------- */

/* フォーム完了 - 枠 */
.formCompWrap {
	width: 736px;
	margin: 64px auto 0;
}
.formCompWrap-inner {
	width: 736px;
	margin: 64px auto 0;
}
/* フォーム完了 - テキスト */
.formComp-text01 {
	text-align: center;
}
.formComp-text02 {
	margin-top: 60px;
	line-height: 1.75;
}
.formComp-text03 {
	margin-top: 20px;
	line-height: 1.75;
}
.formComp-text03 b {
	font-family: "UD新ゴ M";
}
.formComp-text04 {
	margin-top: 20px;
	padding-bottom: 16px;
	line-height: 1.75;
}
.formComp-phoneInquiry {
	background: #EAF5E7;
	text-align: center;
	margin-top: 16px;
	padding: 20px 10px;
	border: solid 1px #309E16;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.formComp-phoneInquiry b {
	font-family: "UD新ゴ M";
}
.formComp-info {
	color: #ff0024;
	font-family: "UD新ゴ M";
}
/* フォーム完了 - リスト */
.formComp-list {
	margin-top: 32px;
}
.formComp-list ul {
	border-bottom: solid 1px #DEDEDE;
}
.formComp-list li {
	border-left: solid 8px #EAEAEA;
	border-top: solid 1px #DEDEDE;
	padding: 20px 16px;
}
.formComp-list dl {
	display: table;
	width: 100%;
}
.formComp-list dt {
	display: table-cell;
	vertical-align: middle;
	width: 420px;
	font-family: "UD新ゴ M";
}
.formComp-list dd {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}
/* フォーム完了 - ボタン */
.formComp-dlBtn a {
	display: block;
	background: #E45061;
	color: #FFFFFF;
	padding: 8px 12px;
	position: relative;
	text-align: left;
	width: 176px;
	float: right;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.formComp-dlBtn a:hover {
	background: #b0091c;
}
.formComp-dlBtn a span {
	margin-left: 6px;
}
.formComp-dlBtn a span + i {
	position: absolute;
	right: 10px;
	margin-top: 3px;
}
.formComp-reservBtn a {
	display: block;
	background: #3783C3;
	color: #FFFFFF;
	padding: 8px 12px;
	position: relative;
	text-align: left;
	width: 176px;
	float: right;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.formComp-reservBtn a:hover {
	background: #0b518f;
}
.formComp-reservBtn a span {
	margin-left: 6px;
}
.formComp-reservBtn a span + i {
	position: absolute;
	right: 10px;
	margin-top: 2px;
}
.formComp-domain{font-family: "UD新ゴ M"; background:#efefef; padding:24px;
	margin-top: 32px;}
.formComp-link{text-decoration:underline!important; font-family: "UD新ゴ M";}
.formComp-link:hover{text-decoration:none!important;}

/* 資料請求ヘッダ */
.documentRequest-headSelectHome {
	border: solid 4px #83C573;
	margin-top: 16px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.documentRequest-headSelectHome.fontSizeS{
	font-size:14px!important;}
.documentRequest-headSelectHome ul {
	min-height:1px;
	padding: 20px 10px;
}
.documentRequest-headSelectHome ul + ul {
	padding: 0 10px 20px;
}
.documentRequest-headSelectHome ul:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.documentRequest-headSelectHome ul li {
float:left;
padding:0 10px 0 10px;
	line-height: 20px;
}
.documentRequest-headSelectHome ul li + li {
padding:0 10px 0 30px;
}

.documentRequest-headSelectHome label {
	cursor: pointer;
}
.documentRequest-headSelectHome label:hover {
	color: #666666;
	text-decoration: underline;
}
.documentRequest-headSelectHome input[type=checkbox] {
	display: inline-block;
	margin-right: 15px;
}
.documentRequest-headSelectHome input[type=checkbox] + label {
	position: relative;
	display: inline-block;
	cursor: pointer;
}
	
/*見学申し込み*/
.wrapTourRegistration-head {
	padding: 0 0 32px;
}
.wrapTourRegistration-head p.dummy {
	background: #EAEAEA;
	width: 1120px;
	height: 280px;
	padding: 32px;
}
.tourRegistration-headSelectHome {
	border: solid 4px #83C573;
	margin-top: 32px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.tourRegistration-headSelectHome li {
	padding: 5px 0;
}
.tourRegistration-headSelectHome dl {
	display: table;
	width: 100%;
}
.tourRegistration-headSelectHome dt {
	display: table-cell;
	vertical-align: middle;
	width: 300px;
	padding: 20px;
	font-family: "UD新ゴ M";
}
.tourRegistration-headSelectHome dd {
	display: table-cell;
	vertical-align: middle;
	padding: 20px 32px;
	border-left: solid 1px #C1C1C1;
}
/*見学申し込み - お申し込み内容完了*/

.wrapTourRegistration-homeContent {
	border: solid 4px #83C573;
	margin-top: 32px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.wrapTourRegistration-homeContent li {
	padding: 8px 0;
}
.wrapTourRegistration-homeContent dl {
	display: table;
	width: 100%;
}
.wrapTourRegistration-homeContent dt {
	display: table-cell;
	vertical-align: top;
	width: 300px;
	line-height: 1.75;
	padding: 20px 32px;
	font-family: "UD新ゴ M";
}
.wrapTourRegistration-homeContent dd {
	display: table-cell;
	vertical-align: top;
	line-height: 1.75;
	padding: 20px 32px;
	border-left: solid 1px #C1C1C1;
}
.wrapTourRegistration-homeContent dd b {
	font-family: "UD新ゴ M";
}


/* placeholer */
.placeholder_data::-webkit-input-placeholder {
	opacity: 0;
}
.placeholder_data:-moz-placeholder {
	opacity: 0;
}
.placeholder_data::-moz-placeholder {
	opacity: 0;
}
.placeholder_data:-ms-input-placeholder {
	color: #EFEFEF;
}

.placeholder_data.inputError:-ms-input-placeholder {
	color: #FFE5E9;
}


/*入居者追加*/
#moveIn-second {
	display: none;
}



@media (min-width: 1px) {
.formWrap input[type=checkbox] {
	display: none;
	margin: 0;
}
.formWrap input[type=checkbox] + label {
	padding: 0 0 0 35px;
}
.formWrap input[type=checkbox] + label:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 20px;
	height: 20px;
	margin-top: -11px;
	border: solid 1px #CCCCCC;
	background: #EFEFEF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.formWrap input[type=checkbox]:checked + label:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 4px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 12px;
	height: 8px;
	margin-top: -7px;
	border-left: 2px solid #444444;
	border-bottom: 2px solid #444444;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.formWrap input[type=radio] {
	display: none;
	margin: 0;
}
.formWrap input[type=radio] + label {
	padding: 0 0 0 28px;
}
.formWrap input[type=radio] + label:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 20px;
	height: 20px;
	margin-top: -11px;
	border: solid 1px #CCCCCC;
	background: #EFEFEF;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.formWrap input[type=radio]:checked + label:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 5px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 10px;
	height: 10px;
	margin-top: -6px;
	background: #444444;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
/* 個人情報の取り扱いについて */
.personalInfoWrap-consent input[type=checkbox] {
	display: none;
	margin: 0;
}
.personalInfoWrap-consent input[type=checkbox] + label {
	padding: 0 0 0 35px;
}
.personalInfoWrap-consent input[type=checkbox] + label:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 20px;
	height: 20px;
	margin-top: -11px;
	border: solid 1px #CCCCCC;
	background: #FFFFFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.personalInfoWrap-consent input[type=checkbox]:checked + label:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 4px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 12px;
	height: 8px;
	margin-top: -7px;
	border-left: 2px solid #444444;
	border-bottom: 2px solid #444444;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


.documentRequest-headSelectHome input[type=checkbox] {
	display: none;
	margin: 0;
}
.documentRequest-headSelectHome input[type=checkbox] + label {
	padding: 0 0 0 35px;
}
.documentRequest-headSelectHome input[type=checkbox] + label:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 20px;
	height: 20px;
	margin-top: -11px;
	border: solid 1px #CCCCCC;
	background: #FFFFFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.documentRequest-headSelectHome input[type=checkbox]:checked + label:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 4px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 12px;
	height: 8px;
	margin-top: -7px;
	border-left: 2px solid #444444;
	border-bottom: 2px solid #444444;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.formChk-magazine input[type=radio] + label:before{
	border: solid 1px #ff3350;
	background:#ffe5e9;}
.formChk-magazine input[type=radio]:checked + label:before{
	border: solid 1px #ff3350;
	background:#ffe5e9;}
}

/* 申し込みステップ */
.formStep {
	position: absolute;
	top: 33px;
	right: 0;
}
.formStep-list {
	background-color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-family: "UD新ゴ M";
	overflow: hidden;
	zoom: 1;
}
.formStep-item {
	color: #808080;
	line-height: 32px;
	padding: 0 30px;
	margin-right: 5px;
	background-color: #e5e5e5;
	float: left;
	position: relative;
}
.formStep-item:nth-of-type(1) {
	z-index: 3;
}
.formStep-item:nth-of-type(2) {
	z-index: 2;
}
.formStep-item:nth-of-type(3) {
	z-index: 1;
}
.formStep-item:last-child {
	margin-right: 0;
}
.formStep-item:before,
.formStep-item:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	background-color: transparent;
	border: 11px solid transparent;
	border-top-width: 16px;
	border-bottom-width: 16px;
	position: absolute;
}
.formStep-item:before {
	border-left-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.formStep-item:after {
	border-left-color: #e5e5e5;
	top: 0;
	right: -22px;
	z-index: 2;
}
.formStep-item.current {
	color: #fff;
	background-color: #309e16;
}
.formStep-item.current:after {
	border-left-color: #309e16;
}
.formStep-item:first-child:before {
	display: none;
}
.formStep-item:last-child:after {
	display: none;
}

/* エラー 見出し*/
.formErrorWrap {
	border-bottom: solid 1px #eaeaea;
	padding-bottom: 32px;
	margin-top: -1px;
}
.formError-head {
	color: #ff0024;
	padding: 27px;
	border: 2px solid #ff0024;
}
.formError-title {
	font-family: "UD新ゴ M";
}
.formError-head p + p {
	margin-top: 20px;
}

/* エラー 個人情報チェック */
.personalInfo-checkErr {
	color: #ff0024;
	text-align: center;
	margin-top: 8px;
}

/* 都道府県メッセージ かんたん資料請求のみ */
.formText-PrefMessage {
	color: #ff0024;
	margin-top: 10px;
	line-height: 1.75;
	display: none;
}

@media screen and (max-width: 640px),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: landscape) {
	
/* フローティング出さない */
.commonAside {
	display: none;
}
#form_base #breadcrumbs + .addBdr01 {
	border-top: solid 4px #309E16;
}
/* フォーム共通 - 枠 */
.formWrap {
	min-height: 1px;
	margin-top: 20px;
	padding: 0 0;
	border-top: solid 1px #A8A8A8;
	border-bottom: solid 1px #A8A8A8;
}
/* フォーム共通 - ボタン */
.formBtnType01 {
	margin-top: 32px;
}
.formBtnType01 a {
	padding: 12px 20px;
}
.formBtnType01 a i {
	right: 10px;
}
.formBtnWrap {
	width: auto;
}
.formBtnType02 {
	margin-top: 12px;
	float: none;
}
.formBtnType02 a {
	width: auto;
	padding: 12px 10px;
}
.formBtnType02 a i {
	left: 10px;
	top:auto;
	margin-top:2px;
}
.formBtnType03 {
	margin-top: 32px;
	float: none;
}
.formBtnType03 a {
	width: auto;
	padding: 12px 10px;
}
.formBtnType03 a i {
	right: 10px;
	top:auto;
	margin-top:2px;
}
/* フォーム共通 - label input */
.formWrap input[type=checkbox] + label {
	padding: 0 0 0 25px;
	line-height:1.4;
}
/* フォーム共通 - 見出し */
.formWrap-title {
	width: 100%;
	padding: 12px 0;
	float: none;
}
.formWrap-title h2 {
	width: 80%;
}
.formWrap-title p {
	width: 32px;
	float: right;
}
/* フォーム共通 - 内容 */
.formWrap-content {
	width: 100%;
	padding: 12px 0;
	border-left: none;
	float: none;
	border-top: solid 1px #F2F2F2;
}
.formWrap-detail {
	display: block;
	width: 100%;
}
.formDisable_junkyard {
	display: none;
}
/* フォーム共通 - 漢字氏名 カナ氏名 */
.formText-middle {display:block!important;
	margin-top:0;
	width: 100%;}
.formText-middle + .formText-middle {
	padding-left: 0;
	margin-top:16px;
}
.formText-middle label {
	width: 10%;
}
.formText-middle input {
	width: 90%;
}
/* フォーム共通 - 住所 建物名 */
.formText-large {
	display: block!important;
	width: 100%;
}
.formText-large input {
	width: 100%;
}
.formText-large label {
	width: 20%;
	display: inline-block;
}
.formText-large label + input {
	width: 80%;
	display: inline-block;
}
/* フォーム共通 - 電話番号 */
.formText-small input {
	width: 30%;
	padding: 8px;
}
/* フォーム共通 - 例 郵便番号から住所を検索 */
.formText-example {
	display: block!important;
	padding-left: 0;
	margin-top: 10px;
}
.formText-exampleSpNone {
	display: none!important;
}
/* フォーム共通 - お申し込み開始 */
.formText-appStart {
	display: block!important;
	padding-left: 0;
	margin-top: 10px;
}
/* フォーム共通 - メールアドレス ご希望の日時 の注意 */
.formText-caution {
	margin-top: 8px;
}
/* フォーム共通 - メールアドレスの確認 */
.formText-confirm {
	margin-top: 8px;
	margin-bottom: 8px;
}
/* フォーム共通 - 〒郵便番号から住所検索 */
.formText-postalCodeBtn {
	margin-top: 8px;
	padding-left: 0;
	display:block!important;
	width:100%;
}
.formText-postalCodeBtn a {
	padding: 6px 4px;
	width:100%;
	min-width: auto;
}
/* フォーム共通 - ご希望の日時 */
.formWrap-desiredDate .formText-select + .formText-select {
	padding: 0 0 0 16px;
}
.formWrap-desiredDate .formText-select + .formText-select select {
	margin: 0 8px 0 0;
}
/* フォーム共通 - 生年月日 */
.formWrap-birthday .formText-middle input {
	margin-right: 4px;
	width: 55px;
}
.formWrap-birthday .formText-select select {
	margin-right: 4px;
	margin-left: 4px;
}
/* フォーム共通 - メールマガジン */
.formText-magazine{height:1em;}
.formChk-magazine{margin-top:8px;}
/* フォーム共通 - テキストエリア */
.formText-textarea {
	width: 100%;
	margin-top: 20px;
	display: block!important;
}
.formText-textarea textarea {
	width: 100%;
	min-height: 5em;
}
.formWrap-detail .formText-textarea {
	width: 100%;
	margin-top: 0;
	display: block!important;
}
.formWrap-detail .formText-textarea textarea {
	width: 100%;
	min-height: 5em;
}
/* フォーム共通 - 枠in枠 */
.formWrap-contentException {
	width: auto;
	padding: 0 0 0 0;
	border-left: none;
	float: none;
}
.formWrap-contentExceptionInner + .formWrap-contentExceptionInner {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}
/* フォーム共通 - 枠in枠見出し */
.formWrap-innerTitle {
	width: 100%;
	display: table;
	padding: 12px 0;
	float: none;
	border-top: solid 1px #F2F2F2;
}
.formWrap-innerTitle h3 {
	width: 80%;
}
.formWrap-innerTitle p {
	width: 32px;
	float: right;
}
/* フォーム共通 - 枠in枠内容 */
.formWrap-innerContent {
	width: auto;
	padding: 0 0 12px;
	border-left: none;
	float: none;
}
/* フォーム共通 - 案内メール */
.formWrap-contentServiceGuide {
	border-top: dashed 1px #C1C1C1;
	padding: 12px 0;
	margin-top: 0;
}
.formWrap-contentServiceGuide p {
	width: auto;
	display: block;
}
/* 資料請求 - ヘッダ */
.wrapDocumentRequest-headInner {
	padding-top: 0;
	margin-top: -1px;
	min-height: auto;
}
.wrapDocumentRequest-title {
	margin-top: 10px;
}
.documentRequest-banner {
	width: 100%;
	position: relative;
	right: auto;
	top: auto;
	margin-bottom: 20px;
}
.documentRequest-banner img {
	width: 100%;
}
/* 他のご入居検討者を追加 */
.residentAddBtn {
	margin-top: 20px;
}
.residentAddBtn a {
	float: none;
	display: block;
	width: 100%;
	text-align: center;
}
.residentAddBtn a i {
	margin-left: 4px;
}
/* 個人情報の取り扱いについて */
.personalInfoWrap {
	padding: 28px 14px 20px;
}
.personalInfoWrap h2 + p {
	margin-top: 28px;
	text-align: left;
}
.personalInfo-contact {
	width: 100%;
	padding: 12px 0;
	margin: 20px auto 0;
}
/* 個人情報の取り扱いについて */
.personalInfoWrap-consent {
	margin-top: 20px;
}
.personalInfo-check {
	width: 100%;
	border: solid 1px #FF0024;
	padding: 8px;
	margin: 0 auto;
}
.personalInfo-check p {
	display: table-cell;
}
.personalInfo-check p + p {
	width: 32px;
}
.personalInfo-check p em {
	width: 32px;
}
.personalInfo-err {
	width: 100%;
}
.personalInfoWrap-consent input[type=checkbox] + label {
	padding: 0 0 0 25px;
}
/* 小冊子 */
.formBnr-Booklet {
	display: none;
}
.formBnr-BookletSp {
	display: block;
	margin-top: 32px;
}
/* 
フォーム確認
----------------- */

/* フォーム確認 - ヘッダ */
.wrapDocumentRequest-headInnerChk {
	margin-top: 16px;
}
/* フォーム確認 - 内容 */
.formWrapChk .formWrap-content {
	padding: 12px 0;
}
/* フォーム確認 - 枠in枠内容 */
.formWrapChk .formWrap-innerContent {
	padding: 0 0 12px;
}
.formText-textareaChk {
	border: solid 1px #CCCCCC;
	padding: 24px;
	margin-top: 26px;
	line-height: 1.75;
}
/* 
フォーム完了
----------------- */

/* フォーム完了 - 枠 */
.formCompWrap {
	width: auto;
	margin: 32px auto 0;
}
.formCompWrap-inner {
	width: auto;
	margin: 32px auto 0;
}
/* フォーム完了 - テキスト */
.formComp-text01 {
	text-align: center;
}
.formComp-text02 {
	margin-top: 32px;
}
.formComp-text03 {
	margin-top: 16px;
}
.formComp-text04 {
	margin-top: 16px;
	padding-bottom: 8;
}
.formComp-phoneInquiry {
	line-height: 1.75;
	padding: 16px 10px;
	margin-top: 16px;
}
.formComp-phoneInquiry p {
	display: block;
}
.formComp-phoneInquiry span {
	display: block;
}
.formComp-info {
	margin-top: 8px;
}
.formComp-domain{padding:20px 12px;
line-height:1.8;
	margin-top: 16px;}
/* フォーム完了 - リスト */
.formComp-list {
	margin-top: 16px;
}
.formComp-list ul {
	border-bottom: solid 1px #DEDEDE;
}
.formComp-list li {
	border-left: solid 4px #EAEAEA;
	border-top: solid 1px #DEDEDE;
	padding: 12px 12px;
}
.formComp-list dl {
	display: table;
	width: 100%;
}
.formComp-list dt {
	display: block;
	width: auto;
}
.formComp-list dd {
	display: block;
	width: auto;
	text-align: left;
}
/* フォーム完了 - ボタン */
.formComp-dlBtn a {
	padding: 8px 30px 8px 8px;
	width: auto;
	float: left;
	margin-top: 8px;
}
.formComp-dlBtn a span + i {
	right: 8px;
	margin-top: 2px;
}
.formComp-reservBtn a {
	padding: 8px 30px 8px 8px;
	width: auto;
	float: left;
	margin-top: 8px;
}
.formComp-reservBtn a span + i {
	position: absolute;
	right: 10px;
	margin-top: 2px;
}

/* 資料請求ヘッダ */
.documentRequest-headSelectHome {
	border: solid 2px #83C573;
	margin-top: 10px;
}
.documentRequest-headSelectHome.fontSizeS{
	font-size:13px!important;}
.documentRequest-headSelectHome ul {
	padding: 4px 10px;
}
.documentRequest-headSelectHome ul + ul {
	padding: 0 10px 4px;
	margin-top:-4px;
}
.documentRequest-headSelectHome ul li {
	line-height: 1.8;
float:none;
padding:4px;
}
.documentRequest-headSelectHome ul li + li {
	border-top: solid 1px #C1C1C1;
padding:4px;
}
.documentRequest-headSelectHome ul+ ul li {
	border-top: solid 1px #C1C1C1;
}

.documentRequest-headSelectHome input[type=checkbox] + label {
	padding: 0 0 0 25px;
}

/*見学申し込み*/
.wrapTourRegistration-head {
	padding: 0 0 16px;
}
.wrapTourRegistration-head p.dummy {
	background: #EAEAEA;
	width: auto;
	height: 140px;
	padding: 16px;
}
.tourRegistration-headSelectHome {
	border: solid 2px #83C573;
	margin-top: 20px;
}
.tourRegistration-headSelectHome li {
	padding: 0 10px;
}
.tourRegistration-headSelectHome dl {
	display: table;
	width: 100%;
}
.tourRegistration-headSelectHome dt {
	display: block;
	width: auto;
	padding: 12px 0;
}
.tourRegistration-headSelectHome dd {
	display: block;
	width: auto;
	padding: 12px 0;
	border-left: none;
	border-top: solid 1px #C1C1C1;
}
/*見学申し込み - お申し込み内容完了*/

.wrapTourRegistration-homeContent {
	border: solid 2px #83C573;
	margin-top: 20px;
}
.wrapTourRegistration-homeContent li {
	padding: 0 10px;
}
.wrapTourRegistration-homeContent dl {
	display: table;
	width: 100%;
}
.wrapTourRegistration-homeContent dt {
	display: block;
	width: auto;
	padding: 8px 0;
}
.wrapTourRegistration-homeContent dd {
	display: block;
	width: auto;
	padding: 8px 0;
	border-left: none;
	border-top: solid 1px #C1C1C1;
}
.wrapTourRegistration-homeContent dd b {
	font-family: "UD新ゴ M";
}

	/* placeholer */
	.placeholder_data::-webkit-input-placeholder {
		opacity: 1;
	}
	.placeholder_data:-moz-placeholder {
		opacity: 1;
		color: #aaa;
	}
	.placeholder_data::-moz-placeholder {
		opacity: 1;
		color: #aaa;
	}
	.placeholder_data:-ms-input-placeholder,
	.placeholder_data.inputError:-ms-input-placeholder {
		color: #aaa;
		opacity: 1;
	}

	.placeholder_data:focus::-webkit-input-placeholder {
		opacity: 0;
	}
	.placeholder_data:focus:-moz-placeholder {
		opacity: 0;
	}
	.placeholder_data:focus::-moz-placeholder {
		opacity: 0;
	}

	.placeholder_data:focus:-ms-input-placeholder {
		opacity: 0;
	}
	
	/* 申し込みステップ */
	.formStep {
    margin-bottom: 20px;
		border-top: 1px solid #fff;
		position: relative;
		top: -1px;
		right: 0;
	}
	.formStep-list {
	}
	.formStep-item {
		padding: 0 3% 0 5%;
		margin-right: 1.5%;
		text-align: center;
	}
	.formStep-item:nth-child(1) {
		width: 57%;
	}
	.formStep-item:nth-child(2),
	.formStep-item:nth-child(3) {
		width: 20%;
	}
	
	/* 都道府県メッセージ かんたん資料請求のみ */
	.formText-PrefMessage {
    line-height: 1.514;
	}
}
