/* ========================================
   OAuth2 Auth Page
   ======================================== */

/* PCSP 共通 */
.oauth2_notice {
    background-color: #FFE9DD;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.oauth2_notice__description span,
.oauth2_notice__bookWalker span {
    font-weight: bold;
    color: #FF5A00;
}

.login_methods {
    height: 50px;
    background-color: #F4F4F4;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.login_method_item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
}

.method_icon {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
}
@media screen and (max-width: 375px) {
    .method_icon {
        width: 26px;
        height: 26px;
    }
}

.method_label {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 10px;
    line-height: 1;
    text-align: center;
    color: #777777;
    white-space: nowrap;
}

form .input_text_block span.validate-error,
form .input_text_block span.validate-error-no-arrow {
    background-color: #FDDDDD;
    border: 1px solid #FDDDDD;
    border-radius: 3px;
    color: #EE0000;
    font-size: 12px;
    margin-top: 8px;
    padding: 5px;
    position: relative;
    display: block;
    width: 100%;
    box-sizing: border-box;
    line-height: normal;
}

#container .btn_center_line > * {
    margin: 0;
}

/* PC */
@media not all and (max-width: 950px) {
    .blcomp-partition {
	    padding-bottom: 30px;
	    padding-left: 80px;
	    padding-right: 80px;
    }

    .oauth2_partition {
        padding-bottom: 80px;
    }

    .oauth2_header {
        padding-top: 15px;
        padding-left: 10px;
    }

    .main_full.login {
        padding: 0;
        overflow: visible;
    }

    .oauth2_notice {
        padding: 20px;
        margin-bottom: 30px;
        border-radius: 4px;
    }

    .oauth2_notice__item {
        padding: 6px 0;
        text-align: center;
    }

    .oauth2_notice__description {
        font-size: 18px;
        font-weight: 700;
        color: #333333;
        line-height: 1.2;
        letter-spacing: .004em;
        margin: 6px 0 0;
    }

    .oauth2_notice__bookWalker {
        font-size: 16px;
        font-weight: 700;
        line-height: 1.2;
    }

    .oauth2_notice_block {
        display: table;
        margin: 0 auto;
        text-align: left;
    }

    .main_full.login .section_content_right {
        width: 400px;
    }

    .main_full.login .section_content_right_wrap {
        border-left: 1px solid #DDDDDD;
        padding: 0 0 0 20px;
    }

    .main_full.login .section_content_left {
        padding: 0 40px 20px 0;
        width: 360px;
    }

    form .input_text_block input.text, form .input_text_block textarea.text {
	    border: 1px solid #CCC;
	    border-radius: 3px;
	    box-shadow: 0 0 2px 0 #B6B6B6;
	    box-sizing: border-box;
	    height: 35px;
	    line-height: 35px\9;
	    padding: 0 5px;
	    position: relative;
	    width: 100%;
    }

    /* 以下、PCSP統合未対応の共通スタイルを暫定対応 */
    #main {
        width: auto;
        font-size: 13px;
    }

    .link_center {
	    text-align: center;
    }

    #container a.ad_trilink, #container a.b_trilink, #container a.bo_trilink, #container a.c_trilink, #container a.fc_trilink, #container a.j_trilink, #container a.l_trilink, #container a.m_trilink, #container a.mc_trilink, #container a.or_trilink, #container a.or_trilink_l, #container a.or_trilink_s, #container a.p_trilink, #container a.td_trilink, #container a.tl_trilink {
	    background-repeat: no-repeat;
	    color: #333;
	    font-weight: 700;
	    padding-left: 12px;
    }

    #container .or_trilink_list li a, #container a.or_trilink, #container a.or_trilink_l, #container a.or_trilink_s, .text_link_arrow_right::before {
	    background-image: url(/resources/a/pc/common/images/bg_arrow_right_orange.png?date=140618);
	    background-position: 0;
    }
}

/* SP */
@media screen and (max-width: 950px) {
    .oauth2_partition {
        padding-top: 12px;
        padding-bottom: 25px;
    }

    .oauth2_notice {
        width: 100%;
        padding: 15px;
        margin-bottom: 20px;
        border-radius: 4px;
    }

    .oauth2_notice__item
    , .oauth2_notice_block {
        text-align: left;
    }

    .oauth2_notice__item p
    , .oauth2_notice_block p {
        font-size: 15px;
    }

    .oauth2_notice__description,
    .oauth2_notice__bookWalker {
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 15px;
        font-weight: 700;
        line-height: 1.2;
    }

    .oauth2_notice__bookWalker {
        margin-bottom: 15px;
    }

    .oauth2_notice__bookWalker:nth-child(2) {
        font-weight: normal;
    }

    .oauth2_login__title {
        font-size: 14px;
        font-weight: bold;
    }

    /* 以下、PCSP統合未対応の共通スタイルを暫定対応 */
    .font_m {
	    font-size: 13px;
    }

    .font_strong  {
	    font-weight: 700;
    }

    .emphasis_form .reminder_emphasis {
        text-align: right;
        margin-bottom: 24px;
    }

    .emphasis_form .emphasis_login {
        margin-bottom: 4px;
    }

    #container.emphasis_form input[type="email"].styled,
    #container.emphasis_form input[type="password"].styled {
        appearance: none;
        -webkit-appearance: none;
        border: 1px solid #DDD;
        box-shadow: none;
        font-size: 14px;
        height: 38px;
        margin-bottom: 8px;
        padding: 0 8px 2px;
    }

    .emphasis_form a.text_link_emphasis::before {
	    background-image: url(/resources/a/sp/common/images/bg_arrow_right.png?date=150722);
	    background-position: 0 0;
	    background-repeat: no-repeat;
	    background-size: 130px 10px;
	    content: " ";
	    display: inline-block;
	    height: 10px;
	    margin-right: 5px;
	    overflow: hidden;
	    padding: 0;
	    width: 10px;
    }

    .emphasis_form a.text_link_emphasis {
	    color: #666;
	    font-size: 12px;
	    word-wrap: normal;
    }

    #footer.lite {
	    background: #FFF;
	    border-bottom: 4px solid #FF5A00;
	    padding: 0 0 4px;
    }

    #footer.lite .footer_inner {
	    padding: 30px 0 0;
    }

    #footer.lite .lite_navi {
	    font-size: 11px;
	    text-align: center;
    }

    #footer.lite address {
	    color: #FF5A00;
	    font-size: 14px;
	    font-style: normal;
	    font-weight: 400;
	    margin-top: 10px;
	    text-align: center;
    }

    #footer.lite .lite_navi a {
	    color: #333;
    }

    #footer.lite .lite_navi span {
	    color: #AAA;
    }
}

@media only screen and (min-width: 600px) and (max-width: 950px) {
    .oauth2_partition {
        padding-left: 20px;
        padding-right: 20px;
    }
}
