main .container {
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
}

@media screen and (min-width: 1200px){
    main .container {
        max-width: 1200px;
    }
}

main .container h1 {
    margin-top: 40px;
    margin-bottom: .5rem;
    font-size: 4.2rem;
    font-weight: 500;
    line-height: 1.2;
}

main .container h2 {
    font-size: 2.8rem;
}

main .container h3 {
    font-size: 1.8rem;
}

main .container h3.fa-3x {
    margin-top: 20px;
    font-size: 3.0rem;
}

main .container section p {
    font-size: 1.8rem;
}

main .container section {
    position: relative;
    margin-bottom: 40px;
}

@media screen and (min-width: 1200px){
    main .container section[data-row="last"] picture {
        width: 100%;
        position: absolute;
        top: 36px;
        right: 0;
    }

    main .container section[data-row="last"] picture img {
        width: 100%;
    }
}

main .container .nav {
    display: flex;
    justify-content: center !important;
    flex-wrap: wrap;
    column-gap: 20px;
    margin-top: 40px;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 2.6rem;
    list-style: none;
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-link-color);
    --bs-nav-link-hover-color: var(--bs-link-hover-color);
    --bs-nav-link-disabled-color: var(--bs-secondary-color);
}
main .container .nav .nav-link {
    min-width: 160px;
    padding: 2px 4px;
    text-align: center;
    border: solid 1px #aaa;
    border-radius: 10px;
}

main .container section .row {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    padding: 0;
    row-gap: 20px;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
}

main .container section .row .col-md-6,
main .container section .row .col-md-3 {
    width: 100%;
}
@media screen and (min-width: 1024px){
    main .container .row .col-md-6 {
        width: 50%;
    }
    main .container .row .col-md-3 {
        width: 25%;
    }
}

main .container section .row .col-md-4 .col_title {
    text-align: center;
    border: solid 1px #000;
}

main .container section .row .col-md-4 .col_message {
    padding: 4px;
    background-color: #eee;
}

main .container section .row .col-md-4 .col_message .bold{
    font-weight: 700;
}

main .container section .number {
    display: inline-block;
    font-size: 6.2rem;
    color: #44b149;
    transform: scale(0.8, 1);
    height: 1rem;
}

main .container section .bold {
    font-weight: 600;
}

main .container section .annotation {
    font-size: 1.4rem !important;
    color: #888;
}

main .container .table {
    width: 100%;
    font-size: 1.8rem;
}

main .container .table thead tr th {
    text-align: center;
    vertical-align: top;
    background-color: #eee;
}

main .container .table tbody tr td {
    padding: 0.2rem;
    border: solid 1px #eee;
    vertical-align: middle;
}

main .container .table thead tr .last,
main .container .table tbody tr .last {
    width: 160px;
}

main .container .table tbody tr td a {
    color: #1784c7;
    text-decoration: underline;
    font-weight: 600;
}

main .container .table tbody tr td img {
    vertical-align: middle;
}

main .container section[data-row="first"] .row .col-md-4 {
    margin-bottom: 10px;
    padding: 10px;
    border: solid 1px #eee;
}

main .container section[data-row="last"] picture {
    display: block;
    width: 100%;
}

main .container section[data-row="last"] picture img {
    width: 40%;
}

@media screen and (min-width: 768px){
    main .container section .row {
        column-gap: 2%;
    }
    main .container section[data-row="last"] .row {
        align-items: center;
    }

    main .container section[data-row="first"] .row .col-md-4 {
        width: 32%;
        border: 0;
    }

    main .container .table {
        font-size: 1.4rem;
    }

    main .container .table thead tr .last,
    main .container .table tbody tr .last {
        width: 146px;
    }
    
}

@media screen and (min-width: 1200px){
    main .container section[data-row="last"] picture img {
        width: 100%;
        margin-top: 1rem;
    }    
}
