.trial-main {
  padding: 6rem 1rem 4rem;
  background: var(--bg-gray);
  min-height: calc(100vh - 200px);
}
.trial-inner {
  max-width: 640px;
  margin: 0 auto;
}
.trial-title {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.75rem;
}
.trial-subtitle {
  text-align: center;
  color: var(--text-muted);
  margin-bottom: 0.5rem;
}
.trial-description {
  text-align: center;
  color: var(--text-light);
  margin-bottom: 2.5rem;
}
.trial-form {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 2rem;
  box-shadow: var(--shadow-md);
}
.form-note {
  font-size: 0.8125rem;
  color: var(--text-light);
  text-align: center;
  margin-top: 1rem;
}

.mktoForm {
  width: 500px !important;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .mktoForm {
    width: 100% !important;
    margin: 0 auto;
  }
}
.mktoForm a {
  text-decoration: underline;
}

.mktoForm .mktoLabel {
  font-weight: normal !important;
  font-size: 16px;
  display: flex;
  width: 100% !important;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0 !important;
  padding-bottom: 4px;
}

.mktoForm .mktoRequiredField label.mktoLabel:before {
  content: "必須";
  display: block;
  margin-bottom: 4px;
  margin-right: 0.8em;
  padding: 6px 14px 4px;
  border: 1px solid #1e46aa;
  border-radius: 8px;
  background-color: #fff;
  line-height: 0.8;
  font-size: 0.8em;
  color: #1e46aa;
}
.mktoForm .mktoRequiredField .mktoAsterix {
  display: none !important;
}

.mktoForm input[type="text"],
.mktoForm input[type="url"],
.mktoForm input[type="email"],
.mktoForm input[type="tel"],
.mktoForm input[type="number"],
.mktoForm input[type="date"],
.mktoForm textarea.mktoField,
.mktoForm select.mktoField {
  margin-bottom: 10px !important;
  padding: 12px 16px !important;
  width: 100% !important;
  border-radius: 8px !important;
  border: 1px solid #d0d0d0 !important;
  background-color: #fff;
  font-size: 16px !important;
  line-height: 1 !important;
  box-shadow: none;
}
.mktoForm textarea {
  height: 120px !important;
}

.mktoForm input[type="text"]:focus,
.mktoForm input[type="url"]:focus,
.mktoForm input[type="email"]:focus,
.mktoForm input[type="tel"]:focus,
.mktoForm input[type="number"]:focus,
.mktoForm input[type="date"]:focus,
.mktoForm textarea.mktoField:focus,
.mktoForm select.mktoField:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: #d0d0d0 !important;
}

.mktoForm .mktoFormCol {
  width: 100%;
  float: unset;
}
.mktoForm .mktoFieldWrap {
  width: 100%;
  float: unset;
}
.mktoForm .mktoGutter {
  float: unset !important;
  height: 0 !important;
}
.mktoForm .mktoOffset {
  display: none;
}
.mktoHtmlText.mktoHasWidth {
  width: 100% !important;
  padding: 0 4px;
}

.mktoButtonRow {
  text-align: center;
  width: 100%;
  display: block;
  margin-top: 1.5rem;
}
.mktoForm .mktoButtonWrap {
  margin-left: 0 !important;
  width: 100%;
  display: flex;
  justify-content: center;
}
.mktoForm button.mktoButton {
  cursor: pointer;
  display: block !important;
  position: relative !important;
  background: #2864f0 !important;
  margin: 0 auto;
  border: none !important;
  border-radius: 8px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  padding: 10px 1em !important;
  text-align: center !important;
  text-shadow: none !important;
  width: 220px !important;
  height: 50px !important;
  transition: all 0.2s;
}
.mktoForm button.mktoButton::after {
  position: absolute;
  top: 50%;
  right: 1.4em;
  width: 0.5em;
  height: 0.5em;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
}
.mktoForm .mktoButtonWrap.mktoMinimal .mktoButton:before {
  content: "資料をダウンロードする";
  color: #fff !important;
  padding-left: 2em;
}

.mktoForm .mktoError .mktoErrorArrow {
  display: none !important;
}
.mktoForm .mktoError {
  right: -9px !important;
  bottom: -11px !important;
}
.mktoForm .mktoError .mktoErrorMsg {
  display: block;
  margin-top: 7px;
  background-color: unset !important;
  background-image: unset !important;
  border: unset !important;
  border-radius: unset !important;
  box-shadow: unset !important;
  color: #dc1e32 !important;
  font-size: 1em;
  line-height: 1.2em;
  max-width: unset !important;
  padding: 0.4em 0.6em;
  text-shadow: unset !important;
}

.mktoForm_prior_summary {
  display: flex;
  justify-content: center;
}
.mktoForm_prior_summary_title {
  font-weight: 700 !important;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif !important;
  text-align: left !important;
  letter-spacing: 0.1em !important;
  padding: 60px 30px 0 !important;
  font-size: 26px;
  font-feature-settings: "palt";
}

@media screen and (max-width: 767px) {
  .mktoForm_prior_summary_title {
    padding: 20px 30px 0 !important;
    font-size: 16px;
    margin-bottom: -11px !important;
  }
}
@media only screen and (max-width: 480px) {
  .mktoForm input[type="url"],
  .mktoForm input[type="text"],
  .mktoForm input[type="date"],
  .mktoForm input[type="tel"],
  .mktoForm input[type="email"],
  .mktoForm input[type="number"],
  .mktoForm textarea.mktoField,
  .mktoForm select.mktoField {
    height: unset !important;
  }
}
@media screen and (max-width: 480px) {
  .mktoForm .mktoFormCol .mktoLabel {
    margin-bottom: 10px;
    width: 100% !important;
  }
  .mktoForm .mktoField {
    width: 100% !important;
  }
  .mktoForm input {
    width: 55px;
  }
}
