.c-btn-1 {
  width: 100%;
}

.c-modal {
  display: grid;
  inset: 0;
  opacity: 0;
  padding: 24px;
  place-items: center;
  pointer-events: none;
  position: fixed;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  visibility: hidden;
  z-index: 10000;
}

.c-modal.is-open {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.c-modal__backdrop {
  background: rgba(0, 0, 0, 0.65);
  border: 0;
  cursor: pointer;
  height: 100%;
  inset: 0;
  padding: 0;
  position: absolute;
  width: 100%;
}

.c-modal__dialog {
  background: #fff;
  border-radius: 12px;
  max-height: calc(100vh - 48px);
  position: relative;
  width: min(1000px, 100%);
  padding-block: 20px;
  z-index: 1;
}

.c-modal__scroll {
  border-radius: 12px;
  max-height: 75vh;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.c-modal__close {
  background: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  font-family: "LINESeedJPStd Regular";
  font-size: 36px;
  line-height: 1;
  position: absolute;
  right: 0;
  top: -36px;
  z-index: 2;
}

@media (max-width: 1023px) {
  .c-modal {
    padding: 12px;
  }
  .c-modal__dialog,
  .c-modal__scroll {
    max-height: 84vh;
  }
  .c-modal__dialog {
    padding-block: 0 !important;
  }
}
.mktoForm {
  font-family: "LINESeedJPStd Regular" !important;
  padding-bottom: 40px !important;
  width: 100% !important;
}

.mktoForm .mktoRequiredField label.mktoLabel {
  display: flex !important;
  align-items: center !important;
  width: auto !important;
  font-family: "LINESeedJPStd Bold" !important;
  line-height: 1.5 !important;
}
@media (max-width: 1023px) {
  .mktoForm .mktoRequiredField label.mktoLabel {
    font-size: 1.4rem !important;
  }
}

.mktoForm .mktoRequiredField .mktoAsterix {
  order: 1;
  padding-bottom: 10px !important;
  font-size: 0 !important;
}

.mktoForm .mktoFormCol {
  width: 100% !important;
}

.mktoForm .mktoFieldWrap {
  width: 100% !important;
}

.mktoForm .mktoCheckboxList[style="width: 300px;"] {
  width: 100% !important;
  margin-top: 0 !important;
}

.mktoForm .mktoCheckboxList {
  margin-top: 0 !important;
}

.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 select.mktoField {
  width: 100% !important;
}

.mktoForm .mktoButtonWrap.mktoCupidGreen .mktoButton {
  font-family: "LINESeedJPStd Bold" !important;
  padding-block: 12px !important;
}

.mktoForm .mktoButtonWrap.mktoCupidGreen .mktoButton:hover {
  opacity: 0.7 !important;
}

.mktoForm input[type=text]::-moz-placeholder, .mktoForm input[type=url]::-moz-placeholder, .mktoForm input[type=email]::-moz-placeholder, .mktoForm input[type=tel]::-moz-placeholder, .mktoForm input[type=number]::-moz-placeholder, .mktoForm input[type=date]::-moz-placeholder, .mktoForm textarea.mktoField::-moz-placeholder {
  color: #74746a !important;
  font-size: 1.4rem !important;
}

.mktoForm input[type=text]::placeholder,
.mktoForm input[type=url]::placeholder,
.mktoForm input[type=email]::placeholder,
.mktoForm input[type=tel]::placeholder,
.mktoForm input[type=number]::placeholder,
.mktoForm input[type=date]::placeholder,
.mktoForm textarea.mktoField::placeholder {
  color: #74746a !important;
  font-size: 1.4rem !important;
}