@media screen and (max-width: 750px) {
    .top-page .access__box__inner .phtFlex {
        margin-top: calc(93 / 750 * 100vw);
        gap: 0 calc(32 / 750 * 100vw);
    }
}

.top-page .access__box__inner .phtFlex {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0 32px;
}


.top-page .access__box__inner {
 h3 {
    text-align: center;
    color: #Ffffff;
    font-weight: 400;
    line-height: 1.458;
    font-size: 36px;
}
}

@media screen and (max-width: 750px) {
    .top-page .access__box__inner h3 {
        font-size: calc(36 / 750 * 100vw);
    }
}

.top-page .access__box__inner .phtFlex figure {
    line-height: 0;
}

.top-page .access__box__inner .phtFlex figure img {
    max-width: 100%;
}




.top-page .access__box__inner .phtFlex figure figcaption {
    margin-top: 10px;
    text-align: center;
}

@media screen and (max-width: 750px) {
    .top-page .access__box__inner .phtFlex figure figcaption {
        margin-top: calc(10 / 750 * 100vw);
    }
}