section .title {
  background: url(./image/h2.jpg) no-repeat center center;
  background-size: cover;
}

#contact #content .first{
  margin-bottom: 2rem;
}

#contact #content .row select,
#contact #content .row textarea,
#contact #content .row input[type="text"] {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 16px;
}

#contact #content .row textarea{
  height: 8rem;
}

#contact #content .row{
  display: flex;
  align-items: center;
  padding: 1rem 0;
  border-bottom: 1px solid #ccc;
}

#contact #content .row .label{
  width: 30%;
}
#contact #content .row .parts{
  width: 70%;
}

#contact #content .hi{
  display: inline-block;
  background-color: rgb(235, 52, 52);
  color: #fff;
  line-height: 1;
  font-size: 14px;
  padding: 4px 10px;
}

#contact #content .row .label .hi{
  margin-left: 10px;
}

#contact .doui-row{
  margin: 3rem 0 0;
  text-align: center;
}

#contact .doui-row input{
  vertical-align: middle;
}

#contact #content .row input.zip{
  width: 12ex;
}

#contact .submit{
    text-align: center;
    margin-top: 2rem;
}

#contact .submit input{
  text-align: center;
  border: none;
  border-radius: 0;
  background-color: #006CB8;
  line-height: 1;
  padding: 18px 30px;
  color: #fff;
  font-size: 18px;
  width: 300px;
  cursor: pointer;
}

#contact .submit input:disabled{
  background-color: #ccc;
  cursor: default;
}

#contact .submit input#back{
  background-color: #999;
  margin-right: 20px;
}

#contact #content .note{
  font-size: 14px;
  color: #666;
}

#contact #content .error{
  color: #e90000;
  display: none;
}

#contact #content .error.show{
  display: block;
}

#contact #error-box{
  border: 2px solid #e90000;
  padding: 20px;
}

#contact #error-box .text-error{
  color: #e90000;
  font-weight: bold;
  display: block;
}


@media screen and (max-width: 768px) {
  #contact #content{
    padding: 3%;
  }

  #contact #content .first{
  }
  #contact #content .row{
    display: block;
  }
  #contact #content .row .label{
    width: 100%;
  }
  #contact #content .row .parts{
    width: 100%;
  }
  #contact .submit input{
    width: 100%;
  }
}

.contentwrap .inner.finish{
  padding: 5rem 0;
  text-align: center;
}