.a-access {
    width: 95%;
    max-width: 1100px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 40px;
    margin-bottom: 100px;
}
.a-access table {
    width: 55%;
}

.a-access tr {
    border-bottom: 1px solid #80C41C;
}
.a-access th {
    color: #40A629;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 0px;
    padding-left: 10px;
    font-weight: normal;
}
.a-access td {
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 1.5;
    padding-left: 20px;
}

.a-access img {
    width: 43%;
    object-fit: cover;
    border-radius: 20px;
}

.access_map {
    width: 95%;
    max-width: 1100px;
    margin: auto;
    margin-bottom: 100px;
}
.access_map iframe {
    height: 450px;
    border-radius: 20px;
}

/* @media screen and (max-width: 767px) { */
@media screen and (max-width: 820px) {
    .a-access {
        width: 100%;
        flex-direction: column;
        padding: 0 5%;
        margin-bottom: 40px;
    }
    .a-access table {
        width: 100%;
        margin-bottom: 20px;
    }

    .a-access th {
        width: 6em;
    }

    .a-access img {
        width: 100%;
        object-fit: cover;
    }

    .access_map {
        width: 100%;
        padding: 0 5%;
        margin-top: 20px !important;
        margin-bottom: 40px;
    }

    .access_map iframe {
        height: auto;
        aspect-ratio: 3 / 2;
    }
}