@charset "UTF-8";
/* 
Theme Name:豊中庄内ヴェルデデンタルクリニック
*/
/* formset */
table.formset {
  width: 100%;
}
table.formset th {
  padding: 1rem 0;
  text-align: left;
  font-weight: normal;
  width: 25%;
}
table.formset th span {
  display: inline-block;
  color: #B53934;
}
table.formset td {
  padding: 1rem 1rem;
}

@media screen and (max-width: 767px) {
  table.formset {
    width: 100%;
    display: block;
  }
  table.formset th {
    display: block;
    padding: 1rem 0;
    text-align: left;
    font-weight: normal;
    width: 100%;
  }
  table.formset th span {
    display: inline-block;
    color: #B53934;
  }
  table.formset td {
    display: block;
    padding: 1rem 0rem;
  }
  table.formset.confirm td {
    background: #FFF;
    padding: 2rem;
  }
}
input[type="email"],
input[type="text"],
textarea {
  border: solid 1px #CEC9C9;
  padding: 20px 30px;
  font-size: 2.4rem;
  width: 100%;
  outline: none;
  background: #FFF;
}

input[type="email"]::placeholder,
input[type="text"]::placeholder,
textarea::placeholder {
  font-size: 2.0rem;
  color: #CEC9C9;
}

@media screen and (max-width: 767px) {
  input[type="email"],
  input[type="text"],
  textarea {
    border: solid 1px #CEC9C9;
    padding: 10px 10px;
    font-size: 2.4rem;
    width: 100%;
    outline: none;
    background: #FFF;
  }
}
.submit {
  padding-top: 15px;
  border-top: 1px solid #000;
  margin: 50px 0 100px;
  text-align: center;
  position: relative;
}
.submit button {
  font-size: 2.4rem;
  color: #824B32;
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "ＭＳ Ｐゴシック", "MS Pgothic", "Osaka", sans-serif, Helvetica, Helvetica Neue, Arial, Verdana;
  background-color: transparent;
  border: 1px solid #EDD79E;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  background: linear-gradient(180deg, white 0%, #eacf8c 100%);
  padding: 1em 4em;
}
.submit button span {
  display: inline-block;
  position: relative;
}
.submit button:hover {
  opacity: .8;
}
.submit .back {
  position: absolute;
  left: 0;
  top: 15px;
}
.submit .back a {
  font-size: 2.4rem;
  color: #FFF;
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "ＭＳ Ｐゴシック", "MS Pgothic", "Osaka", sans-serif, Helvetica, Helvetica Neue, Arial, Verdana;
  background-color: transparent;
  border: 1px solid #EDD79E;
  cursor: pointer;
  outline: none;
  display: block;
  padding: 0;
  appearance: none;
  background: #98633E;
  padding: .5em 2em;
  text-decoration: none;
}
.submit .back a span {
  display: inline-block;
  position: relative;
}
.submit .back a:hover {
  opacity: .8;
}

.grecaptcha-badge {
  visibility: hidden;
}

span.err {
  color: #cc0000;
  font-size: 1.8rem;
}

.thanks {
  text-align: center;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .submit button {
    padding: 40px 40px;
  }
  .submit button span {
    padding-right: 25px;
  }
  .submit button span::after {
    width: 18px;
    height: 18px;
  }
  .submit .back {
    position: static;
    margin-top: 2rem;
    transform: none;
  }

  .thanks {
    text-align: left;
    margin-bottom: 5rem;
  }
}
