body {
  color: #333;
  font-size: 16px;
  line-height: 1.75;
  background-color: transparent;
}

a {
  color: #a59aca;
}

.container {
  max-width: 100%;
  border: 0;
  background-color: transparent;
}

.help-block {
  display: none!important;
}

.form-column {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  font-size: 1em;
}

.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-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: #029dc9;
  border-radius:4px;
}
.form-column.form-column-tel.form-column-176a3818-f221-4b5b-bd13-cc31d4c1add2 label:after {
    content: "任意";
    font-size: 12px;
    background-color: #999;
    padding: 2px 8px;
    margin-left: 3px;
    white-space: nowrap;
    color: #fff;
}
.privacy-inner{
	padding: 15px 25px;
	text-align: left;
}
.description-block .h2{
    text-align: center;
    margin-top: 8px;
	font-weight: 700;
	margin-bottom: 20px;
}
.description-block .h3{
	margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #ccc;
    font-size: 14px;
	font-weight:600;
}
.description-block .privacy-contact{
	margin-top: 1rem;
	border-top: none;
    padding-top: 0;
}
.description-block p{
	/*font-size: 13px;*/
    margin-top: 5px;
color: #333!important;
}
.description-block .tr{
	border: solid 1px #ccc;
	padding: 0px 10px;
    font-size: 12px;
	margin-top:0;
}
.description-block .tr span{
    display: inline-block;
    padding: 5px 10px;
    border-left: solid 1px #ccc;
    margin-left: 130px;
}
.description-block .tr2,.description-block .tr3{
	border-top:0;
}
.description-block .tr2 span{
	margin-left: 106px;
}
.description-block .tr3 span{
	margin-left: 118px;
}
.description-block .privacy-lead{
	margin-top: 5px;
}
.description-block .tr4 span{
	margin-left: 35px;
}

.button-group {
  margin-top: 1em;
  text-align: center;
}
.button-group .help-block {
  margin-top: 0.5em;
  font-size: 0.75em;
}
.button{
	width: 306px;
  background-color: #37a7c6;
  color: #fff;
  font-weight: bold;
  border-radius: 30px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #DDDDDD;
}
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: #333;
}

button.button-submit {
  background-color: #5BB7D1;
  border: 1px solid #5BB7D1;
  color: #fff;
  padding: 15px 50px;
  border-radius: 30px;
}
button.button.button-submit:hover {
  opacity: 0.8;
}
button.button-submit span.fa {
  margin-right: 4px;
}
.form-column.form-column-note.form-column-4a518052-10a8-4c0f-921f-4aa51a88aaaf {
  margin-bottom: 0px!important;
  justify-content: center;
}
.form-column.form-column-note.form-column-4a518052-10a8-4c0f-921f-4aa51a88aaaf .description-block {
  margin-bottom: 0;
  color:#000;
}
.button-group {
  margin-top: 5px!important;
}
.description-block p a {
  text-decoration: underline;
  color: #333!important;
}


input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
textarea {
  height: 1.75em;
  width: 60%;
  min-width: 500px;
  max-width: 100%;
  outline: none;
  line-height: 1.75em;
  padding: 2px 4px;
  border: 1px solid #6a767d;
  transition: all 0.3s;
    height: 52px;
}

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 #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 {
  border: 2px solid #316a8b;
  padding: 20px;
  text-align: center;
}

.label {
  display: inline-block;
  width: 180px;
  text-align: right;
  color: #000;
  margin-right: 5px;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
textarea {
  width: 60%;
  min-width: 60%;
  border: 1px solid #DDDDDD;
  padding: 25px 22px;
  border-radius: 5px;
  background-color: #fff;
}
select {
  width: 60%;
  min-width: 60%;
  border: 1px solid #DDDDDD;
  height: 52px;
  border-radius: 5px;
  background-color: #fff;
}

label .badge-required {
  white-space: nowrap;
}
fieldset{
	width:100%;
}
legend.label{
	width: 255px;
    text-align: left;
}
legend .badge-required{
	background-color: #2ca6e0;
}
@media (max-width: 640px) {
  select {
    width: 100%;
  }
  .form-column-calendar input {
    width: auto;
    min-width: auto;
  }
  .form-column-heading h2 {
    font-size: 1.25em;
  }
	input[type="text"],
	input[type="email"],
	input[type="tel"],
	input[type="url"],
	textarea {
	  height: 52px;
	  width: 100%;
	  outline: none;
	  line-height: 1.75em;
	  padding: 2px 4px;
	  border: 1px solid #6a767d;
	  transition: all 0.3s;
	}
}

/* @media only screen and (max-width: 768px) {
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="url"],
  textarea {
    width: 100%;
  }
} */


.form-column-select label {
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
}

.preview-block {
  padding-left: 10px;
  color: #000;
}
.content-confirmation .description-block{
    display: none;
}
.content-confirmation fieldset{
	display: none;
}
.form-column-recaptcha {
    justify-content: center;
}

.message-block-confirmation {
    color: white;
    text-align: center;
	display:none;
}