html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button {
  font-weight: bold;
}

body {
  color: #151514;
  font-size: 16px;
  line-height: 1.75;
}

a {
  color: #22B073;
}

.container {
  max-width: 100%;
  border: 0;
}

.help-block {
  font-size: 0.75em;
}

.form-column {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #cccccc;
display: flex;
justify-content:space-between;
flex-wrap:wrap;
}

.form-column-text,
.form-column-prefecture-jp,
.form-column-zip-code-jp {
width:100%;
}

.form-column-checkbox label,
.form-column-radio label {
width:auto;
display:inline-block;
margin-right:1em;
}

legend.label {
padding:0;
}
.input-group {
font-size:90%;
width:67%;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  font-size: 1em;
}

fieldset {
width:100%;
border:none;
padding:0;
display:contents;
}

.form-column-heading h2 {
  font-size: 1.5em;
  margin: 0;
  font-weight: bold;
}

.label {
width:30%;
position:relative;
}

label h3 {
  font-size: 1em;
  display: inline-block;
  margin: 0 0 0.5em;
  font-weight: bold;
}

label .badge-optional {
  display: none;
}

label .badge-required {
  width: auto;
  display: inline-block;
  margin-left: 0.25em;
  padding: 4px 8px;
  line-height: 1;
  font-size: 0.75em;
  color: #fff;
  background-color: #c73b3b;
  border-radius: 4px;
position:absolute;
right:20px;
top:5px;
}

legend .badge-required {
position:absolute;
right:20px;
top:5px;
}


.description-block {
  color: #151514;
  margin-top: 0.5em;
}

.button-group {
  margin-top: 1em;
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
}
.button-group .help-block {
  margin-top: 2em;
  font-size: 0.75em;
  width:100%;
}

button {
  padding: 11px 12px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #c1cdc9;
  border-radius: 4px;
  margin: 0 0.5em 0 0;
  background-color: #fff;
  width:30%;
  max-width:300px;
}

.button {
  padding: 11px 12px;
  font-weight: bold;
}
button.button-back {
border-radius: 50px;
}
button.button-submit {
  background-color: #22B073;
  border: 1px solid #22B073;
  color: #fff;
border-radius: 50px;
}
button.button-submit span.fa {
  margin-right: 4px;
  border-radius: 50px;
}


.button-confirm {
background: #22B073;
border: 1px solid #22B073;
color: #fff;
border-radius: 50px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
textarea {
  height: 1.75em;
  width: 67%;
  min-width: 500px;
  max-width: 100%;
  line-height: 1.75em;
  padding: 2px 4px;
  border: 1px solid #c1cdc9;
  transition: all 0.3s;
  border-radius:5px;
}

textarea {
  width: 67%;
  height: 10em;
}

input[type="file"] {
  display: block;
  line-height: 1.75;
}

input[type="password"] {
  height: 1.75em;
  width: 100%;
  border: 1px solid #c1cdc9;
  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: 0;
}

select {
  width: auto;
  height: 1.75em;
  display: block;
  border: 1px solid #c1cdc9;
margin-right:auto;
margin-left:3%;
}

.message-block-complete {
  border: 2px solid #316a8b;
  padding: 20px;
  text-align: center;
}

.preview-block {
width:67%;
overflow-wrap: break-word;
}

@media (max-width: 640px) {

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button {
  font-weight: inherit;
}

  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;
  }
legend.label,
.label {
width:100%;
padding:5px;
margin-bottom: 10px;
margin-top: 6px;
}
.input-group,
.preview-block {
width:100%;
}
.form-column {
padding-bottom:5px;
margin-bottom:3px;
}
legend .badge-required,
label .badge-required {
right:10px;
top:8px;
}
.container {
padding:10px 0px;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="url"], textarea {
margin-bottom:10px;
}
select {
margin-left:0;
margin-bottom:10px;
}
.button {
width:45%;
margin-right:0;
margin: 0 5px;
font-weight: inherit;
}
.label {
background:#ebf7f2;
}
.form-column.form-column-recaptcha {
    padding: 10px 0 15px;
}
}