@charset "utf-8";

/* -- BasicSettings ------------------------------------------------------------ */
html{
	overflow-x: hidden;
}

body {
	font-size: 14px;
	line-height: 1.2;
	color: #333;
}

::selection {
	background: rgba(21, 101, 192, 0.5);
	color: #2e2e2e;
}
//Firefox
::-moz-selection {
	background: rgba(21, 101, 192, 0.5);
	color: #2e2e2e;
}

h1{
	font-size: 2rem;
	line-height: 1.8;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}

h2{
	font-size: 2rem;
	line-height: 1.25;
	margin-bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	letter-spacing: 0.25rem;
	font-weight: normal;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
}





#ui-datepicker-div{
	z-index: 999!important;
}

/* -- BasicSettings ------------------------------------------------------------ */
BODY#bodyId {
	width: auto;
	height: auto;
	margin: auto;
	padding: 0;
}

BODY#bodyId .mktoContent{
	width: 800px;
	height: auto;
	position: relative;
	margin: auto;
}

.lpeCElement {
	position: static;
	width: auto!important;
	height: auto!important;
	margin: 30px auto;
}

.lpeCElement:first-of-type {
	position: relative;
	left: 0 !important;
	top: 0 !important;
	height: auto !important;
	width: auto !important;
	text-align: center;
	padding-bottom: 25px;
	z-index: 1;
}

.lpeCElement:first-of-type::after {
	content: "";
	height: 200%;
	width: 100vw;
	background-color: #fafafb;
	display: block;
	position: absolute;
	bottom: 0px;
	left: -100vw;
	margin: auto;
	right: -100vw;
	z-index: -1;
}

.lpeCElement:first-of-type::before {
	content: "";
	height: 1px;
	width: 100vw;
	background-color: #dadade;
	display: block;
	position: absolute;
	margin: auto;
	bottom: 0px;
	left: -100vw;
	right: -100vw;
	z-index: 5;
}

.imageSpan img {
	width: auto !important;
	height: auto !important;
	max-width: 100%;
}

.mktoForm {
	width: 100% !important;
}

.mktoForm .mktoFormRow {
	display: flex;
	flex-wrap: wrap;
	flex-grow: 1;
	justify-content: space-between;
	background: #f7f7f7;
	border-bottom: 1px dotted #afa8a8;
	padding: 20px 10px;
}

.mktoForm .mktoFormRow:first-of-type {
}

.mktoForm .mktoFormRow:nth-of-type(2n+1) {
	background: #FFF;
}

.mktoForm fieldset.mktoFormCol .mktoFormRow .mktoFormCol {
	float: none;
	min-height: auto;
	margin: 0 !important;
	padding: 0 !important;
}



.mktoForm .mktoOffset {
	display: none;
}

.mktoForm .mktoLabel {
	float: none;
	padding: 0;
	min-width: 13rem;
	max-width: 13rem;
	width: auto !important;
}

.mktoForm .mktoGutter {
	float: none;
	padding: 0;
	height: auto;
	display: none;
}

.mktoForm input[type=text],
.mktoForm input[type=url],
.mktoForm input[type=email],
.mktoForm input[type=tel],
.mktoForm input[type=number],
.mktoForm input[type=date],
.mktoForm textarea.mktoField,
.mktoForm select.mktoField {
	margin: 0;
	height: auto;
	border-radius: 4px;
	font-size: 1.2rem;
	color: #333;
	border: 1px solid #999;
	box-shadow: none;
	padding: 8px;
	max-width: 200px !important;
	width: auto !important;
}

.mktoForm input#getFrom2,
.mktoForm input#addrCity,
.mktoForm input#addrBanchi,
.mktoForm input#Email,
.mktoForm input#mail_second,
.mktoForm textarea.mktoField {
	width: 100% !important;
	max-width: 100% !important;
}

.mktoForm .mktoClear {
	display: none;
}

.mktoForm .mktoFieldWrap {
	float: none;
	display: flex;
	align-items: center;
}

