/* --- [03. パンくずリスト] --- */
.btc-contact-index-pc__breadcrumb-container {
    position: relative;
    padding: 85px 25px 20px;
    z-index: 10;
}
.btc-contact-index-pc__breadcrumbs {
    list-style: none;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    font-size: 10px;
    letter-spacing: 0.05em;
    overflow-x: auto;
    white-space: nowrap;
}
.btc-contact-index-pc__breadcrumbs li:not(:last-child)::after {
    content: "/";
    margin: 0 10px;
    color: #ccc;
}
.btc-contact-index-pc__breadcrumbs a {
    text-decoration: none;
    color: #2d2d2d;
    opacity: 0.5;
}

/* --- [04. ページヘッダー] --- */
.btc-contact-index-pc__page-header {
    padding: 20px 25px 40px;
    text-align: center;
    position: relative;
}
.btc-contact-index-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-contact-index-pc__page-title span {
    display: block;
    font-size: 10px;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.3em;
    margin-top: 10px;
    opacity: 0.6;
}

/* --- [05. フォーム用CSS] --- */
.btc-contact-index-pc__main-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 0 100px;
}

.btc-contact-index-pc__form-inner {
    padding: 0 25px;
}

.btc-contact-index-pc__form-note {
    font-size: 14px;
    line-height: 1.6;
    color: #2d2d2d;
    margin-bottom: 25px;
    font-weight: 500;
}

.btc-contact-index-pc__input-group {
    position: relative;
    margin-bottom: 25px;
}

.btc-contact-index-pc__input-label {
    display: block;
    font-size: 16px;
    color: #2d2d2d;
    margin-bottom: 5px;
    font-weight: 700;
}
.btc-contact-index-pc__input-sublabel {
    font-size: 12px;
}

.btc-contact-index-pc__required-tag {
    color: #cc3333;
    font-weight: 500;
    font-size: 13px;
    margin-left: 8px;
}

.btc-contact-index-pc__form-input {
    width: 100%;
    height: 58px;
    background-color: #ffffff;
    border: 1px solid #a0a1a1;
    box-sizing: border-box;
    padding: 0 15px;
    font-size: 16px;
    color: #2d2d2d;
    border-radius: 6px;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
}

textarea.btc-contact-index-pc__form-input {
    height: 200px;
    padding: 15px;
    line-height: 1.6;
    resize: vertical;
}

.btc-contact-index-pc__form-input::placeholder {
    color: #a0a1a1;
    font-size: 14px;
}

select.btc-contact-index-pc__form-input {
    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;
    padding-right: 28px;
    padding-left: 10px;
}

.btc-contact-index-pc__flex-group {
    display: flex;
    align-items: center;
    gap: 10px;
}
.btc-contact-index-pc__flex-group .btc-contact-index-pc__form-input {
    flex: 1;
}
.btc-contact-index-pc__zip-flex {
    align-items: center;
}
.btc-contact-index-pc__zip-flex .btc-contact-index-pc__form-input {
    flex: none;
    width: 200px;
    max-width: 45%;
}

.btc-contact-index-pc__zip-link {
    display: inline-block;
    background: none;
    border: none;
    padding: 0;
    font-family: inherit;
    color: #189bbc;
    text-decoration: underline;
    font-size: 14px;
    cursor: pointer;
}

.btc-contact-index-pc__label-note {
    font-size: 12px;
    font-weight: normal;
    color: #888;
    margin-left: 8px;
}

.btc-contact-index__confirm-email {
    margin-top: 0;
    font-size: 24px;
}

.btc-contact-index-pc__support-info {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    padding: 20px;
    border-radius: 8px;
    margin: 40px 0;
    font-size: 13px;
    line-height: 1.6;
    color: #555;
}
.btc-contact-index-pc__support-info b {
    color: #1a2a40;
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
}

.btc-contact-index-pc__check-label {
    display: flex;
    align-items: center;
    font-size: 15px;
    cursor: pointer;
}
.btc-contact-index-pc__check-label input {
    margin-right: 8px;
    width: 18px;
    height: 18px;
}

.btc-contact-index-pc__form-attention {
    display: block;
    text-align: right;
    margin-top: 7px;
    font-size: 12px;
    color: var(--color__gray--dark);
}

.btc-contact-index-pc__policy-link {
    color: #2d2d2d;
    text-decoration: underline;
}

.btc-contact-index-pc__btn-container {
    padding: 0 35px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.btc-contact-index-pc__form-btn {
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    height: 60px;
    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-contact-index-pc__form-btn:hover { opacity: 0.8; }
.btc-contact-index-pc__btn-navy {
    background-color: #1a2a40;
    color: #ffffff;
}
.btc-contact-index-pc__btn-white { background-color: #ffffff; color: #1a2a40; border: 1px solid #1a2a40; }

#kin-pos { position: absolute; width: 100%; height: 0; bottom: 0; left: 0; }


/* =============================================
   PC レスポンシブ (768px)
   ============================================= */
@media (min-width: 768px) {
    .btc-contact-index-pc__breadcrumb-container { 
        padding: 90px 40px 20px; 
        max-width: 850px;
        margin: 0 auto;
    }
    .btc-contact-index-pc__breadcrumbs { font-size: 12px; }

    .btc-contact-index-pc__page-header { padding: 20px 40px 40px; }
    .btc-contact-index-pc__page-title { font-size: 1.8rem; }
    .btc-contact-index-pc__page-title span { font-size: 12px; }

    .btc-contact-index-pc__main-content { max-width: 860px; }
    .btc-contact-index-pc__form-inner { padding: 0 40px; }
    .btc-contact-index-pc__form-note { font-size: 15px; }
    .btc-contact-index-pc__input-label { font-size: 18px; }
    .btc-contact-index-pc__input-sublabel { font-size: 13.5px; }

    .btc-contact-index-pc__address-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 15px;
    }
    .btc-contact-index-pc__support-info { font-size: 14px; }
    .btc-contact-index-pc__support-info b { font-size: 15px; }
    .btc-contact-index-pc__btn-container { padding: 0; max-width: 500px; margin-left: auto; margin-right: auto; }
}

/* =============================================
   PC レスポンシブ (1024px)
   ============================================= */
@media (min-width: 1024px) {
    .btc-contact-index-pc__breadcrumb-container { padding: 90px 60px 20px; }

    .btc-contact-index-pc__page-header { padding: 20px 60px 40px; }

    .btc-contact-index-pc__form-inner { padding: 0 60px; }
}
