@charset "utf-8";

form, .form_wrapper {
  width: 80%;
  margin: 0 auto;
}

form {
  margin-bottom: 70px;
}

.bold {
  font-weight: bold;
}

.form_title {
  padding-top: 5px;
  padding-left: 8px;
  padding-right: 0px;
  padding-bottom: 5px;
  margin: 0px;
  margin-bottom: 25px;
  color: #05550A;
  font-size: 20px;
  font-size: 2.0rem;
  background-color: #E2F5E3;
  border-left: 5px solid #05550A;
}

form table th {
  font-weight: normal;
  width: 45%;
  text-align: left;
}

form table td input {
  width: 50%;
}

.btn_wrapper {
  text-align: center;
}

.red {
  display: inline-block;
  padding: 3px 5px;
  background-color: #F65952;
  color: #ffffff;
  letter-spacing: normal;
  font-size: 12px;
  border-radius: 3px;
}

.red_error {
  color: red;
  font-size: 14px;
  font-size: 1.4rem;
}

.gray {
  display: inline-block;
  padding: 3px 5px;
  background-color: #BCBCBC;
  color: #ffffff;
  letter-spacing: normal;
  font-size: 12px;
  border-radius: 3px;
}

.td_attention {
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
  padding-top: 5px;
}

form table tr, form table th, form table td {
  display: block;
}

form table th, form table td {
  padding: 10px;
  vertical-align: top;
}

form table th {
  width: 100%;
  padding-bottom: 0px;
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: middle;
}

form table td input, form table td select {
  line-height: 1.6;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
  padding: 2px 5px;
  border: 1px solid silver;
}

textarea {
  width: 100% !important;
  font-size: 16px !important;
  font-size: 1.6rem !important;
  height: calc(1.6em * 5) !important;
  line-height: 1.5 !important;
  border: 1px solid silver !important;
}

form table {
  margin: 30px auto;
}

form table tr {
  padding-bottom: 20px;
}

.submit_wrap {
  text-align: center;
}

.btn-submit, .btn-send, .btn-return {
  background: none;
  font-size: 18px;
  font-size: 1.8rem;
  border: none;
  text-shadow: none;
  padding: 10px 20px;
  border-radius: 0px;
  text-align: center;
  cursor: pointer;
}

.btn-submit {
  background-color: #35933B;
  color: #ffffff;
  border: 4px double #FFFFFF;
  font-size: 20px;
  font-size: 2.0rem;
  padding: 15px 50px;
}

.btn-submit:hover {
  background-color: #5DB363;
}

.btn-send, .btn-return{
  font-size: 18px;
  font-size: 1.8rem;
  width: 140px;
}

.btn-send {
  background-color: #35933B;
  color: #ffffff;
  border: 4px double #FFFFFF;
  padding: 10px 30px;
}

.btn-send:hover {
  background: #5DB363;
}

.btn-return {
  background-color: #ffffff;
  color: #35933B;
  border: 1px solid #35933B;
  padding: 12px 22px;
}

.btn-return:hover {
  background: #f5f6f8;
}

.check_table tr {
  border-top: 1px solid silver;
  padding-bottom: 0px !important;
}

.check_table tr:nth-child(even) {
  background-color: #F6F7F9;
}

.check_table tr:last-child {
  border-bottom: 1px solid silver;
}

.form_attention {
  background-color: #f5f6f8;
  font-size: 15px;
  font-size: 1.5rem;
  margin: 0 auto;
}

.form_attention ul {
  padding: 15px 10px;
  padding-left: 40px;
}

.form_complete_text {
  margin-bottom: 30px;
}

.s{
  width: 30% !important;
}

.m{
  width: 40% !important;
}
