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



/* input default
---------------------------------------------------------*/
button, option, textarea, input[type="button"], input[type="submit"], input[type="number"], input[type="email"], input[type="tel"], input[type="text"],input[type="option"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 1px solid #ccc;
  outline: 0;
  margin: 0;
  /*background-color: #fff;*/
}
input[type="radio"], input[type="checkbox"] {
  margin: 3px 3px 5px 3px;
  transform: scale(1.2);
}
input[type="checkbox"] {
  border-radius: 0;
  border: 1px solid #0075FF;
  outline: 0;
  margin: 3px 3px 5px 3px;
  background-color: #fff;
  position: relative;
  top: 0%;/*8%;*/
}
label[for="checkb-01"] span, label[for="checkb-02"] span, label[for="checkb-03"] span, label[for="checkb-04"] span, label[for="checkb-05"] span {
  font-size: 14px;
  margin-right: 1.3em;
  vertical-align: 1px;
  position: relative;
  top: 8%;
}
@media (max-width: 767px) {
  label[for="checkb-01"] span, label[for="checkb-02"] span, label[for="checkb-03"] span, label[for="checkb-04"] span, label[for="checkb-05"] span {
    font-size: 13px;
    padding-right: 10px;
  }
}

/* 送信button */
input[type="button"] {
  margin: 0 auto !important;
  border-radius: 4px;
}
input[type="submit"]{
  margin: 0 auto !important;
  border-radius: 4px;
	/*background-color:#FF2226;*/
	background-color:#FF1115;
}
/* input color */
.mail_form dd input[type="text"], .mail_form dd input[type="tel"] {
  width: 100%;
  max-width: 100%;
  font-family: inherit;
  padding: 4px 6px;
  font-size: 14px;
  background: #FFF3DF;
  border-radius: 2px;
  border: 1px solid #ccc !important;
  border: none;
  line-height: 1.6;
    height:40px;
}
.mail_form dd input[type="email"] {
  width: 100%;
  max-width: 100%;
  font-family: inherit;
  padding: 4px 6px;
  font-size: 14px;
  background: #FFF3DF;
  border-radius: 2px;
  border: 1px solid #ccc;
  line-height: 1.6;
  height:40px;
}


.mail_form dd textarea {
  width: 100%;
  max-width: 100%;
  font-family: inherit;
  padding: 4px 6px;
  font-size: 14px;
  background: #FFF3DF;
  border-radius: 2px;
  border: 1px solid #ccc;
  line-height: 1.6;
}

/* select */
.mail_form dd select {
  width: auto;
  font-family: inherit;
  padding: 4px 2em 4px 1em;
  font-size: 14px;
  background-color: #FFF3DF;
  border-radius: 2px;
  border: 1px solid #ccc;
  line-height: 1.6;
  height:40px;
}
#select_year, #select_month, #select_date {
  text-align: center;
}


@media (max-width:767px) {
  #select_year, #select_month, #select_date {
    text-align: center;
  }
	.mail_form dd select {
		  width: 100%;
	}
}

/* autofill */
input:-webkit-autofill {
  box-shadow: 0 0 0px 999px #FFF3DF inset;
}


/*css radio01
---------------------------------------------------------*/
.radio_bt01 {
  /*display: none;*/
}
.radio_bt01 + label {
  padding-left: 24px;
  position: relative;
  margin-right: 20px;
  user-select: none;
}
/* maru waku */
.radio_bt01 + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: auto;
  margin: auto;
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 50%;
  box-sizing: border-box;
}
.radio_bt01:checked + label {}

/* maru */
.radio_bt01:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 5px;
  bottom: 0;
  right: auto;
  margin: auto;
  width: 10px;
  height: 10px;
  background: #0075FF;
  border-radius: 50%;
}


