#subMenuBtn { display: none; }
#leftNav { display: none; }
#rightNav { display: none; }
#inquiryPc { display: none; }
#inquiryMobile { display: none; }

#mainWrapper {
  max-width: 52.66vw;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 959px) {

  #mainWrapper {
    max-width: 100%;
  }

}

#lf_form_div table.items {
  width: 100%;
}

#lf_form_div table.items td {
  display: block;
}

#lf_form_div table.items .required:after {
  content: "必須";
  background-color: #e54144;
  color: #ffffff;
  border-radius: 2px;
  font-size: 1.2rem;
  padding: 0.3rem 0.5rem 0.4rem;
  line-height: 1;
  display: inline-block;
  vertical-align: 0.1rem;
  margin-left: 0.5rem;
}

#lf_form_div table.items .label {
  display: block;
  margin-bottom: 0.5rem;
}

#lf_form_div table.items input, table.items select , table.items p.value {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.7;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: 0.7rem 1rem 0.9rem;
  display: block;
  margin-bottom: 1rem;
}

#lf_form_div table.items p.value {
  background-color: #efefef;
}

#lf_form_div table.items .label_name {
  display: none;
}

#lf_form_div .linkBtn01 {
  cursor: pointer;
  margin: auto;
  padding: 0;
}

#lf_form_div .linkBtn01InnerContainer {
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 1rem 4rem;
}

#lf_form_div .linkBtn01Container {
  margin: 3rem 0 3rem 1rem;
  line-height: 1;
}

#lf_form_div .linkBtn01Container div {
  display: inline-block;
  margin-bottom: 1rem;
  margin-right: 1rem;
  line-height: 1.7;
}

@media screen and (max-width: 959px) {

  #lf_form_div .linkBtn01InnerContainer {
    width: 100%;
  }

  #lf_form_div .linkBtn01Container {
    margin-left: 0;
  }

}

#privacy_policy {
  margin: 30px 0 !important;
}

@media screen and (max-width: 959px) {

  #privacy_policy {
    text-align: left;
  }

}

#privacy_policy .privacy-text-master {
  display: none;
}

#lf_form_div .message {
  color: #e54144;
  margin-bottom: 3rem;
}

.pagecss_thanksMsg {
  display: none;
}

.pagecss_closeMsg {
  display: none;
}

