@charset "UTF-8";
/* CSS Document */
@media screen and (min-width: 481px) {
  .contacttext1 {
    font-size: 14px;
  }
  .contacttext1 span {
    color: #ff2626;
  }
  #toiawase .form {
    clear: both;
  }
  #toiawase .form table {
    width: 1000px;
    margin: 10px 0 0 0;
    display: inline-block;
    border-collapse: collapse;
  }
  #toiawase .form table th, #toiawase .form td {}
  #toiawase .form table th {
    width: 200px;
    margin: 0 0 0 0;
    padding: 10px 0 10px 0;
    border-bottom: solid #c7c7c7 1px;
    text-align: left;
  }
  #toiawase .form td {
    width: 800px;
    margin: 0 0 0 0;
    padding: 10px 0 10px 0;
    border-bottom: solid #c7c7c7 1px;
  }
  #toiawase .form td input#companyname, input#companyname2, input#address, input#mail, input#attach {
    width: 500px;
    height: 30px;
    border: none;
    background-color: #e2e2e2;
  }
  #toiawase .form td input#name, #name2 {
    width: 400px;
    height: 30px;
    border: none;
    background-color: #e2e2e2;
  }
  #toiawase .form td input#zip, input#tel {
    width: 300px;
    height: 30px;
    border: none;
    background-color: #e2e2e2;
  }
  #toiawase .form td input#address {
    width: 500px;
    height: 30px;
    border: none;
    background-color: #e2e2e2;
  }
  #toiawase .form td textarea#comment {
    width: 700px;
    border: none;
    background-color: #e2e2e2;
  }
  #toiawase .form #formEnd {
    text-align: center;
    margin: 20px 0 150px 0;
  }
  #toiawase .form #formEnd button {
    margin: 0 5px 0;
    border: 0;
    background-color: #fff;
  }
  #toiawase .form #formEnd button:hover {
    opacity: 0.8;
  }
}
/*-------SP--------*/
@media screen and (max-width: 480px) {
  .contacttext1 {
    font-size: 10px;
  }
  .contacttext1 span {
    color: #ff2626;
  }
  #toiawase .form {
    clear: both;
  }
  #toiawase .form table {
    width: 100%;
    margin: 3% 0 0 0;
    display: inline-block;
    border-collapse: collapse;
  }
  #toiawase .form table th, #toiawase .form td {}
  #toiawase .form table th {
    width: 17%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border-bottom: solid #c7c7c7 1px;
    text-align: left;
    font-size: 10px;
  }
  #toiawase .form td {
    width: 30%;
    margin: 0 0 0 0;
    padding: 2% 0 2% 2%;
    border-bottom: solid #c7c7c7 1px;
  }
  #toiawase .form td input#companyname, input#companyname2, input#address, input#mail, input#attach {
    width: 100%;
    height: 25px;
    border: none;
    background-color: #e2e2e2;
  }
  #toiawase .form td input#name, #name2 {
    width: 100%;
    height: 30px;
    border: none;
    background-color: #e2e2e2;
  }
  #toiawase .form td input#zip, input#tel {
    width: 100%;
    height: 30px;
    border: none;
    background-color: #e2e2e2;
  }
  #toiawase .form td input#address {
    width: 100%;
    height: 30px;
    border: none;
    background-color: #e2e2e2;
  }
  #toiawase .form td textarea#comment {
    width: 98%;
    border: none;
    background-color: #e2e2e2;
  }
  #toiawase .form #formEnd {
    text-align: center;
    margin: 20px 0 150px 0;
  }
  #toiawase .form #formEnd button {
    width: 46%;
    margin: 0 9px 0 1px;
    border: 0;
    padding: 0;
    background-color: #fff;
  }
  #toiawase .form #formEnd button:hover {
    opacity: 0.8;
  }
}