.mktoForm .mktoRequiredField .mktoAsterix {
	color: #bf0000;
	padding-left: 5px;
	display: none;
	float: none;
	padding: 0;
	font-size: 1px;
	text-indent: -999999999px;
	display: flex;
	top: 0;
	bottom: 0;
	right: 0;
	height: 1rem;
	width: 0;
}

.mktoForm .mktoAsterix::after {
	content: "必須";
	position: absolute;
	background: #C00;
	color: #FFF;
	font-weight: bold;
	right: 0;
	display: flex;
	font-size: 0.75rem;
	text-indent: 0;
	padding: 1px 5px;
	border-radius: 4px;
	box-shadow: 0px 1px 0px 0px rgba(46, 46, 46, 0.6);
	top: 0;
	bottom: 0;
	margin: auto;
	height: 1.5rem;
	align-items: center;
	right: 4px;
}

.mktoForm .mktoRequiredField label.mktoLabel {
	font-weight: bold;
	display: flex;
	align-items: center;
	position: relative;
	padding-right: 40px;
}

.mktoForm fieldset legend {
	margin: 0;
	width: 100%;
	text-align: center;
	font-weight: bold;
	padding: 0;
	display: block;
	position: static;
}

.mktoForm .mktoRadioList, .mktoForm .mktoCheckboxList {
	padding: 0;
	float: none;
	display: flex;
	align-items: center;
	width: 100%!important;
}

.mktoForm .mktoCheckboxList {
	width: auto !important;
}

.mktoForm .mktoButtonRow span {
	margin: 0 auto 0 !important;
	display: block;
	text-align: center;
}

form.mktoForm div.mktoButtonRow span.mktoButtonWrap button.mktoButton {
	border-radius: 4px;
	width: auto;
	background: #DD7E02;
	border: 1px solid #db6700;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	padding: 15px 80px;
	box-shadow: 0px 4px 10px -3px #999;
	text-align: center;
	-webkit-transition: -webkit-all 0.2s linear;
	   -moz-transition:    -moz-all 0.2s linear;
	    -ms-transition:     -ms-all 0.2s linear;
	     -o-transition:      -o-all 0.2s linear;
	        transition:         all 0.2s linear;
}

.mktoForm .mktoButtonWrap.mktoArrowButton .mktoButton:before {
	background-color: #ffffff;
	background-image: none;
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	right: 15px;
	top:0;
	bottom: 0;
	margin: auto;
	border-radius: 50%;
	box-shadow: none;
}

.mktoForm .mktoButtonWrap.mktoArrowButton .mktoButton::after {
	background-color: transparent;
	background-image: none;
	content: "";
	position: absolute;
	right: 21px;
	top: 0;
	bottom: 0;
	margin: auto;
	border-radius: 2px;
	box-shadow: none;
	width: 9px;
	height: 9px;
	border-top: 2px solid #dd7e02;
	border-right: 2px solid #dd7e02;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 999;
}



form.mktoForm div.mktoButtonRow span.mktoButtonWrap button.mktoButton:hover,
form.mktoForm div.mktoButtonRow span.mktoButtonWrap button.mktoButton:active {
	background: rgba(221, 126, 2, 0.3);
	color: #db6700;
	box-shadow: 0px 4px 10px -3px #999;
	top: 0;
}


form.mktoForm div.mktoButtonRow span.mktoButtonWrap button.mktoButton:active:before {
	-webkit-box-shadow: none;
	box-shadow: none;
	top: 0;
	bottom: 0;
	margin: auto;
}



.mktoForm  fieldset.mktoFormCol .mktoFormRow {
	border-bottom: 0px;
}

.mktoForm  fieldset.mktoFormCol .mktoFormRow:first-of-type {
}

.mktoButtonRow {
	display: block;
}

.mktoFormRow .mktoFormCol .mktoFieldWrap .mktoHtmlText{
	width: 100%;
}

.mktoFormRow fieldset.mktoFormCol .mktoFieldWrap .mktoHtmlText{
	margin-left: 0px;
}

