html {
    font-family: 'Noto Sans JP', sans-serif;
    width: 1300px;
    margin: 0 auto;
}

.section-1 {
    display: flex;
    padding: 70px 0;
}


.section-1 h2 {
    position: absolute;
    top: 30px;
    left: 560px;
    font-size: 46px;
    color: brown;
    font-weight: 700;
}






.section-2 .row-1 .col-1 table {
    margin: 0 auto;
    width: 78%;
    text-align: center;
    /* border: solid 3px #2a30d6; */
}

.section-2 .row-1 .col-1 table td {
    width: 14%;
    color: #000000;
    border: solid 3px #2a30d6;
}

.section-2 .row-1 .col-1 table td img {
    width: 95%;
    padding-top: 5px;
}

.section-2 .row-1 .col-1  {
    line-height: 1.6;
}



.section-3 {
    width: 1100px;
    margin: 50px;
    line-height: 2;
}

.history li {
    display: flex;
    /* 日付と本文を横並びにする魔法 */
}

.history .date {
    width: 120px;
    /* ★ここで日付エリアの横幅を固定します（TABキーの役割） */
    flex-shrink: 0;
    /* 横幅が勝手に縮まないようにするお守り */
}

footer {
    padding: 20px;
    text-align: center;
    font-size: 18px;
}

footer span {
    font-size: 25px;
    font-weight: 700;
    color: brown;
}

footer img {
    width: 18%;
    margin-bottom: 15px;
}