.custom-cancel-membership-store-and-cast-guide {
    margin-top: 2.5rem;
    font-size: 1rem;
    color: #AAAAAC;
    text-align: center;
}

.custom-cancel-membership-store-and-cast-guide a {
    color: #E9528E;
    text-decoration: underline;
}

#custom-cancel-membership-form {
    display: flex;
    flex-direction: column;
    margin-top: 2.5rem;
}

.custom-cancel-membership-form-group label {
    font-size: 1rem;
    color: #535353;
    display: block;
    margin-bottom: 0.625rem;
}

.custom-cancel-membership-required-badge {
    background-color: #E9528E;
    white-space: nowrap;
    color: #ffffff;
    font-size: 0.875rem;
    padding: 4px 6px;
    margin-left: 0.625rem;
    border-radius: 10px;
    line-height: 1;
    display: inline-block;
}

.custom-cancel-membership-form-group-radio-section {
    display: flex;
    gap: 0.625rem;
    justify-content: flex-start;
    flex-direction: column;
    margin-bottom: 1.25rem;
}


.custom-cancel-membership-form-group-radio-section label {
    position: relative;
    padding-left: 30px;
    font-size: 1rem;
    color: #535353;
    cursor: pointer;
    user-select: none;
    transition: color 0.3s ease;
}


.custom-cancel-membership-form-group-radio-section input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.custom-cancel-membership-form-group-radio-section label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border: 2px solid #AAAAAC;
    border-radius: 50%;
    background-color: #fff;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}


.custom-cancel-membership-form-group-radio-section input[type="checkbox"]:checked + label::before {
    background-color: #E9528E;
    border-color: #E9528E;
}

.custom-cancel-membership-form-group-radio-section label::after {
    content: "";
    position: absolute;
    left: 7px;
    top: calc(50% - 1px);
    transform: translateY(-50%) rotate(45deg) scale(0);
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transition: transform 0.3s ease;
}

.custom-cancel-membership-form-group-radio-section input[type="checkbox"]:checked + label::after {
    transform: translateY(-50%) rotate(45deg) scale(1);
}

#custom-cancel-membership-other-reason-textarea {
    font-size: 0.875rem;
    padding: 0.9375rem;
    border: none;
    border-radius: 20px;
    background-color: #F5F5F5;
    width: 100%;
    color: #535353;
    box-sizing: border-box;
    margin-bottom: 1.25rem;
    min-height: 140px;
    resize: vertical;
}

.custom-cancel-membership-form-opinion-textarea {
    font-size: 0.875rem;
    padding: 0.9375rem;
    border: none;
    border-radius: 20px;
    background-color: #F5F5F5;
    width: 100%;
    color: #535353;
    box-sizing: border-box;
    margin-bottom: 1.25rem;
    min-height: 140px;
    resize: vertical;
}

/* 退会ボタン */
.custom-cancel-membership-btn {
    position: relative;
    text-align: center;
    background-color: #E9528E;
    border: none;
    transition: background-color 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin: 0 auto;
    margin-top: 1.25rem;
    margin-bottom: 2.5rem;
    border-radius: 3.125rem;
    font-size: 1rem;
    padding: 0.75rem;
    color: #ffffff;
    width: 280px; 
    height: 45px;
    box-sizing: border-box;
}

.custom-cancel-membership-btn::before {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    right: 10px;
    width: 7px;
    height: 7px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: translatey(-50%) rotate(-135deg);
    transform: translatey(-50%) rotate(-135deg);
}

.custom-cancel-membership-confirm-list {
    text-align: left;
    padding-left: 20px;
    white-space: pre-line;
}