/*---------------------------------------------------------*/
/* .d_wrap-1 dd label
---------------------------------------------------------*/
#tel-check-form dl.d_wrap-1 dd label {
  position:relative;
  /*display: none;*/
  margin: 1px 0;
  color: #000;
  font-size: 14px !important;
  /*background: #FFEF30;*/
  padding:3px .4em;
  width:max-content;
  text-align:left;
  line-height:1.4;
  }
p.message-error2 {
    width:max-content;
}
.check_text {
  font-size:14px;
}
#checkb-01,
#checkb-02,
#checkb-03,
#checkb-04,
#checkb-05 {
  font-size: 14px;
}

/**
 * エラー黄色20240513
-------------------------------------------------*/
#tel-check-form dl.d_wrap-1 dd label {
    position:relative;
    margin: 0;
    color: #000;
    font-size: 14px;
    /*background: #FFED0D;*/
    padding:1px 4px;
    width:max-content;
    text-align:left;
    line-height:1.8;
    display:inline;
  }
	@media (max-width:767px){ 
	#tel-check-form dl.d_wrap-1 dd label {
    position:relative;
    margin: 1px 0;
    color: #000;
    font-size: 13px;
    /*background: #FFED0D;*/
    padding:1px 4px;
    width:max-content;
    text-align:left;
    line-height:1.8;
    display:inline;
}
  .check_text {
  font-size:12px;
}
}
/***/



#tel-check-form dl dd input[type="tel"] {
  background: #FFEEB5;
  border: #333 solid 1px;
  width:100%;
}
/***/
#tel-check-form dl.d_wrap-2 dd label {
  position:relative;
  margin: 1px 0;
  color: #000;
  font-size: 14px;
  padding:3px 0;
  width:auto;
  text-align:left;
  line-height:1;
  }
	@media  (max-width:767px){ 
	#tel-check-form dl.d_wrap-2 dd label {
		position:relative;
  	margin: 1px 0;
  	color: #000;
		font-size: 12px;
		padding:4px 0;
		width:auto;
		text-align:left;
		line-height:1;
		}
}
/***/


/* error
----------------------------------------------*/
p.message-error2 .error {
  display: block;
  margin: 100% 0 0 0;
  padding: .2em 0;
  color: red;
  font-size: 13px;
  position:absolute;
  background: #FFED0D;
  border-radius: 4px;
  padding:4px 1em 3px;
  width:auto;
  text-align:left;
  line-height:1.8;
  }
p.message-error2 label{
  position: relative;
}

#tel-check-form dl dd input[type="tel"] {
  background: #FFEEB5;
  border: #ccc solid 1px;
  width:100%;
}
	

/*************************************************************/
/* 建物タイプ
-----------------------------------------------*/
#tel-check-form dl#d_wrap-2 dd label {
  position:relative;
  margin: 1.5em 0 0 -1.5em;
  color: #000;
  font-size: 14px;
  padding:4px 1em 3px 1.3em;
  width:auto;
  text-align:left;
  line-height:2.8;
  }
	@media (max-width:767px){ 
	#tel-check-form dl#d_wrap-2 dd label {
		position:relative;
		margin: 3em 1.5em 0 0;
		color: #000;
		font-size: 12px;
		padding:5px .7em 4px 0;
		width:auto;
		text-align:left;
		line-height:1.9;
	}
}
/***/

/* 建物タイプ★エラー
-----------------------------------------------*/
#tel-check-form dl#d_wrap-2 dd label.error {
  position:absolute;
  display: none;
  margin: .6em 0 0 16.3em;
  color: #000;
  font-size: 11px;
  background: #FFED0D;
  border-radius: 3px;
  padding:3px .8em;
  width:auto;
  text-align:left;
  line-height:1.6;
  }
	@media (max-width:767px){ 
	#tel-check-form dl#d_wrap-2 dd label.error {
		position:absolute;
		display: none;
		margin: 24px 0 0 -24px;
		color: #000;
		font-size: 11px;
		background: #FFED0D;
		border-radius: 3px;
		padding:4px .7em;
		width:50%;
		text-align:left;
		line-height:1.6;
		}
        #tel-check-form dl#d_wrap-2 {
			padding-bottom:1.5em;
		}
		
}
/***/
/*************************************************************/


