.company-overview {
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.company-overview-div {
    margin-left:auto;
    margin-right:auto;
    width: 100%;
}

.company-overview-div table td {
    font-size: clamp(0.75rem, 0.9375vw, 1.25rem);
}

.company-overview-title-bar {
    border: 2px solid #80bc3d;
}

.company-overview-title-bar-mark {
    width: 1.25rem;
    height: 1.25rem;
    background-color: #80bc3d;
}

.company-overview-table {
    margin-left:auto;
    margin-right:auto;
    margin-top: 0.625rem;
    border: 0;
}

.company-overview-table tr th {
    border: 0;
    border-bottom: dotted 1px gray;
}

.company-overview-table tr td {
    border: 0;
    border-bottom: dotted 1px gray;
}

.security-measures {
    margin-bottom: 2rem;
}

.security-measures-div {
    margin-left:auto;
    margin-right:auto;
    margin-bottom: 0.625rem;
    width: 100%;
}

.security-measures-div table td {
    font-size: clamp(0.75rem, 0.9375vw, 1.25rem);
}

.security-measures-title-bar {
    border: 2px solid #80bc3d;
}

.security-measures-title-bar-mark {
    width: 1.25rem;
    height: 1.25rem;
    background-color: #80bc3d;
}

.security-measures-text {
    margin-top: 0.625rem;
    font-size: clamp(0.75rem, 0.9375vw, 1.25rem);
}

.security-measures-image-container {
    margin-top: 0.625rem;
    width: 25%;
    height: 25%;
}

.introduction-records {
    margin-bottom: 2rem;
}

.introduction-records-div {
    margin-left:auto;
    margin-right:auto;
    margin-bottom: 0.625rem;
    width: 100%;
}

.introduction-records-div table td {
    font-size: clamp(0.75rem, 0.9375vw, 1.25rem);
}

.introduction-records-title-bar {
    border: 2px solid #80bc3d;
}

.introduction-records-title-bar-mark {
    width: 1.25rem;
    height: 1.25rem;
    background-color: #80bc3d;
}

.introduction-records-text {
    margin-top: 0.625rem;
    font-size: clamp(0.6rem, 0.729vw, 1.4rem);
}

.location {
    margin-top: 0.625rem;
}

.location-div {
    margin-left:auto;
    margin-right:auto;
    margin-bottom: 0.625rem;
    width: 100%;
}

.location-div table td {
    font-size: clamp(0.75rem, 0.9375vw, 1.25rem);
}

.location-title-bar {
    border: 2px solid #80bc3d;
}

.location-title-bar-mark {
    width: 1.25rem;
    height: 1.25rem;
    background-color: #80bc3d;
}

.google-map-iframe {
    margin: 0.625rem 0 0 0;
    padding: 0 0.625rem;
    width: 100%;
    height: clamp(18.75rem, 28.125rem, 28.125rem);
}

.google-map-text {
    font-size: clamp(0.6rem, 0.729vw, 1.4rem);
}
