
a:link.font_white {
    color: #FFFFFF;
}

.font_16 {
    font-size: 16px;
}
/*----------------------------
　　　　　ログイン新規会員
----------------------------*/
.txt_login {
    background-color: #FF0000;
    color: #FFFFFF;
    text-align: center;
    padding: 10px;
    margin-bottom: 2px;
}
.first_member .txt_off {
    text-align: center;
    font-size: 16px !important;
}
.emphasis_form.mt0 {
    margin-top: 0 !important;
}
.first_member .backslash, .first_member .slash {
    font-family: Arial;
}
.first_member .mr05 {
    margin-right: 5px;
}
.first_member .ml05 {
    margin-left: 5px;
}
#wrapper #container.emphasis_form .first_member {
    background-color: #FFFFFF;
}
.font_attention.facebook_close {
    border: 1px solid #EE0000;
    padding: 10px 5px;
}
/*----------------------------
　　　　　新規会員登録確認
----------------------------*/
#wrapper #container.emphasis_form .member_navi_area {
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
}
#wrapper #container.emphasis_form .member_navi {
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
#wrapper #container.emphasis_form .member_navi li.item {
    padding: 5px 0 0 0px;
    color: #666666;
    font-size: min(max(11px, 2vw), 16px);
}
#wrapper #container.emphasis_form .member_navi li.item.current {
    color: #FF5900;
    font-weight: bold;
}
#wrapper #container.emphasis_form .member_navi li.arrow {
    margin: 0 min(max(2px, 1vw), 12px);
    color: #959595;
    font-weight: bold;
}
#wrapper #container.emphasis_form .member_navi li.arrow span{
    background: transparent url(/resources/a/pc/common/images/form_navi_arrow.png?date=191113) 0px 7px no-repeat;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    height: 20px;
    width: 20px;
}
#wrapper #container.emphasis_form .area_member {
    padding: 15px;
    border: 1px solid #CCCCCC;
    margin-top: 20px;
}
#wrapper #container.emphasis_form .taC .font_18 {
    color: #EE0000;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}
#wrapper #container.emphasis_form .taC .font_14 {
    font-size: 14px;
    line-height: 22px;
}
/****** input/mail_input ******/
.mail_input .balloon_white {
    width: 250px;
}
.mail_input .ml {
    margin-left: 10px;
}
.mail_input .attention_font {
    color: #FF5A00;
    font-size: 11px;
}
.mail_input .optional_font {
    color: #777777;
    font-size: 11px;
}
.mail_input .dis_none {
    display: none;
}

/****** 同意します チェックボックス ******/
.policy_check {
    line-height: 3em;
}

.policy_check > label {
    position: relative;
    display: inline-block;
    cursor: pointer;
    line-height: 1.6em;
    text-indent: 1em;
}

.chkbox__icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 1.25em;
    height: 1.25em;
    border: 0.08em solid #DDDDDD;
    background-color: #FFFFFF;
}

.chkbox__icon:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0.6em;
    width: 0.3em;
    height: 0.8em;
    border-bottom: 0.2em solid #DDDDDD;
    border-right: 0.2em solid #DDDDDD;
    transform: translate(-50%, 0) rotate(45deg);
}

.chkbox__input {
    position: absolute;
    margin: 0;
    display: none;
}

.chkbox__input:checked + .chkbox__icon {
    background: #FFFFFF;
    box-shadow: none;
}

.chkbox__input:checked + .chkbox__icon:after {
    border-bottom: 0.2em solid #FF5A00;
    border-right: 0.2em solid #FF5A00;
}

.chkbox__txt {
    position: relative;
    padding: 0 0 0 20px;
    font-size: 15px;
}

#recaptcha {
    text-align: center;
    width: 300px;
    margin: 20px auto;
}

/*** 仮会員登録完了(temp-complete) ***/
#send_authentication_code {
    font-size: 13px;
}

#complete_sending_authentication_code {
    color: #FF5A00;
    font-size: 13px;
    font-weight: bold;
}

#authentication_code {
    width: 100%;
    box-sizing: border-box;
    height: 38px;
}
.authentication_code_send_mail_area {
    text-align: center;
}

.email_check {
    margin: 10px 0;
}