/*************************************************************/
/* Select #d_wrap-★3★繋がり易い時間 エラー
------------------------------------------------------------*/
#tel-check-form dl#d_wrap-3 dd label {
  position:relative;
  display: none;
  margin: 1.5em 0 0 2px;
  color: #000;
  font-size: 11px;
  background: #FFED0D;
  border-radius: 3px;
  padding:4px 1em 3px 1em;
  width:auto;
  text-align:left;
  line-height:1.6;
  }
	@media (max-width:767px){ 
	#tel-check-form dl#d_wrap-3 dd label {
		position:relative;
		display: none;
  	    margin: 0;
		color: #000;
		font-size: 11px;
		background: #FFED0D;
		border-radius: 3px;
		padding:5px .7em 4px .5em;
		width:auto;
		text-align:left;
		line-height:1.6;
		}
		
			#tel-check-form dl#d_wrap-3{
			margin-bottom:.5em;
		}
}


/*************************************************************/
/* Select #d_wrap-★4★生年月日★エラー
------------------------------------------------------------*/
form#tel-check-form dl#d_wrap-9 dd {
	position: relative;
}
form#tel-check-form dl#d_wrap-9 dd label#select_year-error.error {
  position:absolute;
  display: none;
  margin: 1.5em 0 0 2px;
  color: #000;
  font-size: 11px;
  background: #FFED0D;
  border-radius: 3px;
  padding:4px 1em 3px 1em;
  width:auto;
  text-align:left;
  line-height:1.6;
  }
	@media (max-width:767px){ 
	form#tel-check-form dl#d_wrap-9 dd label#select_year-error.error {
		position:absolute;
		display: none;

  	margin: 0;
		color: #000;
		font-size: 11px;
		background: #FFED0D;
		border-radius: 3px;
		padding:5px .7em 4px .5em;
		width:auto;
		text-align:left;
		line-height:1.6;
		}

}



/*************************************************************/
/* Select #d_wrap-★3★繋がり易い時間 エラー
------------------------------------------------------------*/
#tel-check-form dl#d_wrap-5 dd label {
  position:relative;
  display: none;
  margin: 1.5em 0 0 2px;
  color: #000;
  font-size: 11px;
  background: #FFED0D;
  border-radius: 3px;
  padding:4px 1em 3px 1em;
  width:auto;
  text-align:left;
  line-height:1.6;
  }
	@media (max-width:767px){ 
	#tel-check-form dl#d_wrap-5 dd label {
		position:relative;
		display: none;

  	margin: 0;
		color: #000;
		font-size: 11px;
		background: #FFED0D;
		border-radius: 3px;
		padding:5px .7em 4px .5em;
		width:auto;
		text-align:left;
		line-height:1.6;
		}
		
		
}/**/




/* 同意する
--------------------------------------------*/
.chui_wrap p {
    text-align: center;
    margin: 1em auto 0;
}
.facts-2 h2.c-title01-2 {
    padding: 1em 0;
    border-top: solid 1px #222;
    border-bottom: solid 1px #222;
    margin: .5em 0 1em;
}
div.facts-2 {
    height: 115px !important;
}
	@media (max-width:767px){
	.facts-2 h2.c-title01-2 {
    padding: 1em 0;
    border-top: solid 1px #222;
    border-bottom: solid 1px #222;
    margin: 1em 0;
}
	div.facts-2 {
    height: 112px !important;
}
}



form#tel-check-form .doui_wrap {
	marign:1em;
	padding:1em 2.4em;
	text-align:left;postion:relative;
}
	@media (max-width:767px){
	form#tel-check-form .doui_wrap {
	marign:1em 0;
	padding:1em 1em 1em 1.4em;
	text-align:left;postion:relative;
}
}	
form#tel-check-form .doui_wrap p {
	text-align:left;
	line-height:2;
	padding:.5em 0;
}
form#tel-check-form .doui_wrap label span a {
		text-decoration: none !important;
		color:#0088EB;
}
form#tel-check-form .doui_wrap label span a:hover {
		color:#0037AB;
}