.mktoForm .mktoError {
	right: auto !important;
	left: 180px;
}

.mktoForm .mktoRadioList > label, .mktoForm .mktoCheckboxList > label {
	margin: 0 10px 0 0;
	line-height: 1rem;
	min-height: auto;
	position: relative;
	padding: 0px 0 0 20px;
	cursor: pointer;
}

.mktoForm input[type=checkbox],
.mktoForm input[type=radio] {
	width: 0;
	height: 0;
	opacity: 0;
}

.mktoForm input[type=checkbox] + label:before,
.mktoForm input[type=radio] + label:before {
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	margin-left: 0;
	line-height: 1em;
	font-family: Arial, sans-serif;
	font-size: 13px;
	border: 1px solid #aeb0b6;
	box-shadow: 0px 2px 11px -4px #2e2e2e;
	background: #FFF;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.mktoForm input[type=radio] + label:before {
	border-radius: 15px;
}

.mktoForm input[type=radio]:checked + label:before {
	background: #FFF;
}
.mktoForm input[type=radio]:checked + label:after {
	content: "";
	position: absolute;
	width: 7px;
	height: 7px;
	margin: auto;
	background: #2e2e2e;
	top: 0;
	bottom: 0;
	z-index: 999;
	border-radius: 4px;
	left: 4px;
}

.mktoForm .mktoFormRow fieldset.mktoFormCol{
	border: none;
	padding: 0 !important;
}

.mktoForm input.mktoField.mktoInvalid,
.mktoForm select.mktoField.mktoInvalid,
.mktoForm textarea.mktoField.mktoInvalid,
.mktoForm div.mktoLogicalField.mktoInvalid {
	border: 1px solid rgb(121, 0, 4);
	background: #f8f2f2;
}

.Default {
	border: 1px solid rgb(121, 0, 4) !important;
	background: #f8f2f2 !important;
}


.mktoForm div.mktoLogicalField {
	border: 0;
	width: auto !important;
	position: relative;
}

.mktoForm div.mktoLogicalField label {
	position: relative;
	display: block;
	width: 15px;
	height: 15px;
	display: block;
	padding: 0;
	margin: 0;
}

.errorTxT ,
.mktoForm .mktoError .mktoErrorMsg {
	display: block;
	margin-top: 7px;
	background-color: #C00;
	background-image: none;
	border: 1px solid #C00;
	border-radius: 4px;
	box-shadow: none;
	color: #f3f3f3;
	font-size: 1em;
	line-height: 1.2em;
	max-width: 16em;
	padding: 0.4em 0.6em;
	text-shadow: none;
}

.errorTxT {
	display: none;
	position: absolute;
	right: auto !important;
	left: 180px;
	bottom: -3rem;
	z-index: 3;
	z-index: 100;
	padding: 0.5rem!important;
}

.errorTxT::after {
	content: '';
	background-color: #cc0000;
	border: 1px solid #9f1300;
	border-right: none;
	border-bottom: none;
	display: inline-block;
	height: 16px;
	transform: rotate(45deg);
	width: 16px;
	margin-top: 5px;
	position: absolute;
	left: 1rem;
	top: -0.75rem;
	z-index: -9999999;
}


.mktoForm .mktoError .mktoErrorArrow {
	background-color: #C00;
}




