body {
    font-family: 'Noto Sans JP', sans-serif;
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
}

.main-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 20px 0 30px;
    border: 3px solid #b40d0d;
}

.side-image {
    width: 250px;
}


.side-image img {
    width: 100%;
    object-fit: cover;
    height: 170px;
}

.center-content {
    background-color: rgb(167, 188, 231);
    flex: 1;
    height: 170px;
    position: relative;
}

.center-content .aa {
    position: absolute;
    top: 5px;
    left: 5px;
}

.center-content .bb {
    position: absolute;
    top: 5px;
    left: 200px;
    font-size: 36px;
    color: brown;
}

.center-content .cc {
    position: absolute;
    top: 70px;
    left: 150px;
    font-size: 16px;
}

.center-content .dd {
    position: absolute;
    top: 105px;
    left: 100px;
    font-size: 16px;
}

.center-content .ee {
    position: absolute;
    bottom: 5px;
    left: 100px;
    font-size: 16px;
}
.section-2 .row-1 {
    display: flex;
    justify-content: space-between;
}

.section-2 .row-1 .col-1 {
            width: 18%;
}

.section-2 .row-1 .col-2 {
    width: 80%;
}



.section-2 .row-1 .col-1 td {
    width: 100%;
    display: block;
    height: auto;
    font-size: 20px;
    text-align: center;
    border: 1px solid #000000;
    line-height: 1.5;
    padding: 5px;
}

.section-2 .row-1 .col-1 table {
    width: 100%;
    margin-bottom: 20px;
}
.section-2 .row-1 .col-2 table {
    margin: 0 auto 10px;
    width: 100%;
  
    table-layout: fixed;
    border-collapse: collapse;
}

.section-2 .row-1 .col-2 td a {
    display: block;
    
    color: #000000;
    text-decoration: none;
}


.section-2 .row-1 .col-2 td:nth-child(1) {
    width: 10%;
 }
.section-2 .row-1 .col-2 td:nth-child(5) {
    width: 8%;
}
.section-2 .row-1 .col-2 td {
    height: 20px;
   
    text-align: center;
    border: 1px solid #000000;
    vertical-align: middle;
 }
.section-2 .row-1 .col-2 td {
    height: 20px;
   
    text-align: center;
    border: 1px solid #000000;
    vertical-align: middle;
 }

.section-2 .row-1 .col-2 th {
   height:  auto;
    text-align: center;
  
    border: 1px solid #000000;
    vertical-align: middle;
    padding: 5px 5px;
}



footer {
    margin: 30px 0;
    text-align: center;
    font-size: 18px;
}

