

.article {
	width: 100%;
}
.article .inner {
	width: 90%;
	max-width: 720px;
	margin: 0 auto 160px;
}

/* login */
#login .inner p {
    color: #3C3C3C;
    font-family: Kiwi Maru;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7em;
    text-align: center;
    margin: 40px 0;
}
#login .inner p a {
    font-weight: 500;
}
.btn_arrow_right input[type="submit"],
input[type="submit"],
.btn a {
    display: block;
    width: 180px;
    margin: 0 auto;
    padding: 8px;
}
.btn_arrow_right input[type="submit"] {
    background-image: url('../images/icon/icon_arrow_right_white.svg');
    background-position: center right 11px;
	background-repeat: no-repeat;
	background-size: 24px 24px;
    padding: 8px 28px 8px 8px;
}


/* new_member */
#new_member .inner h4 {
    color: #3C3C3C;
    font-family: Murecho;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3em;
    letter-spacing: 0.04em;
    text-align: left;   
    margin-top: 20px; 
}
#new_member .inner p {
    color: #3C3C3C;
    font-family: Kiwi Maru;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7em;
    letter-spacing: 0.04em;
    padding: 10px 0 40px;
    text-align: left;
}
/* */
.privacy {
    color: #3C3C3C;
    font-family: Kiwi Maru;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7em;
    letter-spacing: 0.04em;
    padding: 10px 0 40px;
    text-align: left;
    width: 300px;
    margin: 0 auto;
}
.to-top {
    margin-top: 160px;
}
.agreement {
    text-align: center;
    margin-bottom: 28px
}


/* 768px以下 */
@media screen and (max-width: 768px) {

    .article .inner {
        width: 100%;
        max-width: 89.7%;
        margin: 0 auto 40.96vw;
    }
    
    /* login */
    #login .inner p {
        font-size: 3.584vw;
        margin: 10.24vw 0;
    }
    .btn_arrow_right input[type="submit"],
    input[type="submit"],
    .btn a {
        width: 61.44vw;
        padding: 2.048vw;
    }
    .btn_arrow_right input[type="submit"] {
        background-position: center right 2.816vw;
        background-size: 6.144vw 6.144vw;
        padding: 2.048vw 28px 2.048vw 2.048px;
    }
    
    
    /* new_member */
    #new_member .inner h4 {
        font-size: 5.12vw;
        margin-top: 5.12vw; 
    }
    #new_member .inner p {
        font-size: 3.584vw;
        padding: 5.12vw 0 10.24vw;
    }
    /* */
    .privacy {
        font-size: 3.584vw;
        padding: 5.12vw 0 10.24vw;
        width: 76.8vw;
    }
    .to-top {
        margin-top: 40.96vw;
    }
    .agreement {
        margin-bottom: 7.168vw;
    }

}