.mktoForm fieldset.mktoFormCol .mktoFormRow {
	padding: 20px 10px;
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.mktoForm fieldset.mktoFormCol .mktoFormRow .mktoFormCol {
	width: auto;
	min-width: 390px;
}





.mktoForm fieldset legend {
	position: relative;
	padding: 30px 10px 27px 10px;
	font-size: 2rem;
	line-height: 1.25;
	margin-bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	letter-spacing: 0.25rem;
	font-weight: normal;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
	margin-bottom: 20px;
}

.mktoForm fieldset legend::after {
	content: "";
	position: absolute;
	background-color: #5f5f5f;
	height: 2px;
	width: 2rem;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 12px;
	transform: skewX(-45deg);
}


.mktoForm .mktoFormRow {
	background: #FFF;
	padding: 0px 0px 20px 0px;
}

.mktoForm .mktoFormRow fieldset.mktoFormCol .mktoFieldWrap,
.mktoFormRow fieldset.mktoFormCol .mktoFieldWrap {
	justify-content: left !important;
}


.mktoForm .mktoFormRow {
	border-bottom: none;
}

.mktoForm fieldset.mktoFormCol .mktoFormRow:nth-of-type(2n+1) {
	background: #f2f2f5;
}

.mktoForm .mktoFormRow .mktoFormCol {
	width: 100%;
}

.mktoForm .mktoFormRow fieldset.mktoFormCol {
	width: 100%;
}

.mktoForm input#kobetsu_basho,
.mktoForm input#Email,
.mktoForm input#mail_second,
.mktoForm input#addrCity,
.mktoForm input#addrBanchi,
.mktoForm textarea.mktoField {
	width: 584px !important;
}

.mktoForm .mktoFormRow fieldset.mktoFormCol .mktoFieldWrap .mktoHtmlText {
	width: 100% !important;
}


input#ppolicy {
	display: contents;
}

.mktoForm div.mktoLogicalField label[for="ppolicy"] {
	width: 25px;
	height: 25px;
	min-width: 25px !important;
	border: 1px solid #aeb0b6;
	box-shadow: 0px 2px 11px -4px #2e2e2e;
	background: #FFF;
	margin: 10px;
}



.mktoForm input[type=checkbox] + label:before{
	width: 25px;
	height: 25px;
	border: none;
	background: none;
	transition: all 0.2s linear;
	opacity: 0;
	transform: scale(0) rotate(45deg);
}


.mktoForm input[type=checkbox]:checked + label:before {
	content: "\2713 ";
	border: 6px solid #c00;
	border-left: 0;
	border-top: 0;
	transform: scale(1) rotate(45deg);
	width: 15px;
	height: 22px;
	box-shadow: 4px 0px 2px -2px rgba(0,0,0,0.5 );
	position: absolute;
	top: 0;
	bottom: 10px;
	margin: auto;
	right: -5px;
	content: "";
	opacity: 1;
}


.RequiredCount{
	position: fixed;
	bottom: 50%;
	right: 10px;
	background: #c00;
	padding: 10px 30px;
	border-radius: 4px;
	box-shadow: 0px 1px 0px 0px rgba(46, 46, 46, 0.6);
}


.RequiredCount h3{
	font-size: 10px;
	text-align: center;
	color: #FFF;
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: 7px;
}

.RequiredCount p{
	text-align: center;
	font-size: 10px;
	color: #FFF;
}

.RequiredCount p span.number{
	font-size: 26px;
	line-height: 0.95;
	margin-right: 5px;
	font-weight: bold;
}





.fotter{
	width: 100%;
	background: #fafafb;
	border-top: 1px solid #dadade;
	text-align: center;
	padding: 30px 10px;
	margin-top: 100px;
}

.fotter p{
	font-size: 10px;
}






/* -- datepicker --------------------------------------------------------------- */
#ui-datepicker-div{
	margin-top: 2px;
	margin-bottom: 2px;
}

.ui-widget-content.ui-corner-all {
	border: 1px solid #8c8c8e;
	background: #FFF;
	border-radius: 0;
}

.ui-widget-header {
	border: 1px solid #8c8c8e;
	background: #8c8c8e;
	background-image: none;
	border-radius: 0;
}

.ui-datepicker td span,
.ui-datepicker td a {
	text-align: center;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #8c8c8e;
	color: #38383c;
	background-image: none;
	background-color: #d0d0d0;
	transition: all 0.2s linear;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	background: none;
	border: 1px solid #8c8c8e;
	color: #efefef;
	background-color: #8c8c8e;
}


.ui-datepicker th {
	padding: 0.25em .3em;
}

th.ui-datepicker-week-end span{
	color: #E91E63;
}

