@charset "UTF-8";
.mktoForm .mktoFormRow .mktoFormCol {
  width: 100%;
  float: none !important;
}
.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoHtmlText.mktoHasWidth span {
  display: block;
  padding: 0.5em 0;
}
.mktoForm .mktoRadioList > label, .mktoForm .mktoCheckboxList > label {
  font-size: 1.2em;
  margin-top: 0.25em !important;
  margin-bottom: 0.5em !important;
}
.mktoForm .mktoRadioList > input, .mktoForm .mktoCheckboxList > input {
  margin-top: 0.25em !important;
  margin-bottom: 0.5em !important;
}
.mktoForm .mktoButtonRow {
  margin-top: 30px;
  width: 100%;
  text-align: center;
}
@media print, screen and (min-width:769px) {
  /* PC マルケトフォーム調整　*/
  .form_box {
    width: 1000px;
    max-width: 100%;
    margin-top: 50px;
    margin-bottom: 80px;
  }
  .mktoForm {
    margin: 0 auto;
    width: 80%!important;
    max-width: 100% !important;
  }
  .mktoForm .mktoFormRow {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
  }
  .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap {
    width: 1000px;
    max-width: 100%;
    display: flex;
    justify-content: flex-start;
  }
  .mktoForm .mktoLabel {
    width: 28% !important;
    padding: 0.75em 0.5em 0.5em !important;
    background: #e6e6e6;
  }
  .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea, .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type=text], .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type=email], .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type=tel] {
    width: calc(72% - 10px) !important;
  }
  .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoHtmlText.mktoHasWidth {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
  }
  .mktoForm .mktoButtonWrap.mktoThoughtbot button.mktoButton {
    display: block;
    width: 350px;
    font-size: 20px;
    padding: 1em;
    font-weight: bold;
    margin: 0 auto;
    background: #000 !important;
    color: #fff;
    cursor: pointer;
    border: 1px solid #000 !important;
    border-radius: 37.5px;
    transition: .3s;
    box-shadow: none;
    text-shadow: none;
  }
  .mktoForm .mktoButtonWrap.mktoThoughtbot button.mktoButton:hover {
    opacity: 0.8;
  }
  span.mktoButtonWrap.mktoSkip {
    margin: 0 auto!important;
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  /* sp マルケトフォーム調整　*/
  .form_box {
    width: 100%;
    max-width: 100%;
    margin-top: 6.6vw;
    margin-bottom: 8vw;
  }
  .mktoForm {
    width: 100%;
    max-width: 100% !important;
  }
  .mktoForm .mktoFormRow {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .mktoForm .mktoLabel {
    width: 100% !important;
    padding: 0.75em 0.5em 0.5em !important;
    background: #e6e6e6;
  }
  .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type=text], .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type=email], .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type=tel], .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select {
    width: 100% !important;
    line-height: 1.5;
    padding: 0.6vw;
  }
  .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea {
    width: 100% !important;
    line-height: 1.5;
    height: 3em !important;
    padding: 0.6vw;
  }
  .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoHtmlText.mktoHasWidth {
    width: 100%px;
    max-width: 100%;
    margin: 0 auto;
  }
  .mktoForm .mktoButtonWrap.mktoThoughtbot button.mktoButton {
    display: block;
    width: 86.6vw;
    padding: 1em;
    font-weight: bold;
    margin: 0 auto;
    background: #000 !important;
    color: #fff;
    cursor: pointer;
    border: 1px solid #000 !important;
    border-radius: 5vw;
    transition: .3s;
    box-shadow: none;
    text-shadow: none;
  }
  .mktoForm .mktoButtonWrap.mktoThoughtbot button.mktoButton:hover {
    opacity: 0.8;
  }
  span.mktoButtonWrap.mktoSkip {
    margin: 0 auto!important;
  }
  form#mktoForm_1027 {
    width: 100%;
  }
}