@charset "UTF-8";
html, body { font-family: HiraginoSans-W3, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif; width: 100%; -webkit-font-smoothing: subpixel-antialiased; }

html { height: 100%; }

.logo, .signup-form .signup-form__logo { display: inline-block; width: 164px; height: 64px; background-image: url(../images/accounts_index/logo.svg); background-repeat: no-repeat; background-size: contain; }

.radius-flat-rectangle { border: none; border-radius: 4px; }

.btn, .btn-sns, .btn-gplus, .btn-facebook, .btn-twitter, .btn-weibo, .btn-apple, .signup-form__submit, .signup-form__submit--login { cursor: pointer; display: inline-block; text-decoration: none; }

.btn-sns, .btn-gplus, .btn-facebook, .btn-twitter, .btn-weibo, .btn-apple { width: 40px; height: 40px; background-repeat: no-repeat; background-position: center; background-size: 24px 24px; background-color: rgba(0, 0, 0, 0.04); border-radius: 20px; margin-left: 8px; font-size: 0; color: transparent; vertical-align: top; transition: 0.2s background-color; }
.btn-sns:hover, .btn-gplus:hover, .btn-facebook:hover, .btn-twitter:hover, .btn-weibo:hover, .btn-apple:hover { background-color: rgba(0, 0, 0, 0.07843); }
.btn-sns:first-child, .btn-gplus:first-child, .btn-facebook:first-child, .btn-twitter:first-child, .btn-weibo:first-child, .btn-apple:first-child { margin-left: 0; }

.btn-gplus { background-image: url(../images/accounts_index/icon-google.svg?nR1kTLxK2dJqLO0A); }

.btn-facebook { background-image: url(../images/accounts_index/icon-facebook.svg?nR1kTLxK2dJqLO0A); }

.btn-twitter { background-image: url(../images/accounts_index/icon-twitter.svg?nR1kTLxK2dJqLO0A); }

.btn-weibo { background-image: url(../images/accounts_index/icon-weibo.svg?nR1kTLxK2dJqLO0A); }

.btn-apple { background-image: url(../images/accounts_index/icon-apple-black.svg?nR1kTLxK2dJqLO0A); }

body { background-color: #eee; padding-bottom: 110px; }

.signup-form { margin: 20vh auto 0; text-align: center; background-color: rgba(255, 255, 255, 0.92); width: 363px; padding: 40px 0 38px; border-radius: 4px; }
@media (max-width 540px) { .signup-form { width: 310px; margin-top: 80px; padding: 0; background-color: #eeeeee; } }
.signup-form .signup-form__logo-box { margin-bottom: 30px; }
.signup-form .signup-form__logo { margin-bottom: 6px; }

.signup-form__catchphrase { color: #757c80; font-size: 12px; font-weight: bold; }

.signup-form__submit, .signup-form__submit--login { display: block; margin: 0 auto; width: 300px; height: 40px; line-height: 40px; border-radius: 22px; border-style: none; color: #FFF; background: #0096FA; outline: none; font-weight: bold; font-size: 14px; text-align: center; transition: 0.2s background-color; }
.signup-form__submit:hover, .signup-form__submit--login:hover { background-color: #007DD1; }
.signup-form__submit:visited, .signup-form__submit--login:visited, .signup-form__submit:hover, .signup-form__submit--login:hover { color: #FFF; }

.signup-form__submit--login { background: rgba(0, 0, 0, 0.04); color: #5C5C5C; transition: 0.2s background-color; }
.signup-form__submit--login:hover { background-color: rgba(0, 0, 0, 0.08); }
.signup-form__submit + .signup-form__submit--login, .signup-form__submit--login + .signup-form__submit--login { margin-top: 8px; }
.signup-form__submit--login:visited, .signup-form__submit--login:hover { color: #5C5C5C; }

.signup-form__sns-btn-area.index { color: #5C5C5C; font-size: 12px; line-height: 16px; max-width: 288px; box-sizing: border-box; margin: 22px auto 0; }
.signup-form__sns-btn-area.index .sns-button-list { margin-top: 14px; }

.recaptcha-terms { font-style: normal; font-weight: normal; font-size: 12px; line-height: 16px; text-align: center; color: rgba(0, 0, 0, 0.32); width: 300px; margin: 16px auto 0; padding-top: 14px; border-top: 1px solid rgba(0, 0, 0, 0.08); }
.recaptcha-terms a { text-decoration: none; color: #3D7699; }

.grecaptcha-badge { visibility: hidden; }

._gdpr-notify-header { display: flex; align-items: center; justify-content: center; min-height: 52px; background-color: #333333; color: #fff; }
._gdpr-notify-header .content { max-width: 1032px; font-size: 12px; line-height: 18px; margin: 0 16px; }
._gdpr-notify-header .notify-button { width: 76px; min-width: 76px; height: 36px; border: none; border-radius: 18px; font-size: 14px; cursor: pointer; text-decoration: none; }
._gdpr-notify-header .notify-button.detail { display: flex; align-items: center; justify-content: center; margin: 8px 4px 8px 16px; background-color: #f5f5f5; color: #666666; }
._gdpr-notify-header .notify-button.agree { text-align: center; margin: 8px 8px 8px 4px; background-color: #0096fa; color: #fff; }
