/* フォーム */
  form {
  max-width: 800px;
    font-size: 18px;
    padding: 0 15px;
  margin: 0 auto;
  }
  form a {
    display: inline-block;
  }
  .container-fluid .row-fluid .page-center {
    max-width: 800px;
  }
  .form-columns-2 .hs-form-field .hs-input {
    width: 100% !important;
}
  .hs-form-required:before {
    line-height: 1.9;
}
  body form ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -6px;
  }
  body form ul li {
    width: 352px;
    margin: 0 6px 6px;
  }
  form ul li.hs-form-booleancheckbox,
    form ul.hs-error-msgs li {
      width: 100% !important;
}
  body form ul label.hs-form-checkbox-display,
  body form ul label.hs-form-radio-display,
  body select {
    display: flex;
    align-items: center;
    min-height: 64px;
    color: #000;
    font-size: 18px;
    background: #fff !important;
    border: 2px solid #0051a2 !important;
    border-radius: 4px !important;
    filter: drop-shadow(0px 2px 5px rgba(51,51,51,0.25)) !important;
    padding: 0 10px !important;
}
  body input.hs-input,
  body textarea.hs-input {
    color: #000;
    font-size: 18px;
    background: #fff;
    border: 2px solid #0051a2;
    border-radius: 4px;
    padding: 0 10px;
    margin: 0;
}
  body textarea.hs-input {
    padding: 10px;
}
  body form ul label:hover,
  body select:hover {
    cursor: pointer;
}
  body select {
    display: block;
    height: 64px;
    margin-top: 0;
}
  body form ul label.hs-form-booleancheckbox-display {
    display: flex;
    align-items: center;
    height: 15px;
  }
  option:disabled {
    color: #000;
  }
  body form.hs-form fieldset[class*="form-columns"] .hs-input {
    width: 50%;
  }
  body input[type="text"] {
    width: 50% !important;
  }
  body input[type="tel"] {
    width: 10em !important;
  }
  body input[type="number"] {
    width: 7em !important;
  }
  body input[type="email"] {
    width: 50% !important;
  }
  body input[type="text"],
  body input[type="tel"],
  body input[type="number"],
  body input[type="email"] {
    min-height: 62px !important;
  }
  .hs-dateinput .hs-input {
    height: 54px !important;
  }
  body form .hs_jt_toiawase textarea,
  body form .hs_jt_shougainaiyou textarea {
    width: 100% !important;
    min-height: 100px !important;
  }
  body form input[name="jt_kojinjyouhoukyodaku"] {
    max-height: 15px;
  }
  body input[type="radio"],
  body input[type="checkbox"] {
    height: auto;
    margin-right: 5px;
  }
  body input[type="checkbox"]:focus {
    outline: none;
  }
  /* 送信ボタン */
  body .hs-button.primary,
  body input[type="submit"],
  body input[type="button"] {
    background: #95E4DA;
    color: #000;
    filter: drop-shadow(0px 2px 3px rgba(51,51,51,0.30));
  }
  body .hs-button.primary:hover,
  body input[type="submit"]:hover,
  body input[type="button"]:hover {
    background: #95E4DA;
    color: #000;
    border: #95E4DA;
    opacity: .5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
}
body form ul {
    display: block;
    margin: 0;
  }
  body form ul li {
    width: auto;
    margin: 0;
  }
  body form ul label.hs-form-checkbox-display,
  body form ul label.hs-form-radio-display {
    display: inline-block;
    min-height: auto;
    background: none !important;
    border: none !important;
    border-radius: 0 !important;
    filter: none !important;
    padding: 0 !important;
}
  body form ul label.hs-form-booleancheckbox-display {
    display: inline-block;
    height: auto;
    font-weight: normal;
  }
  form ul li.hs-form-booleancheckbox,
  form ul.hs-error-msgs li {
      width: 100% !important;
}
  body input[type="text"], body input[type="tel"], body input[type="number"], body input[type="email"] {
    min-height: 55px !important;
  }
  body select {
    height: 55px !important;
    min-height: 55px !important;
  }

/* only-PC */
@media screen and (min-width: 768px) {
body .hs-button.primary, body input[type="submit"], body input[type="button"] {
    font-size: 150% !important;
    padding: 20px !important;
    min-width: 500px;
  }
  .hs-dateinput {
    width: 50%;
  }
  form select {
    width: 50% !important;
  }
}

/* only-SP */
  @media screen and (max-width: 768px) {
  .form-columns-2 .hs-form-field .hs-input {
    width: 50% !important;
}
    .form-columns-1 .hs_jt_it_jigyousho2.hs-form-field .hs-input,
    .form-columns-1 .hs_jt_it_keii_2.hs-form-field .hs-input,
    .form-columns-2 .hs_jt_todouhuken.hs-form-field .hs-input {
    width: 100% !important;
}
    form ul li {
      width: 46% !important;
}
    form .hs-jt_it_setsumeikai_shibuya ul li,
    form .hs-test_itweb_shiuya_date ul li {
      width: 100% !important;
}
    form ul li.hs-form-booleancheckbox,
    form ul.hs-error-msgs li {
      width: 100% !important;
}
    body form ul label.hs-form-checkbox-display {
      width: 100% !important;
}
    body input[type="text"],
  body input[type="tel"] {
    width: 50% !important;
  }
  body input[type="number"] {
    width: 5em !important;
  }
    body input[type="email"] {
    width: 100% !important;
  }
     body select {
       height: 62px !important;
}
    body form .hs_jt_toiawase textarea,
    body form .hs_jt_shougainaiyou textarea {
    min-height: 150px !important;
  }
  form ul li,
    body form ul label.hs-form-checkbox-display {
      width: auto !important;
    }
    body .hs_jt_it_name_kanji input[type="text"],
    body .hs_jt_it_name_furigana input[type="text"] {
      width: 100% !important;
    }
    .form-columns-2 .hs_jt_todouhuken.hs-form-field .hs-input {
      width: 50% !important;
    }
    body input[type="submit"] {
      width: 100%;
    }
  }