@charset "utf-8";

/*gri.html
------------------------------*/
.gri_table {
  width: 100%;
  border-collapse:  collapse;
}
.gri_table th,
.gri_table td {
  border: 1px solid #BDBDBD;
  text-align: left;
  vertical-align: middle;
}
.gri_table thead th,
.gri_table thead td {
  border: 1px solid #fff;
}
.gri_table tr th:first-of-type,
.gri_table tr td:first-of-type {
  border-left: 0 !important;
}
.gri_table tr th:last-of-type,
.gri_table tr td:last-of-type {
  border-right: 0 !important;
}
.gri_table th {
  padding: 10px;
  background: #70DFAA;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.gri_table.gri_table02 tbody th {
  padding: 5px;
  background: #E4F7EE;
  color: #292929;
  font-weight: normal;
}
.gri_table tbody th.gri_ttl2 {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #fff;
  background: #A2F19F;
  padding: 10px;
}
.gri_table tbody th.gri_ttl3 {
  font-size: 16px;
  background: #ddfedc;
  padding: 10px;
}
.gri_table tbody th.gri_ttl4 {
  padding: 10px;
  background: #caebc6;
  font-size: 15px;
}
.gri_table td {
  padding: 5px;
  font-size: 14px;
}
.gri_table td p {
    margin: 0;
    font-size: 14px;
    line-height: inherit;
    letter-spacing: normal;
}
.gri_table td ul + p {
  margin-top: 8px;
}
.gri_table td ul {
  margin: 0;
  font-size: 14px;
  line-height: inherit;
}
.gri_table td ul li {
  position: relative;
  margin: 0;
}
.gri_table td ul li + li {
  margin-top: 8px;
}
.gri_table .gri_table_col4 ul li {
  padding-left: 14px;
}
.gri_table .gri_table_col4 ul li::before {
  content: '・';
  position: absolute;
  left: 0;
}
.gri_table .gri_table_col1 {
  /*width: 190px;*/
  width: 16.96%;
}
.gri_table .gri_table_col2 {
  text-align: center;
  /*width: 65px;*/
  width: 5.8%;
}
.gri_table .gri_table_col3 {
  /*width: 280px;*/
  width: 20%;
}
.gri_table .gri_table_col4 {
  width: 27%;
  vertical-align: top;
}
.gri_table .gri_table_col5 {
  vertical-align: top;
}
.gri_table .txt-va_c {
  vertical-align: middle;
}
.gri_table .txt_h40 {
  min-height: 40px;
}
.gri_table .txt_h60 {
  min-height: 60px;
}
.gri_table .txt_h80 {
  min-height: 80px;
}
.gri_table a {
  line-height: inherit;
  letter-spacing: normal;
}