@charset "utf-8";
/* mail_custom */
/* input default
---------------------------------------------------------*/
.mail_form3 button, .mail_form3 option, .mail_form3 textarea, .mail_form3 input[type="button"], .mail_form3 input[type="submit"], .mail_form3 input[type="number"], .mail_form3 input[type="email"], .mail_form3 input[type="tel"], .mail_form3 input[type="text"], .mail_form3 input[type="option"], .mail_form3 input[type="number"] {
  -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;
  font-size: clamp(12px, 4.0vw, 16px)
}
.mail_form3 select {
  /*-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;
}



.mail_form3 input[type="radio"], input[type="checkbox"] {
  margin: 6px 2px 0px 3px;
  transform: scale(1.4);
  position: relative;
  top: -4px;
}

/*


.mail_form3 input[type="checkbox"] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 1px solid #0075FF;
  outline: 0;
  margin: 3px 5px 5px 3px;
  background-color: #fff;
  position: relative;
  top: 8%;
}
.mail_form3 label[for="checkb-01"] span, .mail_form3 label[for="checkb-02"] span, .mail_form3 label[for="checkb-03"] span, .mail_form3 label[for="checkb-04"] span, .mail_form3 label[for="checkb-05"] span {
  font-size: 14px;
  margin-right: 1em;
  vertical-align: 1px;
  position: relative;
  top: 8%;
}
@media (max-width: 767px) {
  .mail_form3 label[for="checkb-01"] span, .mail_form3 label[for="checkb-02"] span, .mail_form3 label[for="checkb-03"] span, .mail_form3 label[for="checkb-04"] span, .mail_form3 label[for="checkb-05"] span {
    font-size: 13px;
    padding-right: 10px;
  }
}
*/




/*
 */
/* date calendar
---------------------------------------------*/
/*.mail_form3 input[type=date] {
  height: 44px;
  width: 15em;
  padding-left: 1em;
  border: 1px solid #DCDCDC;
  background: #fff;
}
@media (max-width:767px) {
  .mail_form3 input[type=date] {
    height: 38px;
    width: 100%;
    padding-left: 1em;
    border: 1px solid #DCDCDC;
    background: #fff;
  }
}
.mail_form3 input[type="date"] {
  width: 100%;
  position: relative;
  border: 1px solid #DCDCDC;
}
.mail_form3 input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}*/
/*
 */
/* 送信button */
.mail_form3 input[type="button"] {
  margin: 0 auto !important;
  border-radius: 4px;
}
.mail_form3 input[type="submit"] {
  margin: 0 auto !important;
  border-radius: 4px;
  background-color: #FF2226;
}
/*
 */
/* input color */
.mail_form3 dd input[type="text"], .mail_form3 dd input[type="tel"], .mail_form3 dd input[type="email"], .mail_form3 dd input[type="number"] {
  width: 100%;
  max-width: 100%;
  font-family: inherit;
  padding: 0 0 0 .5em;
  font-size: 14px;
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid #ccc;
  line-height: 1.6;
  height: 44px;
}
@media (max-width:767px) {
  .mail_form3 dd input[type="text"], .mail_form3 dd input[type="tel"], .mail_form3 dd input[type="email"], .mail_form3 dd input[type="number"] {
    width: 100%;
    max-width: 100%;
    font-family: inherit;
    padding: 0 0 0 .5em;
    font-size: 14px;
    background: #ffffff;
    border-radius: 2px;
    border: 1px solid #ccc;
    line-height: 1.6;
    height: 38px;
  }
}
.mail_form3 dd textarea {
  width: 100%;
  max-width: 100%;
  font-family: inherit;
  padding: 4px 6px;
  font-size: 14px;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #ccc;
  line-height: 1.6;
}
/* select */
.mail_form3 dd select {
  box-sizing: border-box;
  width: 100%;
  font-family: inherit;
  padding: 4px 4px 4px .5em;
  font-size: 14px;
  background-color: #ffffff;
  border-radius: 2px;
  border: 1px solid #ccc;
  line-height: 1.6
}
#select_year, #select_month, #select_date {
  text-align: center;
}
@media (max-width:767px) {
  #select_year, #select_month, #select_date {
    text-align: center;
  }
  .mail_form3 dd select {
    width: 100%;
  }
}
/* autofill */
/*input:-webkit-autofill {
  box-shadow: 0 0 0px 999px #ffffff inset;
}*/
#f_zip::-webkit-inner-spin-button, #f_zip::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
}
/*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: 11px;
  background: #FFEF30;
  padding: 3px .8em;
  width: auto;
  text-align: left;
  line-height: 1;
}
@media (max-width:767px) {
  #tel-check-form dl.d_wrap-1 dd label {
    position: relative;
    display: none;
    margin: 1px 0;
    color: #000;
    font-size: 11px;
    background: #FFED0D;
    padding: 4px .7em;
    width: auto;
    text-align: left;
    line-height: 1;
  }
}
/*
 */
/* 建物タイプ
-----------------------------------------------*/
#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: 13px;
    padding: 5px .7em 4px 0;
    width: auto;
    text-align: left;
    line-height: 2.2;
  }
}
/*
 */
/* 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;
  }
}
/*
 */
