.s_table {
    clear: both;
    width: 100%;
    margin-top: 5%;
    margin-bottom: 15px;
    margin-right: auto;
    margin-left: auto;
    color: #4d4d4d;
    padding-top: 3%;
    padding-right: 3%;
    padding-bottom: 3%;
    padding-left: 3%;
    border-top: 1px solid #231815;
    border-left: 1px solid #231815;
    line-height: 1.8;
	font-family: "Sawarabi Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.s_table th {
  /*font-weight: bold;*/
  width: 23%;
  font-size: 16px;
  background-color: #f2f2f2;
}
.s_table td {
    font-size: 16px;
    background-color: #fff;
    text-align: left;
}
@media (max-width: 1199px) {
  .s_table th {
    width: 30%;
    font-size: 14px;
  }
  .s_table td {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .s_table th {
    width: 30%;
    font-size: 13px;
  }
  .s_table td {
    font-size: 13px;
  }
}
.s_table th, .s_table td {
  padding: 2%;
  line-height: 1.4;
  border-right: 1px solid #231815;
  border-bottom: 1px solid #231815;
}
.table_ttl th, .table_ttl td {
  background-color: #587426 !important;
  color: #fff;
}
.table_ttl th {
  border-right: none !important;
}
