body {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
  color: #151514;
  font-size: 16px;
  line-height: 1.75;
}

a {
  color: #a59aca;
}
.container{
max-width: 450px;
border: none;
padding: 30px;
}
.container-fluid {
  max-width: 100%;
  border: 0;
}

.form-text {
  font-size: 0.75em;
}

.form-column {
  padding-bottom: 10px;
}

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 #6a767d;
}

.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,
legend .badge-required {
  width: auto;
  display: inline-block;
  margin-left: 0.25em;
  padding: 4px 9px;
  line-height: 1em;
  font-size: 0.75em;
  color: #fff;
  top: -2px;
  position: relative;
  background-color: #c73b3b;
  border-radius: 12px;
}

.description-block {
  color: #151514;
  margin-top: 0.5em;
}

.button-group {
  margin-top: 1em;
width: 100%;
text-align: center;
}

.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 #6a767d;
  border-radius: 4px;
  margin: 0 0.5em 0 0;
  background-color: #fff;
font-weight: 600 !important;
    padding: 11px 50px !important;
    border-radius: 30px !important
}

button.button-submit {
    background-color: #003366;
    border: 1px solid #003366;
  color: #fff;
}

button.button-submit span.fa {
  margin-right: 4px;
}
.button-confirm{
display: inline-block;
border: 1px solid #003366;
margin-bottom: 0;
    background-color: #003366;
    margin: 0 auto;
    color: #fff;
    font-weight: 500;
    letter-spacing: .05em;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
textarea {
  height: 2.5em;
  width: 60%;
  min-width: 100%;
  max-width: 100%;
  line-height: 1.75em;
  padding: 5px 14px;
  border: none;
  transition: all 0.3s;
  background: #EEEEEE;
  border-radius: 6px;
}

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 #6a767d;
  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-left: 5px;
}

select {
  width: auto;
  height: 1.75em;
  display: block;
  border: 1px solid #6a767d;
}

.message-block-complete,
.message-block-closed {
  padding: 20px;
  text-align: left;
font-weight: 400;
}

fieldset{
border: none;
    margin: 0;
    padding: 0;
}
fieldset .description-block{
    display: block;
    border: 1px solid #ddd;
    padding: 10px 15px;
    font-size: 1.4rem;
    border-radius: 5px;
margin-left: 5px;
word-break: break-word;
}

@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;
  }
}
