@charset "UTF-8";
/* CSS Document */

#main {
  margin: 20px auto 0 auto;
  width: 960px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  * {
    font-family:"Century Gothic", sans-serif;
  }
  #main {
      width: auto;
      padding: 0 3.125vw;
  }
  input[type="submit"],
  input[type="reset"] {
    -webkit-appearance: none;
    border-radius: 0;
  }
}
.block_mgb {
  margin-bottom: 2em;
}
.block_mgbmin {
  margin-bottom: 1em;
}
.contact-form {
  font-size: 16px;
}

.contact-form h3.bar {
  background:#d2c2ab;
  padding:10px 10px 10px 30px;
  font-size:20px;
  margin-bottom:30px;
}
@media screen and (max-width: 768px) {
  .contact-form h3.bar {
    padding: 2.5vw 2.5vw 2vw 2.5vw;
  }
}
.contact-form .attention {
  color: #cc0000;
}
.contact-form .attention-bold {
  font-weight: bold;
  color: #cc0000;
}
.contact-form .attention a,
.contact-form a.attention,
.contact-form a.attention-bold {
  text-decoration: underline;
}
.contact-form .attention a:hover,
.contact-form a.attention:hover,
.contact-form a.attention-bold:hover {
  text-decoration: none;
}


.contact-form .lead_txt {
  width: 90%;
  margin: 3em auto;
}
@media screen and (max-width: 768px) {
  .contact-form .lead_txt {
    width: 90vw;
  }
}
.contact-form ul.list1 li {
  text-indent: -1em;
  margin-left: 1em;
}
.contact-form ul.list1 li:before {
  content: '※';
}

.contact-form .lead_txt .privacy {
  font-weight: bold;
}
.contact-form .lead_txt .privacy:before {
  content: '> ';
}

.contact-form .siteseal {
  padding: 20px;
  width: calc( 100% - 40px );
  margin: 4em auto 5em;
  border: 1px solid #999;
  border-radius: 10px;
}
.contact-form .siteseal dt {
  display: inline-flex;
  width: auto;
  vertical-align: middle;
}
.contact-form .siteseal dd {
  display: inline-flex;
  width: auto;
  vertical-align: middle;
  margin-left: 1em;
}

@media screen and (max-width: 768px) {
  .contact-form .siteseal {
    width: 85vw;
    padding: 5vw 3vw;
  }
  .contact-form .siteseal dt {
    display: block;
    text-align: center;
  }
  .contact-form .siteseal dd {
    display: block;
    margin: 1em 0 0 0 ;
    font-size: 3.5vw;
  }
}

.form_box {
  border: 10px solid #d2c2ab;
  margin-bottom: 5em;
  padding: 60px 40px;
}
@media screen and (max-width: 768px) {
  .form_box {
    border: 3vw solid #d2c2ab;
    padding: 6vw 4vw;
  }
}
.form_box .form_dl dt {
  margin: 30px 0 15px 0;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .form_box .form_dl dt {
    margin: 10vw 0 3vw 0;
  }
}
.form_box .form_dl dt span {
  font-size: 0.9em;
}

.form_box .form_dl dt.overline {
  padding-top: 2em;
  margin-top: 2em;
  border-top: 2px dotted #999;
}

.form_box .form_dl dt.required:after{
  content: '必須';
  background: #aa0000;
  color: #fff;
  padding: 0.05em 0.5em;
  margin-left: 1em;
  white-space: nowrap;
}
.form_box .form_dl_2nd dt {
  color: #908569;
  font-weight: normal;
  text-indent: 1em;
  margin-left: -1em;
}

.form_box .form_dl_2nd dt.form_dl_2nd_dtnormal {
  color: #222;
}

.form_box .form_attention_list {
  margin-left: 0.5em;
}
.form_box textarea {
  width: calc( 100% - 40px );
  height: 200px;
  padding: 20px;
  font-size: 16px;
  border: 1px #999 solid;
}
.form_box input,
.form_box select {
  font-size: 16px;
  padding: 0.7em;
  border: 1px #999 solid;
}

.form_box textarea::placeholder,
.form_box input::placeholder {
  color: #aaa;
  font-weight: bold;
}

