.contact_wrapper, .contact_wrapper2 {
  width: 88rem;
  margin: 0 auto;
}

.contact_wrapper h2 {
  margin-top: 10rem;
  font-size: 3rem;
  letter-spacing: 0.3em;
  font-weight: bold;
  color:#2851AE;
  text-align: center;
  margin-bottom: 5rem;
  padding-left: 0.6rem;
}

.contact_title_wrapper {
  display: flex;
  margin-bottom: 0.5rem;
}

.contact_title {
  font-size:2rem;
  line-height: 1.45em;
  color: #333333;
  font-weight: 500;
}

.needed {
  background-color: #D60000;
  color: white;
  width: 5rem;
  height: 2.5rem;
  font-size: 1.6rem;
  line-height: 1.5625em;
  text-align: center;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-top: 0.3rem;
}

.input_item1, .input_item2, .input_item3, .input_item5 {
  position:relative;
}

.input_item4 .wpcf7-not-valid-tip {
  display: none;
}


.input_item1 .wpcf7-not-valid-tip {
    position: absolute;
    top: -4.9rem;
    left: 12rem; 
    z-index: 100;
    font-size: 1.5rem;
    color: #D60000;
} 

.input_item2 .wpcf7-not-valid-tip {
    position: absolute;
    top: -4.9rem;
    left: 14rem; 
    z-index: 100;
    font-size: 1.5rem;
    color: #D60000;
} 

.input_item3 .wpcf7-not-valid-tip {
    position: absolute;
    top: -4.9rem;
    left: 20rem; 
    z-index: 100;
    font-size: 1.5rem;
    color: #D60000;
}

.input_item5 .wpcf7-not-valid-tip {
    position: absolute;
    top: -18rem;
    left: 22.2rem; 
    z-index: 100;
    font-size: 1.5rem;
    color: #D60000;
} 


.name_input, .furigana_contact, .company_contact, .email_contact, .tel_contact {
  font-size: 2rem;
  color: #333;
  line-height: 2.5em;
  width: 100%;
  height: 5rem;
  border-radius: 1rem;
  margin-bottom: 2.0rem;
  padding-left: 1rem;
}

::placeholder {
  color: #E8E8E8;
}

 .inquiry_contact {
  font-size: 2rem;
  color: #333;
  line-height: 1.45em;
  width: 100%;
  height: 16rem;
  border-radius: 1rem;
  padding-left: 2rem;
  padding-top: 1.1rem;
  resize: none;
  margin-top: 0.4rem;
}

.submit_contact {
  background-color: #347BD2;
  color: white;
  width: 100%;
  height: 5.5rem;
  border-radius: 1rem;
  margin-top: 10.1rem;
  font-size: 3rem;
  line-height: 1em;
  padding-top: 0.4rem;
}

@media screen and (max-width: 699.98px) {
  .contact_wrapper {
    width: 27.5rem;
    margin: 0 5rem;
  }

  .contact_wrapper2{
    width: 30rem;
    margin: 0 5rem 0 0;
  }

  .contact_wrapper h2 {
    margin-top: 13rem;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    padding-left: 0.8rem;
    }
    
  .contact_title_wrapper {
      margin-bottom: 0.4rem;
    }
    
  .contact_title {
      font-size:1.5rem;
      line-height: 1.4em;
    }
    
  .needed {
      width: 3.4rem;
      height: 1.7rem;
      font-size: 1.1rem;
      line-height: 1em;
      margin-left: 0.5rem;
      margin-right: 0.6rem;
      margin-top: 0.2rem;
      padding-top: 0.4rem;
    }
    
  .input_item1 .wpcf7-not-valid-tip {
    position: absolute;
    top: -3.3rem;
    left: 8.9rem; 
    z-index: 100;
    font-size: 1rem;
    color: #D60000;
} 

.input_item2 .wpcf7-not-valid-tip {
    position: absolute;
    top: -3.3rem;
    left: 10.4rem; 
    z-index: 100;
    font-size: 1rem;
    color: #D60000;
} 

.input_item3 .wpcf7-not-valid-tip {
    position: absolute;
    top: -3.3rem;
    left: 14.9rem; 
    z-index: 100;
    font-size: 1rem;
    color: #D60000;
}

.input_item5 .wpcf7-not-valid-tip {
    position: absolute;
    top: -11.2rem;
    left: 16.4rem; 
    z-index: 100;
    font-size: 1rem;
    color: #D60000;
    white-space: nowrap; 
} 

  .name_input, .furigana_contact, .company_contact, .email_contact, .tel_contact {
      font-size: 1.5rem;
      line-height: 1.4em;
      height: 3rem;
      border-radius: 0.5rem;
      padding-top: 0.5rem;
      margin-bottom: 2.1rem;
    }
    
  .inquiry_contact {
    font-size: 1.5rem;
    line-height: 1.4em;
    width: 27.5rem;
    height: 10rem;
    border-radius: 0.5rem;
    padding-left: 1rem;
    white-space: nowrap; 
    overflow:hidden; 
    margin-top: 0.2rem;
    padding-top: 0.5rem;
  }
    
  .submit_contact {
    height: 3.5rem;
    width: 27.5rem;
    margin-top: 2.6rem;
    font-size: 2rem;
    line-height: 1em;
    padding-top: 0.3rem;
  }

}