﻿/* 內容區塊 */
.cls_Content_Area {
    width: 100%;
    max-width: 345px;
    margin: 0px auto
}

/* 出生年月日 - 寬度 */
.cls_Birthday_Year_W {
    width: 40%
}

.cls_Birthday_Slash {
    color: #172439;
    font-weight: bold;
    font-size: 21px;
    width: 9%;
    text-align: center;
    vertical-align: bottom;
    padding-bottom: 5px
}

.cls_Birthday_MonthDay_Width {
    width: 21%
}


/* ▁▁▁▁▁▁▂▄▆█ RWD Setting █▆▄▂▁▁▁▁▁▁ */

@media screen and (max-width: 393px) {
    /* 出生年月日 - 月、日寬度 */
    .cls_Birthday_MonthDay_Width {
        width: 50px
    }
}

@media screen and (max-width: 320px) {
    /* 出生年月日 - 寬度 */
    .cls_Birthday_Year_W {
        width: 42%
    }

    .cls_Birthday_MonthDay_Width {
        width: 20%
    }
}

/* ▁▁▁▁▁▁▂▄▆█ reCAPTCHA █▆▄▂▁▁▁▁▁▁ */
/* 隱藏ICON */
.grecaptcha-badge {
    display: none;
}
/* reCAPTCHA 聲明 */
.reCAPTCHA_Note {
    font-size: 12px;
    color: rgb(169, 182, 203);
    text-align: center;
    margin-top: 5px;
}

    .reCAPTCHA_Note a {
        text-decoration: none;
        font-size: 12px;
        /*color: rgb(61, 118, 153);*/
    }

#reCAPTCHAv2 {
    padding-bottom: 0px !important;
}
