@charset "utf-8";

.access__section:not(:last-child){
    margin: 0 0 40px;
}
    .access__name {
        margin: 0 0 2px;
        font-size  : 18px;
        font-weight: 700;
        color: var(--light-text-color);
    }
    .access__map {
        margin: 16px 0;
    }
        .access__map iframe {
            width: 100%;
            height: 430px;
        }
    .access__info {
        text-align: right;
    }
    .access__info > * + * {
        margin-top: 4px;
    }
    .access__company {
        width: 200px;
        height: 34px;
        margin: 0 auto 40px;
        font-size: 13px;
    }