.ui-datepicker-week-end a.ui-state-default,
.class-holiday a.ui-state-default{
	border: 1px solid #E91E63;
	color: #E91E63;
	background-color: #f9cddc;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	font-weight: bold;
	color: #FFF !important;
	border: 1px solid #03a9f4 !important;
	background-color: #03a9f4 !important;
}

.mktoForm fieldset .mktoPlaceholder {
	display: none;
}



/* -- 大切なお知らせ ------------------------------------------------------------ */
#sec-important-info dl{
	background-color: #f7dcde;
	border: 1px solid #aa202b;
	text-align: center;
	border-radius: 4px;
	margin-bottom: 20px;
	padding: 20px 10px;
}

#sec-important-info dl dt{
	font-weight: bold;
	color: #aa202b;
}


/* -- #mktoForm_2102：北春日丘フォーム（資料請求） -------------------------------- */
/* -- #mktoForm_2446：北春日丘フォーム（来場予約） -------------------------------- */
#mktoForm_2102.mktoForm fieldset legend ,
#mktoForm_2446.mktoForm fieldset legend {
}

#mktoForm_2102.mktoForm fieldset.mktoFormCol .mktoFormRow:nth-of-type(2n+1) ,
#mktoForm_2446.mktoForm fieldset.mktoFormCol .mktoFormRow:nth-of-type(2n+1) {
}

#mktoForm_2102.mktoForm .mktoFormRow:nth-last-of-type(2) fieldset .mktoFormRow:last-of-type .mktoFieldWrap ,
#mktoForm_2446.mktoForm .mktoFormRow:nth-last-of-type(2) fieldset .mktoFormRow:last-of-type .mktoFieldWrap {
	justify-content: center !important;
}




/* -- #mktoForm_2057：中之島＞来場予約フォーム ----------------------------------- */
#mktoForm_2057 .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoHtmlText {
	margin-left: 0px !important;
	width: 100% !important;
}



/* -- #mktoForm_2160：福島＞資料請求フォーム ------------------------------------- */
#mktoForm_2160 {}



/* -- #mktoForm_2201：マンスリーフォーム ----------------------------------------- */
#mktoForm_2201.mktoForm .mktoLabel {
	min-width: 190px;
	width: auto;
}

#mktoForm_2201.mktoForm input#llmKana,
#mktoForm_2201.mktoForm input#llmName,
#mktoForm_2201.mktoForm input#Email,
#mktoForm_2201.mktoForm input#mail_second,
#mktoForm_2201.mktoForm textarea.mktoField {
	width: 570px !important;
}


#mktoForm_2201.mktoForm select.mktoField {
    max-width:500px !important;
}


.rentDates {
	position: fixed;
	bottom: 10px;
	right: 10px;
	padding: 10px 20px;
	background: rgba(0, 0, 0, 0.8);
	color: #FFF;
	border-radius: 4px;
	text-align: center;
}

.rentDates h3 {
	line-height: 1.25rem;
}

.rentDates p {
	line-height: 1.25rem;
}

.rentDates p span {
	line-height: 2.5rem;
	font-size: 1.9rem;
	font-weight: bold;
	margin-right: 4px;
	display: inline-block;
}




/* -- #mktoForm_1175：マンスリーフォーム：物件リクエスト -------------------------- */
#mktoForm_1175.mktoForm .mktoLabel {
	min-width: 190px;
	width: auto;
}

#mktoForm_1175.mktoForm input#llmArea,
#mktoForm_1175.mktoForm input#llmKana,
#mktoForm_1175.mktoForm input#llmName,
#mktoForm_1175.mktoForm input#Email,
#mktoForm_1175.mktoForm input#mail_second,
#mktoForm_1175.mktoForm textarea.mktoField {
	width: 570px !important;
}

#mktoForm_1175.mktoForm fieldset.mktoFormCol .mktoFormRow {
	align-items: left;
	flex-direction: column;
}


