/* ボタンのデザイン */
.btn-apply {
    /*background-color: black;*/
    /*color: white;*/
    /*border-radius: 10px;*/
    /*padding: 0.3rem 1rem;*/
    /*font-weight: bold;*/
    /*text-decoration: none;*/
}

.button-group {
    display: flex; /* 横並び配置 */
    justify-content: center; /* 中央寄せ */
    gap: 20px; /* ボタン間の間隔 */
    width: 100%; /* 横幅を親要素いっぱいにする */
}