@charset "utf-8";
/* ----------------------------------
            問い合わせ
---------------------------------- */

.main{
  min-height: 50vh;
}

.table{
  margin-top: 20px;
}

.table th,.table td{
  border-top:none !important;
  border-bottom: dotted 1px #CCCCCC;
  vertical-align: middle !important;
}

.table th{
  width: 200px;
}

@media screen and (max-width: 767px) {
  .table th,.table td{
    display: block;
    width:100%;
  }

  input{
    width:70%;
  }

  button.submit{
    width:100%;
  }

  div.submit{
    text-align:center;
  }

  .check{
    width:100%;
  }

  textarea{
    width:100%;
    height:90px;
  }
  .error{
    display: block;
  }
}
