@charset "shift_jis";
.h1_area {
  width: 800px;
  maragin: 0 auto;
  margin-bottom: 20px;
  text-align: center;
  justify-content: center;
}
.h1 {
  align-items: center;
  justify-content: center;
  font-size: 150%;
  font-weight: 600;
  border: 1px solid #CBB698;
  border-radius: 3px;
  padding: 8px 0 5px 0;
  width: 630px;
  color: #339933;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  box-shadow: inset 0px -14px 13px 0px rgba(246, 238, 225, 0.5), inset 0px -3px 6px -2px rgba(0, 0, 0, 0.3);
  line-height: 120%;
}
.kouza_area {
  width: 800px;
  maragin: 0 auto;
}
.gaiyo_p {
  margin: 10px 0px 0px 0px;
  line-height: 150%;
}
table {
  width: 750px;
  border: 5px #7bc95e solid;
  border-radius: 20px;
  background: #bee6b5;
  padding: 30px;
  border-collapse: separate;
  border-spacing: 0;
  margin: 0 auto;
}
table td, table th {
  border-bottom: 3px solid #bee6b5;
  font-size: 13px;
  line-height: 130%;
	}
table th {
  background: #FFF58E;
  color: #333;
  text-align: center;
  padding: 10px;
  width: 20%;
  font-weight: 400;
  
}
table tr:last-child td {
  border-bottom: none;
}
table tr:last-child th {
  border-bottom: none;
}
table td {
  color: #333;
  text-align: left;
  padding: 10px;
  background: #FFF;
  line-height: 140%;
}