@charset "UTF-8";
/*
Theme Name: AWL Theme
Author: 
Author URI: 
Version: 1.0
*/

/*フォーム調整*/
.wpcf7-radio .wpcf7-list-item {
  margin-left: 0;
  margin-right: 15px;
}
.wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}
.wpcf7 .wpcf7-spinner {
  position: absolute;
  right: calc(50% - 35px)!important;
  bottom: -35px!important;
}
.wpcf7 .wpcf7-response-output {
  text-align: center!important;
}

.wpcf7-submit[disabled] {
  color: #999!important;
  opacity: 1!important;
  background-color: #ccc!important;
}
  @media (max-width: 749px) {
    .wpcf7-submit[disabled] {
      padding: 20px 80px!important;
    }
  }


/*確認画面*/
.custom-wpcf7cp-confirm.wpcf7cp-form-hide > * {
  display: block;
  height: 0!important;
  padding: 0!important;
  margin: 0!important;
}
.custom-wpcf7cp-confirm.wpcf7cp-form-hide #privacy {
  display: none;
}

div#wpcf7cpcnf {
  position: relative!important;
}
div#wpcf7cpcnf th {
  font-weight: 500;
  width: 300px;
  padding: 15px 25px;
  border-bottom: solid 1px #F0F0F0;
  text-align: left;
  background: rgba(221,221,221,0.7) ;
}
div#wpcf7cpcnf th p {
  margin: 0;
}
div#wpcf7cpcnf td {
  padding: 15px 25px;
}
  @media screen and (max-width: 749px) {
    div#wpcf7cpcnf table,
    div#wpcf7cpcnf tbody,
    div#wpcf7cpcnf tr,
    div#wpcf7cpcnf th,
    div#wpcf7cpcnf td {
      display: block;
      width: 100%;
    }
    div#wpcf7cpcnf th {
      padding: 2.66vw 4vw;
    }
    div#wpcf7cpcnf td {
      padding: 4vw 0;
    }
  }

.wpcf7cp-btns {
  text-align: center;
  padding-top: 20px;
}
.wpcf7cp-btns button {
  width: 330px;
  margin: 20px 10px 0 10px;
  background: #fff;
  border: solid 2px #888;
  border-radius: 0;
  letter-spacing: 0.04em;
  padding: 1.5rem;
  position: relative;
  text-indent: 0.04em;
  transition: all 0.2s ease-out 0s;
}
.wpcf7cp-btns button:hover {
  background: #888;
  border: solid 2px #888;
  color: #fff;
}
.wpcf7cp-btns .wpcf7-submit {
  color: #fff;
  background: #102386;
  border: solid 2px #102386;
}
.wpcf7cp-btns .wpcf7-submit:hover {
  background: #fff;
  color: #102386;
  border: solid 2px #102386;
}
  @media screen and (max-width: 749px) {
    .wpcf7cp-btns {
      padding-top: 0;
    }
    .wpcf7cp-btns button {
      display: block;
      width: 68vw;
      margin: 4vw auto 0 auto;
    }
  }

.wpcf7-radio .wpcf7-list-item {
  display: block;
}

form input[type="text"], form input[type="email"], textarea {
  font-size: 1.6rem!important;
}
form input[type="tel"] {
padding: 8px;border: 1px solid #ccc;
-moz-box-shadow: inset 1px 1px 2px -3px rgba(0,0,0,0.5);-webkit-box-shadow: inset 1px 1px 2px -3px rgba(0,0,0,0.5);
box-shadow: inset 1px 1px 2px -3px rgba(0,0,0,0.5);border-radius: 4px;font-size: 1.6rem;outline: none;
}

/*focus*/
input[type="tel"]:focus {box-shadow: 0 0 2px #1b62a4;border: 1px solid #1b62a4;}

table.formTable th label {
  margin: 0;
  display: inline-block;
}

.grecaptcha-badge {
  display: none;
  bottom: 120px!important;
  z-index: 20!important;
}

.page-id-36 .grecaptcha-badge {
  display: block;
}
  @media screen and (max-width: 899px) {
    .page-id-36 .grecaptcha-badge {
      bottom: 115px!important;
    }
  }