/* ID 
---------------------------------------*/
/*#f_birthday {
	width:55%;
}
#f_keitai {
	width:40%;
}
	@media (max-width:767px){
		#f_birthday {
		width:100%;
	}
	#f_keitai {
		width:100%;
	}
}*/
/*input[type="text"] .f_yubin {
	width:40%;
}
	@media (max-width:767px){
input[type="text"] .f_yubin {
		width:100%;
	}
}*/
/* 隣接セレクタ input注釈 */
/*
input[type="text"] + p,
#f_mail + p,
#f_zip + p,
#f_zip label + p,
#f_birthday + p {
	color:red;
	margin:.3em 0 0 .2em;
}
*/
/*#f_zip {
	width:40%;
}
	@media (max-width:767px){
		#f_zip {
		width:100%;
	}
}*/
/*#f_jikantai {
	width:40%;
	margin: .3em 0 .4em 0;
}
	@media (max-width:767px){
		#f_jikantai {
		width:100%;
	}
}*/
/* add 
--------------------------------------*/
select {
  /*all:unset;*/
  width: 100%;
  height: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0 0 0 .5em;
}
@media (max-width:767px) {
  select {
    /* all:unset;*/
    width: 100%;
    height: 38px;
    line-height: 38px;
  }
}
/*
 */
/* error
---------------------------------------*/
label#f1_area-error, label#f1_address-error, label#f1_mail-error, label#f1_jikan-error, label#f1_hikkoshiumu-error, label#f1_kaisen-error, label#f1_name-error, label#f1_renrakusaki-error, label#f1_hikkoshiumu-error, label#f1_renrakusaki-error, label#f2_kaisen-error, label#f2_plan-error, label#f2_area-error {
  position: relative;
  display: none;
  margin: 0;
  color: #000;
  font-size: 11px !important;
  background: #FFED0D;
  border-radius: 3px;
  padding: 4px 1em 3px 1em;
  width: auto;
  text-align: left;
  line-height: 1.6;
  left: 0;
}
label.error {
  position: relative;
  display: none;
  margin: 0;
  color: #000;
  font-size: 11px !important;
  background: #FFED0D;
  border-radius: 3px;
  padding: 4px 1em 3px 1em;
  width: auto;
  text-align: left;
  line-height: 1.6;
  left: 0;
}
@media (max-width:767px) {
  label#f1_area-error, label#f1_address-error, label#f1_mail-error, label#f1_jikan-error, label#f1_hikkoshiumu-error, label#f1_kaisen-error, label#f1_name-error, label#f1_renrakusaki-error, label#f1_hikkoshiumu-error, label#f1_renrakusaki-error, label#f2_kaisen-error, label#f2_plan-error, label#f2_area-error {
    position: relative;
    display: none;
    margin: 0;
    color: #000;
    font-size: 11px !important;
    background: #FFED0D;
    border-radius: 3px;
    padding: 5px .7em 4px .5em;
    width: auto;
    text-align: left;
    line-height: 1.6;
  }
  label.error {
    position: relative;
    display: none;
    margin: 0;
    color: #000;
    font-size: 11px !important;
    background: #FFED0D;
    border-radius: 3px;
    padding: 5px .7em 4px .5em;
    width: auto;
    text-align: left;
    line-height: 1.6;
  }
}
/* overwrite Bootstrap
---------------------------*/
@media (max-width:767px) {
  label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 3px;
    /*font-weight: 700;*/
    margin-right: -2em;
  }
}
/* focus */
/*input:focus {
background-color: #e0e0e0;
}*/
input[type="text"]:focus, input[type="tel"]:focus, input[type="date"]:focus, input[type="number"]:focus, input[type="email"]:focus {
  background-color: #FFE4E4 !important;
}
/*select:focus {
 background-color: #FFE4E4;
}
select:invalid {
  color: #000;  background-color: #FFCFCF;
}*/
select:hover {
  background-color: #FFE4E4 !important;
  cursor: pointer;
}
/*input[type="date"]:focus {
  border: solid 1px #ccc;
}*/
/*input:valid{
    background: #F2FCFF !important;
  border: solid 1px #D9E5E9 !important;
}*/
/*
select:valid{
    background: #F9FEFF !important;
}*/
/*:invalid{
    background: #FFE4E4 !important;
}*/
/*input{
    background: #d5f7fc !important;
}*/
/*:placeholder-shown{
    background: #F9FEFF !important;
}*/
/* placeholder
---------------------------------------------------*/
input::placeholder {
  font-size: clamp(10px, 3.5vw, 14px) !important;
}
@media (max-width:767px) {
  input::placeholder {
    font-size: clamp(9px, 3vw, 12px) !important;
  }
}
@media (min-width:768px) {
  dd textarea {
    height: 44px;
  }
}
@media (max-width:767px) {
  dd textarea {
    height: 70px;
    line-height: 1.2;
  }
}
/* label 1
-------------------------------------------*/
label[for="telform_check1"], label[for="telform_check2"], label[for="telform_check21"], label[for="telform_check22"], label[for="telform_check31"], label[for="telform_check32"], label[for="telform_check33"], label[for="telform_check41"], label[for="telform_check42"], label[for="telform_check51"], label[for="telform_check52"] {
  font-weight: 700 !important;
}
label[for="telform_check1"]:hover, label[for="telform_check2"]:hover, label[for="telform_check21"]:hover, label[for="telform_check22"]:hover, label[for="telform_check31"]:hover, label[for="telform_check32"]:hover, label[for="telform_check33"]:hover, label[for="telform_check41"]:hover, label[for="telform_check42"]:hover, label[for="telform_check51"]:hover, label[for="telform_check52"]:hover {
  cursor: pointer;
}


