.form {
  background: #fff;
  padding: calc(80 / 750 * 100cqw) calc(60 / 750 * 100cqw) calc(160 / 750 * 100cqw);
}
.form__lead {
  font-family: var(--font-family-Roboto, Roboto);
  font-weight: 700;
  font-size: calc(34 / 750 * 100cqw);
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: center;
  color: #FF9000;
  margin-bottom: calc(10 / 750 * 100cqw);
}
.form__title {
  font-family: var(--font-family-Noto-Sans-JP, "Noto Sans JP");
  font-weight: 700;
  font-size: calc(48 / 750 * 100cqw);
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: center;
  color: #333;
  margin-bottom: calc(56 / 750 * 100cqw);
}
.form #outputHTML {
  margin: 0 auto;
}
.form #outputHTML li p {
  font-size: 1.1em;
}
.form a.order,
.form a.order1 {
  font-size: 1.1em;
}
.form #SMP_STYLE {
  width: 100%;
  margin: 0 auto;
}
.form .smp-card-list {
  width: 100%;
  margin: calc(80 / 750 * 100cqw) 0 calc(53 / 750 * 100cqw);
}
.form .smp-card-list th {
  font-family: var(--font-family-Noto-Sans-JP, "Noto Sans JP");
  font-weight: 700;
  font-size: calc(38 / 750 * 100cqw);
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: center;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: calc(10 / 750 * 100cqw) 0;
}
.form .smp-card-list th::before,
.form .smp-card-list th::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #333;
  flex: 1;
}
.form .smp-card-list th::before {
  margin-right: calc(30 / 750 * 100cqw);
}
.form .smp-card-list th::after {
  margin-left: calc(30 / 750 * 100cqw);
}
.form .smp_tmpl dl.cf {
  margin-bottom: calc(56 / 750 * 100cqw);
}
.form #SMP_STYLE dt.title {
  font-family: var(--font-family-Noto-Sans-JP, "Noto Sans JP");
  font-weight: 700;
  font-size: calc(28 / 750 * 100cqw);
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #333;
  margin-bottom: calc(26 / 750 * 100cqw);
  display: flex;
  align-items: center;
}
.form #SMP_STYLE dt.title .need {
  background-color: #FF9000;
  padding: calc(4 / 750 * 100cqw) calc(16 / 750 * 100cqw);
  font-weight: 400;
  font-size: calc(26 / 750 * 100cqw);
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #fff;
  margin-left: calc(20 / 750 * 100cqw);
}
.form #SMP_STYLE select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("../../img/fd_manga2603/icon_input.svg");
  background-repeat: no-repeat;
  background-position: right calc(20 / 750 * 100cqw) center;
  background-size: calc(30 / 750 * 100cqw) calc(20 / 750 * 100cqw);
  border: solid calc(2 / 750 * 100cqw) #ddd;
  width: 100%;
  padding: calc(24 / 750 * 100cqw) calc(20 / 750 * 100cqw);
  padding-right: calc(60 / 750 * 100cqw);
  font-family: var(--font-family-Noto-Sans-JP, "Noto Sans JP");
  font-weight: 400;
  font-size: calc(28 / 750 * 100cqw);
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #333;
  cursor: pointer;
}
.form #SMP_STYLE select:focus {
  outline: none;
  border-color: #1398e0;
}
.form #SMP_STYLE select:invalid, .form #SMP_STYLE select.placeholder {
  color: #bfbfbf;
}
.form #SMP_STYLE select option[value=""] {
  color: #bfbfbf;
}
.form #SMP_STYLE select option {
  color: #6d6d6d;
}
.form #SMP_STYLE .input {
  font-size: calc(28 / 750 * 100cqw);
  padding: calc(24 / 750 * 100cqw) calc(20 / 750 * 100cqw);
  border: solid calc(2 / 750 * 100cqw) #ccc;
  border-radius: calc(8 / 750 * 100cqw);
  width: 100%;
  box-sizing: border-box;
}
.form #SMP_STYLE .input:focus {
  outline: none;
  border-color: #1398e0;
}
.form #SMP_STYLE .half select {
  width: 100%;
}
.form #privacy {
  border: solid calc(2 / 750 * 100cqw) #ccc;
  width: 100%;
  height: calc(300 / 750 * 100cqw);
  padding: calc(36 / 750 * 100cqw) calc(30 / 750 * 100cqw);
  margin: calc(80 / 750 * 100cqw) auto calc(80 / 750 * 100cqw);
  overflow-y: scroll;
  font-family: var(--font-family-Noto-Sans-JP, "Noto Sans JP");
  font-weight: 400;
  font-size: calc(24 / 750 * 100cqw);
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #333;
  background: #fff;
  overflow-wrap: anywhere;
  word-break: normal;
}
.form #SMP_STYLE input.submit {
  display: block;
  width: 100%;
  aspect-ratio: 650/140;
  margin: calc(80 / 750 * 100cqw) auto;
  background-image: url("../../img/fd_manga2603/btn_submit.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 0;
  color: transparent;
  transition: opacity 0.3s;
  filter: drop-shadow(0 calc(10.85 / 750 * 100cqw) calc(21.699 / 750 * 100cqw) rgba(0, 0, 0, 0.24));
}
.form #SMP_STYLE input.submit:hover {
  opacity: 0.85;
}
.form .note {
  font-family: var(--font-family-Noto-Sans-JP, "Noto Sans JP");
  font-weight: 700;
  font-size: calc(26 / 750 * 100cqw);
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #666;
  padding: 0 calc(20 / 750 * 100cqw);
}
.form .validation-error {
  font-size: calc(24 / 750 * 100cqw);
  color: #e74c3c;
  margin-top: calc(10 / 750 * 100cqw);
}
.form dd.data {
  margin-top: calc(8 / 750 * 100cqw);
}
.form dd.data > div:not([id]) {
  font-size: calc(24 / 750 * 100cqw);
  color: #666;
  margin-top: calc(10 / 750 * 100cqw);
}

#SMP_STYLE textarea {
width: 100%;
padding: 10px;
border: 1px solid #999999;
border-radius: 3px 3px 3px 3px;
font-size: 16px;
text-align: left;
}
/*# sourceMappingURL=form.css.map */