/* -- イートラストフォーム：共通 ------------------------------------------------- */
#lpeCDiv_14636.lpeCElement:first-of-type::before ,
#lpeCDiv_14592.lpeCElement:first-of-type::before ,
#lpeCDiv_14586.lpeCElement:first-of-type::before ,
#lpeCDiv_14583.lpeCElement:first-of-type::before ,
#lpeCDiv_14578.lpeCElement:first-of-type::before {
	background-color: #ccd9ec;
}


#lpeCDiv_14636.lpeCElement:first-of-type::after ,
#lpeCDiv_14592.lpeCElement:first-of-type::after ,
#lpeCDiv_14586.lpeCElement:first-of-type::after ,
#lpeCDiv_14583.lpeCElement:first-of-type::after ,
#lpeCDiv_14578.lpeCElement:first-of-type::after {
	width: 50%;
	background-color: #244e82;
}


/*プライベートセミナー > 受講時間指定 select*/
#mktoForm_2032.mktoForm select#seminar_hour,
#mktoForm_2032.mktoForm select#seminar_min{
	width:100px !important;
}
#mktoForm_2032.mktoForm select#seminar_min{
}

/*プライベートセミナー > 注釈テキスト*/
#mktoForm_2032.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoHtmlText{
	width: 780px !important;
	font-size: 10px;
	color: #c30;
	margin-top: 12px;
	display: block;
}



#mktoForm_2033.mktoForm .mktoRadioList > label,
#mktoForm_2033.mktoForm .mktoCheckboxList > label {
	margin: 5px 0;
}

#mktoForm_2033.mktoForm .mktoRadioList,
#mktoForm_2033.mktoForm .mktoCheckboxList {
	flex-direction: column;
	align-items: flex-start;
}





/* -- #mktoForm_2343：イー・トラスト　ピックアップセミナー ------------------------ */









/* -- 日商 投資LP：マンション投資ガイドブック ------------------------------------- */
#lpeCDiv_14988 img.lpimg {
	width: 672px !important;
}







/* -- 共通：注釈文 -------------------------------------------------------------- */
.mktoForm .mktoFormRow fieldset.mktoFormCol .notice {
	width: 780px !important;
	font-size: 10px;
	color: #c30;
	margin-top: 8px;
	display: block;
}




/* -- 共通：単位セット ---------------------------------------------------------- */
.mktoForm input#age,
.mktoForm input#kazoku {
	width: 20% !important;
}



.mktoForm input#age + div.mktoClear ,
.mktoForm input#arrivalNum + div.mktoClear ,
.mktoForm input#nenshu + div.mktoClear ,
.mktoForm input#llmNum + div.mktoClear ,
.mktoForm input#llm_riyou_nissuu + div.mktoClear ,
.mktoForm input#llmRoom + div.mktoClear ,
.mktoForm input#kazoku + div.mktoClear {
	display: block;
}


.mktoForm input#age + div.mktoClear:before ,
.mktoForm input#arrivalNum + div.mktoClear:before ,
.mktoForm input#nenshu + div.mktoClear:before,
.mktoForm input#llmNum + div.mktoClear:before ,
.mktoForm input#llm_riyou_nissuu + div.mktoClear:before ,
.mktoForm input#llmRoom + div.mktoClear:before ,
.mktoForm input#kazoku + div.mktoClear:before {
	display: block;
	height: 2rem;
	width: 2rem;
	color: #000;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 0;
	z-index: 99999;
	background: none;
	margin-left: 10px;
	font-size: 0.75rem;
	display: flex;
	align-items: center;
}


.mktoForm input#age + div.mktoClear:before { content: "歳"; }
.mktoForm input#arrivalNum + div.mktoClear:before { content: "名様"; }
.mktoForm input#nenshu + div.mktoClear:before { content: "万円"; }
.mktoForm input#llmNum + div.mktoClear:before { content: "人"; }
.mktoForm input#llm_riyou_nissuu + div.mktoClear:before { content: "日間"; }
.mktoForm input#llmRoom + div.mktoClear:before { content: "部屋"; }
.mktoForm input#kazoku + div.mktoClear:before { content: "名様"; }








