body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
}
.container {
  max-width: 911px;
}
.form-column {
  margin: 0 0 2.5em 0;
  grid-template-columns: 216px 1fr;
}
input, button, textarea, select {
  border: 1px solid #D8D8D8;
  background-color: #F8F8F8;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="date"] {
  border-radius: 4px;
}
textarea {
  border-radius: 4px;
}
.badge-required, legend .badge-required {
  background-color: #D60808;
  border-radius: 2px;
  padding: 2px 5px 4px;
  font-size: 13px;
  top: 6px;
}
.form-column-heading {
  margin: 3.5em 0 2em 0;
}
.form-column-heading h2 {
  font-size: 1em;
}
input[type="radio"] {
  border: 1px solid #A7A7A7;
  width: 24px;
  height: 24px;
}
input[type="radio"]::before {
  width: 16px;
  height: 16px;
  background-color: #10929B;
}
input[type="radio"]:checked {
  border: 1px solid #10929B;
  background-color: #fff;
}
.form-column-checkbox .input-group, .form-column-radio .input-group {
  flex-direction: row;
  width: 700px;
}
.form-column-checkbox .input-group label, .form-column-radio .input-group label {
  margin: 0 2.5rem 1.5em 0;
}
select {
  max-width: 320px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #707070;
}
.form-column-330187b4-1f9a-4a9c-af16-bdfa0a25568d legend.label {
  display: none;
}
.label {
  font-weight: 500;
}


.form-column-51dadb9a-6b0d-432b-a7b4-77901dc25586 {
    display: flex;
    justify-content: center;
    align-items: center;
/*    background-color: #ccc;*/
}
.form-column-51dadb9a-6b0d-432b-a7b4-77901dc25586 .label {
    display: none;
}
.form-column-51dadb9a-6b0d-432b-a7b4-77901dc25586 .option-text {
    display: none;
}
.form-column-51dadb9a-6b0d-432b-a7b4-77901dc25586 .input-group {
/*    background-color: red;*/
    width: fit-content;
}
.form-column-51dadb9a-6b0d-432b-a7b4-77901dc25586 fieldset {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    column-gap: 12px;
    border: none;
    margin: 0;
    padding: 0;
}
.form-column-51dadb9a-6b0d-432b-a7b4-77901dc25586 label.option {
    margin: 0;
    padding: 0;
}
.form-column-51dadb9a-6b0d-432b-a7b4-77901dc25586 input[type="checkbox"] {
    top: 0;
    bottom: 0;
    left: 0;
    margin: 10px auto 0;
}
.form-column-51dadb9a-6b0d-432b-a7b4-77901dc25586 a {
    color: #2b7f8b;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: bold;
    font-size: 15px;
}
.form-column-51dadb9a-6b0d-432b-a7b4-77901dc25586 p {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: bold;
    font-size: 15px;
}

button.button-confirm {
    background-color: #10929b;
    border: none;
    border-radius: 56.25rem;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 18px;
    font-weight: 500;
    padding: 1.875rem 0;
    transition: background-color 0.2s ease-in;
    width: 100%;
    max-width: 500px;
    height: 90px;
    margin: 5rem auto 0;
}

@media screen and (max-width:768px) {
    button.button-confirm {
        width: 304px;
        min-width: 304px;
        max-width: 100%;
        height: 54px;
        font-size: 16px;
        padding: 0;
        margin-bottom: 20px!important;
    }
.container {
  padding: 0 15px 20px;
}
.form-column {
  margin: 0 0 40px 0;
}
.form-column.form-column-heading {
  margin: 0 0 20px 0;
}
.form-column-radio .input-group label {
  margin: 0 2.5rem 15px 0;
}
.form-column-radio .input-group {
  width: 100%;
}
}