@charset "UTF-8";
#crmWebToEntityForm.zcwf_lblLeft {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}
#crmWebToEntityForm.zcwf_lblLeft * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#crmWebToEntityForm .zcwf_title {
  margin: 0 0 20px;
  padding: 0;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  color: #222;
}
#crmWebToEntityForm .zcwf_row {
  margin: 0 0 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width: 1160px) {
  #crmWebToEntityForm .zcwf_row {
    display: block;
  }
}
#crmWebToEntityForm .zcwf_row.submit {
  margin: 50px 0;
}
@media all and (max-width: 1160px) {
  #crmWebToEntityForm .zcwf_row.submit {
    margin: 30px 0;
  }
}
#crmWebToEntityForm .zcwf_row.submit .btn-submit-wrap {
  position: relative;
}
@media all and (max-width: 1160px) {
  #crmWebToEntityForm .zcwf_row.submit .btn-submit-wrap {
    width: 50%;
  }
}
#crmWebToEntityForm .zcwf_row.submit .btn-submit-wrap input[type=submit] {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 80px;
  width: 320px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: relative;
  font-family: "Zen Kaku Gothic New", serif;
  border: none;
  background: none;
  cursor: pointer;
  z-index: 2;
}
@media all and (max-width: 1160px) {
  #crmWebToEntityForm .zcwf_row.submit .btn-submit-wrap input[type=submit] {
    height: 60px;
    width: 100%;
    max-width: 300px;
    font-size: 18px;
  }
}
#crmWebToEntityForm .zcwf_row.submit .btn-submit-wrap:hover::before {
  opacity: 1;
}
#crmWebToEntityForm .zcwf_row.submit .btn-submit-wrap::before, #crmWebToEntityForm .zcwf_row.submit .btn-submit-wrap::after {
  content: "";
  display: block;
  position: absolute;
}
#crmWebToEntityForm .zcwf_row.submit .btn-submit-wrap::before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 126, 126)), color-stop(35%, rgb(219, 46, 46)), to(rgb(183, 28, 28)));
  background: -webkit-linear-gradient(left, rgb(255, 126, 126) 0%, rgb(219, 46, 46) 35%, rgb(183, 28, 28) 100%);
  background: linear-gradient(90deg, rgb(255, 126, 126) 0%, rgb(219, 46, 46) 35%, rgb(183, 28, 28) 100%);
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#crmWebToEntityForm .zcwf_row.submit .btn-submit-wrap::after {
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgb(231, 63, 63)), color-stop(50%, rgb(183, 28, 28)), to(rgb(183, 28, 28)));
  background: -webkit-linear-gradient(left, rgb(231, 63, 63) 0%, rgb(183, 28, 28) 50%, rgb(183, 28, 28) 100%);
  background: linear-gradient(90deg, rgb(231, 63, 63) 0%, rgb(183, 28, 28) 50%, rgb(183, 28, 28) 100%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
#crmWebToEntityForm .zcwf_row.submit .btn-submit-wrap span {
  position: relative;
  z-index: 3;
}
#crmWebToEntityForm .zcwf_row.submit .btn-submit-wrap span::after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  right: 20px;
  top: 50%;
  margin-top: -4px;
  z-index: 2;
}
#crmWebToEntityForm .zcwf_row.submit .btn-reset-wrap {
  position: relative;
}
@media all and (max-width: 1160px) {
  #crmWebToEntityForm .zcwf_row.submit .btn-reset-wrap {
    width: 50%;
  }
}
#crmWebToEntityForm .zcwf_row.submit .btn-reset-wrap input[type=reset] {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 80px;
  width: 320px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: relative;
  font-family: "Zen Kaku Gothic New", serif;
  border: none;
  background: none;
  cursor: pointer;
  z-index: 2;
}
@media all and (max-width: 1160px) {
  #crmWebToEntityForm .zcwf_row.submit .btn-reset-wrap input[type=reset] {
    height: 60px;
    width: 100%;
    max-width: 300px;
    font-size: 18px;
  }
}
#crmWebToEntityForm .zcwf_row.submit .btn-reset-wrap:hover::before {
  opacity: 1;
}
#crmWebToEntityForm .zcwf_row.submit .btn-reset-wrap::before, #crmWebToEntityForm .zcwf_row.submit .btn-reset-wrap::after {
  content: "";
  display: block;
  position: absolute;
}
#crmWebToEntityForm .zcwf_row.submit .btn-reset-wrap::before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 126, 126)), color-stop(35%, rgb(219, 46, 46)), to(rgb(183, 28, 28)));
  background: -webkit-linear-gradient(left, rgb(255, 126, 126) 0%, rgb(219, 46, 46) 35%, rgb(183, 28, 28) 100%);
  background: linear-gradient(90deg, rgb(255, 126, 126) 0%, rgb(219, 46, 46) 35%, rgb(183, 28, 28) 100%);
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#crmWebToEntityForm .zcwf_row.submit .btn-reset-wrap::after {
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgb(231, 63, 63)), color-stop(50%, rgb(183, 28, 28)), to(rgb(183, 28, 28)));
  background: -webkit-linear-gradient(left, rgb(231, 63, 63) 0%, rgb(183, 28, 28) 50%, rgb(183, 28, 28) 100%);
  background: linear-gradient(90deg, rgb(231, 63, 63) 0%, rgb(183, 28, 28) 50%, rgb(183, 28, 28) 100%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
#crmWebToEntityForm .zcwf_row.submit .btn-reset-wrap span::after {
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  right: 20px;
  top: 50%;
  margin-top: -4px;
  z-index: 2;
}
#crmWebToEntityForm .zcwf_row.submit .zcwf_col_fld {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media all and (max-width: 1160px) {
  #crmWebToEntityForm .zcwf_row.submit .zcwf_col_fld {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#crmWebToEntityForm .zcwf_row.submit input[type=file]:disabled {
  cursor: default;
}
#crmWebToEntityForm .zcwf_row.submit .wpcf7-submit:disabled {
  cursor: not-allowed;
}
#crmWebToEntityForm .zcwf_row.submit input[type=url],
#crmWebToEntityForm .zcwf_row.submit input[type=email],
#crmWebToEntityForm .zcwf_row.submit input[type=tel] {
  direction: ltr;
}
#crmWebToEntityForm .zcwf_row:after {
  content: "";
  display: table;
  clear: both;
}
#crmWebToEntityForm .zcwf_col_fld:after,
#crmWebToEntityForm .cBoth:after {
  content: "";
  display: table;
  clear: both;
}
#crmWebToEntityForm .zcwf_col_lab {
  width: 340px;
  min-width: 340px;
  min-height: 1px;
  margin-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-word;
  font-size: 22px;
  line-height: 1.7;
  color: #333;
  vertical-align: middle;
}
#crmWebToEntityForm .zcwf_col_lab.hissu:after {
  content: "必須";
  margin: 0 0 0 30px;
  padding: 2px 8px;
  background: #e50012;
  color: #fff;
  font-size: 16px;
}
#crmWebToEntityForm .zcwf_col_fld {
  float: left;
  width: calc(100% - 350px);
  margin-top: 5px;
  padding: 0 6px 0 0;
  position: relative;
}
#crmWebToEntityForm input,
#crmWebToEntityForm textarea,
#crmWebToEntityForm select {
  width: 100%;
  padding: 13px;
  border: 1px solid #6f6f6f;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 16px;
  line-height: 1.6;
}
#crmWebToEntityForm textarea {
  resize: vertical;
}
#crmWebToEntityForm .zcwf_col_help {
  margin-top: 6px;
  max-width: 100%;
  float: none;
  color: #666;
  font-size: 12px;
}
#crmWebToEntityForm .zcwf_col_fld_slt {
  width: 100%;
}
#crmWebToEntityForm .wfrm_fld_dpNn {
  display: none;
}
#crmWebToEntityForm .zc_inquiry_radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media all and (max-width: 1160px) {
  #crmWebToEntityForm .zc_inquiry_radios {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
