@charset "UTF-8";

* { margin: 0; padding: 0; }
html {
  height: 100%;
}
.bottom .form{
  display: block;
  margin-top: 40px;
  text-align: left;
  width: 90%;
  margin-left: 5%;
  font-size: 18px;
}
.form input,
.form textarea{
  font-size: 16px;
  margin-bottom: 0.8rem !important;
}
.wpcf7-radio{
  margin-bottom: 0 !important;
}
.form label{
  font-size: 16px;
}
.wpcf7-list-item{
  width: 52.5%;
  margin: 0 0 1rem 0!important;
  text-align: center;
}
.wpcf7-list-item.first{
  width: 38%;
}
.wpcf7-list-item:nth-child(3){
  width: 96.5%;
  margin-bottom: 1.5rem !important;
  text-align: left;
}
.form input[type='radio'] + span{
  font-size: 3.8vw;
  white-space: nowrap;
}
.form input[name="considerations_content"]{
  margin-top: 0;
  margin-bottom: 2rem !important;
}
div [data-id="group-785"] .wpcf7-not-valid-tip{
    bottom: 0.5rem;
}

.remind{
        position: absolute;
        width: 73%;
        margin-top: -3.6rem;
        margin-left: 21.5vw;
        font-size: 60%;
        white-space: nowrap;
    
    }
.remind .wpcf7-form-control-wrap{
        width: 35%;
        display: inline-block;
    
    }
.form input[type='date']{
        width: 85%;
        font-size: 100%;
        border-radius: 0;
        padding: 0.2rem;
    
    }
.form textarea{
  height: 6rem;
  margin-bottom: 0 !important;
}
.form input[type='submit']{
  margin-top: 2rem;
}

#toform img{
  width: 50px;
  position:fixed;
  right: 16px;
  bottom: 20px;
}
#toform:hover{
  opacity:0.6;
}

/* to_formのふわっと非表示 */
#toform {
  transition: opacity .4s ease, visibility .4s ease;
}
#toform.is-vanish {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.b01{
  padding-top:50px;
}
.b02,
.b03{
  width:90%;
  margin:0 auto;
  margin-top: 50px;
}
.b03{
  padding-bottom: 90px;
}