.b-img-text-block {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    height: 100%;
    background-color: white;
}

/* ---------------------------------------------------------------- */
/* 古い Safari/Chrome だけをターゲットにした min-height 強制 */
/* ---------------------------------------------------------------- */
@media screen and (min-width: 768px) {/* PC */
    @media screen and (-webkit-min-device-pixel-ratio:0) {
        /* Safari 9-12 および特定のモバイルブラウザをターゲット */
        .wp-block-column > .b-img-text-block {
            min-height: 320px; 
        }
    }
}


.b-img-text-block-imgarea {
    padding: 20px;
    color: white;
    background-size: cover;
    background-position: center;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    font-weight: 600;
}
@media screen and (max-width: 767px) {
    .b-img-text-block-imgarea {
        font-size: 20px;
    }
}
.b-img-text-block-textarea {
    background-color: white;
    padding: 1em;
}
.b-img-text-block-textarea p {
    margin-block-start: 0;
    margin-block-end: 0;
    color: #1571da;
}


