@charset "UTF-8";
.contactpage-tel {
  margin-top: 80px;
}
.contactpage-tel .container {
  background-color: rgba(130, 43, 43, 0.04);
  padding: 64px 0;
  border-radius: 0 100px 0 0;
}
.contactpage-tel .container .lr {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contactpage-tel .container .lr .left, .contactpage-tel .container .lr .right {
  width: 100%;
  text-align: center;
}
.contactpage-tel .container .lr .left .txt, .contactpage-tel .container .lr .right .txt {
  display: block;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.contactpage-form {
  margin-top: 80px;
}
.contactpage-form__heading {
  margin-bottom: 40px;
}
.contactpage-form__image {
  position: relative;
  z-index: 0;
}
.contactpage-form__form {
  padding: 106px 0 0;
  position: relative;
  z-index: 1;
  margin-top: -445px;
  border-radius: 0 500px 0 0;
  background-color: #fff;
}
.contactpage-form__form .topdesc {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2;
  margin-bottom: 80px;
}
.contactpage-form__form .cf7 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  font-size: 1.6rem;
}
.contactpage-form__form .cf7 table {
  display: block;
}
.contactpage-form__form .cf7 table tr {
  display: block;
}
.contactpage-form__form .cf7 table tr th {
  margin-bottom: 24px;
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
}
.contactpage-form__form .cf7 table tr th span {
  margin-left: 16px;
  color: #A83531;
  font-size: 1.4rem;
  line-height: 1;
  border: #A83531 solid 1px;
  display: inline-block;
  padding: 4px 8px;
}
.contactpage-form__form .cf7 table tr td {
  margin-bottom: 24px;
  padding-bottom: 24px;
  display: block;
  border-bottom: solid 1px #ddd;
}
.contactpage-form__form .cf7 table tr td input[type=text], .contactpage-form__form .cf7 table tr td input[type=email], .contactpage-form__form .cf7 table tr td input[type=tel], .contactpage-form__form .cf7 table tr td textarea {
  background-color: rgb(234, 234, 234);
  border: solid 1px #9f9f9f;
  border: none;
  padding: 16px;
  color: #000;
  border-radius: 0px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
.contactpage-form__form .cf7 table tr td input[type=text]::-moz-placeholder, .contactpage-form__form .cf7 table tr td input[type=email]::-moz-placeholder, .contactpage-form__form .cf7 table tr td input[type=tel]::-moz-placeholder, .contactpage-form__form .cf7 table tr td textarea::-moz-placeholder {
  color: #818181;
}
.contactpage-form__form .cf7 table tr td input[type=text]::placeholder, .contactpage-form__form .cf7 table tr td input[type=email]::placeholder, .contactpage-form__form .cf7 table tr td input[type=tel]::placeholder, .contactpage-form__form .cf7 table tr td textarea::placeholder {
  color: #818181;
}
.contactpage-form__form .cf7 table tr td.radio label {
  display: block;
}
.contactpage-form__form .cf7 table tr td.radio input[type=radio] {
  font-size: 1.4rem;
}
.contactpage-form__form .cf7 table tr td.radio .wpcf7-list-item-label {
  font-size: 1.6rem;
}
.contactpage-form__form .cf7 table tr td.radio .wpcf7-list-item {
  margin-left: 0;
  margin-bottom: 16px;
  margin-right: 16px;
}
.contactpage-form__form .cf7 table tr td.radio input[type=radio] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  border: 2px solid #ccc;
  border-radius: 50%;
  position: relative;
  vertical-align: middle;
  margin-right: 8px;
  cursor: pointer;
  background-color: #fff;
  transition: border-color 0.2s;
}
.contactpage-form__form .cf7 table tr td.radio input[type=radio]:checked::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #A83531; /* 選択された時の内側の円 */
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 4px;
}
.contactpage-form__form .cf7 table tr td input[name=your-name],
.contactpage-form__form .cf7 table tr td input[name=your-kana] {
  width: 60%;
}
.contactpage-form__form .cf7 table tr td input[name=your-company] {
  width: 70%;
}
.contactpage-form__form .cf7 table tr td input[name=your-department],
.contactpage-form__form .cf7 table tr td input[name=your-email],
.contactpage-form__form .cf7 table tr td input[name=your-tel],
.contactpage-form__form .cf7 table tr td input[name=your-fax] {
  width: 40%;
}
.contactpage-form__form .cf7 table tr td input[name=your-location] {
  width: 100%;
}
.contactpage-form__form .cf7 table tr td textarea {
  width: 100%;
  height: 300px;
}
.contactpage-form__form .cf7 table tr.submit {
  margin-top: 40px;
  text-align: center;
}
.contactpage-form__form .cf7 table tr.submit td {
  border-bottom: none;
  padding: 0;
}
.contactpage-form__form .cf7 table tr.submit td input {
  width: 400px;
  background-color: #802B2B;
  color: #fff;
  border-radius: 50px;
  padding: 16px 0;
  font-size: 1.6rem;
  border: none;
}
.contactpage-form__form .cf7 table tr.submit td input:hover {
  cursor: pointer;
}
.contactpage-form__form .cf7 .privacy {
  text-align: center;
  margin-bottom: 80px;
}
.contactpage-form__form .cf7 .privacy a {
  color: #802B2B;
  border-bottom: solid 1px #802B2B;
}
.contactpage-form .wpcf7-spinner {
  display: block;
}
.contactpage-form .invalid .wpcf7-response-output {
  background-color: #A83531;
  color: #fff;
  text-align: center;
  border: none;
  padding: 16px;
}

