@charset "UTF-8";
/*----------------------------------------------------
  変数セット
----------------------------------------------------*/
.page-title-wrap {
  background-image: url(../images/inquiry/bg_page_title.jpg);
}
@media screen and (max-width: 767.98px) {
  .page-title-wrap {
    background-position: left -25rem center;
    height: 50vh !important;
  }
}

.inquiry-title {
  border-left: 0.5rem solid #FF7E2A;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 1.2em;
  padding-left: 1.5rem;
  line-height: 1.4;
}
@media screen and (max-width: 767.98px) {
  .inquiry-title {
    font-size: 2rem;
    border-width: 0.4rem;
  }
}

/*----------------------------------------------------
  電話
----------------------------------------------------*/
.container-inner p:first-child {
  margin-bottom: 3rem;
}

.tel-wrap > div[class^=col-] {
  margin-bottom: 3rem;
}
.tel-wrap .tel-block {
  background-color: #fff;
  padding: 2rem;
  text-align: center;
  height: 100%;
}
.tel-wrap .tel-block > p.title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767.98px) {
  .tel-wrap .tel-block > p.title {
    font-size: 2rem;
  }
}
.tel-wrap .tel-block > p.title + span {
  display: inline-block;
  padding: 0 1.5em;
  position: relative;
}
.tel-wrap .tel-block > p.title + span::before, .tel-wrap .tel-block > p.title + span::after {
  content: "";
  width: 0.8em;
  height: 1px;
  background-color: #222;
  display: inline-block;
  position: absolute;
  top: 50%;
}
.tel-wrap .tel-block > p.title + span::before {
  left: 0;
}
.tel-wrap .tel-block > p.title + span::after {
  right: 0;
}
.tel-wrap .tel-block p.tel {
  font-size: 4.2rem;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.6;
}
.tel-wrap .tel-block p.tel a {
  text-decoration: none;
  color: #FF7E2A;
}
@media screen and (max-width: 767.98px) {
  .tel-wrap .tel-block p.tel {
    font-size: 3.4rem;
  }
}

/*----------------------------------------------------
  メール
----------------------------------------------------*/
.txt-attention {
  color: #d00900;
}

table.tbl-form {
  width: 100%;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
table.tbl-form span.hissu {
  display: inline-block;
  padding: 0.2rem 0.8rem;
  font-size: 0.8em;
  color: #fff;
  line-height: 1.4;
  background-color: #CF5F35;
  border-radius: 0.3rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin-left: 1.5rem;
}
table.tbl-form tr {
  border-bottom: 1px solid #ddd;
}
table.tbl-form tr:first-child {
  border-top: 1px solid #ddd;
}
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 (max-width: 767.98px) {
  table.tbl-form tr th {
    padding-bottom: 0;
  }
}
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-middle {
  width: 70%;
}
@media screen and (max-width: 767.98px) {
  table.tbl-form tr td .input-middle {
    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;
}

.txt-check-privacy {
  text-align: center;
  margin-top: 1rem;
}
.txt-check-privacy .wpcf7-list-item {
  margin-left: 0;
}
.txt-check-privacy input[type=checkbox] {
  transform: scale(1.2);
  margin-right: 0.2rem;
  margin-top: 0.1rem;
}

.contents-wrap .privacy-block {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 2rem 2rem 1rem;
  overflow-y: scroll;
  height: 270px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767.98px) {
  .contents-wrap .privacy-block {
    height: 240px;
  }
}
.contents-wrap .privacy-block h3 {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 1em;
}
@media screen and (max-width: 767.98px) {
  .contents-wrap .privacy-block h3 {
    font-size: 1.5rem;
  }
}
.contents-wrap .privacy-block h4 {
  margin-top: 2.5em;
  margin-bottom: 0.3em;
}
.contents-wrap .privacy-block p {
  line-height: 1.5;
  margin-bottom: 1.2em;
}
.contents-wrap .privacy-block p + ul {
  margin-top: -1em;
}
.contents-wrap .privacy-block ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1.2em;
}
.contents-wrap .privacy-block ul li {
  position: relative;
  padding-left: 1.5em;
}
.contents-wrap .privacy-block ul li::before {
  content: "";
  width: 3px;
  height: 3px;
  display: inline-block;
  background-color: #222;
  border-radius: 50%;
  position: absolute;
  top: 0.7em;
  left: 0.5em;
}

.btn-primary {
  display: block;
  width: 250px;
  border: none;
  padding: 1.2rem 0.5rem 1.5rem;
  background-color: #FF7E2A;
  color: #fff;
  border-radius: 5rem;
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  transition: all 0.2s;
  margin: 0 auto;
}
.btn-primary:hover {
  cursor: pointer;
  background-color: #c96b2e !important;
}
@media screen and (max-width: 767.98px) {
  .btn-primary {
    font-size: 1.8rem;
    width: 220px;
  }
}

.wpcf7 form .wpcf7-response-output {
  margin-top: 0 !important;
}

.button-area > P {
  margin-bottom: 0 !important;
}

p.txt-recaptcha {
  text-align: center;
  margin-top: 2em;
}
@media screen and (max-width: 767.98px) {
  p.txt-recaptcha {
    text-align: left;
  }
}/*# sourceMappingURL=inquiry.css.map */