.form_box input[type="radio"]{
  transform: scale(1.5);
}
@media screen and (max-width: 768px) {
  .form_box input[type="radio"]{
    transform: scale(1);
    margin-right: 0.25em;
  }
}
.form_box .name_t {
  display: inline-flex;
  width: 2.5em;
}
.form_box .input_name {
  width: 150px;
}
.form_box .input_mail {
  width: 300px;
}
.form_box .zip_search {
  border: 1px solid #999;
  background: #e4e4e4;
  border-radius: 4px;
  color: #333;
  padding: 0.75em 1.5em;
  transition: all 300ms 0s ease;
}
.form_box .zip_search:hover {
  cursor: pointer;
  opacity: 0.6;
}
.form_box .address {
  width: 70%;
}

.form_box select {
  border: 1px solid #999;
  background: #e4e4e4;
  border-radius: 4px;
  color: #333;
  padding: 0.5em 1.5em;
}
.input_radio label {
  margin-left: 2em;
}
.input_radio label:hover {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .form_box .zip_search {
    padding: 0.75em 1em;
  }
  .form_box .name_t {
    font-size: 0.8em;
  }
  .form_box .input_name {
    width: 20vw;
  }
  .form_box .input_mail,
  .form_box .address {
    width: 75vw;
  }
  .form_box .telnumber input {
    width: 3.8em;
  }
  .input_radio label {
    line-height: 2em;
  }
  .input_radio label {
    margin-left: 0.5em;
  }
  .input_radio.sp_kaigyo label {
    display: block;
  }
  .form_box select {
    width: 70vw;
  }
}
.form_box .button_box {
  width: 100%;
  text-align: center;
  margin-top: 50px;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}


.form_box input.submit_btn,
.form_box input.reset_btn {
  width: 300px;
  height: 50px;
  border: 2px #333 solid;
  text-align: center;
  color: #333;
  font-weight: bold;
  transition: all 300ms 0s ease;
  background: #efefef;
  border-radius: 2px;
}
.form_box input.submit_btn {
  margin-right: 20px;
  background-image: url(../images/arrow1.gif);
  background-color: #e4e4e4;
  background-repeat: no-repeat;
  background-position: right 13px;
}

.form_box input.submit_btn:hover {
  background-image: url(../images/arrow1-on.gif);
  background-color: #1a1a1a;
  color: #eee;
  cursor: pointer;
}

.form_box input.reset_btn {
  background: #fff;
}
.form_box input.reset_btn:hover {
  background-color: #1a1a1a;
  color: #eee;
  cursor: pointer;  
}

@media screen and (max-width: 768px) {
  .form_box input.submit_btn,
  .form_box input.reset_btn {
    width: 80vw;
  }
  .form_box input.submit_btn {
    margin: 0 0 1.5em 0;
  }
}

.acd-check:checked + .acd-label + #half-modal {
  visibility: hidden;
}

.acd-check{
  display: none;
}
.acd-label{
  color: #fff;
  position: fixed;
  bottom: 440px;
  right: 3%;
  font-weight: bold;
  font-size: 26px;
  z-index: 9;
  border: 2px #fff solid;
  line-height: 1em;
  height: 22px;
  padding: 5px;
  animation: blinking 1s ease-in-out infinite alternate;
}
.acd-label.yesno_pos {
  bottom: 360px;
}
@keyframes blinking {
  0% {opacity: 0.3;}
  100% {opacity: 1;}
}
.acd-label:hover {
  cursor: pointer;
}

#half-modal{
  background-color: rgba(55,55,55,0.95);
  position: fixed;
  bottom: 0;
  height: 500px;
  width: 100%;

  opacity: 1;
  transition: .5s;
  visibility: visible;
  z-index: 8;
  color: #fff;
  font-size: 17px;
  left: 0;
}
#half-modal.yesno_height {
  height: 415px;
}
.acd-check:checked + .acd-label + #half-modal{
  height: 0;
  opacity: 0;
  padding: 0 10px;
  padding: 10px;
  visibility: hidden;
}

.acd-check:checked + .acd-label {
  height: 0;
  opacity: 0;
  padding: 0 10px;
  padding: 10px;
  visibility: hidden;
}

#half-modal .half-modal-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1em;
}