@media screen and (max-width: 750px) {
  .contactpage-tel {
    margin-top: 24px;
  }
  .contactpage-tel .container {
    padding: 40px 0;
    border-radius: 0 40px 0 0;
  }
  .contactpage-tel .container .lr {
    display: block;
  }
  .contactpage-tel .container .lr .left .txt, .contactpage-tel .container .lr .right .txt {
    width: 80%;
  }
  .contactpage-tel .container .lr .left .desc, .contactpage-tel .container .lr .right .desc {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    margin-top: 12px;
    text-align: left;
  }
  .contactpage-form {
    margin-top: 40px;
  }
  .contactpage-form__heading {
    margin-bottom: 24px;
  }
  .contactpage-form__image {
    position: relative;
    z-index: 0;
  }
  .contactpage-form__form {
    padding: 40px 0 0;
    margin-top: -80px;
    border-radius: 0 140px 0 0;
  }
  .contactpage-form__form .topdesc {
    font-size: 1.25rem;
    line-height: 1.7;
    margin-bottom: 40px;
    margin-left: 0;
    width: 87.5%;
  }
  .contactpage-form__form .cf7 {
    font-size: 1.4rem;
    width: 100%;
  }
  .contactpage-form__form .cf7 table {
    width: 100%;
  }
  .contactpage-form__form .cf7 table tbody {
    display: block;
    width: 100%;
  }
  .contactpage-form__form .cf7 table tr {
    width: 100%;
  }
  .contactpage-form__form .cf7 table tr th {
    margin-bottom: 12px;
    font-size: 1.4rem;
  }
  .contactpage-form__form .cf7 table tr th span {
    margin-left: 16px;
    font-size: 1.25rem;
    padding: 4px 4px;
  }
  .contactpage-form__form .cf7 table tr td {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
  .contactpage-form__form .cf7 table tr td input[type=text], .contactpage-form__form .cf7 table tr td input[type=email], .contactpage-form__form .cf7 table tr td input[type=tel], .contactpage-form__form .cf7 table tr td textarea {
    padding: 8px;
    font-size: 1.4rem;
  }
  .contactpage-form__form .cf7 table tr td.radio input[type=radio] {
    font-size: 1.4rem;
  }
  .contactpage-form__form .cf7 table tr td.radio .wpcf7-list-item-label {
    font-size: 1.4rem;
  }
  .contactpage-form__form .cf7 table tr td.radio .wpcf7-list-item {
    margin-bottom: 12px;
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 8px;
  }
  .contactpage-form__form .cf7 table tr td.radio .wpcf7-list-item:last-of-type {
    margin-bottom: 0;
  }
  .contactpage-form__form .cf7 table tr td input[name=your-name],
  .contactpage-form__form .cf7 table tr td input[name=your-kana] {
    width: 80%;
  }
  .contactpage-form__form .cf7 table tr td input[name=your-company] {
    width: 90%;
  }
  .contactpage-form__form .cf7 table tr td input[name=your-department],
  .contactpage-form__form .cf7 table tr td input[name=your-email],
  .contactpage-form__form .cf7 table tr td input[name=your-tel],
  .contactpage-form__form .cf7 table tr td input[name=your-fax] {
    width: 80%;
  }
  .contactpage-form__form .cf7 table tr td input[name=your-location] {
    width: 100%;
  }
  .contactpage-form__form .cf7 table tr td textarea {
    width: 100%;
    height: 200px;
  }
  .contactpage-form__form .cf7 table tr.submit {
    margin-top: 24px;
  }
  .contactpage-form__form .cf7 table tr.submit td {
    border-bottom: none;
    padding: 0;
  }
  .contactpage-form__form .cf7 table tr.submit td input {
    width: 90%;
    padding: 12px 0;
    font-size: 1.4rem;
  }
  .contactpage-form__form .cf7 table tr .privacy {
    text-align: center;
    margin-bottom: 40px;
  }
  .contactpage-form .wpcf7-spinner {
    display: block;
  }
  .contactpage-form .invalid .wpcf7-response-output {
    background-color: #A83531;
    color: #fff;
    text-align: center;
    border: none;
    padding: 16px;
  }
}/*# sourceMappingURL=contactpage.css.map */