html {
    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;
    /* margin-top: 10px; */
    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-1 table {
    width: 100%;
    margin-bottom: 20px;
}

.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-2 {
    width: 60%;
    text-align: center;
}

.section-2 .row-1 .col-2 .smoll {
    font-size: 12px;
}
.section-2 .row-1 .col-2 h2 {
    color: rgb(43, 62, 226);
    font-size: 28px;
}


.section-2 .row-1 .col-2 h3 {
    color: rgb(5, 81, 49);
    font-size: 22px;
    border: solid 1px #b40d0d;
    margin: 5px 0;
    background-color:#e1a468; ;
}


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

.section-2 .row-1 .col-2 img {
    margin-top: 25px;
}


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