@charset "utf-8";








 
.contact {
 
  display: flex;
  flex-direction: column;
 text-align: center;
  margin-top: 20px;
 
  background-image: url("../images/index/img-haikei4.jpg");
  padding-bottom: 20px;
}
 
.contact h2{
 margin-bottom: 40px;
  margin-top: 200px;
font-size: 60px;
}



.form-area{
  text-align: center;
}





.form-area dd{
  width: calc(100% - 200px);
  padding: 20px 0;
}

.form-area dt{
  margin-top: 50px;
  
  border-bottom: #f3b90d;
}

.input-text{
  width: 100%;
  max-width: 400px;
  text-align: center;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 200px;
}


.message{
  width: 100%;
  height: 260px;
  padding: 10px;
  line-height: 1.5;
  margin-left: 100px;
}

.confirm-text{
  text-align: center;
}

.required{
  margin-top: 50px;
}
.button33{
  margin-top: 40px;
  margin-bottom: 40px;
}
 .button3{
 width: 300px;
 height: 80px;
  font-size: 30px;
  margin-top: 40px;
  margin-bottom: 50px;
  border-radius: 20px;
} 

.button3  {
    /* background: #eee; */
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 240px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    z-index:0;
    border-radius: 20px;
}
.button3 :before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    display: block;
    background: #6bb6ff;
    transition: .3s;
    left:0;
    border-radius: 20px;
}
.button3 :hover {
    color: #FFF;
}
.button3 :hover:before {
    width: 100%;
    z-index: -1;
}

.button3{
  text-align: center;
}

.button2{
  width: 200px;
}

@media screen and (max-width: 780px) {

.title{
  display: inline-block;
  width: 375px;
  height: 200px;
}

.contact h2{
  display: inline-block;
 
  margin-top: 80px;
  
  font-size: 30px;
}

.confirm-text{
  text-align: center;
  margin-left: 50px;
}

.form-area dd{
  display: block;
  text-align: center;
  margin-left: -90px;

}

.message{
  text-align: center;margin-right: ;
  margin-left: 100px;
width: 350px;
}

.confirm-text{
 margin-left: -30px;
  margin-top: 20px;
  font-size: 18px;
}







   
  
 
 
}