ul {
  list-style: none;
}

table.tbl_basic td:nth-child(1),
table td:nth-child(3),
table td:nth-child(4),
table td:nth-child(5) {
  text-align: center;
}
table.tbl_basic td:nth-child(1) {
  width: 30px;
  min-width: 30px;
}
table.tbl_basic td:nth-child(2) {
  width: 100%;
  min-width: 200px;
}
table.tbl_basic td:nth-child(3) {
  width: 50px;
  min-width: 50px;
}
table.tbl_basic td:nth-child(4) {
  width: 75px;
  min-width: 75px;
}
table.tbl_basic td:nth-child(5) {
  width: 65px;
  min-width: 65px;
}
table.tbl_basic td:nth-child(6) {
  width: 242px;
  min-width: 242px;
}
table.tbl_basic th.th {
  background-color: #C1FFFF;
  height: 29px;
}

.area {
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
  }

.tab1{ background-color: #5b9bd5;}
.tab1>div{ 
  line-height: initial;
  padding-top: 10px;
}
.tab2{ background-color: #ec7c34;}
.tab3{ background-color: #fcc404;}
.tab4{ background-color: #74ac44;}
.tab5{ background-color: #4474c4;}

.tab_class {
  width: calc(100%/5);
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  font-weight:bolder;
  color: white;
  border-radius: 10px 10px 0 0 ;
  text-align: center;
  display: block;
  float: left;
  order: -1;
}

.tab_class:hover{
  opacity: 70%;
}

table.tbl_basic{
  min-width: 100%;
  width: auto;
  margin: auto;
  background-color: white;
  overflow-x: scroll;
  display: block;
}
  
input[name="tab_name"] {
  display: none;
}
   
  /* input:checked + .tab_class {
    background-color: cadetblue;
    color: aliceblue;
  } */
   
input:checked + .tab_class + .content_class {
  display: block;
}

.content_class {
  display: none;
  width: calc(100% - 20px);
  padding: 10px;
}

table.fukyu_tbl{
    width: 100%;
    margin: 10px auto;
    background-color: white;
    border:1px solid #333;
    font-size: 90%;
}
.fukyu_tbl th {
  border-right: 1px solid #333;
  width: 150px;
  min-width: 80px;
}
.fukyu_tbl td:first-child{
    vertical-align: middle;
  }
.fukyu_tbl td{
  border: none;
  /* border:1px solid #333; */
  padding: 5px;
  font-size: 100%;
  line-height: 1.4;
  text-align: center;
  vertical-align: baseline;
  width: 300px;
}
.fukyu_tbl td a{
  /* width: 80px; */
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
/* 2023/06/06 追記 */
ol.fukyu_dantai_list {
  list-style: none;
}
ol.fukyu_dantai_list h3 {
  font-weight: bold;
  color: #333;
}
ol.fukyu_dantai_list span.double_line {
  text-decoration: underline double #4474c4;
}
ol.fukyu_dantai_list li p {
  color: #333;
}

/* 2024/02/07 追記 */
.table_new::before {
  content: 'NEW!';
  background: none;
  padding: 1px 2px;
  color: #f00;
  font-size: 12px;
  font-weight: bold;
}
.pdficon {
  font-size: 12px;
}