@charset "UTF-8";
/* 新規会員登録
------------------------------------------------ */
body.fs-body-register .attention_txt-mail, body.fs-body-register .attention_txt-password, body.fs-body-register .attention_txt-button { position: relative; background: #FFFFFF; padding: 10px; text-align: left; border: 1px solid #000000; color: #000000; font-size: 12px; border-radius: 5px; margin-bottom: 6px; z-index: 10; }
body.fs-body-register .attention_txt-mail::after, body.fs-body-register .attention_txt-mail::before, body.fs-body-register .attention_txt-password::after, body.fs-body-register .attention_txt-password::before, body.fs-body-register .attention_txt-button::after, body.fs-body-register .attention_txt-button::before { border: solid transparent; content: ''; height: 0; width: 0; pointer-events: none; position: absolute; top: 100%; left: 50%; }
body.fs-body-register .attention_txt-mail::after, body.fs-body-register .attention_txt-password::after, body.fs-body-register .attention_txt-button::after { border-color: rgba(255, 255, 255, 0); border-top-width: 13px; border-bottom-width: 13px; border-left-width: 9px; border-right-width: 9px; margin-left: -9px; border-top-color: #FFFFFF; }
body.fs-body-register .attention_txt-mail::before, body.fs-body-register .attention_txt-password::before, body.fs-body-register .attention_txt-button::before { border-color: transparent; border-top-width: 14px; border-bottom-width: 14px; border-left-width: 10px; border-right-width: 10px; margin-left: -10px; margin-top: 1px; border-top-color: #000000; }
body.fs-body-register .attention_txt-password span::before { content: "\e917"; font-family: 'fs-icon' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 2.2rem; vertical-align: bottom; }
body.fs-body-register .attention_txt-button { width: 480px; margin: 0 auto 6px; text-align: center; }
body.fs-body-register .attention_txt-button span { color: #f00; }
