.affiliation-header {
    text-align: left;
    margin: 10px 30px;
}

.affiliation-header h1 {
    color: #555;
    font-size: 2em;
    margin-bottom: 5px;
}

.affiliation-header h2 {
    color: #888;
    font-size: 1.2em;
}

.affiliation-table-container {
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin: 8px;
}

table {
    width: 100%;
    border-collapse: collapse;
}

thead {
    background-color: darkblue; /* 画像のヘッダーの色に近い赤 */
    color: white;
}

th, td {
    padding: 8px 5px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

tbody td:last-child {
    text-align: center;
}
tbody td a {
    padding-left: 10px;
}
tbody td p {
    display: inline-block;
    padding: 5px;
    background-color: rgba(225, 112, 20, 0.763);
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-size: 12px;
}

tbody td p:hover {
    background-color: rgba(225, 112, 20, 0.5);
}
tbody td img {
    width: 24px;
    margin-top: 3px;
}
tbody td img:hover {
    background-color: grey;
    border-radius: 5px;
}
#chikurennmei {
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

#chikurenmei img{
    flex: 1 1 100%;
    text-align: center;
    margin: 15px;
}