/*** wide ***/
/*** color ***/
main section {
  margin-bottom: 3rem;
}

main section.title {
  background: url(/module/img/contact/vi.jpg) no-repeat bottom;
}

main section.form {
  max-width: 1000px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  text-align: center;
}

main section.form h2 {
  font-size: 20px;
  font-size: 5.33333vw;
  font-weight: 400;
  margin: 4rem 0 2rem;
  background: url(/module/img/ic_title.svg) no-repeat top;
  padding-top: 2rem;
}

@media screen and (min-width: 768px) {
  main section.form h2 {
    margin: 4rem 0;
    font-size: 3.6rem;
  }
}

main section.form table {
  text-align: left;
  width: 100%;
}

main section.form table tr th {
  width: 100%;
  display: block;
  padding: 1rem 0;
  font-size: 14px;
  font-size: 3.73333vw;
}

@media screen and (min-width: 768px) {
  main section.form table tr th {
    width: 20%;
    display: inline-block;
    font-size: 1.8rem;
  }
}

main section.form table tr td {
  padding: 1rem 0;
  width: 100%;
  display: block;
}

@media screen and (min-width: 768px) {
  main section.form table tr td {
    width: 80%;
    display: inline-block;
  }
}

main section.form table tr td textarea {
  min-height: 300px;
}

main section.form table tr td .full {
  width: 100%;
  border: solid 1px #ccc;
  padding: 1rem;
  border-radius: 10px;
  font-size: 14px;
  font-size: 3.73333vw;
}

@media screen and (min-width: 768px) {
  main section.form table tr td .full {
    font-size: 1.8rem;
  }
}

main section.form table tr td .post {
  width: 200px;
  padding: 1rem 0;
  border: solid 1px #ccc;
  border-radius: 10px;
  font-size: 14px;
  font-size: 3.73333vw;
}

@media screen and (min-width: 768px) {
  main section.form table tr td .post {
    font-size: 1.8rem;
  }
}

main section.form .text {
  text-align: left;
  margin-top: 1rem;
  font-size: 12px;
  font-size: 3.2vw;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  main section.form .text {
    font-size: 1.8rem;
  }
}

main section.form .btn input {
  background: url(/module/img/ic_btn_arrow.svg) no-repeat 97% black;
  padding: 2rem .8rem;
  color: white;
  font-size: 1.8rem;
  display: inline-block;
  width: 100%;
  max-width: 300px;
  border: none;
}
