@media screen and (min-width: 768px) {

    .columns-left-block .wp-block-column:first-of-type,
    .columns-right-block .wp-block-column:last-of-type {
        flex: none;
    }
}

.image01-block {
    text-align: center;
}

.image01-block__image-wrap {
    position: relative;
}

.image01-block__image {
    height: 100%;
    width: 100%;

    background: no-repeat center;
    background-size: cover;

    position: absolute;
    top: 0;
    left: 0;
}

.image01-block__caption {
    margin-top: 15px;
    font-size: 13px;
    text-align: left;
}

.pdf__image {
    width: 100%;
    height: 400px;
}

.pdf-block__wrap {
    width: 100%;
    height: 400px;
    margin-bottom: 30px;
}

.pdf-block__image {
    width: 100%;
    height: 400px;
}

@media screen and (min-width: 768px),
print {
    .pdf__image {
        height: 590px;
    }

    .pdf-block__wrap {
        height: 590px;
    }
    
    /* chrome */
    @media screen and (-webkit-min-device-pixel-ratio: 0) {
        .pdf-block__wrap {
            height: 762px;
        }
        .pdf-block__image {
            height: 762px;
        }
    }
}
    
    /* safari */
    _::-webkit-full-page-media, _:future, :root .pdf-block__wrap {
            height: 710px;
    }
    _::-webkit-full-page-media, _:future, :root .pdf-block__image {
        height: 710px;
    }

    /* Firefox */
    @-moz-document url-prefix() {
        .pdf-block__wrap {
            height: 726px;
        }
        .pdf-block__image {
            height: 726px;
        }
}

    /* Edge */
    @supports (-ms-ime-align: auto) {
        .pdf-block__wrap {
            height: 556px;
        }
        .pdf-block__image {
            height: 556px;
        }
    }

    /* IE10以降 */
    @media all and (-ms-high-contrast: none) {
        .pdf-block__wrap {
            height: 484px;
        }
        .pdf-block__image {
            height: 484px;
        }
    }
}

.pdf-block__image {
        height: 100%;
    }
}

.image01-block__image-wrap {
    height: 160px;
}

@media screen and (min-width: 768px),
print {
    .image01-block__image-wrap {
        height: 404px;
    }

    .image01-block__caption {
        margin-top: 10px;
    }
}
