body {
    font-family: 'Noto Sans JP', sans-serif;
}
h1 {
    text-align: center;
    font-weight: bold;
    margin-top: 70px;
     border-bottom: 2px solid #CC9D2D;
     max-width: 60%;
     margin: auto;  
}
.text{
    text-align: center;
    font-size: 18px;
    
}
 img {
    display: block;
    max-width: 60%;
    margin: 50px auto;
}


p{

 text-align: center;
 font-weight: bold; 

}
.date {
    text-align: right;
    max-width: 60%;
    margin: auto;
    font-size: 18px;
}
.announce_text {
    text-align: center;
    max-width: 60%;
    margin:auto ;
}
.tm-table-five-wrapper {
    margin: auto;
    padding: 50px 0;
}
.table-scroll-wrapper {
    width: 100%;
}

.fx-table {
    width: 85%;
    border-collapse: collapse;
    margin: auto;}

.fx-table th,
.fx-table td {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: center;
    background: #fff;
      border: 1px solid #333;
}

/* Sticky Header */
.fx-table th {
    position: sticky;
    z-index: 3;
    background: #f0f0f0;
      border: 1px solid #333;
}

/* Sticky First Column */
.fx-table td.sticky-col,
.fx-table th:first-child {
    position: sticky;
    left: 0;
    background: #f0f0f0;
    z-index: 4; /* higher than header for overlap */
  border: 1px solid #333;
  font-size: 15px;
}
.top-list-btn {
    display: inline-flex
;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 8px;
    border: 1px solid #cc9d2d;
    background: white;
    color: #222;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    transition: background .12s, color .12s, transform .06s;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
    margin-left: 40%;
    margin-bottom: 200px;}


/* Scroll only on mobile */
@media screen and (max-width: 600px) {
    .tm-table-five-wrapper {
        max-width: 90%;
       
    }
.announce_text {
    text-align: left;
    max-width: 90%;
    font-size: 18px;
     height: auto;
}
h1{
    font-size: 18px;
    max-width: 90%;

}
    .top-list-btn {
        width: 170px;
        justify-content: center;
        display: block;
        margin: 20px auto;
    }
   
}
.text {
    font-size: 15px;
    text-align: left;
    
    
}
.date{
    text-align: right;
}
p{
    width: 85%;
    align-items: center;
    margin-left: 32px;
    margin-bottom: -50px;

}
    .table-scroll-wrapper {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .fx-table {
        min-width: 700px; 
        margin-left: 17px;

    .fx-table th,
    .fx-table td {
        min-width: 120px;
        white-space: nowrap;
    }
}

