@import url('https://fonts.googleapis.com/css?family=Prata');

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button, select {
  text-transform: none;
}

p {
  margin: 0;
}

button {
  overflow: visible;
}

input[type=text], input[type=url], input[type=email], input[type=tel] {
  max-width: 80%;
  width: 15em;
}

textarea {
  min-width: 225px;
  width: 70%;
  height: 10em;
}

.label {
  display: block;
  max-width: 100%;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
  font-family: "Prata", serif;
  width: 96px;
  float: left;
}
.label:after {
  content: "*";
  color: #d44950;
}

.preview-block {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

.help-block, .description-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

.badge {
  font-size: 90%;
  margin-left: 1em;
  display: none;
}

.badge-required {
  color: #d44950;
}

.badge-optional {
  color: #737373;
  visibility: hidden;
  display: none;
}

.container {
  background: #FFF;
  margin: auto;
  max-width: none;
  width: 100%;
  padding: 0;

  border-radius: 0;
  box-sizing: border-box;
  border: none;
}

.form-column {
  margin-bottom: 15px;
}

.form-column input[type=text],
.form-column input[type=email] {
  line-height: 38px;
  margin: 0;
  padding: 0;
  width: 416px;
  font-size: 16px;
  margin: 0px 0 0px 0;
  padding: 2px 5px;
  box-sizing: border-box;
  border: 1px solid #9b9b9b;
  border-radius: 4px;
}
.form-column textarea {
  padding: 2px 5px;
  font-size: 16px;
  width: 416px;
  box-sizing: border-box;
  border: 1px solid #9b9b9b;
  border-radius: 4px;
}
@media (max-width:640px) {
  .form-column input[type=text],
  .form-column input[type=email] {
    width: 100%;
    max-width: 100%;
  }
  .form-column textarea {
    width: 100%;
    max-width: 100%;
  }
}

.form-column-zip-code-jp .input-group input:first-child {
  width: 3em;
}

.form-column-zip-code-jp .input-group input:last-child {
  width: 4em;
}

.restriction-max-file-size {
  margin-left: 1em;
}

html[lang="ja_JP"] .restriction-max-file-size {
  margin-left: 0;
  margin-right: -0.5em;
}

.option {
  display: block;
}

.icon-calendar {
  position: relative;
  z-index: 1;
  left: -25px;
  top: 1px;
  color: #7B7B7B;
  cursor: pointer;
  width: 0;
}

.button {
  display: inline-block;
  font-weight: 400;
  line-height: 40px;
  height: 40px;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: none;


    margin: 0 auto;
    background: #c82a30;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.05em;
    padding: 0 80px;
    display: inline-block;
    border-radius: 20px;
    text-align: center;
    width: auto;
    outline: 0;
    border: 0;
  font-family: "Prata", serif;
}

.button-group {
  text-align: center;
}
.button > .icon:first-child {
  display: inline-block;
  margin-right: 0.5em;
}

.button:not(.hidden) + .button  {
  margin-left: 1em;
}

.button[disabled] {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=35);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .35;

  background-color: #fff;
  border-color: #ccc;
}

.button-submit.hidden + .help-block {
  display: none;
}

.message-block {
  margin-bottom: 10px;
}

.message-block-confirmation {
  margin-bottom: 1.5em;
}

.message-block-error {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;

  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
