@charset "UTF-8";
/*----------------------------------------------------
  変数セット
----------------------------------------------------*/
/*----------------------------------------------------
  フォーム
----------------------------------------------------*/
.section-wrap {
  background-color: #F5F4EC;
}

table.tbl-form {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  margin-top: 3rem;
}
table.tbl-form tr {
  border-bottom: 1px solid #ddd;
  min-height: 73px;
}
table.tbl-form tr:first-child {
  border-top: 1px solid #ddd;
}
table.tbl-form tr.not-sales td::before {
  content: "";
  display: block;
  min-height: 52px;
  float: left;
}
@media screen and (max-width: 767.98px) {
  table.tbl-form tr.not-sales td::before {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  table.tbl-form tr.not-sales span.required {
    margin-left: 0;
  }
}
table.tbl-form th, table.tbl-form td {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (max-width: 767.98px) {
  table.tbl-form th, table.tbl-form td {
    width: 100%;
    float: left;
  }
}
table.tbl-form th {
  padding-top: 2.5rem;
  padding-bottom: 1.5rem;
  width: 250px;
  position: relative;
  padding-right: 5rem;
}
@media screen and (max-width: 767.98px) {
  table.tbl-form th {
    width: 100%;
    padding-top: 1.5rem;
    padding-bottom: 0.5rem;
  }
}
table.tbl-form th span.required {
  position: absolute;
  right: 0;
  top: 2.5rem;
}
@media screen and (max-width: 767.98px) {
  table.tbl-form th span.required {
    position: static;
    margin-left: 1rem;
  }
}
table.tbl-form td {
  padding-top: 1rem;
  padding-bottom: 1rem;
  user-select: none;
}
@media screen and (max-width: 767.98px) {
  table.tbl-form td {
    padding-top: 0;
  }
}
table.tbl-form td label {
  display: inline-block;
  margin: 0.6em 3em 0.5em 0.2em;
  cursor: pointer;
}
table.tbl-form td label input {
  margin-right: 0.5rem;
  scale: 1.3;
}
table.tbl-form td .txt-example {
  display: inline-block;
  margin: 0.5em 1em;
}
table.tbl-form td .txt-one-more {
  margin-top: 1.4em;
}
table.tbl-form span.required {
  display: inline-block;
  color: #E60039;
  border: 1px solid #E60039;
  border-radius: 0.2em;
  font-size: 0.85em;
  line-height: 1.4;
  width: 3em;
  text-align: center;
}
table.tbl-form.check th, table.tbl-form.check td {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767.98px) {
  table.tbl-form.check th {
    padding-top: 1.5rem;
    padding-bottom: 0.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  table.tbl-form.check td {
    padding-top: 0;
    padding-bottom: 1.5rem;
  }
}
table.tbl-form.check span.required {
  top: 2rem;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  border-color: #dbdbdb;
  background-color: #f8f8f8;
}

.input-max {
  width: 100%;
}

.input-postcode {
  width: 150px;
}

.input-tel {
  width: 300px;
}
@media screen and (max-width: 575.98px) {
  .input-tel {
    width: 100%;
  }
}

.input-ng-msg {
  color: #333333;
  background-color: #ffe8e8;
  border: 1px solid #f00303;
  margin-top: 0.5rem;
  padding: 1px 5px;
}

.sendError {
  text-align: center;
  color: #FF0000;
  font-weight: bold;
  background-color: #ffff99;
  border: 1px solid #ff9966;
  padding: 5px;
  margin: 10px 5px;
  font-size: 1.2em;
}

.inquiryResMgsE {
  font-size: 12px;
  font-weight: bold;
  padding-top: 2px;
  color: #ff6633;
  margin: 0;
}

.button-area input[class*=btn-],
.button-area button[class*=btn-] {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  border: none;
  text-align: center;
  display: inline-block;
  padding: 1.5rem 4rem;
  border-radius: 5rem;
  transition: all 0.2s;
  cursor: pointer;
  width: 180px;
}
@media screen and (max-width: 575.98px) {
  .button-area input[class*=btn-],
  .button-area button[class*=btn-] {
    width: 52%;
  }
}
.button-area input[class*=btn-]:hover,
.button-area button[class*=btn-]:hover {
  opacity: 0.7;
}
.button-area .btn-next {
  color: #fff;
  background-color: #E60039;
}
.button-area .btn-back {
  color: #333;
  background-color: #ccc;
}
.button-area .btn-back:has(+ .btn-next) {
  margin-right: 1.5rem;
}
@media screen and (max-width: 575.98px) {
  .button-area .btn-back:has(+ .btn-next) {
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
}

/*----------------------------------------------------
  完了
----------------------------------------------------*/
.thanks-area,
.error-area {
  background-color: #fff;
  border-radius: 1.5rem;
  padding: 4rem 5rem;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .thanks-area,
  .error-area {
    padding: 2rem 2rem;
    text-align: left;
  }
}
.thanks-area h2,
.error-area h2 {
  font-size: 2rem;
  margin-bottom: 0.6em;
  color: #5E2C10;
}
@media screen and (max-width: 767.98px) {
  .thanks-area h2,
  .error-area h2 {
    font-size: 1.6rem;
  }
}
.thanks-area p,
.error-area p {
  line-height: 2;
}
@media screen and (max-width: 767.98px) {
  .thanks-area p,
  .error-area p {
    line-height: 1.8;
  }
}/*# sourceMappingURL=inquiry.css.map */