/*  ------------------------------ */
.grecaptcha-badge {
  visibility: hidden;
}

.privacy-text {
  font-size: 12px;
  margin-top: 1em;
}

.privacy-text a {
  text-decoration: underline;
}

/*  ------------------------------ */

.inq-form-lead {
  color: var(--main-color);
  text-align: center;
}

.inq-form-ttl {
  line-height: 1.4;
  font-size: 32px;
}



@media screen and (max-width: 767px) {
  .inq-form-ttl {
    font-size: 20px;
  }
}

.inq-form-text {
  text-align: center;
}
@media screen and (max-width: 767px) {
.inq-form-text {
  text-align: left;
}
}

.inq-form-list {
  background: #eee;
  padding: 24px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .inq-form-list {
    padding: 16px;
  }
}



/* fo0001
-------------------------------------------------------- */

.fo0001-list {
  padding-top: 40px;
}

@media screen and (max-width: 767px) {
  .fo0001-list {
    padding-top: 1.5em;
  }
}

.fo0001-list.top {
  align-items: start;
}

.fo0001-list .ttl {
  font-weight: bold;
  font-size: 16px;
  width: 100%;
}

.fo0001-list .field {
  font-size: 14px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .fo0001-list .ttl {
    font-weight: bold;
    font-size: 16px;
    width: 100%;
  }

  .fo0001-list .field {
    font-size: 14px;
    width: 100%;
  }

}

.fo0001-list .field-ttl {
  font-weight: bold;
}

.fo0001-list .field-ttl.-mt {
  margin-top: 1.5em;
}

@media screen and (max-width: 767px) {
  .fo0001-list .field-ttl {
    margin-top: 1.5em;
  }
}

.fo0001-list-note {
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
  margin-left: .5em;
}

.check-privacy-text {
  text-align: center;
  margin-top: 1em;
}

.check-privacy-link {
  margin-left: .5em;
}

.btn-confirm {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: .8em;
  font-weight: bold;
  width: 100%;
  margin: auto;
  border: solid 2px var(--main-color);
  color: var(--main-color);
  background: #fff;
  position: relative;
  margin-top: 24px;
  transition: all .7s;
}


.btn-confirm:hover {
  background: var(--main-color);
  color: #fff;
}

.btn-confirm-wrap {
  position: relative;
  width: 100%;
  max-width: 240px;
  margin: auto;
}

.btn-confirm-wrap::before {
  position: absolute;
  z-index: 3;
  content: "";
  top: 23px;
  right: 24px;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--main-color);
  border-right: 2px solid var(--main-color);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn-confirm-wrap:hover::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;

}

.fo0001 button[type="submit"] {
  margin-top: 5%;
  background: gray;
  color: #fff;
  width: 200px;
  text-align: center;
  padding: 1em;
}

.fo0001 .required {
  font-size: 12px;
  background: var(--required-color);
  color: #fff;
  padding: 0 6px;
  font-weight: bold;
  margin-left: 5px;
}

.fo0001 .wpcf7-list-item {
  margin: 0;
  margin-right: 1em;
  margin-top: .5em;
}

.page-inq .wpcf7-spinner {
  display: block;
}

@media screen and (max-width: 767px) {}

/* form
-------------------------------------------*/

input[type="text"], input[type="url"], input[type="search"], input[type="password"], input[type="tel"], input[type="date"] {
  font-size: 15px;
  line-height: 1.8;
  padding: 0.57143rem 0.85714rem;
  width: 100%;
  transition: all ease-in-out 0.2s;
  background: #F3F3F3;
  margin-top: 7px;
}

@media screen and (max-width: 767px) {
  input[type="text"], input[type="url"], input[type="search"], input[type="password"], input[type="tel"], input[type="date"] {
    width: 100%;
  }
}

.field-s {
  width: 30% !important;
}

.field-m {
  width: 50% !important;
}

@media screen and (max-width: 767px) {
  .field-s {
    width: 60% !important;
  }

  .field-m {
    width: 100% !important;
  }
}

input[type="email"] {
  font-size: 15px;
  line-height: 1.8;
  background: #F3F3F3;
  padding: 0.57143rem 0.85714rem;
  width: 100%;
  transition: all ease-in-out 0.2s;
  margin-top: 7px;
}

textarea {
  font-size: 15px;
  line-height: 1.8;
  background: #F3F3F3;
  padding: 0.57143rem 0.85714rem;
  width: 100%;
  transition: all ease-in-out 0.2s;
  min-height: 200px;
  margin-top: 7px;
}

select {
  font-size: 15px;
  line-height: 1.8;
  background: #F3F3F3;
  padding: 0.57143rem 0.85714rem;
  width: 50%;
  transition: all ease-in-out 0.2s;
  margin-top: 7px;
}

@media screen and (max-width: 767px) {
  select {
    width: 100%;
  }
}

:placeholder-shown {
  color: #BEBEBE;
}



/* thanks-page
-------------------------------------------*/

.complite-text {
  text-align: center;
}

.complite-ttl {
  font-size: 24px;
  margin-bottom: .5em;
}

/* thanks ------------------------ */


.thanks-p {
  padding-top: 180px;
  padding-bottom: 100px;
}

@media (max-width: 767) {
  .thanks-p {
    padding-top: 140px;
    padding-bottom: 100px;
  }
}


.thanks .pagetop-btn {
  margin-top: 7%;
  background: var(--main-color);
  color: #fff;
  width: 280px;
  border-radius: 10px;
  text-align: center;
  padding: 1em;
  position: relative;
  display: inline-block;
}

.thanks .pagetop-btn::before {
  position: absolute;
  content: "";
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}