

/*--------------------------------------------------------------
   お問い合わせ
--------------------------------------------------------------*/
.contact-form {
    padding-top: 20px;
    text-align: center;
    height: 100vh;
    background-color: #444;
  }
  
  .contact-form p {
    color: white;
  }
  
  .form-title {
      color:white;
  }
  
  .form-item {
    color: #666;
    font-size: 20px;
  }

  .top-modoru a {
    font-weight: 700;
}

.top-modoru a {
  display: inline-block;
  padding-top: 40px; 
  font-size: 24px;
}

a,p,h1{
  color: white;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
  
  input {
   width: 400px;
   margin-top: 10px;
   margin-bottom: 20px;
   padding: 10px;
   font-size: 18px;
   border: 1px solid #b3aeb5;
  }
  
  textarea {
    width: 400px;
    margin-top: 10px;
    margin-bottom: 30px;
    padding: 10px;
    font-size: 18px;
    border: 1px solid #b3aeb5;
   }

   button {
       display: flex;
       margin: 0 auto;
       align-items: center;
       cursor: pointer;
   }
  

   @media screen and (max-width:1124px) {
    input,textarea {
      width: 50%;
    }
  }
  
  @media screen and (max-width:810px) {
    input,textarea {
      width: 80%;
    }
  }
  
  @media screen and (max-width:767px) {
   .contact-form h2 {
    font-size: 24px;
  }
  }
   
  