@charset "utf-8";

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "���C���I", Meiryo, "Hiragino Kaku Gothic Pro", "�q���M�m�p�S Pro W3", "�l�r �o�S�V�b�N", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

.form {
  margin: 10px auto;
  width: 680px;
  text-align: left;
  font-size: 12px;
  background: #fff;
  color: #111;

}


.form table {
  margin: 10px auto;
  border: 1px solid #ccc;
  width: 680px;
  float: left;
}

.form table .abs {
  margin-left: 3px;
  color: #f00;
}

.form table th {
  background: #fff;
  color: #111;
  width: 20%;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.form table td {
  border-bottom: 1px dashed #999;
  width: 80%;
}

.form table th,
.form table td {
  padding: 20px;
  text-align: left;
  font-weight: normal;
  line-height: 20px;
  vertical-align: middle;
}

.form table td.submit {
  border: 0;
  text-align: center;
}

textarea {
  padding: 5px;
  font-size: 14px;

}

input {
  line-height: 2;
  padding: 0 5px;
}

.name {
  width: 20em;
}

.tel {
  width: 5em;
}

.mail {
  width: 30em;
}


.submit_btn, .reset_btn {
  border-style: none;
  background: #199578;
  color: #fff;
  width: 10em;
  line-height: 3;
  font-family: "���C���I", Meiryo, "Hiragino Kaku Gothic Pro", "�q���M�m�p�S Pro W3", "�l�r �o�S�V�b�N", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  font-size: 12px;

}

.submit_btn:hover {
  background: #ccc;
}

.reset_btn:hover {
  background: #ccc;
}

@media (max-width: 768px) {

  .left_contents div,
  .left_contents form,
  .left_contents table,
  .left_contents tr,
  .left_contents th,
  .left_contents td,
  .left_contents textarea {
    width: 100%;
  }

  .left_contents input {
    width: fit-content;
  }

  .left_contents .tel {
    margin: 5px 0;
  }

  .left_contents .submit_btn {
    width: 100%;
    margin-bottom: 10px;
  }

  .left_contents .reset_btn {
    width: 100%;
  }
}

.top__btn {
  display: inline-block;
  width: fit-content;
  padding: 2px 2%;
  margin: 0 40px;
  background-color: #007447;
  color: white;
}

.top__btn:hover {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  opacity: 0.6;
}