.page {
    padding-top: 5vh;
    position: relative;
}

.page-content {
    padding-top: 4vh;
}

.page-two-sides {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    min-height: 40vh;
}

.page-two-sides-left {
    flex: 1;
    width: 100%;
}

.page-two-sides-right {
    flex: 1;
    width: 100%;
}

.page-map {
    padding: 2vh;
}

.page h2 {
    position: relative;
    font-size: 2.0vw;
    color: #FFFFFF;
    padding: 5px;
    text-indent: 1.0em;
    margin-bottom: 2vh;
}

.page h2::before {
    content: '';
    position: absolute;
    top: 1.5vh;
    left: 1vw;
    width: 25vw;
    height: 100%;
    border: 0.3vh solid #2E75BA;
    z-index: -1;
}

.page h2::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 25vw;
    height: 100%;
    background-color: #86C3F9;
    z-index: -2;
}

.page p {
    display: block;
    height: auto;
    padding-top: 2vh;
    line-height: 3.5vh;
    color: #424146;
}

.page img {
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .page h2 {
        font-size: 32px !important;
        padding-top: 2.0vw;
        padding-left: 4.5vh;
        min-height: 6vh;
    }

    .page h2::before {
        width: 55vw;
        height: 6vh;
        left: 4.5vw;
    }

    .page h2::after {
        width: 55vw;
        height: 6vh;
        left: 2.5vw;
    }

    .page p {
        font-size: 24px !important;
        line-height: 3.5vh;
    }
    
    .page-two-sides {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .page h2 {
        font-size: 28px !important;
        padding-top: 2.0vw;
        padding-left: 3.5vh;
        min-height: 6vh;
    }

    .page h2::before {
        width: 85vw;
        height: 6vh;
        left: 4.5vw;
    }

    .page h2::after {
        width: 85vw;
        height: 6vh;
        left: 2.5vw;
    }

    .page p {
        font-size: 20px !important;
    }
    
    .page-two-sides {
        display: block;
    }
}

@media screen and (max-width: 480px) {
    .page h2 {
        font-size: 24px !important;
        padding-top: 2.5vw;
        padding-left: 2.0vh;
        min-height: 6vh;
    }

    .page h2::before {
        width: 86vw;
        height: 6vh;
        left: 5.5vw;
    }

    .page h2::after {
        width: 85vw;
        height: 6vh;
        left: 3.5vw;
    }

    .page p {
        font-size: 16px !important;
    }
    
    .page-two-sides {
        display: block;
    }
}

@media screen and (max-width: 1024px) and (orientation: landscape) {
    .page-content {
        min-height: 25vh;
        padding-top: 8vh;
    }

    .page h2 {
        padding-top: 1.0vw;
        height: 8vh;
    }

    .page h2::before {
        width: 85vw;
        height: 8vh;
    }

    .page h2::after {
        width: 85vw;
        height: 8vh;
    }

    .page p {
        line-height: 6vh;
    }
}

@media screen and (max-width: 1000px) and (orientation: landscape) {
    .page h2 {
        padding-top: 0;
        height: 12vh;
    }

    .page h2::before {
        width: 85vw;
        height: 12vh;
    }

    .page h2::after {
        width: 85vw;
        height: 12vh;
    }

    .page p {
        line-height: 10vh;
    }
}

@media screen and (max-width: 768px) and (orientation: landscape) {
    
}

@media screen and (max-height: 450px) and (orientation: landscape) {
    
}