/* 2
 * 同意wrap
------------------------------------------*/
form#tel-check-form .doui_wrap-4 {
	marign:0;
	padding:1em 2.4em 0;
	text-align:left;
  postion:relative;
}
	@media (max-width:767px){
	form#tel-check-form .doui_wrap-4 {
	marign:0;
	padding:1em 1em 0 1.4em;
	text-align:left;
  postion:relative;
}
}	
form#tel-check-form .doui_wrap-4 p {
	text-align:left;
	line-height:2;
	padding:.5em 0;
}
form#tel-check-form .doui_wrap-4 label span a {
		text-decoration: none !important;
		color:#0088EB;
}
form#tel-check-form .doui_wrap-4 label span a:hover {
		color:#0037AB;
}




/*form#tel-check-form .doui_wrap label span a::before {
	/content: "\e02f;/
  font-family: 'Material Icons';
  /content: "play_circle_filled";/
	content: "play_arrow";
	/content: "open_in_browser";/
	font-size:14px;
	vertical-align: -10%;
}*/
	form#tel-check-form .doui_wrap input[type="checkbox"]{
  margin: 3px 3px 5px 3px;
  transform: scale(1.2);
	vertical-align: -10%;
}


/*************************************************************/
/* ★★同意 エラー
------------------------------------------------------------*/
form#tel-check-form div.doui_wrap label.error {
  position:relative;
  display: none;
  margin: 0;
  color: #000;
  font-size: 11px;
  background: #FFED0D;
  border-radius: 3px;
  padding:3px .8em;
  width:auto;
  text-align:left;
  line-height:1.6;
  }
	@media (max-width:767px){ 
	form#tel-check-form div.doui_wrap label.error {
		position:relative;
		display: none;
		margin: 0 0 0 0;
		color: #000;
		font-size: 11px;
		background: #FFED0D;
		border-radius: 3px;
		padding:4px .7em;
		width:50%;
		text-align:left;
		line-height:1.6;
		}

}


/*********************************************************/
/*********************************************************/
/* ID 
---------------------------------------*/
#f_birthday {
	width:100%;
}
#f_keitai {
	width:100%;
    
}
	@media (max-width:767px){
		#f_birthday {
		width:100%;
	}
	#f_keitai {
		width:100%;
	}
}

/* 隣接セレクタ input注釈 */
#f_mail + p,
#f_birthday + p {
	color:red;
	margin:.3em 0 0 .2em;
}

#f_zip {
	width:100%;
}
	@media (max-width:767px){
		#f_zip {
		width:100%;
	}
}


#f_jikantai {
	width:100%;
	margin: .3em 0 .4em 0;
}
	@media (max-width:767px){
		#f_jikantai {
		width:100%;
	}
}

/*********************************************************/



/* callback
-----------------------------------------*/
/*
.hidden {
display: none;
}
p.attention-text{
text-align:left;
font-size:14px;
line-height:1.5;
margin-top:.5em;
}
p.attention-text a {
color:blue;
}

.footer_notes_wrap {
width: 100%;
margin: 0 auto 0 12px;
font-size: 14px;
}
.submit_wrap .footer_notes_wrap p {
text-align: left;
margin-bottom:2px;
}
.footer_notes_wrap label {
	line-height:1.8;
} 

.footer_notes_wrap p.doui_notes-red {
	color:red;
	font-size:14px;
}
*/


/**
 * add_css
-------------------------*/
.mail_form p.add_note {
    padding:.8em 0 .3em .3em;
    font-size: clamp(10px,3.1vw,13px);
}
.list_kibou_wrap {
    padding-top:1.3em !important;
}
@media (max-width:767px){
.list_kibou_wrap {
    padding-top:.5em !important;
}
}





