@charset 'utf-8';
.card_auth .inner_wrap {
    width: 84%;
    max-width: 630px;
    margin: 0 auto;
}

.card_auth .page_title {
    padding: 35px 0 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
}

.card_auth .page_title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1444px;
    height: 1444px;
    border-radius: 50%;
    background-color: #e8f0c8;
    z-index: -1;
}

.card_auth .page_title img {
    width: 21.4%;
    max-width: 68px;
    margin: 0 auto;
    display: block;
}

.card_auth .page_title h1 {
    margin: 19px 0 0;
    font-size: 2.25rem;
    line-height: 1.3;
    letter-spacing: 0.1em;
    color: #1a903b;
    font-weight: bold;
}

.card_auth .page_title p {
    margin-top: 17px 0 0;
    font-size: 1.25rem;
    line-height: 1.3;
    letter-spacing: 0.15rem;
}

.card_auth .new_member {
    margin-top: 30px;
    padding-bottom: 28px;
    text-align: center;
    position: relative;
}

.card_auth .new_member:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 4px);
    background-size: 5px 1px;
    background-position: bottom;
    background-repeat: repeat-x;
    width: 100%;
    height: 1px;
}

.card_auth .new_member h2 {
    font-size: 1.75rem;
    line-height: 1.4;
    letter-spacing: 0.1em;
    font-weight: bold;
}

.card_auth .new_member p {
    margin: 7px 0 0;
    font-size: 1.35rem;
    line-height: 1.7;
    letter-spacing: 0.15rem;
}

.card_auth .new_member .btn {
    margin-top: 22px;
}

.card_auth .btn a {
    width: 100%;
    max-width: 315px;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    color: #fff;
    letter-spacing: 0.1em;
    font-size: 1.35rem;
    font-weight: bold;
    display: block;
    border-radius: 5px;
}

.card_auth .new_member .btn a {
    background-color: #1a903b;
}

.card_auth .member {
    padding-top: 40px;
    text-align: center;
    padding-bottom: 30px;
}

.card_auth .member h2 {
    font-size: 1.65rem;
    line-height: 1.4;
    letter-spacing: 0.1em;
    font-weight: bold;
    }
    
    .card_auth .member p {
    margin: 16px 0 0;
    font-size: 1.35rem;
    line-height: 1.7;
    letter-spacing: 0.15rem;
}

.card_auth .card {
    margin-top: 40px;
}

.card_auth .card span {
    display: inline-block;
    border: 1px solid #888;
    height: 26px;
    line-height: 26px;
    font-size: 1.15rem;
    letter-spacing: 0.08em;
    padding: 0 1em;
    font-weight: bold;
}

.card_auth .card span:nth-of-type(2) {
    margin-top: 24px;
}

.card_auth .card img {
    display: block;
    width: 83.3%;
    margin: 10px auto 0;
}

.card_auth .card p {
    font-size: 1.25rem;
    line-height: 1.7;
    letter-spacing: 0.05em;
    width: 83.3%;
    margin: 0 auto;
    text-align: left;
}

.card_auth .card p .red {
    font-size: 1.25rem;
    line-height: 1.7;
    letter-spacing: 0.05em;
    display: inline;
    border: none;
    padding: 0;
    font-weight: normal;
    color: #e50012;
}

.card_auth .card p .border {
    font-size: 1.25rem;
    line-height: 1.7;
    letter-spacing: 0.05em;
    display: inline;
    border: none;
    padding: 0;
    font-weight: normal;
    position: relative;
}

.card_auth .card p .border:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 2px;
    background-image: url(../img/app/underline_wavy.svg);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -3px;
    left: 0;
}

.card_auth .card_number {
    padding-top: 45px;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    background-color: #eeeeef;
}

.card_auth .card_number .fs-c-inputInformation__message {
    width: 70%;
    max-width: 525px;
    margin: 0 auto;
}

.card_auth .card_number .fs-c-inputInformation__message h2 {
    text-align: center;
    font-size: 1.85rem;
    line-height: 1.3;
    letter-spacing: 0.1em;
    font-weight: bold;
}

.card_auth .card_number .fs-c-inputInformation__message p:first-of-type {
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 0.01em;
    margin-top: 19px;
}

.card_auth .card_number .fs-c-inputInformation__message p:nth-of-type(2) {
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0.02em;
    margin-top: 15px;
    margin-bottom: 23px;
}

.card_auth .card_number form {
    width: 70%;
    max-width: 525px;
    margin: 0 auto;
}

.card_auth .card_number fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

.card_auth .card_number .fs-c-inputTable__headerCell,
.card_auth .card_number .fs-c-inputTable__dataCell {
    padding: 0;
    display: block;
    text-align: left;
}

.card_auth .card_number .fs-c-inputTable__headerCell label {
    font-size: 1.3rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
    margin-bottom: 5px;
    font-weight: normal;
}

.card_auth .card_number .fs-c-inputTable {
    width: 100%;
}

.card_auth .card_number input:-internal-autofill-selected {
    background-color: #fff!important;
}

.card_auth .card_number input {
    background-color: #fff!important;
    height: 35px;
    border: none;
}

.card_auth .card_number .fs-c-inputTable tbody tr:first-child {
    margin-bottom: 11px;
    display: block;
}

.card_auth .card_number .fs-c-inputGroup {
    border: none;
}

.card_auth .card_number .fs-c-inputField__field button {
    display: none;
}

.card_auth .card_number .fs-c-inputInformation__button {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    background: linear-gradient(to bottom, #eeeeef 0%, #eeeeef 54%, #fff 54%, #fff 100%);
}

.card_auth .card_number .fs-c-button--cardAuthenticate {
    display: block;
    width: 84%;
    max-width: 315px;
    margin: 38px auto 69px;
    height: 40px;
    line-height: 40px;
    background-color: #1a903b;
    border: none;
    border-radius: 5px;
}

.card_auth .card_number .fs-c-button--cardAuthenticate span {
    color: #fff;
    font-size: 1.35rem;
    letter-spacing: 0.1em;
    font-weight: bold;
}

.card_auth .card_number .fs-c-button--notAuthenticate {
    display: block;
    width: 70%;
    max-width: 263px;
    margin: 0 auto 33px;
    text-align: center;
    border: 1px solid #c8c9ca;
    height: 32px;
    line-height: 32px;
    border-radius: 5px;
    position: relative;
}