/* --- [03. ページヘッダー] --- */
.btc-shopping-deliv-pc__page-header {
    position: relative;
    padding: 40px 25px 40px;
    text-align: center;
}
.btc-shopping-deliv-pc__page-title {
    margin: 0;
    color: #1a2a40;
    font-weight: 550;
    font-size: 1.375rem;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.6;
    letter-spacing: 0.1rem;
}
.btc-shopping-deliv-pc__page-title span {
    display: block;
    margin-top: 10px;
    opacity: 0.6;
    font-size: 10px;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.3em;
}

/* --- [04. コンテンツエリア基礎] --- */
.btc-shopping-deliv-pc__main-content {
    margin: 0 auto;
    padding: 0 25px 100px;
    max-width: 800px;
}

/* --- [05. 白枠コンテナ & お届け先要素] --- */
.btc-shopping-deliv-pc__content-card {
    margin-bottom: 30px;
    padding: 30px 20px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.03);
}
.btc-shopping-deliv-pc__section-title {
    display: block;
    margin-bottom: 20px;
    color: #1a2a40;
    font-weight: bold;
    font-size: 20px;
}
.btc-shopping-deliv-pc__instruction-text {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.6;
}

.btc-shopping-deliv-pc__add-btn-wrapper {
    display: flex;
    margin-bottom: 30px;
    justify-content: center;
}

/* テーブルスタイル */
.btc-shopping-deliv-pc__address-table {
    margin-top: 20px;
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}
.btc-shopping-deliv-pc__address-table th, .btc-shopping-deliv-pc__address-table td {
    padding: 12px;
    border: 1px solid #e0e0e0;
    text-align: left;
}
.btc-shopping-deliv-pc__address-table th {
    background-color: #f9f9f7;
    font-weight: 600;
}
.btc-shopping-deliv-pc__col-select { width: 60px; text-align: center !important; }

.btc-shopping-deliv-pc__col-select input[type="checkbox"],
.btc-shopping-deliv-pc__col-select input[type="radio"] {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    cursor: pointer;
}

.btc-shopping-deliv-pc__address-detail-cell p { margin: 0; line-height: 1.5; }
.btc-shopping-deliv-pc__address-detail-cell .btc-shopping-deliv-pc__name {
    margin-top: 4px;
    font-weight: bold;
}

/* 行内操作ボタンの設定 */
.btc-shopping-deliv-pc__address-action-btns {
    display: flex;
    gap: 8px;
    margin-top: 12px;
}
.btc-shopping-deliv-pc__action-btn {
    display: flex;
    flex: 1;
    height: 32px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    font-size: 12px;
    cursor: pointer;
    transition: opacity 0.3s;
    align-items: center;
    justify-content: center;
    max-width: 100px;
}
.btc-shopping-deliv-pc__btn-edit {
    border: none;
    background-color: #1a2a40;
    color: #ffffff;
}
.btc-shopping-deliv-pc__btn-delete {
    border: 1px solid #1a2a40;
    background-color: #ffffff;
    color: #1a2a40;
}
.btc-shopping-deliv-pc__action-btn:hover { opacity: 0.7; }

/* --- [06. ボタン共通設定] --- */
.btc-shopping-deliv-pc__btn-container {
    display: flex;
    margin-top: 40px;
    padding: 0 35px;
    flex-direction: column;
    gap: 15px;
}
.btc-shopping-deliv-pc__form-btn {
    display: flex;
    width: 100%;
    height: 60px;
    max-width: 320px;
    margin: 0 auto;
    border: none;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: opacity 0.3s;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    background-color: #f0f0f0;
}
.btc-shopping-deliv-pc__form-btn:hover { opacity: 0.8; }

/* 濃い青ボタン */
.btc-shopping-deliv-pc__btn-navy {
    background-color: #1a2a40;
    color: #ffffff;
}

/* 白抜きボタン */
.btc-shopping-deliv-pc__btn-white,
.btc-shopping-deliv-pc__btn-outline {
    border: 1px solid #1a2a40;
    background-color: #ffffff;
    color: #1a2a40;
}

/* 小さめの白抜きボタン（追加用） */
.btc-shopping-deliv-pc__btn-outline-sm {
    height: 45px;
    font-size: 14px;
    max-width: 280px;
}




/* --- [ステップインジケーター 案A：丸バッジ＋コネクターライン] --- */
.btc-shopping-deliv-pc__step-wrapper {
    max-width: 800px;
    margin: 0 auto 10px;
    padding: 0 25px;
}

.btc-shopping-deliv-pc__order-step {
    display: flex;
    align-items: flex-start;
    padding: 20px 0;
    counter-reset: step-counter;
}

.btc-shopping-deliv-pc__order-step__item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    counter-increment: step-counter;
}

/* バッジ間のコネクターライン */
.btc-shopping-deliv-pc__order-step__item:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 19px;
    left: 50%;
    width: 100%;
    height: 2px;
    background: #e0e0e0;
    z-index: 0;
}

/* 丸バッジ */
.btc-shopping-deliv-pc__order-step__left {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 2px solid #d5d5d5;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    flex-shrink: 0;
}

.btc-shopping-deliv-pc__order-step__left span {
    display: none;
}

.btc-shopping-deliv-pc__order-step__left::before {
    content: counter(step-counter);
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #ccc;
    line-height: 1;
}

.btc-shopping-deliv-pc__order-step__left::after {
    content: 'STEP';
    font-family: 'Inter', sans-serif;
    font-size: 7px;
    color: #ddd;
    letter-spacing: 0.08em;
    margin-top: 1px;
    line-height: 1;
}

/* ステップラベル */
.btc-shopping-deliv-pc__order-step__right {
    margin-top: 10px;
    text-align: center;
    font-size: 10px;
    color: #bbb;
    line-height: 1.6;
    padding: 0 4px;
}

.btc-shopping-deliv-pc__order-step__right span {
    display: block;
}

/* 現在ステップ */
.btc-shopping-deliv-pc__order-step__item--current .btc-shopping-deliv-pc__order-step__left {
    background: #1a2a40;
    border-color: #1a2a40;
    box-shadow: 0 3px 10px rgba(26, 42, 64, 0.25);
}

.btc-shopping-deliv-pc__order-step__item--current .btc-shopping-deliv-pc__order-step__left::before {
    color: #fff;
}

.btc-shopping-deliv-pc__order-step__item--current .btc-shopping-deliv-pc__order-step__left::after {
    color: rgba(189, 161, 107, 0.85);
}

.btc-shopping-deliv-pc__order-step__item--current .btc-shopping-deliv-pc__order-step__right span {
    color: #1a2a40;
    font-weight: 700;
    font-size: 11px;
}




/* =============================================
   PC レスポンシブ (768px)
   ============================================= */
@media (min-width: 768px) {
    .btc-shopping-deliv-pc__page-header {
        padding: 120px 40px 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .btc-shopping-deliv-pc__page-title { font-size: 1.6rem; }
    .btc-shopping-deliv-pc__page-title span { font-size: 0.8rem; }

    .btc-shopping-deliv-pc__btn-container {
        padding: 0 40px;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }

    .btc-shopping-deliv-pc__instruction-text {
        margin-bottom: 25px;
    }
}

/* =============================================
   PC レスポンシブ (1024px)
   ============================================= */
@media (min-width: 1024px) {
    .btc-shopping-deliv-pc__page-header {
        padding: 128px 40px 40px;
    }
    .btc-shopping-deliv-pc__main-content { max-width: 900px; }

    .btc-shopping-deliv-pc__btn-container {
        padding: 0 60px;
        max-width: 600px;
    }
}
