body {
    color: #151514;
    font-size: 16px;
    line-height: 1.75;
    background-color: transparent;
}

a {
    color: #3B4043;
    text-decoration: underline;
}

.container-fluid {
  max-width: 100%;
  border: 0;
}

.form-text {
  font-size: 0.75em;
}

.form-column {
    padding-bottom: 20px;
    margin-bottom: 20px;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  font-size: 1em;
}

input[type="radio"] {
  border-radius: 40px;
  border: 1px solid #cccccc;
}

input[type="date"] {
  border: 1px solid #cccccc;
}

.form-column-heading h2 {
  font-size: 1.5em;
  margin: 0;
  font-weight: bold;
}

label h3 {
  font-size: 1em;
  display: inline-block;
  margin: 0 0 0.5em;
  font-weight: bold;
}

label .badge-required {
  width: auto;
  display: inline-block;
  margin-left: 0.25em;
  padding: 4px 6px;
  line-height: 1em;
  font-size: 0.75em;
  color: #fff;
  top: -2px;
  position: relative;
  background-color: #c73b3b;
  border-radius: 4px;
}

.description-block {
  color: #3B4043;
  margin-top: 0.5em;
}

.button-group {
  margin-top: 1em;
}

.button-group .form-text {
  margin-top: 0.5em;
  font-size: 0.75em;
}

button {
  display: inline-block;
  padding: 0.5em 1em;
  text-align: center;
  cursor: pointer;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  margin: 0 0.5em 0 0;
  background-color: #fff;
}

button.button-submit {
  background-color: #CCCCCC;
  border: 1px solid #CCCCCC;
  color: #fff;
}

button.button-submit span.fa {
  margin-right: 4px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
textarea {
    height: 52px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    line-height: 1.75em;
    padding: 2px 10px;
    border: 1px solid #CCCCCC;
    transition: all 0.3s;
    border-radius: 7px;
}

textarea {
    width: 100%;
    height: 10em;
}

input[type="file"] {
    display: block;
    line-height: 1.75;
}

input[type="password"] {
  height: 1.75em;
  width: 100%;
  border: 1px solid #CCCCCC;
  transition: all 0.3s;
}

input[readonly],
textarea[readonly] {
  border-color: transparent;
  padding-left: 0;
  padding-right: 0;
}

.form-column-date .input-group select {
  width: auto;
  display: inline-block;
}

.form-column-calendar input {
  width: auto;
}

.form-column-zip-code-jp .input-group input {
  width: auto;
  min-width: auto;
  display: inline-block;
}

.form-column-zip-code-autofill.form-column {
  border-bottom: 0;
  margin-bottom: 0;
}

.form-column-checkbox label,
.form-column-radio label {
  margin-right: 1em;
}

select {
  width: auto;
  height: 1.75em;
  display: block;
  border: 1px solid #CCCCCC;
}

.message-block-complete,
.message-block-closed {
  padding: 20px;
  text-align: center;
}

@media (max-width: 640px) {
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="url"],
  textarea {
    width: 100%;
    min-width: 100%;
  }
  select {
    width: 100%;
  }
  .form-column-calendar input {
    width: auto;
    min-width: auto;
  }
  .form-column-heading h2 {
    font-size: 1.25em;
  }
}


/*addtion*/

.container {
    padding: 55px 8% 55px;
    padding: 0;
    border-radius: 22px;
    max-width: 834px;
    border: none;
}

input::-webkit-input-placeholder {
    color: #CCCCCC;
}
input:-moz-placeholder {
    color: #CCCCCC;
}
input::-moz-placeholder {
    color: #CCCCCC;
}
input:-ms-input-placeholder {
    color: #CCCCCC;
}

.label {
    margin-bottom: 15px;
    font-size: 21px;
}

legend.label {
    padding: 0;
    display: flex;
    align-items: center;
}

label .badge-required,
legend .badge-required {
    font-size: 12px;
    background: #5A5FED;
    border-radius: 12px;
    margin-left: 10px;
}

.form-column-ac8847f6-bb16-49ed-b0f9-91f164725531 legend.label {
    display: none;
    padding: 0;
}

.form-column-checkbox fieldset {
    border: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-column-ac8847f6-bb16-49ed-b0f9-91f164725531 .option-text {
    display: none;
}

.privacy_policy {
    color: #3B4043;
    text-decoration: underline;
}

.button-group {
    text-align: center;
}

button[type="submit"] {
    width: 270px;
    height: 70px;
    background-color: #5F5F5F;
    color: #fff;
    border-radius: 8px;
    margin: 0 auto;
}

button[type="submit"]:hover {
    opacity: 0.8;
}

/*
.preview-block {
    display: none;
}
*/

.button-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
}

.button-group .help-block {
    width: 100%;
}

.button-group button[type="submit"] {
    margin: 0 20px;
}

@media (max-width: 640px) {
    body {
        font-size: 14px;
    }
    .label {
        font-size: 18px;
    }
    input::-webkit-input-placeholder {
        font-size: 14px;
    }
    input:-moz-placeholder {
        font-size: 14px;
    }
    input::-moz-placeholder {
        font-size: 14px;
    }
    input:-ms-input-placeholder {
        font-size: 14px;
    }
    button[type="submit"] {
        width: 240px;
    }
    .form-column-checkbox fieldset {
        align-items: baseline;
    }
    
}

.form-column-4f348d64-e868-4369-b337-f8b4cc2beed8 fieldset {
    display: block;
}

.form-column-4f348d64-e868-4369-b337-f8b4cc2beed8 .input-group {
    display: flex;
    column-gap: 20px;
}

.form-column-4f348d64-e868-4369-b337-f8b4cc2beed8 fieldset p {
    font-size: 12px;
    color: #797979;
}

.description-block p {
    font-size: 12px;
    color: #797979;
}

.form-column-file input[type="file"] {
    padding: 10px;
    border: 1px solid #ccc;
    width: 100%;
    border-radius: 7px;
    color: #ccc;
}

.restriction-max-file-size {
    font-size: 14px;
}

.form-column-07974951-4aa1-4052-9606-009b7aa3c7d3 .option-text {
    display: none;
}

.form-column-07974951-4aa1-4052-9606-009b7aa3c7d3 legend.label {
    display: none;
}

.form-column-07974951-4aa1-4052-9606-009b7aa3c7d3 p,
.form-column-07974951-4aa1-4052-9606-009b7aa3c7d3 a {
    font-size: 16px;
}

.form-column-07974951-4aa1-4052-9606-009b7aa3c7d3 .preview-block {
    display: none;
}

@media (max-width: 640px) {
    .form-column-07974951-4aa1-4052-9606-009b7aa3c7d3 p,
    .form-column-07974951-4aa1-4052-9606-009b7aa3c7d3 a {
    font-size: 14px;
    }
}

.content-confirmation a {
    pointer-events: none;
}