@charset "UTF-8";

/* Zoho Webフォーム */
.downloadTitleWrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  padding: 0 20px;
}

.zcwf_lblLeft.crmWebToEntityForm {
  max-width: 1100px !important;
  margin: 0 auto;
}
.zcwf_lblLeft .zcwf_row {
  margin: 35px 0;
  display: flex;
  flex-direction: column;
}
.zcwf_lblLeft .zcwf_col_lab label {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
}
.zcwf_lblLeft .zcwf_col_lab label span {
  display: flex;
  margin-left: 10px;
  width: 36px;
  height: 22px;
  color: #fff !important;
  font-size: 14px;
  line-height: 1;
  position: relative;
}
.zcwf_lblLeft .zcwf_col_lab label span::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "必須";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 22px;
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  background-color: #0C7C66;
  border-radius: 3px;
  z-index: 2;
}

.zcwf_lblLeft .zcwf_col_fld {
  width: 100% !important;
}

#crmWebToEntityForm.zcwf_lblLeft {
  padding: 0 20px !important;
}

.zcwf_lblLeft .zcwf_col_fld input[type=text],
input[type=password],
.zcwf_lblLeft .zcwf_col_fld textarea {
  padding: 15px 20px;
  font-size: 18px;
  width: 100% !important;
  height: 70px;
}

.zcwf_lblLeft .zcwf_col_fld textarea {
  min-height: 150px;
}

.zcwf_lblLeft .zcwf_col_fld input[type="submit"],
.zcwf_lblLeft .zcwf_col_fld input[type="reset"] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 80px auto 0;
  width: 100%;
  height: 48px;
  max-width: 300px;
  color: #2E2E2E;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  background-color: #fff;
  border: 1px solid #2E2E2E;
  border-radius: 24px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.zcwf_lblLeft .zcwf_col_fld input[type="submit"] {
  color: #fff;
  background: #0C7C66;
}
.zcwf_lblLeft .zcwf_col_fld input[type="reset"] {
  margin-top: 30px;
}
.zcwf_lblLeft .zcwf_privacy {
  display: flex;
  flex-wrap: wrap;
}
.zcwf_lblLeft .zcwf_privacy .dIB.vaT {
  width: fit-content;
}
.zcwf_lblLeft .zcwf_privacy .dIB.vaT input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-top: 0.5em;
  cursor: pointer;
}
.zcwf_lblLeft .zcwf_privacy .dIB.zcwf_privacy_txt {
  width: calc(100% - 30px);
  margin-left: 10px;
  font-size: 18px;
  font-weight: 500;
}

@media (hover: hover) {
  .zcwf_lblLeft .zcwf_col_fld input[type="submit"]:hover,
  .zcwf_lblLeft .zcwf_col_fld input[type="reset"]:hover {
    background-color: #2E2E2E;
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .download__top {
    padding: 0 20px;
  }
  .download__title {
    font-size: 24px;
  }
  .zcwf_lblLeft .zcwf_col_fld input[type="submit"] {
    margin-top: 60px;
  }
}


/* iframe */
.maga {
  margin: 0 auto;
  padding: 30px 20px;
  max-width: 1100px;
}

.maga iframe {
  width: 100% !important;
  height: auto !important;
}

.maga iframe .zcwf_lblLeft.crmWebToEntityForm {
  max-width: 1100px !important;
  margin: 0 auto;
}
.maga iframe .zcwf_lblLeft .zcwf_row {
  margin: 35px 0;
  display: flex;
  flex-direction: column;
}
.maga iframe .zcwf_lblLeft .zcwf_col_lab label {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
}
.maga iframe .zcwf_lblLeft .zcwf_col_lab label span {
  display: flex;
  margin-left: 10px;
  width: 36px;
  height: 22px;
  color: #fff !important;
  font-size: 14px;
  line-height: 1;
  position: relative;
}
.maga iframe .zcwf_lblLeft .zcwf_col_lab label span::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "必須";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 22px;
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  background-color: #0C7C66;
  border-radius: 3px;
  z-index: 2;
}

.maga iframe .zcwf_lblLeft .zcwf_col_fld {
  width: 100% !important;
}

.maga iframe #crmWebToEntityForm.zcwf_lblLeft {
  padding: 0 20px 70px !important;
}

.maga iframe .zcwf_lblLeft .zcwf_col_fld input[type=text],
input[type=password],
.zcwf_lblLeft .zcwf_col_fld textarea {
  padding: 15px 20px;
  font-size: 18px;
  width: 100% !important;
  height: 70px;
}

.maga iframe .zcwf_lblLeft .zcwf_col_fld textarea {
  min-height: 150px;
}

.maga iframe .zcwf_lblLeft .zcwf_col_fld input[type="submit"],
.maga iframe .zcwf_lblLeft .zcwf_col_fld input[type="reset"] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 80px auto 0;
  width: 100%;
  height: 48px;
  max-width: 300px;
  color: #2E2E2E;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  background-color: #fff;
  border: 1px solid #2E2E2E;
  border-radius: 24px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.maga iframe .zcwf_lblLeft .zcwf_col_fld input[type="submit"] {
  background: #0C7C66;
}
.maga iframe .zcwf_lblLeft .zcwf_col_fld input[type="reset"] {
  margin-top: 30px;
}

.maga iframe .zcwf_lblLeft .zcwf_privacy {
  display: flex;
  flex-wrap: wrap;
}
.maga iframe .zcwf_lblLeft .zcwf_privacy .dIB.vaT {
  width: fit-content;
}
.maga iframe .zcwf_lblLeft .zcwf_privacy .dIB.vaT input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-top: 0.5em;
  cursor: pointer;
}
.maga iframe .zcwf_lblLeft .zcwf_privacy .dIB.zcwf_privacy_txt {
  width: calc(100% - 30px);
  margin-left: 10px;
  font-size: 18px;
  font-weight: 500;
}
