/*
  bulk_inquiry_agent
  bulk_inquiry  で使用
*/

@charset "UTF-8";
body {
  right: 0;
  left: 0;
}

.l-header-fixed {
  position: fixed;
  top: 0;
  height: auto;
  width: 100%;
  background-color: #fff;
  z-index: 100;
}
.inquiryMM-ab .l-header-fixed {
  position: relative;
}
.inquiryMM-ab {
  padding-top: 0;
}

.inquiryMM-ab .Step-2 {
  margin-bottom: 30px;
}

.md-formheader {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 6px 10px 2px;
  background-color: #F1F1F1;
  border-bottom: 1px solid #ddd;
}

.md-formheader img {
  width: 105px;
  height: 31px;
}

.md-formheader h1 {
  margin: 0;
  font-size: 1.6rem;
}

.md-step {
  padding: 17px 12px 7px;
  border-bottom: 1px solid #ddd;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}

.md-step ul {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}

.md-step p {
  margin: 7px 0 0;
  color: #FF57A5;
  font-size: 1.8rem;
  font-weight: bold;
}

.md-step span {
  font-size: 3rem;
}

.md-step_label {
  width: 29.5%;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 3px 0;
  border-radius: 3px;
  background-color: #c9caca;
  font-size: 1.5rem;
  font-weight: bold;
}

.md-step_label.md-step_labelActive {
  background-color: #FF66A5;
  color: #fff;
}

.md-step li:nth-of-type(-n+2):after {
  position: absolute;
  top: 9px;
  right: -16px;
  color: #FF66A5;
  font-family: "icomoon";
  font-weight: normal;
  font-size: 1.2rem;
  content: "\e90f";
}

/*-------------------------------------------------*
-* フォーム
-*-------------------------------------------------*/
.md-form {
  padding: 90px 12px 0;
}
.md-formStep-1{
  padding: 90px 18px 0;
}

.md-form_label,.md-form_label-ab{
  position: relative;
  top: 10px;
  margin: 10px 0 3px 2px;
  text-align: left;
  font-size: 1.6rem;
  font-weight: bold;
}
.md-form_label-ab{
  margin: 5px 0 8px 2px;
  font-size: 1.7rem;
}

.md-form_label span {
  color: #FF57A5;
  font-size: 1.4rem;
}

.md-form_object {
  position: relative;
  margin: 0;
}

.md-form_object--Baibai textarea {
  width: 100%;
}

.md-form_object input[type=text],
.md-form_object input[type=number],
.md-form_object input[type=email],
.md-form_object-ab input[type=text],
.md-form_object-ab input[type=number],
.md-form_object-ab input[type=email] {
  width: 100%;
  margin-top: 10px;
  padding: 12px 60px 12px 10px;
  background-color: #fff5fa;
  border: 1px solid #a2a2a2;
  border-radius: 4px;
  color: #1a1a1a;
  font-size: 1.6rem;
  line-height: 1.6;
}
.md-form_object-ab input[type=text],
.md-form_object-ab input[type=number],
.md-form_object-ab input[type=email] {
  padding: 16px 60px 16px 10px;
  border: 1px solid #bbb;
  border-radius: 3px;
  box-shadow: inset 0 2px 2px rgba(0,0,0,.07);
}
.md-form_object.is_ValidateClear input[type=text],
.md-form_object.is_ValidateClear input[type=number],
.md-form_object.is_ValidateClear input[type=email] {
	background: #e5ffe785;
}

.md-form_objectNeed,.md-form_objectNeed-ab {
  position: absolute;
  right: 10px;
  top: 22px;
  padding: 2px 6px;
  background-color: #FF57A5;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
}
.md-form_objectNeed {
  right: 10px;
  top: 22px;
}
.md-form_objectNeed-ab{
  right: 12px;
  top: 27px;
}

.md-form_objectOK {
  position: absolute;
  right: 12px;
  top: 27px;
  padding: 4px 6px;
  background-color: #69BD45;
  color: #fff;
  font-size: 1.7rem;
  font-weight: bold;
}

.md-form_attention {
  margin: 8px 0 0;
  text-align: left;
  font-size: 1.2rem;
}

.ErrorText {
  margin: 3px 0 0;
  text-align: left;
  font-weight: bold;
  color: #ff0000;
}

/*-------------------------------------------------*
-* お問い合わせ内容
-*-------------------------------------------------*/
.md-form_object select {
  width: 100%;
  margin: 10px 0 0;
  padding: 10px 0 10px 5px;
  background-color: #f3f3f3;
  border: 1px solid #a2a2a2;
  border-radius: 3px;
  font-size: 1.4rem;
}

.md-form_label--type2,.md-form_label--type2 {
  margin-top: 15px;
  font-size: 1.6rem;
}
.md-form_label--type2{
  font-size: 1.7rem;
}

/*-------------------------------------------------*
-* メール受け取るチェック
-*-------------------------------------------------*/
.md-form_checkbox,.md-form_checkbox-ab {
  margin-top: 15px;
  text-align: left;
}
.md-form_checkbox-ab{
  margin-top: 20px;
}

.md-form_object input[type="checkbox"] ,.md-form_object-ab input[type="checkbox"]{
  margin: 0 3px 0 -1px;
  width: 20px;
  height: 20px;
  vertical-align: -6px;
  -webkit-appearance: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #aaa;
  -webkit-box-sizing: border-box;
  background: #fffffe;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fffffe), color-stop(1, #fff));
  background: linear-gradient(to bottom, #fffffe 0%, #fff 100%);
}
.md-form_object-ab input[type="checkbox"]{
  width: 22px;
  height: 22px;
  border: 2px solid #aaa;
}

.md-form_object input[type="checkbox"]:checked,.md-form_object-ab input[type="checkbox"]:checked{
  background: linear-gradient(to bottom, #FF64BE 0%, #FF55B9 100%);
  border: 1px solid #FF55B9;
}

.md-form_object-ab input[type="checkbox"]:checked{
  background: #FF66A5;
}

.md-form_checkboxIcon {
  position: relative;
}

.md-form_checkbox input:checked + .md-form_checkboxIcon::after,.md-form_checkbox-ab input:checked + .md-form_checkboxIcon::after{
  position: absolute;
  top: 3px;
  left: -23px;
  width: 13px;
  height: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  content: "";
}
.md-form_checkbox-ab input:checked + .md-form_checkboxIcon::after{
  top: 4px;
  left: -24px;
}


.md-form_checkboxLabel {
  position: relative;
  top: 2px;
  font-size: 1.5rem;
  font-weight: bold;
}

.md-form_checkboxText {
  margin: 4px 0 2px;
  font-size: 1.3rem;
}

/*-------------------------------------------------*
-* ★★★↓↓お問い合わせする物件↓↓★★★
-*-------------------------------------------------*/
.md-inquiryBukken {
  margin: 30px 12px 100px;
}
.md-inquiryBukken-ab{
  margin: 0 0 100px;
  padding: 30px 18px 0;
}
.md-inquiryBukken_inner {
  margin: 0 0 12px;
  padding: 12px;
  border-radius: 5px;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,.24);
  border: 1px solid #eee;
}

.md-inquiryBukken_title,.md-inquiryBukken_title-ab {
  margin: 0 0 4px 0;
  text-align: left;
  font-weight: bold;
  font-size: 1.5rem;
}
.md-inquiryBukken_title-ab{
  margin: 0 0 8px 0;
  font-size: 1.7rem;
}

.md-inquiryBukken_data {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.2rem;
}

.md-inquiryBukken_photo {
  margin-right: 8px;
}

.bukken_img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 85px;
  height: 69px;
  border-radius: 3px;
}

.bukken-detail p {
  margin: 0;
  text-align: left;
  line-height: 1.5;
}

.bukken-detail p span {
  font-weight: bold;
  font-size: 13px;
}

.bukken-detail span:nth-of-type(2) {
  color: #FF57A5;
}

.companyname {
  width: 100%;
  padding: 9px;
  margin: 10px 0;
  text-align: left;
  background-color: #fcfade;
  font-size: 1.2rem;
  border-radius: 3px;
  border: 1px solid #ededed;
}

/*-------------------------------------------------*
-* ボタン
-*-------------------------------------------------*/
.md-formFollow,.md-formFollow-ab {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 78px;
  margin: 0 auto;
  padding: 12px 12px;
  z-index: 500;
  background: rgba(0, 0, 0, 0.8);
}
.md-formFollow-ab {
  display: flex;
  justify-content: space-between;
  max-width: 650px;
}
#form_submit_2 .cvbtn-blue2,
#bottom_controller {
  border: 1px solid #165eba;
  background-color: #165eba;
}

