@charset "UTF-8";
#form {
  margin: var(--headerHeight) auto;
  max-width: 960px;
}
#form h6.ttl01 {
  font-family: 'Poppins', Arial, Helvetica, "sans-serif";
  font-weight: 300;
  font-size: 0.66667rem;
  line-height: 1.6;
  letter-spacing: 0.15em;
  text-align: center;
  text-indent: 0.15em;
  margin-top: 60px;
}
#form h6.ttl01 strong {
  font-weight: 600;
}
#form h2.ttl02 {
  font-family: 'Poppins', Arial, Helvetica, "sans-serif";
  font-weight: 600;
  font-size: 1.77778rem;
  line-height: 1.5;
  letter-spacing: 0.025em;
  text-align: center;
  text-indent: 0.025em;
}
#form h2.ttl02 + hr {
  border: none;
  border-top: solid 1px var(--corpColor1);
  width: 50px;
  margin: 20px 0;
}
#form h5.ttl03 {
  font-size: 0.88889rem;
  line-height: 2;
  letter-spacing: 0.2em;
  text-align: center;
  text-indent: 0.2em;
  margin-bottom: 2em;
}
#form h5.ttl03:before {
  content: "";
  width: 50px;
  height: 2px;
  display: block;
  background-color: var(--corpColor1);
  margin: 20px auto;
}
#form h5.ttl03 + p {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  text-indent: 0.1em;
  margin-top: 2em;
}
#form h5.ttl03 strong {
  font-size: 1.2em;
}
#form h6, #form h2, #form h5 {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#form > p {
  font-size: 0.88889rem;
  line-height: 2;
  letter-spacing: 0.2em;
  text-align: center;
  text-indent: 0.2em;
  margin: 60px 0;
}
#form > p span {
  color: var(--corpColor2);
}
#form > p.notice {
  font-size: 0.77778rem;
  margin-bottom: 0;
  text-align: left;
}
#form .tel {
  text-align: center;
}
#form .tel h4 {
  font-size: 0.88889rem;
  line-height: 2;
  letter-spacing: 0.2em;
  text-align: center;
  text-indent: 0.2em;
  font-weight: 700;
  margin-bottom: 1em;
}
#form .tel a {
  display: inline-block;
  font-family: 'Poppins', Arial, Helvetica, "sans-serif";
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  padding-left: 1.6em;
  background: url("../images/freedial.webp") left center no-repeat;
  background-size: auto .8em;
}
#form .tel p {
  font-size: 0.77778rem;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
  text-indent: 0.1em;
}
#form table {
  width: 100%;
}
#form table th {
  font-weight: 700;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  width: 260px;
  padding: 1em 10px;
  text-align: left;
  vertical-align: top;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
#form table th.must:after {
  content: "※";
  display: block;
  float: right;
  color: var(--corpColor2);
}
#form table td {
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  padding: 1em 0;
  text-align: left;
  vertical-align: top;
  font-size: 0.88889rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
#form table td input[type="text"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
}
#form table td input[type="text"][name="zip"], #form table td input[type="text"][name="diff_zip"] {
  width: 12em;
  margin-left: 1em;
  margin-bottom: 1em;
}
#form table td input[type="text"][name="size1"], #form table td input[type="text"][name="size2"], #form table td input[type="text"][name="size3"] {
  width: 8em;
  margin: 0 5px;
}
#form table td input[type="text"][name="estimate"] {
  width: 16em;
  margin-right: 5px;
}
#form table td input[type="tel"], #form table td input[type="email"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
}
#form table td input[type="date"] {
  padding: 8px;
}
#form table td select {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
}
#form table td select[name="pref"] {
  width: 10em;
  margin-bottom: 10px;
}
#form table td select[name="kiboujikan1"], #form table td select[name="kiboujikan2"] {
  width: 6em;
  margin-bottom: 10px;
}
#form table td textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  height: 150px;
}
#form table td textarea[name="content"] {
  height: 200px;
}
#form table td ul {
  *zoom: 1;
  margin-top: 10px;
}
#form table td ul:after {
  content: "";
  display: table;
  clear: both;
}
#form table td ul li {
  float: left;
  margin-right: 20px;
}
#form table td p.form-error {
  color: var(--corpColor2);
  font-size: 0.66667rem;
  margin-top: 5px;
}
#form table td p.notice {
  font-size: 0.66667rem;
  margin-top: 5px;
}
#form table td input[type="submit"] {
  width: 100%;
  max-width: 400px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border: none;
  background: var(--corpColor1);
  color: #FFF;
  font-size: 1.11111rem;
  line-height: 60px;
  font-family: 'Noto Sans JP', "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  cursor: pointer;
  font-weight: 700;
  position: relative;
  border-radius: 30px;
  margin-top: 60px;
}
#form table td input[type="submit"]:hover {
  background-color: #000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
#form table + table {
  margin-top: 60px;
}
#form table + table tr:first-child th, #form table + table tr:first-child td {
  border-top: none;
}
#form table + table tr:last-child th, #form table + table tr:last-child td {
  border-bottom: none;
}
#form hr {
  border: none;
  border-bottom: dashed 1px #666;
}

@media (max-width: 767.98px) {
  #form table th, #form table td {
    display: block;
  }
  #form table th {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    padding: 1em 0 0;
  }
  #form table th.must:after {
    display: inline-block;
    float: none;
    margin-left: .5em;
  }
  #form table td {
    border-top: none;
    padding-top: 0.25em;
  }
}