/* -- #mktoForm_2666：イートラスト：アンケート
   -- #mktoForm_2700：イートラスト：アンケート ------------------------------------ */
.enqueteWrapp h2{
	padding: 10px 0 20px;
}

.enqueteWrapp h2 .leadID{
	background: #cfcfcf;
	margin-right: 0.5rem;
	text-shadow: none;
	padding: 2px 10px;
	border-radius: 5rem;
	text-indent: 4px;
}

.enqueteWrapp p{
	text-align: center;
	margin-top: 10px;
}

.enqueteWrapp p img{
	margin-top: 30px;
}

.enqueteWrapp p.enqueteBack{
	margin-top: 50px;
}

.enqueteWrapp p.enqueteBack a{
	display: block;
	background: #FF9800;
	border: 1px solid #e08600;
	box-shadow: 0px 5px 10px -3px #2e2e2e;
	border-radius: 100rem;
	margin-left: 20px;
	margin-right: 20px;
	padding: 10px 0;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

form#mktoForm_2666.mktoForm .mktoCheckboxList ,
form#mktoForm_2700.mktoForm .mktoCheckboxList {
	flex-direction: column;
}

form#mktoForm_2666.mktoForm .mktoCheckboxList label ,
form#mktoForm_2700.mktoForm .mktoCheckboxList label {
	width: 100%;
	height: auto;
	padding: 8px 0px 8px 29px;
}

form#mktoForm_2666.mktoForm input[type=checkbox] + label:after ,
form#mktoForm_2700.mktoForm input[type=checkbox] + label:after {
	content: "";
	width: 20px;
	height: 20px;
	border: 1px solid #a2a2a2;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #FFF;
}

form#mktoForm_2666.mktoForm input[type=checkbox]:checked + label:before ,
form#mktoForm_2700.mktoForm input[type=checkbox]:checked + label:before {
	z-index: 9;
	right: auto;
	left: 5px;
}

form#mktoForm_2666.mktoForm div.mktoLogicalField label[for="ppolicy"] ,
form#mktoForm_2700.mktoForm div.mktoLogicalField label[for="ppolicy"] {
	border: none;
	box-shadow: none;
	background: none;
	margin: 10px;
	padding: 10px 0!important;
	width: 20px;
	min-width: auto!important;
}





#goog_conv_iframe {
	display: none;
}


/* --------------------------------------------------------- et-enquete_comp -- */
body.et-enquete_comp .enqueteWrapp p.card,
body.et-enquete_comp2 .enqueteWrapp p.card{
	display: flex;
	align-items: center;
	justify-content: center;
}

body.et-enquete_comp .enqueteWrapp p.card span,
body.et-enquete_comp2 .enqueteWrapp p.card span{
	width: calc(100% / 2);
	margin: 0 1rem;
}

body.et-enquete_comp .enqueteWrapp p.card img ,
body.et-enquete_comp2 .enqueteWrapp p.card img {
	margin-top: 0;
	width: 100%;
}

body.et-enquete_comp .fotter ,
body.et-enquete_comp2 .fotter {
	margin-top: 0;
}

body.et-enquete_comp .lpeCElement ,
body.et-enquete_comp2 .lpeCElement {
	margin: 30px auto 0;
}











/* -- #mktoForm_3586：アポインターFORM ------------------------------------ */

form#mktoForm_3586 {
    border:10px dotted #396;
}









/* -- #mktoForm_3844：プランニングの対仲介アンケート ------------------------------------ */
#mktoForm_3844 .mktoRadioList, .mktoForm .mktoCheckboxList {
	padding: 0;
	float: none;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	width: 100% !important;
}

#mktoForm_3844 div.mktoLogicalField label {
	width: 25px;
    height: 25px;
    min-width: 25px !important;
    border: 1px solid #aeb0b6;
    box-shadow: 0px 2px 11px -4px #2e2e2e;
    background: #FFF;
    margin: 10px;
}


























/**/