#half-modal .half-modal-content {
  line-height: 1em;
}
#half-modal .half-modal-content {
  width: 960px;
  text-align: left;
  margin: 30px auto;
}
#half-modal .half-modal-content a {
  text-decoration: none;
  border-bottom: 1px #fff solid;

}
#half-modal .half-modal-content a:hover {
  text-decoration: none;  
  border-bottom: 1px #444 solid;
}
#half-modal .half-modal-content dt {
  display: inline-flex;
  width: 3.5%;
  padding: 0.5em 0;
}
#half-modal .half-modal-content dd {
  display: inline-flex;
  width: 96.5%;
  padding: 0.5em 0;
}

@media screen and (max-width: 768px) {
  #half-modal {
    height: 134vw;
  }
  #half-modal.yesno_height {
    height: 118vw;
  }
  #half-modal .half-modal-content {
    width: auto;
    padding: 0 3.125vw;
  }
  #half-modal .half-modal-content dt {
    width: 9.5%;
  }
  #half-modal .half-modal-content dd {
    width: 90.5%;
  }
  .acd-label {
    bottom: 120vw;
  }
  .acd-label.yesno_pos {
    bottom: 105vw;
  }
}

.form_box.confirm .form_dl dd {
  padding-left: 1em;
}

.form_box .thanks_txt {
  text-align: center;
  line-height: 3em;
  font-size: 17px;
}

#housemaker {
  margin: 0 1em 1em 2em;
}
@media screen and (max-width: 768px) {
  #housemaker {
    margin: 0 0 5vw 10vw;
  }
}
.tel_box {
  margin: 1em 0 3em 0;
  text-align: center;
  background: #ece7de;
  padding: 30px;
}
.tel_box .tel_box_txt {
  font-weight: bold;
}
.tel_box .freedial_box {
  margin: 1em 0;
  position: relative;
}
.freedial_icon {
  display: inline-block;
  width: 80px;
  vertical-align: top;
  margin-right: 1em;
}
.freedial_no {
  display: inline-block;
  width: 260px;
  vertical-align: top;
  overflow: initial;
}
.freedial_no p {
  display: block;
  font-size: 32px;
  line-height: 34px;
  font-weight: bold;
  text-align: left;
}
.freedial_no p.freedial_time {
  font-size: 16px;
  line-height: 26x;
}
.freedial_no p.freedial_txt {
  font-size: 12px;
  line-height: 14px;
  font-weight: normal;
  width: 290px;
  text-indent: -1em;
  margin-left: 1em;
}
.telnumberl {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .tel_box {
    padding: 5vw 3vw;
    margin-right: 3vw;
  }
  .freedial_icon {
    width: 15vw;
  }
  .freedial_no {
    width: 58vw;
  }
  .freedial_no p {
    font-size: 7vw !important;
  }
  .freedial_no p.freedial_time,
  .freedial_no p.freedial_txt {
    font-size: 3vw !important;
    width: auto;
  }
  .freedial_no p.freedial_txt {
    text-indent: -5em;
  }
  .tel_box .tel_box_txt {
    font-size: 4.1vw !important;
  }
  .contact-form .tel_box .privacy {
    font-size: 3.5vw !important;
  }
  .telnumberl {
    pointer-events: auto;
  }
}

.button_box .error_back_btn {
  width: 300px;
  height: auto;
  border: 2px #333 solid;
  text-align: center;
  color: #333;
  font-weight: bold;
  transition: all 300ms 0s ease;
  background: #efefef;
  border-radius: 2px;
  margin-right: 20px;
  background-image: url(../images/arrow2.gif);
  background-color: #e4e4e4;
  background-repeat: no-repeat;
  background-position: left 10px;
}

.form_box .button_box input.error_back_btn:hover {
  background-image: url(../images/arrow2-on.gif);
  background-color: #1a1a1a;
  color: #eee;
  cursor: pointer;
}

.error_page .form_box .thanks_txt {
  line-height: 1.5em;
}

.error_page .error_message {
  color: #ee0000;
  line-height: 1.5em;
  width: 500px;
  margin: -10px auto 0 auto;
}
.error_page .error_message li {
  margin-bottom: 0.5em;
  text-indent: -1em;
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  .form_box .button_box input.error_back_btn {
    width: 70vw;
    margin: 0 0 1.5em 0;
  }
  .error_page .error_message {
    width: 82vw;
  }
}

.box_g-recaptcha .g-recaptcha {
    width: 300px;
    margin: 2em auto;
}