/* GoogleAuthLogin41 フロント用スタイル */

/* 区切り線（「または」） */
.gal41-separator {
    display: flex;
    align-items: center;
    text-align: center;
    color: #949494;
    font-size: 13px;
    margin: 20px 0 12px;
}
.gal41-separator::before,
.gal41-separator::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #d9d9d9;
}
.gal41-separator:not(:empty)::before {
    margin-right: 12px;
}
.gal41-separator:not(:empty)::after {
    margin-left: 12px;
}

/* Google公式ガイドライン準拠ボタン */
.gal41-gbtn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    padding: 0 16px;
    height: 44px;
    background-color: #ffffff;
    border: 1px solid #dadce0;
    border-radius: 4px;
    color: #3c4043;
    font-family: "Roboto", "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: background-color .15s, box-shadow .15s, border-color .15s;
}
.gal41-gbtn:hover {
    background-color: #f7f8f8;
    border-color: #d2e3fc;
    box-shadow: 0 1px 2px rgba(60, 64, 67, .3);
    color: #3c4043;
    text-decoration: none;
}
.gal41-gbtn:active {
    background-color: #ecf3fe;
}
.gal41-gbtn__icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}
.gal41-gbtn__label {
    line-height: 1;
}

/* 訴求コピー */
.gal41-lead {
    max-width: 320px;
    margin: 8px auto 0;
    color: #6c757d;
    font-size: 12px;
    text-align: center;
    line-height: 1.5;
}

/* ボタン挿入ブロックの上部余白 */
.gal41-block {
    margin-top: 20px;
}

/* マイページ連携ボタン: dd内の標準の流れに合わせ左寄せ・上12px */
.gal41-gbtn--mypage {
    margin: 12px 0 0;
}

/* マイページ連携解除ボタンの上余白 */
.gal41-unlink {
    margin-top: 12px;
}

/* 完了ページのボタン縦積み余白
   （本体 .ec-registerRole .ec-blockBtn--action { margin-bottom:16px } の完了ページ版補完） */
.ec-registerCompleteRole .ec-blockBtn--action {
    margin-bottom: 16px;
}

/* 会員登録フォーム冒頭ブロック */
.gal41-entrytop {
    margin-bottom: 24px;
}
.gal41-entrytop .gal41-separator {
    margin: 20px 0 0;
}
