@charset "utf-8";
/* CSS Document */

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #46b450;
}
/* --------------------
無料説明会申し込み
-------------------- */
.indent{
  text-indent: 1rem;
}
.form-flex{
  display: flex;
  margin-bottom: 20px;
}
.page .wpcf7{
  background-color: #FFF;
  border: none;
}
.wpcf7-form{
  margin-top: 60px;
}
.required{
  color: #FF0000;
}
.input{
  width: 100%;
}
.age .input input{
  width: 60%;
  margin-right: 1rem;
}
.label{
  font-size: 18px;
  font-weight: 600;
}
.form-control{
  width: 100%;
}
.form-item{
  align-items: center;
  padding: 0 5%;
}

.bithData{
  border-color: var(--_form-control-border-color-hover);
  background-color: var(--_color-white);
  border: 1px solid var(--_form-control-border-color);
  border-radius: 5px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.035);
  max-width: 100%;
  outline: 0;
  padding: var(--_padding-2);
  transition: border var(--_transition-duration) var(--_transition-function-timing) var(--_transition-delay);
  vertical-align: top;
}
.riyokyodaku{
  text-align: center;
  margin-top: 60px;
}
.riyokyodaku a:hover{
  opacity: 0.8;
}

.form-flex .label{
  width: 30%;
}
.policy-textbox {
  overflow-y: scroll;
  height: 300px;
  width: 100%;
  text-align: left;
  margin: 0 auto;
  padding: 0 2rem;
  border: 1px solid #ccc;
  font-size: 14px;
  white-space: pre-wrap;
}
.policy-textbox pre {
  font-size: 12px;
  line-height: 1.5;
  white-space: pre-wrap;
}
.consent{
  padding-top: 1rem;
}
.consent p{
  display: flex;
  justify-content: center;
}
.policy-title{
  text-align: left;
  font-weight: bold;
}

.submit{
  text-align: center;
  position: relative;
  width: min(80%, 300px);
  min-width: 275px;
  margin: 0 auto;
}
.submit input{
  width: 250px;
}
.wpcf7 .wpcf7-form .wpcf7-submit{
  -webkit-transition: all .3s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  width: min(80%, 300px);
  min-width: 275px;
  height: 48px;
  margin: 30px auto 0;
  outline: none;
  background-color: #2BCF25;
  border: 1px solid #2BCF25!important;
  border-radius: 100vh;
  color: #fff;
  font-size: 18px;
  transition: all .3s;
  padding-right: 26px;
  padding-left: 26px;
}
.submit::before{
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background-color: #FFF;
  border-radius: 50%;
  transition : 1s;
  z-index: 1;
}
.submit::after{
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 17px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-left: 12px solid #2BCF25;
  z-index: 2;
}
.submit .wpcf7-spinner{
  display: none!important;
}
.wpcf7 .wpcf7-form .wpcf7-submit:hover{
  color: #2BCF25;
  background: #FFF;
}
.submit:hover::before{
  background-color: #2BCF25;
}
.submit:hover::after{
  border-left: 12px solid #FFF;
}
.terms{
  margin-top: 60px;
  margin-bottom: 60px;
}
.terms-text p{
  text-align: center;
}
.terms-text a{
  border-bottom: 1px;
  color: #2BCF25;
}
.terms-text a:hover{
  opacity: .7;
}
.terms-check p{
  display:flex;
  margin:0 auto;
  justify-content: center;
}
.terms-check .wpcf7-list-item{
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section.contact .container {
    padding: 60px 0;
  }
  .br{
    display: block;
  }
  .form-flex{
    flex-direction: column;
  }
  .form-flex .label {
    width: 100%;
  }
  .form-item{
    padding: 0;
  }
}

@media screen and (max-width: 599px) {
  
   
}

@media screen and (max-width: 499px) {
  .form-custom{
    width: 100%;
  }
  
}




