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 {
    font-size: 18px;
}

.section-2 .row-1 .col-2 {
    margin: 0 auto 0;
    font-size: 16px;
}

.section-2 .row-1 .col-2 table {
    width: 100%;
    margin-bottom: 10px;
    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:first-child {
    width: 10%;

 }
.section-2 .row-1 .col-2 td:last-child {
    width: 5%;
 }

.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;
}

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

.section-2 .row-1 .col-3 table {
    width: 100%;
    margin-bottom: 20px;
}

.section-2 .row-1 .col-3 td {
    width: 100%;
    display: block;
    height: auto;
    font-size: 20px;
    text-align: center;
    border-top: 10px solid #ffffff;
    line-height: 40px;
}

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

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

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