body {
  color: #4a4134;
  font-size: 10px;
  line-height: 1.75;
  background: transparent;
}
a {
  color: #4a4134;
}
p {
  font-size: 1.4rem;
}
.preview-block {
  font-size: 1.4rem;
}
span {
  font-size: 12px;
}
.img {
width: 50%;
display: inline-block;
}
.container {
  width: 700px;
  border: 0;
  background: #f4f2ef;
  padding: 0;
}

.help-block {
  font-size: 0.75em;
  display: none;
}

.form-column {
  padding-bottom: 10px;
  margin-bottom: 10px;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  font-size: 1em;
}

input[type="radio"] {
  border-radius: 40px;
  border: 1px solid #e5e5e5;
}

input[type="date"] {
  border: 1px solid #6a767d;
}

.form-column-heading h2 {
  font-size: 1.5em;
  margin: 0;
  font-weight: bold;
}

label {
  font-size: 1.4rem;
  margin-bottom: 0.8em;
}
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: 8px;
  padding: 4px 6px;
  line-height: 1em;
  font-size: 0.75em;
  color: #fff;
  top: -2px;
  position: relative;
  background-color: #4a4134;
  border-radius: 0px;
}

.description-block {
  color: #262626;
  margin-top: 0.5em;
}

.button-group {
  margin-top: 1em;
}
button {
  transition: 0.3s;
}
button:hover {
  opacity: 0.6;
}
.button-group .help-block {
  margin-top: 0.5em;
  font-size: 0.75em;
}
.button-confirm,
.button-submit {
  display: block;
  width: 380px;
  height: 80px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  background: #938670;
  margin: auto;
}
button.button-back {
  display: block;
  width: 380px;
  height: 80px;
  border-radius: 90px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
  color: #262626;
}
.help-block {
  width: 100%;
}

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: 500px;
  max-width: 100%;
  outline: none;
  line-height: 1.75em;
  padding: 14px 16px;
  border: 1px solid #e5e5e5;
  transition: all 0.3s;
  border-radius: 4px;
  font-size: 1.4rem;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
textarea:focus {
  box-shadow: 0 0 2px #88c6ea;
  border: 1px solid #88c6ea;
}

textarea {
  width: 100%;
  height: 25em;
}

input[type="file"] {
  display: block;
  line-height: 1.75;
}

input[type="password"] {
  height: 1.75em;
  width: 100%;
  outline: none;
  border: 1px solid #6a767d;
  transition: all 0.3s;
}

.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 #6a767d;
}

.message-block-complete,
.message-block-closed {
  padding: 20px;
  text-align: center;
}

.c-txt-note_form {
  font-size: 1.4rem;
  text-align: center;
}
.c-txt-note_form a {
  text-decoration: underline;
}
.input-group {
  display: block;
}
.button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.button-group button {
  margin: 0 20px;
}
.rc-anchor-normal {
  margin: auto;
}
.sp {
  display: none;
}
@media (max-width: 640px) {
  .sp {
    display: block;
  }
  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;
  }
  .container {
    padding: 6.4vw 0;
    width: 100%;
  }
  .button-confirm,
  .button-submit {
    display: block;
    width: 76.533vw;
    height: 16vw;
    font-size: 4.266vw;
  }
  button.button-back {
    display: block;
    width: 76.533vw;
    height: 16vw;
    font-size: 4.266vw;
  }
  select {
    width: 100%;
  }
  .p-form-wrap .phone_number {
    margin: 24px auto 24px auto;
    width: 100%;
  }
}

select {
  height: 52px;
  width: 100%;
  max-width: 100%;
  outline: none;
  line-height: 1.75em;
  padding: 14px 16px;
  border: 1px solid #e5e5e5;
  transition: all 0.3s;
  border-radius: 4px;
  font-size: 1.4rem;
  background: #fff;
  
}
_::-webkit-full-page-media,
_:future,
:root .select {
  appearance:none;
}

legend.label {
  padding: 0;
  font-size: 14px;
}
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

.input-group .datepicker-button {
  display: inline-block;
  margin-left: 5px;
  height: 52px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #555;
  text-align: center;
  border: 1px solid #6a767d;
  padding-top: 20px;
  padding-bottom: 20px;
}
.input-group a.datepicker-button {
  background-color: transparent;
}

.message-block-error {
  font-size: 14px;
}
.c-heading-contact-thanks {
  text-align: center;
}
.c-txt-contact-thanks {
  text-align: left;
}

input[type="checkbox"] {
  width: 20px;
}
.option-text {
  font-size: 14px;
  margin-left: 8px;
}
input[type="checkbox"] {
  width: 14px;
}
.form-column-checkbox label,
.form-column-radio label {
  padding-right: 16px;
  display: flex;
  align-items: baseline;
  width: auto;
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
  }
}
img {
  width: 90%;
    display: flex;
    margin: 0 auto;
}


.badge .badge-required {
  margin-right: 16px;
}