#crmWebToEntityForm .zc_inquiry_radios label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  font-size: 18px;
  line-height: 1.5;
}
#crmWebToEntityForm .zc_inquiry_radios label:has(input[type=radio]:checked)::after {
  opacity: 1;
}
#crmWebToEntityForm .zc_inquiry_radios label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 28px;
  height: 28px;
  border: 1px solid #6f6f6f;
  border-radius: 50%;
  background: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#crmWebToEntityForm .zc_inquiry_radios label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 7px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #6f6f6f;
  opacity: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#crmWebToEntityForm .zc_inquiry_radios input[type=radio] {
  display: none;
}
#crmWebToEntityForm .zcwf_tooltip_over {
  position: relative;
}
#crmWebToEntityForm .zcwf_tooltip_ctn {
  position: absolute;
  top: 3px;
  z-index: 100;
  min-width: 100px;
  max-width: 180px;
  padding: 3px 6px;
  border-radius: 4px;
  background: #dedede;
  color: #313949;
  word-break: break-word;
}
#crmWebToEntityForm input:-webkit-autofill,
#crmWebToEntityForm select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px rgb(224, 255, 255) inset !important;
          box-shadow: 0 0 0 1000px rgb(224, 255, 255) inset !important;
}
#crmWebToEntityForm select:focus {
  background-color: rgb(224, 255, 255);
}

@media all and (max-width: 1160px) {
  #crmWebToEntityForm .zcwf_col_lab,
  #crmWebToEntityForm .zcwf_col_fld {
    width: 100%;
    min-width: 0;
    margin-right: 0;
    padding-right: 0;
    float: none !important;
  }
}
@media all and (max-width: 800px) {
  #crmWebToEntityForm .zcwf_col_lab {
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0;
    font-size: 18px;
  }
  #crmWebToEntityForm .zcwf_col_lab.hissu:after {
    margin-left: 20px;
    padding: 2px 8px;
    font-size: 14px;
  }
  #crmWebToEntityForm input,
  #crmWebToEntityForm textarea,
  #crmWebToEntityForm select {
    padding: 5px;
  }
  #crmWebToEntityForm textarea {
    height: 200px;
  }
  #crmWebToEntityForm .zcwf_button {
    width: 100%;
    max-width: 300px;
    margin-bottom: 8px;
  }
}