/* --- [03. ページヘッダー] --- */
.btc-shopping-deliv-payment-pc__page-header {
    /* パンくずリスト削除に伴い、上部余白(padding-top)を調整 */
    padding: 40px 25px 40px;
    text-align: center;
    position: relative;
}
.btc-shopping-deliv-payment-pc__page-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 550;
    font-size: 1.375rem;
    letter-spacing: 0.1rem;
    margin: 0;
    color: #1a2a40;
    line-height: 1.6;
}
.btc-shopping-deliv-payment-pc__page-title span {
    display: block;
    font-size: 10px;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.3em;
    margin-top: 10px;
    opacity: 0.6;
}

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

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

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

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

/* チェックボックスの拡大設定 */
.btc-shopping-deliv-payment-pc__col-select input[type="checkbox"],
.btc-shopping-deliv-payment-pc__col-select input[type="radio"] {
    width: 20px;
    height: 20px;
    cursor: pointer;
    vertical-align: middle;
}

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

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

/* お支払い方法用のテキストスタイル */
.btc-shopping-deliv-payment-pc__payment-name {
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.btc-shopping-deliv-payment-pc__payment-desc {
    font-size: 13px;
    margin: 0;
    line-height: 1.5;
    color: #666;
}

/* --- [お届け時間・フォーム要素] --- */
.btc-shopping-deliv-payment-pc__form-group {
    margin-bottom: 20px;
}
.btc-shopping-deliv-payment-pc__form-label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #1a2a40;
}
.btc-shopping-deliv-payment-pc__select-wrapper {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin-bottom: 10px;
}

.btc-shopping-deliv-payment-pc__is-disabled select {
    background-color: #f3f3f3;
    color: #999;
    cursor: not-allowed;
}

.btc-shopping-deliv-payment-pc__delivery-note {
    font-size: 13px;
    color: #999;
    margin-top: 6px;
}


/* --- セレクトボックスの矢印カスタム --- */
.btc-shopping-deliv-payment-pc__custom-select {
    width: 100%;
    height: 48px;
    padding: 0 28px 0 10px;
    font-size: 14px;
    font-family: inherit;
    color: #2d2d2d;
    background-color: #f2f2f2;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    cursor: pointer;

    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%232d2d2d' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 20px;
}

.btc-shopping-deliv-payment-pc__select-wrapper::after {
    display: none;
}

.btc-shopping-deliv-payment-pc__custom-textarea {
    width: 100%;
    height: 150px;
    padding: 15px;
    font-size: 14px;
    font-family: inherit;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    box-sizing: border-box;
    resize: vertical;
}

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

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

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

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


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

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

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

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

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

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

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

/* バッジ間のコネクターライン */
.btc-shopping-deliv-payment-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-payment-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-payment-pc__order-step__left span {
    display: none;
}

.btc-shopping-deliv-payment-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-payment-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-payment-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-payment-pc__order-step__right span {
    display: block;
}

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

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

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

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