@charset "utf-8";
/* mail_custom */
/* input default
---------------------------------------------------------*/
button, option, select, textarea, input[type="button"], input[type="submit"], input[type="number"], input[type="email"], input[type="tel"], input[type="text"], input[type="select"], input[type="option"], 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;
    height:40px;
}
input[type="radio"], input[type="checkbox"] {
  margin: 3px 3px 5px 3px;
  transform: scale(1.2);
  position: relative;
  top: .2em;
}
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%;
}
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: 1em;
  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;
  border: none;
}
/* input color */
.mail_form dd input[type="text"], .mail_form dd input[type="tel"], .mail_form dd input[type="email"], .mail_form dd input[type="number"] {
  width: 100%;
  max-width: 100%;
  font-family: inherit;
  padding: 8px 6px;
  font-size: 14px;
  background: #fff3df;
  border-radius: 2px;
  border: 1px solid #ccc;
  line-height: 1.6;
}
.mail_form 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_form dd select {
  width: auto;
  font-family: inherit;
  padding: 8px 2em 7px 1em;
  font-size: 14px;
  background-color: #fff3df;
  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_form dd select {
    width: 100%;
  }
}
/* autofill */
input:-webkit-autofill {
  box-shadow: 0 0 0px 999px #fff3df 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%;
}
/* label_span 建物タイプ
---------------------------------------------------------*/
/*label[for="type_01"] span, label[for="type_02"] span {
  font-size: 14px;
  margin: 0 0 0 .5em;
  padding: 0;
  vertical-align: -10%;
}
@media all and (max-width:767px) {
  label[for="type_01"] span, label[for="type_02"] span {
    font-size: 13px;
    margin: 0 0 0 .3em;
    padding: 0;
    vertical-align: -10%;
  }
}*/
/*---------------------------------------------------------*/
/*---------------------------------------------------------*/
/*---------------------------------------------------------*/
/* .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 dd input[type="tel"] {
  background: #FFEEB5;
  border: #333 solid 1px;
  width: 100%;
}
/* 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: #333 solid 1px;
  width: 50%;
}
/*************************************************************/
/* 建物タイプ
-----------------------------------------------*/
#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;
  }
}
/***/
/* 建物タイプ★エラー
-----------------------------------------------*/
#tel-check-form dl#d_wrap-2 dd label.error {
  position: absolute;
  display: none;
  /*margin: .3em 0 0 13em;*/
  margin: .6em 0 0 16.3em;
  color: #000;
  font-size: 11px;
  background: #FFED0D;
  border-radius: 3px;
  /*padding:4px 1em 3px 1em;*/
  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:5px .5em 4px .5em;*/
    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;
  }
} /**/
/* 同意する
--------------------------------------------*/
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: .5em 1em 1em 1.4em;
    text-align: left;
    postion: relative;
  }
}
form#tel-check-form .doui_wrap p {
  text-align: left;
  line-height: 1.8; /*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;
}
form#tel-check-form .doui_wrap input[type="checkbox"] {
  margin: 3px 8px 5px 3px;
  transform: scale(1.2);
  /*vertical-align: -10%;*/
  position: relative;
  top: .2em;
}
/*************************************************************/
/* ★★同意 エラー
------------------------------------------------------------*/
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;
  }
}
/*
 */
/* ★★同意 エラー********2******
------------------------------------------------------------*/
form#tel-check-form div.submit_wrap div.footer_notes_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.submit_wrap div.footer_notes_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: 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%;
  }
}
/*********************************************************/
/* 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;
}
*/

/* privacy_link
------------------------------*/
/*p.privacy_link{
    font-size:12px;
    line-height: 1.5;
    text-align: center;
}
p.privacy_link a{
    text-decoration: underline !important; 
}
p.privacy_link a:hover{
    text-decoration: underline !important; 
    color:#f20544;
}*/

/* input add style
-----------------------------------*/
.inpStyle_01 {
    background:#fff3df; 
    border:#ccc solid 1px;
    font-size:12px;
    height:40px;
}

       
/* privacyFirst START ::::::::::::::::::: */ 
.container_lead .privacy_wrap-first {
    box-sizing: border-box;
    width:99%;
    display:block;
    margin:.4em auto .2em;
    padding:.7em 1em .6em;
    background-color: #F8F8F8;
}
.container_lead .privacy_wrap-first p {
    font-size:clamp(10px,3.0vw,12px);
    margin:0;
    padding:0;
    text-align: justify;
    line-height: 1.7;
    letter-spacing: 0.03em;
}
.container_lead .privacy_wrap-first p.privacy_link a{
    text-decoration: underline !important; 
    margin:0 .2em;
    color:#0015FF;
}
.container_lead .privacy_wrap-first p.privacy_link a:hover{
    text-decoration: underline !important;  
    color:#f20544;
}
/* privacyFirst END :::::: */






/*
*/
/* 同意する
--------------------------------------------*/
.chui_wrap p {
 text-align: left;
 margin: 1em auto 0 1.8em;
}
/*.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: 160px;
}
@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: 160px;
 }
}*/


form#tel-check-form .doui_wrap,
form#tel-check-form .doui_wrap2 {
 marign: 0 1em 1em;
 padding: 0 1.5em 1em;
 text-align: left;
 postion: relative;
}
@media (max-width:767px) {
 form#tel-check-form .doui_wrap,
 form#tel-check-form .doui_wrap2 {
  marign: 0;
  padding: 0 1em 1em 1.4em;
  text-align: left;
  postion: relative;
 }
}

form#tel-check-form .doui_wrap p,
form#tel-check-form .doui_wrap2 p {
 text-align: left;
 line-height: 1.7;
 padding: .5em 0;
}
form#tel-check-form .doui_wrap label span a,
form#tel-check-form .doui_wrap2 label span a {
 text-decoration: none !important;
 color: #0088EB;
}
form#tel-check-form .doui_wrap label span a:hover,
form#tel-check-form .doui_wrap2 label span a:hover {
 color: #0037AB;
}
form#tel-check-form .doui_wrap input[type="checkbox"],
form#tel-check-form .doui_wrap2 input[type="checkbox"] {
 margin: 3px 8px 5px 3px;
 transform: scale(1.2);
 vertical-align: -10%;
}


div.facts-2 {
    border: 1px solid #ccc;
    text-align: left;
    height: 140px;
    margin: 0 1em;
    padding: 1.4% 3%;
    overflow: scroll;
    overflow-x: hidden;
}
h2.c-title01-2 {
    padding: .5em 0;
    font-weight: normal;
}
.facts-2 h2.c-title01-2 {
    padding: .5em 0 .3em .6em;
    margin: .5em 0 1em;
    background-color: #ECECEC;
    font-size:clamp(12px,3.2vw,13px);
    text-align: left;
}

p.sub2-2 {
    font-weight: normal;
    font-size: 12px;
    margin: 0;
    padding: .8em 0 0;
    text-align: left;
    text-indent: -.5em;
    line-height: 1.5;
}
.d-privacyTxt-2 p {
    font-size: 11px;
    margin: 0 0 .4em;
    padding: .2em 0 0;
    text-align: left;
    line-height: 1.5;
}


/*
*/
/* ★★同意 エラー
------------------------------------------------------------*/
form#tel-check-form div.doui_wrap label.error,
form#tel-check-form div.doui_wrap2 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,
 form#tel-check-form div.doui_wrap2 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;
 }
}