@charset "UTF-8";
/* CSS Document */

.section-top{
  margin: 0 auto;
  padding-top: 100px;
  width: 100%;
}
.section-top h1{
  font-size: 7.0rem;
}
.section-top p{
  width: 60%;
  padding-top: 50px;
  padding-bottom: 30px;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 2.8rem;
}
.section-top p span{
  color: #00C2FF;
}
.contact_title{
  margin: 0 auto;
  padding: 80px 0 0 50px;
}
.contact_title span{
  font-weight: 400;
  font-size: 1.4rem;
  margin-top: 20px;
}
/*form*/
form {
  width: 60%;
  margin: 0 auto;
    border-radius: 5px;
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */ 
}

.form-group {
    margin-bottom: 15px;
}

label {
    display: block;
    margin-bottom: 5px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

textarea {
    resize: vertical;
}

input[type="submit"] {
    background-color: #f5f5f5;
    color: #222936;
    padding: 10px 20px;
    border: none;
    border-radius: 10px 0 10px ;
    font-size: 18px;
    cursor: pointer;
}
input[type="checkbox"]{
  padding: 15px;
}

.form-group span{
  color: #FF0004;
  font-weight: 500;
}
.privacypolicy-link{
  font-weight: 500;
  font-size: 1.8rem;
}
.section-contact{
  padding-bottom: 50px;
}
.send-button{
  box-shadow: none;
}
.privacypolicy-agree{
  display: flex;
}
.send-btn{
 text-align: center;
 
}
.agree{
  padding-left: 15px;
}

@media(max-width:786px){
  .section-top p{
    width: 80%;
  }
  form{
    width: 80%;
  }
}
