/* ボタンの高さを揃えるスタイル - 50px */
.swell-block-button.is-style-btn_height_50 {
    height: 50px;
}
.swell-block-button.is-style-btn_height_50 .swell-block-button__link {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ボタンの高さを揃えるスタイル - 75px */
.swell-block-button.is-style-btn_height_75 {
    height: 75px;
}
.swell-block-button.is-style-btn_height_75 .swell-block-button__link {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ボタンの高さを揃えるスタイル - 100px */
.swell-block-button.is-style-btn_height_100 {
    height: 100px;
}
.swell-block-button.is-style-btn_height_100 .swell-block-button__link {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}