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


#container {
  text-align: center;
  display: block;
  background-image: url("../images/wasi.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  max-width: 100%;
  padding-bottom: 50px;
}
@media(max-width:767px) {
  main {
    margin: 0 auto 30px;
  }
}
h2 {
  font-weight: 600;
  font-size: 3.6rem;
  padding-top: 60px;
}

h3{
  margin:0 auto 20px;
  text-align: center;
  font-weight: 600;
  font-size: 3rem;
  padding-top: 60px;
}

table {
  margin: 0 auto;
  width: 100%;
}
#mailform {
  width: 100%;
  max-width: 800px;

  margin: 0 auto;
}
@media(max-width:767px){
  #mailform {
  width: 100%;
  max-width: 500px;
  padding: 0 10px;
}
}


textarea {
  overflow: none;
}
#inquire01 table td {
  text-align: left;
}

.recruitdes dt {
  padding: 0px 0px 5px 0px;
  border-bottom: 1px dotted #c0c0c0;
  font-weight: bold;
}
.recruitdes dd {
  padding: 5px 0px 20px 0px;
  margin: 0px;
}
.contacttbl th {
  max-width: 200px;
  vertical-align: top;
  text-align: left;
  font-family: source-han-serif-japanese, serif;
  font-size: 2.0rem;
  line-height: 3.2rem;
  font-weight: 600;
  padding-left: 20px;
}
p.tal {
  font-family: source-han-serif-japanese, serif;
  font-size: 2.2rem;
  line-height: 3.8rem;
  font-weight: 500;
  margin-bottom: 40px;
  margin-top: 50px;
}

tr {
  vertical-align: top;
}
td {
  text-align: left;
  padding: 0 0 20px 0px;

}

textarea{
 width: 100%;
 height: 100%;
}

.contacttbl input, textarea {
  line-height: 2.5rem;;
  border: 2px solid #851804;
}


.requirements textarea {
    display: inline-block;
    width: 95%!important;
    height: 150px!important;
    word-wrap: break-word;
}
@media(max-width:767px){
  .requirements textarea {
   
    width: 100%;
   
}

}


.name input{
  width: 70%!important;
}

.mail input{
width: 80%!important;
}


.sousin input {
  width: 200px;
  padding: 10px 0 10px;
  margin-right: 10px;
  color: #ffffff;
  font-family: source-han-serif-japanese, serif;
  font-size: 2.0rem;
  line-height: 3.2rem;
  background-color: #851804;
}
.sousin td {
  margin-top: 20px;
}
.kesu {
  display: none;
}

@media(max-width:767px) {
  .mailform {
    border: none;

  }
  .contacttbl th, .contacttbl td {
    font-size: 1.8rem;
    display: block;
    border: none;
    padding: 0;
  }
  .contacttbl td {
    width: 95%;
    font-size: 1.5rem;
    line-height: 3rem;
    padding: 0px;
  }
  .contacttbl input, textarea {
    width: 100%;
  }
  .sousin input {
    max-width: 200PX;
    padding: 10px 0 10px;
    margin: 10px 10px 10px 0;
    font-size: 1.6rem;
  }
  .sousin td {
    margin-top: 20px;
    text-align: center;
  }
  p.tal {
    font-size: 1.6rem;
    margin-bottom: 20px;
    margin-top: 40px;
    line-height: 3.0rem;
  }
  h2{
    font-size: 2.2rem;
    line-height: 1.6rem;
    padding: 60px 10px 0;
  }

  h3 {
    font-size: 1.8rem;
  }
  .kesu {
    display: block;
  }

}
