@charset "UTF-8";
/* 検索フォームのスタイル */
.complaint-form-header {
  background: #EDECEA;
  padding: 40px 0;
  margin-bottom: 32px;
}
@media screen and (max-width: 800px) {
  .complaint-form-header {
    padding: 23px 0;
  }
}
.complaint-form-header__title {
  color: #333;
  text-align: center;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  .complaint-form-header__title {
    font-size: 22px;
  }
}
.complaint-form-footer {
  background-color: #333;
}
.complaint-form-footer__copyright {
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  font-weight: 400;
  padding: 1.8rem 1.6rem;
}
.complaint-form .mb-8 {
  margin-bottom: 8px;
}
.complaint-form .mb-16 {
  margin-bottom: 16px;
}
.complaint-form .mb-24 {
  margin-bottom: 24px;
}
.complaint-form .mb-28 {
  margin-bottom: 28px;
}
.complaint-form .mb-32 {
  margin-bottom: 32px;
}
.complaint-form .mb-96 {
  margin-bottom: 96px;
}
.complaint-form .mb-100 {
  margin-bottom: 100px;
}
.complaint-form .mt-74 {
  margin-top: 74px;
}
.complaint-form .mt-100 {
  margin-top: 100px;
}
@media screen and (min-width: 801px) {
  .complaint-form .pc-none {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .complaint-form .sp-mb-0 {
    margin-bottom: 0;
  }
  .complaint-form .sp-mb-8 {
    margin-bottom: 8px;
  }
  .complaint-form .sp-mb-16 {
    margin-bottom: 16px;
  }
  .complaint-form .sp-mb-24 {
    margin-bottom: 24px;
  }
  .complaint-form .sp-mb-28 {
    margin-bottom: 28px;
  }
  .complaint-form .sp-mb-32 {
    margin-bottom: 32px;
  }
  .complaint-form .sp-mb-48 {
    margin-bottom: 48px;
  }
  .complaint-form .sp-mb-72 {
    margin-bottom: 72px;
  }
  .complaint-form .sp-mb-96 {
    margin-bottom: 96px;
  }
  .complaint-form .sp-mb-100 {
    margin-bottom: 100px;
  }
  .complaint-form .sp-text-left {
    text-align: left;
  }
  .complaint-form .sp-mt-0 {
    margin-top: 0;
  }
  .complaint-form .sp-mt-24 {
    margin-top: 24px;
  }
  .complaint-form .sp-mt-40 {
    margin-top: 40px;
  }
  .complaint-form .sp-text-center {
    text-align: center;
  }
  .complaint-form .sp-none {
    display: none;
  }
  .complaint-form .sp-text-\[16px\] {
    font-size: 16px;
  }
  .complaint-form .sp-text-\[14px\] {
    font-size: 14px;
  }
}
.complaint-form .main-container {
  max-width: 800px;
  margin: 0 auto 60px;
  padding: 0;
}
.complaint-form .section-box-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
@media screen and (max-width: 800px) {
  .complaint-form .section-box-wrapper {
    gap: 16px;
  }
}
.complaint-form .section-box {
  background-color: #edecea;
  padding: 16px;
  width: calc(50% - 16px);
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
  line-height: 2;
}
@media screen and (max-width: 800px) {
  .complaint-form .section-box {
    width: 100%;
  }
}
.complaint-form .step-indicator {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 26px;
  gap: 50px;
}
@media screen and (max-width: 800px) {
  .complaint-form .step-indicator {
    position: relative;
    padding-bottom: 28px;
    margin: 25px 0 -16px;
  }
  .complaint-form .step-indicator:before {
    content: "";
    width: 208px;
    height: 4px;
    background-color: #ccc;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
}
.complaint-form .step {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  flex-basis: auto;
}
@media screen and (max-width: 800px) {
  .complaint-form .step {
    display: none;
  }
}
.complaint-form .step:before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("../images/arrow.svg");
  background-repeat: no-repeat;
  top: 50%;
  right: -37px;
}
@media screen and (max-width: 800px) {
  .complaint-form .step:before {
    display: none;
  }
}
.complaint-form .step:last-child:before {
  display: none;
}
@media screen and (max-width: 800px) {
  .complaint-form .step.active {
    display: flex;
  }
}
.complaint-form .step-number {
  width: 60px;
  height: 60px;
  background-color: #ccc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  font-weight: bold;
  color: #fff;
  font-size: 30px;
  z-index: 1;
  position: relative;
}
.complaint-form .step-text {
  font-size: 15px;
  font-weight: 500;
  color: #999;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 800px) {
  .complaint-form .step-text br {
    display: none;
  }
}
.complaint-form .step-arrow {
  width: 20px;
  height: 23px;
  margin-top: -30px;
}
.complaint-form .step.active .step-number {
  background-color: #0097a7;
}
@media screen and (max-width: 800px) {
  .complaint-form .step.active .step-number {
    font-size: 24px;
    padding: 7px 14px 28px;
    justify-content: flex-start;
  }
  .complaint-form .step.active .step-number:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #fff;
    bottom: 24px;
    transform: rotate(-45deg);
    left: 16px;
  }
  .complaint-form .step.active .step-number p {
    position: absolute;
    top: 7px;
    left: 14px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px; /* 100% */
  }
  .complaint-form .step.active .step-number:after {
    content: "7";
    position: absolute;
    right: 15px;
    bottom: 4px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px; /* 150% */
  }
}
.complaint-form .step.active .step-text {
  color: #454545;
}
.complaint-form .terms-container {
  background-color: #fff;
  border: 1px solid #ccc;
  height: 368px;
  overflow-y: scroll;
  padding: 20px;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 28px;
}
@media screen and (max-width: 800px) {
  .complaint-form .terms-container {
    margin-bottom: 48px;
  }
}
.complaint-form h2 {
  color: #333;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 3px;
}
@media screen and (max-width: 800px) {
  .complaint-form h2 {
    text-align: center;
    font-size: 18px;
    margin-bottom: -8px;
  }
}
.complaint-form .site-form {
  display: flex;
  flex-direction: column;
  gap: 27px;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 800px) {
  .complaint-form .site-form {
    font-size: 15px;
    padding: 0 16px;
    gap: 40px;
  }
}
.complaint-form .site-form.--step-1 {
  gap: 0;
}
.complaint-form .site-form input {
  line-height: 2;
}
.complaint-form .site-form input[type=text]:read-only {
  background: #E0E0E0;
}
@media screen and (max-width: 800px) {
  .complaint-form .site-form input {
    padding: 0.5rem 0.8rem;
  }
}
.complaint-form .site-form input[type=date] {
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  padding: 0.8rem 1.6rem;
  font-size: 1.6rem;
  width: 256px;
}
@media screen and (max-width: 800px) {
  .complaint-form .site-form input[type=date] {
    width: 100%;
  }
}
.complaint-form .site-form input[type=date]::-webkit-calendar-picker-indicator {
  width: 26px;
  height: 26px;
  background-image: url("../images/calendar.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.complaint-form .site-form .site-form-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
}
.complaint-form .site-form .site-form-item-label {
  margin: 0;
}
@media screen and (max-width: 800px) {
  .complaint-form .site-form .site-form-item-label label {
    align-items: flex-start;
  }
}
.complaint-form .site-form .site-form-item-input .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  margin: 0;
}
.complaint-form .site-form .site-form-item-input .wpcf7-form-control-wrap .input__hidden {
  display: none;
}
.complaint-form .site-form .site-form-item-input span label input[type=radio] + span {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}
.complaint-form .site-form .site-form-item-input span label input[type=radio] + span:before {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid #cccccc;
  border-radius: 50vw;
  background: radial-gradient(#fff 8px, #fff 8px, #fff);
  margin-right: 0.5rem;
}
.complaint-form .site-form .site-form-item-input span label input[type=radio]:checked + span::before {
  background: radial-gradient(var(--themeColor) 8px, #fff 8px, #fff);
}
.complaint-form .site-form .site-form-item-input span label input[type=checkbox] + span {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}
.complaint-form .site-form .site-form-item-input span label input[type=checkbox] + span::before {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid #cccccc;
  background: #fff;
  border-radius: 4px;
  margin-right: 0.7rem;
}
.complaint-form .site-form .site-form-item-input span label input[type=checkbox] + span::after {
  content: "";
  display: block;
  width: 1.4rem;
  height: 0.8rem;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  position: absolute;
  top: 50%;
  left: 1.2rem;
  transform: translate(-50%, -75%) rotate(-45deg);
}
.complaint-form .site-form .site-form-item-input span label input[type=checkbox]:checked + span::before {
  background: var(--themeColor);
}
.complaint-form .site-form .site-form-item-input.--tel {
  display: flex;
  gap: 8px;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .complaint-form .site-form .site-form-item-input.--tel {
    gap: 4px;
  }
}
.complaint-form .site-form .site-form-item-input.--tel .wpcf7-form-control-wrap {
  width: 112px;
}
.complaint-form .site-form .site-form-item-input.--error {
  margin-top: -8px;
}
.complaint-form .site-form .btn-area {
  display: flex;
  position: relative;
  justify-content: center;
  gap: 48px;
  margin-top: 9px;
  margin-bottom: 27px;
}
@media screen and (max-width: 800px) {
  .complaint-form .site-form .btn-area {
    gap: 32px;
    margin-top: -8px;
    margin-bottom: -16px;
  }
}
.complaint-form .site-form .prev-btn {
  display: inline-flex;
  height: 62px;
  padding: 19px 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  border: 1px solid #0097A7;
  background: #FFF;
  color: #0097A7;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  cursor: pointer;
  transition: 200ms;
}
@media screen and (max-width: 800px) {
  .complaint-form .site-form .prev-btn {
    padding: 12px 24px;
    border: 2px solid #0097A7;
    font-size: 14px;
    line-height: 24px; /* 171.429% */
  }
}
.complaint-form .site-form .prev-btn:hover {
  background-color: #0097A7;
  color: #fff;
}
.complaint-form .site-form .submit-btn {
  background-color: #0097A7;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 18px 32px;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  border: 1px solid #0097A7;
  line-height: 24px; /* 150% */
  transition: 200ms;
}
@media screen and (max-width: 800px) {
  .complaint-form .site-form .submit-btn {
    padding: 12px 24px;
    font-size: 14px;
  }
}
.complaint-form .site-form .submit-btn:hover {
  background-color: #fff;
  color: #0097a7;
}
.complaint-form .site-form .submit-btn--gray {
  background-color: #ccc;
}
.complaint-form .site-form .submit-btn:disabled {
  background-color: #ccc;
  border-color: #ccc;
  color: #fff;
  cursor: not-allowed;
}
.complaint-form .site-form .wpcf7-spinner {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, calc(100% + 8px));
  display: block;
  margin: 0 auto;
}
.complaint-form .site-form .your-contractor {
  position: relative;
}
.complaint-form .site-form .your-contractor .wpcf7-radio {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 800px) {
  .complaint-form .site-form .your-contractor .wpcf7-radio {
    gap: 60px;
  }
}
.complaint-form .site-form .your-contractor .wpcf7-list-item {
  margin: 0;
}
@media screen and (max-width: 800px) {
  .complaint-form .site-form .your-contractor .wpcf7-list-item:nth-child(2) {
    margin-top: -40px;
  }
}
.complaint-form .site-form .your-contractor span[data-name=your-contractor-etc] {
  position: absolute;
  top: 54px;
  left: 200px;
  width: calc(100% - 200px);
}
@media screen and (max-width: 800px) {
  .complaint-form .site-form .your-contractor span[data-name=your-contractor-etc] {
    top: 84px;
    left: 30px;
    width: calc(100% - 30px);
  }
}
.complaint-form .site-form .your-contractor span[data-name=your-contractor-etc] input {
  width: 256px;
}
@media screen and (max-width: 800px) {
  .complaint-form .site-form .your-contractor span[data-name=your-contractor-etc] input {
    width: 100%;
  }
}
.complaint-form .site-form .your-tel {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 800px) {
  .complaint-form .site-form .your-tel {
    flex-direction: column;
    gap: 16px;
  }
}
.complaint-form .site-form .your-tel > div {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 800px) {
  .complaint-form .site-form .your-tel > div {
    gap: 0;
  }
}
.complaint-form .site-form .your-tel > div > span:last-child {
  flex: 1;
}
@media screen and (max-width: 800px) {
  .complaint-form .site-form .your-tel > div > span:last-child {
    width: calc(100% - 58px);
  }
}
.complaint-form .site-form .your-tel__title {
  width: 72px;
}
@media screen and (max-width: 800px) {
  .complaint-form .site-form .your-tel__title {
    width: 56px;
  }
}
.complaint-form .site-form .your-tel__input {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 800px) {
  .complaint-form .site-form .your-tel__input {
    gap: 4px;
  }
}
.complaint-form .site-form .your-tel__input .wpcf7-form-control-wrap {
  width: 112px;
}
@media screen and (max-width: 800px) {
  .complaint-form .site-form .your-tel__input .wpcf7-form-control-wrap {
    max-width: 80px;
  }
}
.complaint-form .site-form .wpcf7-list-item {
  margin: 0 1em 0 0;
}
.complaint-form .site-form .company-license {
  position: relative;
}
.complaint-form .site-form .company-license .company-license-type .wpcf7-radio {
  display: flex;
  flex-direction: column;
  gap: 33px;
  padding: 8px 0;
}
@media screen and (max-width: 800px) {
  .complaint-form .site-form .company-license .company-license-type .wpcf7-radio {
    gap: 35px;
    padding-bottom: 0;
  }
}
.complaint-form .site-form .company-license .company-license-type .wpcf7-list-item {
  margin: 0;
}
@media screen and (max-width: 800px) {
  .complaint-form .site-form .company-license .company-license-type .wpcf7-list-item {
    padding-bottom: 62px;
  }
}
.complaint-form .site-form .company-license .company-license-transport,
.complaint-form .site-form .company-license .company-license-tokyo {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 800px) {
  .complaint-form .site-form .company-license .company-license-transport,
  .complaint-form .site-form .company-license .company-license-tokyo {
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
    width: 100%;
  }
}
.complaint-form .site-form .company-license .company-license-transport-number-short-wrapper,
.complaint-form .site-form .company-license .company-license-tokyo-number-short-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
}
.complaint-form .site-form .company-license .company-license-transport-number-short-wrapper .--before,
.complaint-form .site-form .company-license .company-license-transport-number-short-wrapper .--after,
.complaint-form .site-form .company-license .company-license-tokyo-number-short-wrapper .--before,
.complaint-form .site-form .company-license .company-license-tokyo-number-short-wrapper .--after {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: normal;
}
.complaint-form .site-form .company-license .company-license-transport-number-short-wrapper input,
.complaint-form .site-form .company-license .company-license-tokyo-number-short-wrapper input {
  text-align: center;
}
.complaint-form .site-form .company-license .company-license-transport span[data-name=company-license-transport-number-short],
.complaint-form .site-form .company-license .company-license-transport span[data-name=company-license-tokyo-number-short],
.complaint-form .site-form .company-license .company-license-tokyo span[data-name=company-license-transport-number-short],
.complaint-form .site-form .company-license .company-license-tokyo span[data-name=company-license-tokyo-number-short] {
  display: block;
  width: 80px;
}
@media screen and (max-width: 800px) {
  .complaint-form .site-form .company-license .company-license-transport span[data-name=company-license-transport-number-short],
  .complaint-form .site-form .company-license .company-license-transport span[data-name=company-license-tokyo-number-short],
  .complaint-form .site-form .company-license .company-license-tokyo span[data-name=company-license-transport-number-short],
  .complaint-form .site-form .company-license .company-license-tokyo span[data-name=company-license-tokyo-number-short] {
    width: calc(100% - 181px);
  }
}
.complaint-form .site-form .company-license .company-license-transport .company-license-transport-number-medium-wrapper,
.complaint-form .site-form .company-license .company-license-transport .company-license-tokyo-number-medium-wrapper,
.complaint-form .site-form .company-license .company-license-tokyo .company-license-transport-number-medium-wrapper,
.complaint-form .site-form .company-license .company-license-tokyo .company-license-tokyo-number-medium-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 800px) {
  .complaint-form .site-form .company-license .company-license-transport .company-license-transport-number-medium-wrapper,
  .complaint-form .site-form .company-license .company-license-transport .company-license-tokyo-number-medium-wrapper,
  .complaint-form .site-form .company-license .company-license-tokyo .company-license-transport-number-medium-wrapper,
  .complaint-form .site-form .company-license .company-license-tokyo .company-license-tokyo-number-medium-wrapper {
    width: calc(100% - 30px);
  }
}
.complaint-form .site-form .company-license .company-license-transport span[data-name=company-license-transport-number-medium],
.complaint-form .site-form .company-license .company-license-transport span[data-name=company-license-tokyo-number-medium],
.complaint-form .site-form .company-license .company-license-tokyo span[data-name=company-license-transport-number-medium],
.complaint-form .site-form .company-license .company-license-tokyo span[data-name=company-license-tokyo-number-medium] {
  display: block;
  width: 256px;
}
@media screen and (max-width: 800px) {
  .complaint-form .site-form .company-license .company-license-transport span[data-name=company-license-transport-number-medium],
  .complaint-form .site-form .company-license .company-license-transport span[data-name=company-license-tokyo-number-medium],
  .complaint-form .site-form .company-license .company-license-tokyo span[data-name=company-license-transport-number-medium],
  .complaint-form .site-form .company-license .company-license-tokyo span[data-name=company-license-tokyo-number-medium] {
    width: 100%;
  }
}
.complaint-form .site-form .company-license .company-license-transport {
  top: 0;
  left: 200px;
}
@media screen and (max-width: 800px) {
  .complaint-form .site-form .company-license .company-license-transport {
    left: auto;
    right: 0;
  }
}
.complaint-form .site-form .company-license .company-license-tokyo {
  top: 63px;
  left: 200px;
}
@media screen and (max-width: 800px) {
  .complaint-form .site-form .company-license .company-license-tokyo {
    top: 127px;
    left: auto;
    right: 0;
  }
}
.complaint-form .site-form .company-license-type .wpcf7-radio {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 800px) {
  .complaint-form .site-form .company-license-type .wpcf7-radio {
    gap: 0;
  }
}
.complaint-form .site-form .company-license-type .wpcf7-list-item {
  margin: 0;
}
@media screen and (max-width: 800px) {
  .complaint-form .site-form .company-license-type .wpcf7-list-item {
    padding-bottom: 100px;
  }
}
.complaint-form .site-form .company-license-type .wpcf7-list-item span {
  position: relative;
  z-index: 1;
  width: fit-content;
}
.complaint-form .site-form .radio-checkbox-etc-wrapper {
  position: relative;
}
.complaint-form .site-form .radio-checkbox-etc-wrapper .wpcf7-radio,
.complaint-form .site-form .radio-checkbox-etc-wrapper .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 0;
  padding-bottom: 8px;
}
@media screen and (max-width: 800px) {
  .complaint-form .site-form .radio-checkbox-etc-wrapper .wpcf7-radio,
  .complaint-form .site-form .radio-checkbox-etc-wrapper .wpcf7-checkbox {
    gap: 20px;
    padding-bottom: 55px;
  }
}
.complaint-form .site-form .radio-checkbox-etc-wrapper .wpcf7-list-item {
  width: 33.33%;
  margin: 0;
}
@media screen and (max-width: 800px) {
  .complaint-form .site-form .radio-checkbox-etc-wrapper .wpcf7-list-item {
    width: 100%;
  }
}
.complaint-form .site-form .radio-checkbox-etc-wrapper .wpcf7-list-item.last {
  flex-basis: 100%;
}
.complaint-form .site-form .radio-checkbox-etc-wrapper span[data-name$=-etc] {
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 130px);
}
@media screen and (max-width: 800px) {
  .complaint-form .site-form .radio-checkbox-etc-wrapper span[data-name$=-etc] {
    width: calc(100% - 30px);
  }
}
.complaint-form .site-form span[data-name=property-type-etc] {
  top: 85px;
  bottom: auto;
}
@media screen and (max-width: 800px) {
  .complaint-form .site-form span[data-name=property-type-etc] {
    top: 290px;
  }
}
.complaint-form .site-form span[data-name=contract-important-matters-explanation-etc] {
  top: 38px;
  bottom: auto;
}
@media screen and (max-width: 800px) {
  .complaint-form .site-form span[data-name=contract-important-matters-explanation-etc] {
    top: 193px;
  }
}
.complaint-form .site-form .property-deal-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 800px) {
  .complaint-form .site-form .property-deal-wrapper {
    gap: 12px;
  }
}
.complaint-form .site-form .property-deal-wrapper > span {
  margin: 0;
}
.complaint-form .site-form .property-deal-type-wrapper .wpcf7-radio,
.complaint-form .site-form .property-deal-pattern-wrapper .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 0;
}
@media screen and (max-width: 800px) {
  .complaint-form .site-form .property-deal-type-wrapper .wpcf7-radio,
  .complaint-form .site-form .property-deal-pattern-wrapper .wpcf7-radio {
    gap: 20px;
  }
}
.complaint-form .site-form .property-deal-type-wrapper .wpcf7-list-item,
.complaint-form .site-form .property-deal-pattern-wrapper .wpcf7-list-item {
  width: 33.33%;
  margin: 0;
}
@media screen and (max-width: 800px) {
  .complaint-form .site-form .property-deal-type-wrapper .wpcf7-list-item,
  .complaint-form .site-form .property-deal-pattern-wrapper .wpcf7-list-item {
    width: 100%;
  }
}
.complaint-form .site-form .property-contract-amount-wrapper {
  display: flex;
  gap: 8px;
  align-items: center;
}
.complaint-form .site-form .property-contract-amount-wrapper > span:first-child {
  width: 256px;
}
.complaint-form .site-form .property-contract-amount-wrapper input {
  text-align: right;
}
.complaint-form .site-form textarea {
  display: block;
  height: 400px;
  resize: block;
}
@media screen and (max-width: 800px) {
  .complaint-form .site-form textarea {
    height: 360px;
  }
}
.complaint-form .site-form textarea:read-only {
  background: #E0E0E0;
}
.complaint-form .site-form textarea.--min {
  height: 144px;
}
@media screen and (max-width: 800px) {
  .complaint-form .site-form .wpcf7-form-control-wrap[data-name=contract-trigger-etc] {
    width: calc(100% - 30px);
    margin: -44px 0 0 30px;
  }
}
.complaint-form .site-form .contract-payment {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.complaint-form .site-form .contract-payment-row {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 800px) {
  .complaint-form .site-form .contract-payment-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}
.complaint-form .site-form .contract-payment-row-label {
  width: 180px;
}
.complaint-form .site-form .contract-payment-row-amount {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
}
@media screen and (max-width: 800px) {
  .complaint-form .site-form .contract-payment-row-amount {
    width: 100%;
  }
}
.complaint-form .site-form .contract-payment-row-amount input {
  text-align: right;
}
@media screen and (max-width: 800px) {
  .complaint-form .site-form .contract-payment-row-date {
    width: 100%;
  }
}
.complaint-form .site-form .example-box {
  width: 100%;
  padding: 16px 24px;
  background: #E6E6E4;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin: 3px 0;
}
@media screen and (max-width: 800px) {
  .complaint-form .site-form .example-box {
    margin: -20px 0 0;
  }
}
.complaint-form .site-form .note-box {
  display: flex;
  width: 100%;
  padding: 32px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #E6E6E4;
  color: #333;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 200% */
}
@media screen and (max-width: 800px) {
  .complaint-form .site-form .note-box {
    padding: 16px;
    font-size: 14px;
    line-height: 30px;
    text-align: left;
  }
}
.complaint-form .site-form .site-form-item-confirm {
  padding: 14px 16px;
  background: #E0E0E0;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  min-height: 52px;
}
.complaint-form .site-form .site-form-item-confirm .company-license-transport,
.complaint-form .site-form .site-form-item-confirm .company-license-tokyo {
  position: static;
  flex-direction: row;
}
.complaint-form .site-form .wpcf7-not-valid-tip {
  line-height: 1.5;
}
.complaint-form .site-form .wpcf7-response-output {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  border: 1px solid #B71C1C !important;
  background: #FFF;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
  padding: 8px;
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 200% */
}
.complaint-form .site-form.--sent h2 {
  margin-top: 48px;
  margin-bottom: 53px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .complaint-form .site-form.--sent h2 {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.complaint-form .site-form.--sent .close-area {
  margin-top: 37px;
  background: #E6E6E4;
  padding: 32px 16px;
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 200% */
}
@media screen and (max-width: 800px) {
  .complaint-form .site-form.--sent .close-area {
    margin-top: 0;
    padding: 16px;
  }
}

/*# sourceMappingURL=complaint-form.css.map */