.cvbtn-blue2,
.cvbtn-blue2-ab1,
.cvbtn-blue2-ab2 {
  width: 100%;
  margin: 0;
  padding: 12px 0;
  border: 1px solid #000;
  border-radius: 3px;
  background-color: #5c5cfc;
  box-shadow: 1px 2px 1px 0 rgba(0, 0, 0, 0.22);
  color: #fff;
  font-size: 1.9rem;
  font-weight: bold;
}

.NotActive,
.NotActiveFixing {
  background-color: #929292;
  color: #ddd;
}


/*-------------------------------------------------*
-* 追加分
-*-------------------------------------------------*/
.Margin-Side-Little {
  margin: initial;
}
#inq_otherquestion textarea {
  margin-top: 5px;
  width: 100%;
}
#inq_otherquestion span {
  display: inline-block;
  margin-left: 6px;
  color: #FF57A5;
  font-weight: bold;
}
.md-form_object select {
  height: 56px;
  padding-top: 15px;
  padding-bottom: 15px;
}

#form02-Terms-Text { display: none; margin: 10px 20px; text-align: left; font-size: 1.2rem; line-height: 1.8; }

.md-form_FullObject,.md-form_FullObject-ab { width: 100%; display: block; }

#ChoiceQuestionInfo label.md-form_FullObject,#ChoiceQuestionInfo label.md-form_FullObject-ab { margin-bottom: 0.75em; }
#ChoiceQuestionInfo label.md-form_FullObject-ab{font-size: 15px;}
#ChoiceQuestionInfo > .md-form_object,#ChoiceQuestionInfo > .md-form_object-ab { margin-bottom: 2.5em; }
#ChoiceQuestionInfo > .md-form_object-ab{margin: 0; padding: 15px 15px 5px; background-color: #fff5fa; border-radius: 5px;}


