body {
  color: #151514;
  font-size: 16px;
  line-height: 1.75;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

a {
  color: #a59aca;
}

.container {
  max-width: 100%;
  border: 0;
}

.help-block {
  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;
  outline: none;
  font-size: 1em;
}

input[type="radio"] {
  border-radius: 40px;
  border: 1px solid #cccccc;
}

input[type="date"] {
  border: 1px solid #AECF00;
}

.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: #151514;
  margin-top: 0.5em;
}

.button-group {
  margin-top: 1em;
text-align: center;
}

.button-group .help-block {
  margin-top: 0.5em;
  font-size: 0.75em;
}

button {
  position: relative!important;
    display: inline-block!important;
    min-width: 360px!important;
    border-radius: 35px!important;
    background-color: #a3c100!important;
    padding: 20px 30px 20px 20px!important;
    text-align: center!important;
    color: #fff!important;
    font-size: 1.8rem!important;
    font-weight: bold!important;
    margin-bottom: 30px!important;
	margin-right: 0 !important;
	border: none !important;
}
@media screen and (max-width: 600px){
button {
    min-width: 100%!important;
    }
}
.button::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    width: 11px;
    height: 11px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform-origin: right top;
    transform: rotate(
45deg);
}
button.button-submit {
  background-color: #666666;
  border: 1px solid #666666;
  color: #fff;
}

button.button-submit span.fa {
  margin-right: 4px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
textarea {
  height: 2.5em;
  width: 100%;
  min-width: 500px;
  max-width: 100%;
  outline: none;
  line-height: 1.75em;
  padding: 2px 4px;
  border: 3px solid #AECF00;
  transition: all 0.3s;
}

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: 10em;
}

input[type="file"] {
  display: block;
  line-height: 1.75;
}

input[type="password"] {
  height: 1.75em;
  width: 100%;
  outline: none;
  border: 1px solid #AECF00;
  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 #AECF00;
}

.message-block-complete,
.message-block-closed {
  padding: 20px;
  text-align: center;
}
.text1{
margin-bottom:25px;
}
.privacyLinkBtn{
margin-bottom:20px;
text-align: center;
}
.privacyLinkBtn .linkBtn{
    position: relative;
    display: inline-block;
    min-width: 240px;
    border-radius: 28px;
    background-color: #FFFFFF;
    padding: 6px 30px 6px 20px;
    text-align: center;
    color: #000000;
    font-size: 1.8rem;
    font-weight: bold;
border: 3px solid #AECF00;
}
.privacyLinkBtn .linkBtn::after {
    content: '';

    position: absolute;
    top: 50%;
    right: 10px;
    width: 11px;
    height: 11px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    transform-origin: right top;
    transform: rotate(45deg);
}
.fontRed{
color: #E90000;
font-weight: bold;
margin-bottom: 30px !important;
}
.text01{
line-height: 1.8;
margin-bottom: 50px !important;
font-weight: bold;
font-size: 1.9rem;
}
.content-confirmation .description-block {
  display: none;
}
@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;
  }
}

/* reCAPTCHAを中央寄せ */
.form-column-recaptcha div {
	margin: auto;
}