#contact_main {
    padding: 80px 10%;
}

#contact_main .main-title {
    font-size: 3.0rem;
    text-align: center;
    line-height: 1;
    margin-bottom: 20px;
    font-family: 'PT Sans', sans-serif;
    font-style: normal;
    font-weight: 700;

}

#contact_main .main-title span {
    background: linear-gradient(transparent 50%, #ff6 60%);
}


#contact_main .contactText {
    text-align: center;
    font-size: 1.2rem;
    overflow-wrap: break-word;
    line-height: 1.3;
    margin-bottom: 100px;
}


/*#form {
    position: relative;
    top:0;
    left: 0;
    right: 0;
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 150px;
    text-align: center;
}

#form #message,
#form .input {
    width: 100%;
}

#name,
#email,
#text,
#message {
    width: 100%;
    height: 100%;
    border: none;
}

#form dl {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    max-width: 100%;
    align-items: flex-start;
}

#form dl dt {
    width: 25%;
    margin-bottom: 20px;
    text-align: right;
    padding-right: 20px;
    line-height: 1;
}

#form dl dd {
    width: 65%;
    border: solid 1px #333;
    margin-bottom: 30px;
}
#form dl dd:last-child {
    width: 70%;
    border: none;
    margin-bottom: 30px;
}

#submit-btn {
    margin-top: 50px;
    width:40%;
    height: 50px;
    border-radius: 5px;
    color: #fff;
    font-size: 1.2rem;
    border: none;
    background: #333;
}*/

/*---------concept-page---------*/
/*#form {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 170px;
}

#form #message,
#form input {
    width: 100%;
}

#form dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#form dl dt {
    width: 20%;
    margin-bottom: 20px;
    text-align: right;
    padding-right: 30px;
}

#form dl dd {
    width: 80%;
    border: solid 1px #333;
    margin-bottom: 20px;
}
#form dl dd:last-child {
    width: 80%;
    border:none;
    margin-bottom: 20px;
}



#submit-btn {
    display: inline-block;
    width: 170px;
    height: 50px;
    background: #333;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    position: relative;
    top:80px;
    transition: 0.4s;
    margin-bottom: 100px;
}
#submit-btn:hover {
    background: #fff;
    color: #333;
    border: solid 1px #333;
}


#form #submit-btn input {
    width: 100%;
    color: #fff;
    line-height: 50px;
    font-size: 1.3rem;
}



/*---アニメーション用---*/
/*.form-in{
    opacity: 0;
    transition: 2s;
}

.form-in.is-show{
    opacity: 1;
}
#footer.footer_contact{
    position: absolute;
    top: 1620px;

}



@charset "utf-8";
/* CSS Document */
  
  
.contact-form{
    max-width: 700px;
    margin: 0 auto;
  }
  .contact-form .formTable{
    text-align: center;
  }
  .contact-form p{
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
  }
  .contact-form input[type="text"]{
    display: block;
    width:60%;
    height: 30px;
    border: solid 0.5px #333;

  }
  .contact-form input[type="email"]{
    display: block;
    width: 60%;
    height: 30px;
    border: solid 0.5px #333;

  }
  .contact-form textarea{
    display: block;
    width:60%;
    height:250px;
    border: solid 0.5px #333;

  }
  .contact-form label{
    width: 35%;
    font-size: 1.2rem;
    color: #444;
    font-weight: 400;
    text-align: right;
    padding-right: 30px;
    line-height:1;
  }
  .contact-form label.check span{
   font-size: 0.8rem;
  }
  input[type="submit"]{
    display: block;
    width:35%;
    border-radius: 5px;
    height: 50px;
    margin: 120px auto 200px;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 400;
    background-color: #333;
    border: solid 0.5px #333;
    transform: 0.4s;
  }
  input[type="submit"]:hover{
    color: #333;
    font-size: 1.3rem;
    font-weight: 400;
    background-color: #fff;
    border: solid 0.5px #333;
  }






