.download-foam:where(.astro-ISM3UQ7D) {
  background: #edf3f8;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .download-foam:where(.astro-ISM3UQ7D) {
    width: 100%;
  }
}
.download-foam-heading:where(.astro-ISM3UQ7D) {
  padding: 40px 20px 0;
  font-family: var(--font-ja);
  font-size: clamp(1.5rem, 1.318rem + 0.91vw, 2rem);
  font-weight: 700;
}
@media (min-width: 768px) {
  .download-foam-heading:where(.astro-ISM3UQ7D) {
    padding-left: 40px;
  }
}
.form-container:where(.astro-ISM3UQ7D) {
  width: 335px;
  margin: 0 auto;
  padding: 40px 20px;
}
@media (min-width: 768px) {
  .form-container:where(.astro-ISM3UQ7D) {
    width: 100%;
    padding: 30px;
  }
}
.form-group:where(.astro-ISM3UQ7D) {
  margin-bottom: 26px;
}
@media (min-width: 768px) {
  .form-group:where(.astro-ISM3UQ7D) {
    margin-bottom: 32px;
  }
}
label:where(.astro-ISM3UQ7D) {
  display: block;
  margin-bottom: 8px;
  font-family: var(--font-ja);
  font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);
  font-weight: 700;
}
@media (min-width: 768px) {
  label:where(.astro-ISM3UQ7D) {
    margin-bottom: 20px;
  }
}
.required:where(.astro-ISM3UQ7D) {
  width: 20px;
  height: 15px;
  margin-left: 4px;
  color: #fff;
  background-color: red;
  padding: 1px 8px;
  font-size: clamp(0.625rem, 0.58rem + 0.23vw, 0.75rem);
}
.input-text:where(.astro-ISM3UQ7D) {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #fff;
}
.input-text:where(.astro-ISM3UQ7D)::-webkit-input-placeholder {
  color: #ccc;
}
.input-text:where(.astro-ISM3UQ7D)::-moz-placeholder {
  color: #ccc;
}
.input-text:where(.astro-ISM3UQ7D):-ms-input-placeholder {
  color: #ccc;
}
.input-text:where(.astro-ISM3UQ7D)::-ms-input-placeholder {
  color: #ccc;
}
.input-text:where(.astro-ISM3UQ7D)::placeholder {
  color: #ccc;
}
.checkbox-label:where(.astro-ISM3UQ7D) {
  display: flex;
  align-items: center;
}
.checkbox-input:where(.astro-ISM3UQ7D) {
  margin-right: 10px;
}
:where(.astro-ISM3UQ7D)[type="checkbox"] {
  display: none;
}
.download-checkbox:where(.astro-ISM3UQ7D) {
  display: inline-block;
  padding-left: 38px;
  position: relative;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
}
.download-checkbox:where(.astro-ISM3UQ7D) a:where(.astro-ISM3UQ7D) {
  text-decoration: underline;
}
.download-checkbox:where(.astro-ISM3UQ7D):before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background: #fff;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border: 1px solid #707070;
}
@media (min-width: 768px) {
  .download-checkbox:where(.astro-ISM3UQ7D):before {
    width: 32px;
    height: 32px;
  }
}
.download-checkbox:where(.astro-ISM3UQ7D):after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border: 1px solid #707070;
  display: none;
}
:where(.astro-ISM3UQ7D)[type="checkbox"]:checked
  + span:where(.astro-ISM3UQ7D):after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  border-bottom: 4px solid #1a1a1a;
  border-left: 4px solid #1a1a1a;
  border-top: none;
  border-right: none;
  content: "";
  display: block;
  height: 16.8px;
  left: 0;
  margin-top: -0.2em;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 28px;
}
.private-policy:where(.astro-ISM3UQ7D) {
  padding: 22px 0 22px 20px;
}
@media (min-width: 768px) {
  .private-policy:where(.astro-ISM3UQ7D) {
    text-align: center;
    padding: 10px 0;
  }
}
.space:where(.astro-ISM3UQ7D) {
  margin-left: 6px;
}
@media (min-width: 768px) {
  .download-button:where(.astro-ISM3UQ7D) {
    width: 100%;
    padding: 0 64px;
  }
}
@media (max-width: 768px) {
  .download-button:where(.astro-ISM3UQ7D) {
    width: 100%;
    padding: 0;
  }
}
.download-wrapper:where(.astro-DDBCYCIH) {
  margin-bottom: 100px;
}
@media (min-width: 768px) {
  .download-wrapper:where(.astro-DDBCYCIH) {
    display: flex;
    gap: 40px;
    margin-top: 70px;
    margin-bottom: 120px;
  }
}
.download-heading:where(.astro-DDBCYCIH) {
  padding-bottom: 24px;
  font-family: var(--font-ja);
  font-size: clamp(1.25rem, 1.068rem + 0.91vw, 1.75rem);
  font-weight: 700;
}
@media (min-width: 768px) {
  .download-heading:where(.astro-DDBCYCIH) {
    margin-bottom: 6px;
  }
}
.download-image:where(.astro-DDBCYCIH) {
  width: 92%;
  height: auto;
  padding-bottom: 20px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .download-image:where(.astro-DDBCYCIH) {
    width: 60%;
    padding-bottom: 18px;
  }
}
.download-text:where(.astro-DDBCYCIH) {
  font-family: var(--font-ja);
  font-size: 14px;
  line-height: 1.71;
}
.download-left:where(.astro-DDBCYCIH) {
  padding: 46px 0 58px;
}
@media (min-width: 768px) {
  .download-left:where(.astro-DDBCYCIH) {
    width: 48.36%;
    padding: 0;
  }
}
.download-right:where(.astro-DDBCYCIH) {
  background: #edf3f8;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .download-right:where(.astro-DDBCYCIH) {
    width: 51.64%;
  }
}
