@charset "shift-jis";

/* ////////////////////////////////////
// 2020 setting
//////////////////////////////////// */

/* ////////////////////////////////////
// table setting3
//////////////////////////////////// */

.table-container3 {
  margin: 10px auto 10px;
}
.table-container3 table {
  width: 100%;
  border-collapse: collapse;
}
.table-container3 table td,
.table-container3 table th {
  padding: 5px 10px;
  vertical-align: top;
}
.table-container3 table td {
  background: #fff;
  border-right: 1px solid #cde8df;
  border-bottom: 1px solid #cde8df;
  font-size: 0.95em;
}
.table-container3 table td strong {
  font-weight: bold;
  display: block;
}
.table-container3 table th {
  box-sizing: border-box;
  background-color: #fff;
  border-right: 1px solid #cde8df;
  border-bottom: 1px solid #cde8df;
  color: #468470;
  text-align: left;
  font-size: 0.9em;
  white-space: nowrap;
}
.table-container3 .tb-head th {
  font-weight: bold;
  color: #000;
  background: #96c3b5;
  border-right: 1px solid #cde8df;
  border-bottom: none;
}
.table-container3 table th img {
  margin-top: 10%;
  max-width: 33px;
  min-width: 22px;
}
.table-container3 .tb-arrow {
  background: #96c3b5;
  text-align: center;
}
.table-container3 .tb-arrow img {
  width: auto;
  max-width: 51px;
  min-width: 34px;
}
@media (max-width: 767px) {
  .table-container3 {
    width: 100%;
    margin: 0 auto;
  }
  .table-container3 table td,
  .table-container3 table th {
    font-size: 0.8em;
  }
}

/* ////////////////////////////////////
// table setting2
//////////////////////////////////// */

.table-container2 {
  margin: 10px auto 10px;
}
.table-container2 table {
  width: 100%;
  border-collapse: collapse;
}
.table-container2 thead td {
  font-size: 1.2rem;
  font-weight: bold;
}
.table-container2 table td,
.table-container2 table th {
  padding: 5px 10px;
  vertical-align: top;
}
.table-container2 table td {
  background: #fff;
  border-right: 1px solid #cde8df;
  border-bottom: 1px solid #cde8df;
  font-size: 0.95em;
}
.table-container2 table td strong {
  font-weight: bold;
  display: block;
}
.table-container2 table th {
  box-sizing: border-box;
  background-color: #fff;
  border-right: 1px solid #cde8df;
  border-bottom: 1px solid #cde8df;
  color: #468470;
  text-align: left;
  font-size: 0.9em;
  white-space: nowrap;
}
.table-container2 table th.th-title {
  color: #000;
  font-size: 1.0em;
  font-weight: bold;
  white-space: normal !important;
}
.table-container2 .tb-head th {
  font-weight: bold;
  color: #000;
  background: #96c3b5;
  border-right: 1px solid #cde8df;
  border-bottom: none;
}
.table-container2 .tb-head2 th {
  color: #fff;
  font-weight: bold;
  background: #468370;
  border-right: 1px solid #cde8df;
}
.table-container2 table th img {
  margin-top: 10%;
  max-width: 33px;
  min-width: 22px;
}
.table-container2 .tb-arrow {
  background: #96c3b5;
  text-align: center;
}
.table-container2 .tb-arrow img {
  width: 0%;
  max-width: 51px;
  min-width: 34px;
}
.table-container2 td.no-wrap {
  white-space: nowrap !important;
}
@media (max-width: 767px) {
  .table-container2 {
    width: 100%;
    margin: 0 auto;
  }
.table-container2 table {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  }
.table-container2 table th.th-title {
  white-space: pre !important;
  font-size: 0.85em;
  }
.table-container2 table td,
.table-container2 table th {
    font-size: 0.8em;
  }
}



/* ////////////////////////////////////
// table setting
//////////////////////////////////// */

.table-container {
  margin: 40px auto 50px;

}
.table-container table {
  width: 100%;
  border-collapse: collapse;
}
.table-container thead td {
  font-size: 1.2rem;
  font-weight: bold;
}
.table-container table td,
.table-container table th {
  padding: 10px;
  border-bottom: 1px solid #88c5b4;
  vertical-align: top;
}
.table-container table td {
  border-right: 1px solid #88c5b4;
}
.table-container table th {
  box-sizing: border-box;
  background-color: #e7f2ee;
  color: #468470;
  text-align: left;
  font-size: 1.1em;
}
.table-container table th span {
  color: #000;
  font-weight: bold;
}
.table-container .th-top th {
  font-size: 1.0em;
  color: #000;
  background: #8bbbac;
  border-right: 1px solid #fff;
}
.table-container .th-top th:last-child {
  border-right: 1px solid #8bbbac;
}
.table-container table th:first-child {
  width: 24%;
}
.table-container table th:last-child {
  width: 24%;
}
.table-container td ol {
  margin: 0 1.5em;
}
.table-container td ol li {
  padding-bottom: 0.5em;
}
.table-container td ol li:last-child {
  padding-bottom: 0;
}
@media (max-width: 767px) {
.table-container table tr {
  }
.table-container table th {

  }
.table-container table td {

  }
}