@charset "UTF-8";
/*----------------------------------------------------
  変数セット
----------------------------------------------------*/
.page-title-wrap {
  background-image: url(../images/inquiry/bg_page_title.jpg);
  background-position: bottom center;
}
@media screen and (max-width: 575.98px) {
  .page-title-wrap {
    background-size: 170%;
  }
}

.section-wrap {
  width: 100%;
  max-width: 812px;
  margin: 0 auto;
}

/*----------------------------------------------------
  お電話でのお問い合わせ
----------------------------------------------------*/
.section-wrap .tel-area {
  text-align: center;
}
.section-wrap .tel-area .tel {
  display: inline-block;
  font-size: 4.8rem;
  font-weight: 700;
  position: relative;
  margin-left: -3rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767.98px) {
  .section-wrap .tel-area .tel {
    font-size: 3.2rem;
    margin-left: -2rem;
    margin-bottom: 2rem;
  }
}
.section-wrap .tel-area .tel::before {
  display: inline-block;
  content: "";
  width: 55px;
  height: 55px;
  background: url(../images/inquiry/ico_tel.svg) no-repeat center center;
  background-size: contain;
  vertical-align: middle;
  margin-right: 1rem;
  margin-top: -0.2rem;
}
@media screen and (max-width: 767.98px) {
  .section-wrap .tel-area .tel::before {
    width: 28px;
    height: 28px;
  }
}

/*----------------------------------------------------
  フォームでのお問い合わせ
----------------------------------------------------*/
table.tbl-form {
  width: 100%;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
table.tbl-form span.required {
  display: inline-block;
  margin-left: 8px;
  padding: 1px 4px;
  border-radius: 2px;
  background-color: #00A040;
  color: #fff;
  font-size: 0.7em;
  position: relative;
  top: -2px;
}
table.tbl-form tr {
  border-bottom: 1px solid #ccc;
}
table.tbl-form tr:first-child {
  border-top: 1px solid #ccc;
}
table.tbl-form tr th, table.tbl-form tr td {
  padding: 1.5rem;
}
@media screen and (max-width: 767.98px) {
  table.tbl-form tr th, table.tbl-form tr td {
    display: block;
    width: 100%;
    float: left;
    padding: 1rem 1.5rem;
  }
}
table.tbl-form tr th p, table.tbl-form tr td p {
  margin-bottom: 0 !important;
}
table.tbl-form tr th {
  width: 200px;
  color: #444;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  table.tbl-form tr th {
    padding-top: 2.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  table.tbl-form tr th {
    width: 100%;
    padding-bottom: 0;
  }
}
table.tbl-form tr td input, table.tbl-form tr td textarea {
  background-color: #F6F6F6;
  border-color: #ddd;
}
table.tbl-form tr td input {
  padding: 7px;
  font-size: 1.6rem;
}
table.tbl-form tr td .input-max {
  width: 100%;
}
table.tbl-form tr td .input-medium {
  width: 70%;
}
@media screen and (max-width: 767.98px) {
  table.tbl-form tr td .input-medium {
    width: 100%;
  }
}
table.tbl-form tr td .input-postcode {
  width: 120px;
  margin-left: 0.5rem;
}
table.tbl-form tr td .input-tel {
  width: 180px;
}
table.tbl-form tr td .wpcf7-radio {
  display: block;
}
table.tbl-form tr td .wpcf7-radio .wpcf7-list-item {
  display: block;
}
table.tbl-form tr td .wpcf7-radio .wpcf7-list-item label {
  display: inline-block;
}
table.tbl-form tr td .wpcf7-radio .wpcf7-list-item label:hover {
  cursor: pointer;
}
table.tbl-form input, table.tbl-form textarea {
  font-family: "Noto Sans JP", sans-serif;
}

.txt-privacy {
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 767.98px) {
  .txt-privacy {
    text-align: left;
  }
}
.txt-privacy a {
  color: #222;
  text-decoration: underline;
}

.acceptance-check-area {
  text-align: center;
  margin: 3rem 0 5rem;
}
.acceptance-check-area .wpcf7-list-item {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-left: 0;
}
@media screen and (max-width: 767.98px) {
  .acceptance-check-area .wpcf7-list-item {
    font-size: 1.5rem;
  }
}
.acceptance-check-area label:hover {
  cursor: pointer;
}
.acceptance-check-area input[type=checkbox] {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  margin-right: 0.2rem;
  margin-top: 0.1rem;
}

.button-area {
  text-align: center;
  margin-top: 5rem;
}
@media screen and (max-width: 767.98px) {
  .button-area {
    margin-bottom: 3rem;
  }
}
.button-area .wpcf7-submit {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #2B4C6A;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  padding: 1.5rem 0;
  font-size: 2rem;
  font-weight: 700;
  text-decoration: none;
  min-width: 290px;
  max-width: 100%;
  height: 82px;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 767.98px) {
  .button-area .wpcf7-submit {
    font-size: 1.8rem;
    min-width: 260px;
    height: 72px;
  }
}
.button-area .wpcf7-submit:hover {
  background-color: #193a58;
}
.button-area .wpcf7-submit:disabled {
  background-color: #c8c8c8;
  color: #555;
}

.wpcf7-radio .wpcf7-list-item {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin: 0 1.5em 0 0;
}
@media screen and (max-width: 767.98px) {
  .wpcf7-radio .wpcf7-list-item {
    margin-bottom: 1em;
  }
}
.wpcf7-radio .wpcf7-list-item label:hover {
  cursor: pointer;
}

.wpcf7-spinner {
  display: block !important;
  margin: 0 auto !important;
}