/*-------------------------------------------------*
-* 2021-06-04 - 追加分.
-*-------------------------------------------------*/
.md-form_otherInq { margin-top: 30px;  padding: 5px;  border-radius: 3px;  background: #fffde6;  font-weight: bold; display: none; }

.HideObject { display: none; }
.cvbtn-blue2.NotActive { border-color: #929292; background: #929292; opacity: 0.5; }
.md-form_object .inq_ValidateMark { display: none; }
.md-form_object.ValidateClear input { background: #e5ffe785 !important; }
.md-form_object.ValidateClear .inq_ValidateMark { display: block; }
#bottom_controller { display: none; }
#form02-Terms-Text { display: none; }
#Form-Confirm { margin-top: 2em; }

.md-recommendList_bottomBtn { margin-top: 1.5em; }

	/* お問い合わせはまだ完了していません */
	/* ---------------------
	 * General.
	 -----------------------*/
	#OverLay,
  .overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100vw;
    height: 100vh;
    max-width: 650px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.75);
    z-index: 505;
    overflow-y: scroll;
    box-sizing: border-box;
    padding-bottom: calc(3em + 10vh);
  }
	#Modal-InquiryPage-General {
    position: relative;
    top: 1.5em;
    width: 95vw;
    max-width: 650px;
    display: table;
    margin: auto;
    background: #fff;
    border-radius: 15px;
    margin-bottom: calc(3em + 10vh);
  }
	/* ---------------------
	 * Header.
	 -----------------------*/
	.ModalParts--InquiryPage-General--HeaderPart { width: 100%; background: #ff7baa; border-top-left-radius: 8px; border-top-right-radius: 8px; margin-bottom: 20px; padding: 15px 0; position: relative; }
	/* .ModalParts--InquiryPage-General--HeaderPart > div { display: flex; width: 100%; justify-content: flex-start; align-items: center; text-align: left; padding-left: 20px; } */
	.ModalParts--InquiryPage-General--HeaderPart > div > img { width: 50px; height: 50px; position: absolute; left: 15px; }
	.ModalParts--InquiryPage-General--HeaderPart > div > div p { display: block; color: #fff; font-weight: bold; font-size: 18px; margin-left: 15px; }
	/* ---------------------
	 * Body.
	 -----------------------*/
	.ModalParts--InquiryPage-General--BodyPart-InputWrapper { padding: 0 18px; }
	.ModalParts--InquiryPage-General--BodyPart-InputWrapper .md-form_label { color: #FF57A5; top: -2px; margin: 8px 0 0; }
	.ModalParts--InquiryPage-General--BodyPart-InputWrapper > p:last-child { color: #1a1a1a; border: 1px solid #ddd; background: #eee; border-radius: 3px; padding: 0.5em 0.75em; text-align: left; }
	.ModalParts--InquiryPage-General--BodyPart-InputWrapper label > input[type=text],
	.ModalParts--InquiryPage-General--BodyPart-InputWrapper label > input[type=number],
  .ModalParts--InquiryPage-General--BodyPart-InputWrapper label > input[type=email] { border-color: #ddd; background: #ffeef8; padding: 14px 60px 14px 10px; border-radius: 3px; margin-top: initial; margin-bottom: 10px; }
	.ModalParts--InquiryPage-General--BodyPart-InputWrapper label > input[readonly=readonly] { border: 1px solid #ddd; background: #eee; border-radius: 3px; padding: 0.5em 0.75em; text-align: left; font-size: 1em; margin: 0 auto 10px; font-weight: initial; color: #1a1a1a; appearance: none; }
	.ModalParts--InquiryPage-General--BodyPart-InputWrapper.ModalParts--InquiryPage-General--BodyPart-InputWrapper-ContactPart { margin-bottom: 20px; }
	.ModalParts--InquiryPage-General--BodyPart-InputWrapper.ModalParts--InquiryPage-General--BodyPart-InputWrapper-ContactPart p { position: relative; top: -1px; }
	.ModalParts--InquiryPage-General--BodyPart-Follow { position: relative; background: #fff; margin: 0.75em auto 1.5em auto; padding: 12px 18px; }
	/* .ModalParts--InquiryPage-General--BodyPart-InputWrapper-ContactPart label > input[readonly=readonly] { margin-top: 0.75em; } */

	/* ---------------------
	 * Footer.
	 -----------------------*/
	.ModalParts--InquiryPage-General--FooterPart { border-top: 1px solid #B5B5B6; padding: 1em 0; background: #EEEEEE; border-bottom-right-radius: 8px; border-bottom-left-radius: 8px; }

  /* 問い合わせ完了 */
#Recommend---Sale-Kodate .bx-controls-direction { display: none !important; }
#Recommend---Sale-Mansion .bx-controls-direction { display: none !important; }

.l-header-nofixed {
	margin-top: -72px;
}

/*2023-12-08追加分*/

.ModalParts--InquiryPage-General--BodyPart-InputWrapper .md-form_checkbox {
  margin-top: 5px;
}
.ModalParts--InquiryPage-General--BodyPart-InputWrapper #ChoiceQuestionInfo label.md-form_FullObject {
  font-size: 15px;
}
.ModalParts--InquiryPage-General--BodyPart-InputWrapper #ChoiceQuestionInfo > .md-form_object {
  margin-bottom: 1em;
}
.ModalParts--InquiryPage-General--BodyPart-InputWrapper .md-form_checkbox input:checked + .md-form_checkboxIcon::after {
  top: 5px;
}

/*2024-07-12追加分*/
/*電話ボタンあり版の時*/
.md-block--requestMiddle {
  width: 86%;
  margin: 0 auto 40px;
  text-align: left; 
}
.md-block--requestMiddle_lead {
  font-size: 16px;
  line-height: 1.6; 
}
.md-block--requestMiddle_title {
  position: relative;
  width: 196px;
  margin: 14px auto 20px;
  padding: 8px 0;
  text-align: center;
  border: 1px solid #ff7baa;
  border-radius: 30px;
  background-color: #fff;
  color: #ff7baa;
  font-size: 16px;
  font-weight: bold; 
}
.md-block--requestArticle {
  margin: 0 0 20px;
  padding: 20px 20px;
  background-color: #eeeeee;
  border-radius: 5px; 
}
.md-block--requestArticle_flame {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start; 
}
.md-block--requestArticle_flameImg {
  margin-right: 8px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 74px;
  height: 70px;
  border-radius: 3px; 
}
.md-block--requestArticle_flameText {
  width: calc(100% - 82px);
  margin-top: -2px;
  font-weight: bold;
  line-height: 1.6; 
}
.md-block--requestArticle_flameName {
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all; 
}
.md-block--requestArticle_flameTerm {
  color: #ff7baa;
  font-size: 13px;
  line-height: 1.4; 
}
.md-block--requestArticle_flameTerm span {
  font-size: 16px; 
}
.md-block--requestArticle_companyTitle {
  margin: 10px 0 7px;
  padding: 2px;
  background-color: #fff;
  border-radius: 3px;
  text-align: center;
  font-size: 12px;
  font-weight: bold; 
}
.md-block--requestArticle_companyName {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all; 
}
.md-btn--requestMiddle {
  display: block;
  padding: 6px 0 8px;
  margin-top: 15px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  border: 1px solid #165eba;
  background-color: #165eba;
  border-radius: 3px;
  box-shadow: 1px 2px 1px 0 rgba(0, 0, 0, 0.22);
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5; 
}
.md-btn--requestMiddle span {
  display:block;
  font-size: 15px;
  font-weight: normal; 
}
.md-btn--requestMiddle .fa-phone-alt:before {
  margin-right: 4px; 
}

/*シンプル版の時*/
.md-block--requestWarning1 {
  margin-top: 40px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6; 
}
.md-block--requestWarning2 {
  margin-top: 10px;
  text-align: center;
  font-size: 16px;
  line-height: 1.7; 
}

/* 2024.4.15追加分 */

.pet-explanation-ab {
  margin: 18px 0 10px;
  line-height: 1.6;
  font-size:14px;
  text-align:left;
}

.otoiawase-one-ab {
  margin-left: 5px;
  font-size:12px !important;
  font-weight: bold;
  color: #FF57A5;
}

.reverse-ab {
  width:25%;
  margin: 0;
  padding: 12px 0;
  border: 1px solid #000;
  border-radius: 3px;
  box-shadow: 1px 2px 1px 0 rgba(0, 0, 0, 0.22);
  font-size: 1.9rem;
  font-weight: bold;
  color: #1a1a1a;
  -webkit-appearance: none;
}
.cvbtn-blue2-ab2 {
  width:65%;
}

#inq_otherquestion textarea {
  margin-top: 5px;
  margin-bottom: 10px;
  width: 100%;
  background-color: #fff5fa;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 12px;
  box-shadow: inset 0 2px 2px rgba(0,0,0,.07);
  font-size: 14px;
}

#inq_otherquestion span {
  display: inline-block;
  margin-left: 6px;
  color: #FF57A5;
  font-weight: bold;
}

.md-form_object-ab .md-form_label--type2-ab {
  margin: -10px 0 15px;
  font-size: 1.4rem;
}
/*2024-07-11追加分*/
.md-block--dearREC .md-form_label-ab .md-form_label--type2-ab {
  margin: -10px 0 15px;
  font-size: 1.4rem;
 }

.ErrorText-Wrapper {
  color: rgb(237, 28, 36)!important;
  font-weight: bold;
  margin-top: 10px;
  font-size: 13px;
}

/* 売買フォーム */
.inquiryCM,
.inquiryCK,
.inquiryKT {
  padding-top: 0;
  left: 0;
  right: 0;
}

.inquiryCM .md-inquiryBukken_link .fPink,
.inquiryCK .md-inquiryBukken_link .fPink,
.inquiryKT .md-inquiryBukken_link .fPink {
  color: #ff6414;
}

/* 不要の可能性あり */
body .estate-recommend---sale-----general--color-pink,
body .estate-recommend---sale-----general--color-pink { color: #ff64be; }


.ModalParts--InquiryPage-General--BodyPart-CloserWrapper {
  cursor: pointer;
  position: absolute;
  top: 4px;
  right: 4px;
  padding: 10px;
  color: #fff;
  font-size: 1.8em;
}

/* 余白の調整 */
.inquiryC .p-t-siteG {
  padding-top: 100px !important;
}

.inquiryMM .p-t-siteG {
  padding-top: 14px !important;
  padding-bottom: 0!important;
}
.inquiryMM .md-inquiryBukken-ab {
  padding-top: 30px!important;
}
.inquiryMM #Form-Confirm,
.inquiryCM #Form-Confirm,
.inquiryCK #Form-Confirm,
.inquiryKT #Form-Confirm {
  margin-top: 0.4em;
}

.inquiryK .p-t-siteG,
.inquiryH .p-t-siteG {
  padding-top: 90px !important;
}

.inquiryG .p-t-siteG {
  padding-top: 114px!important;
}
.inquiryG .md-inquiryBukken-ab {
  padding-top: 30px!important;
}
.inquiryG #Form-Confirm {
  margin-top: 3.2em;
}



@media screen and (min-width: 651px){
  #Modal-InquiryPage-General {
    width: 600px;
  }
}
