body {
  font-size: 16px;
  line-height: 1.75;
  font-family: 'zen-maru-gothic', sans-serif;
  font-weight: 500;
  font-style: normal;
}

a {
  color: #a59aca;
}

.container {
  max-width: 100%;
  border: 0;
}

.help-block {
  font-size: 0.75em;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  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: #c73b3b;
  border-radius: 4px;
}

.description-block {
  color: #151514;
  margin-top: 0.5em;
}

.button-group {
  margin-top: 1em;
}
.button-group .help-block {
  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;
}

button.button-submit {
  background-color: #316a8b;
  border: 1px solid #316a8b;
  color: #fff;
}
button.button-submit span.fa {
  margin-right: 4px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
textarea {
  height: 1.75em;
  width: 100%;
  min-width: 500px;
  max-width: 100%;
  line-height: 1.75em;
  padding: 2px 4px;
  border: 1px solid #6a767d;
  transition: all 0.3s;
}

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-right: 1em;
}

select {
  width: auto;
  height: 1.75em;
  display: block;
  border: 1px solid #6a767d;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  background-color: white;
}

.message-block-complete {
  border: 2px solid #316a8b;
  padding: 20px;
  text-align: center;
}

@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;
  }
}
body, .container{
  background-color: transparent;
}
.form-page{
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: 'zen-maru-gothic', sans-serif;
  font-weight: 500;
  font-style: normal;
}
.form-column-name,
.form-column-text,
.form-column-tel,
.form-column-email,
.form-column-prefecture-jp,
.form-column-textarea {
  padding-bottom: 20px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  display: grid;
  grid-template-columns: 1fr 4fr;
  max-width: 900px;
  width: 100%;
}
@media screen and (max-width: 768px){
  .form-column-name,
  .form-column-text,
  .form-column-tel,
  .form-column-email,
  .form-column-prefecture-jp,
  .form-column-textarea{
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.form-column-name label,
.form-column-text label,
.form-column-tel label,
.form-column-email label,
.form-column-prefecture-jp label,
.form-column-zip-code-autofill .form-column-zip-code-jp label{
  display: flex;
  align-items: center;
}
.form-column-107d641e46-5631-44e5-88f7-cd53961ff7c1{
  display: flex;
  flex-direction: column;
  gap: 32px;
}
fieldset{
  border: transparent;
}
[data-column="お問い合わせ項目"]{
  background-color: #fff;
  padding: 1em 1em 2em 1em;
  max-width: 600px;
  width: 100%;
  border-radius: 1000px;
  margin-bottom: 48px;
}
[data-column="お問い合わせ項目"] fieldset{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
[data-column="お問い合わせ項目"] fieldset .label{
  font-size: 1.5em;
  width: fit-content;
  border-bottom: 2px dotted;
  margin: 0 auto;
  margin-bottom: 16px;
}
[data-column="お問い合わせ項目"] fieldset .input-group{
  display: flex;
  gap: 16px;
  font-size: 1.3em;
}
@media screen and (max-width: 768px){
  [data-column="お問い合わせ項目"] fieldset .label{
    font-size: 1.2em;
  }
  [data-column="お問い合わせ項目"] fieldset .input-group{
    flex-direction: column;
    gap: 8px;
    font-size: 1.1em;
  }
}
input[type="radio"]{
  color: #8DBD8A;
}
.form-column-zip-code-autofill {
  max-width: 900px;
  width: 100%;
}
.form-column-zip-code-autofill .form-column-zip-code-jp {
  display: grid;
  grid-template-columns: 1fr 4fr;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px){
  .form-column-zip-code-autofill .form-column-zip-code-jp{
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.form-column-zip-code-jp .input-group input.zip-code-jp{
  width: 9em;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
textarea,
select{
  padding: .8em 2em;
  border: transparent;
  border-radius: 1000px;
  height: initial;
  display: flex;
  justify-content: space-between;
}
textarea{
  border-radius: 32px;
  height: 16em;
}
select{
  width: fit-content;
}
button.button-submit{
  width: 300px;
  padding: .8em 1em;
  color: white;
  font-weight: bold;
  background-color: #8DBD8A;
  border-radius: 1000px;
  font-size: 1.2em;
  border: transparent;
}
.form-column-note:nth-of-type(2n-1) {
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: bold;
}
.form-column-note:nth-of-type(2n) {
    width: 100%;
    max-width: 600px;
    height: 200px;
    border: solid 1px #ccc;
    overflow-y: scroll;
    background: white;
    margin: 15px 0;
    text-align: left;
}
.form-column-note:nth-of-type(2n) .description-block {
  background-image: url(https://www.asahi-kankyo.com/wp/wp-content/themes/original/assets/images/privacy_policy.jpg);
  background-size: calc(100% - 20px);
  background-position: center;
  background-repeat: no-repeat;
  color: transparent;
  width: 100%;
  height: 1560px;
}
@media screen and (max-width: 768px) {
  .form-column-note:nth-of-type(2n) .description-block {
    background-image: url(https://www.asahi-kankyo.com/wp/wp-content/themes/original/assets/images/privacy_policy_sp.jpg);
  height: 1820px;
}
}
.form-column-checkbox legend .badge-required{
  display: none;
}
.form-column-checkbox .option-text::after {
    content: "必須";
    margin-left: 0.25em;
    padding: 4px 8px;
    line-height: 1;
    font-size: 0.75em;
    color: #fff;
    background-color: #c73b3b;
    border-radius: 4px;
    width: auto;
    display: inline-block;
}
.form-column-checkbox legend.label {
  display: none;
}