h1 {
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 65px;
}

.fs-login-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1160px;
    padding: 0 30px;
    margin: 0 auto 150px;
}
.fs-loginArea {
    width: 48.4%;
    padding: 50px 20px 40px;
    background-color: #F7F7F7;
    border-radius: 10px;
}

.fs-c-inputInformation__link {
    text-align: center;
    margin-top: 10px;
}
.fs-c-inputInformation__link a {
    /* display: inline-block; */
    font-size: 1.2rem;
    border-bottom: 1px solid #333;
}

.fs-login-wrapper #fs_form table tr {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.fs-login-wrapper #fs_form .fs-c-inputTable__headerCell {
    width: 100%;
    margin-bottom: 5px;
}
.fs-login-wrapper #fs_form .fs-c-inputTable__dataCell {
    width: 100%;
}

.fs-c-registeredUsers__merit {
    padding: 60px 0 30px;
}
.fs-c-registeredUsers__merit ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.fs-c-registeredUsers__merit ul li {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    width: 31%;
    min-width: 140px;
    height: auto;
    aspect-ratio: 1.4/1;
    background-color: #fff;
    border-radius: 10px;
    margin: 0 5px 10px;
}
.fs-c-registeredUsers__merit ul li img {
    height: 43px;
    margin-bottom: 10px;
}
.fs-c-registeredUsers__merit ul li p {
    font-size: 1.2rem;
    line-height: 1.4;
    text-align: center;
    letter-spacing: 0;
}

.fs-c-guestPurchase {
    width: 100%;
    text-align: center;
    margin-top: 50px;
}
.fs-c-guestPurchase a {
    font-size: 1.6rem;
    font-weight: 700;
    border-bottom: 1px solid #333;
}

.fs-c-linkedServiceLogin__title {
    font-size: 2.0rem;
    font-weight: 700;
    margin-top: 60px;
    margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
    h1 {
        font-size: 1.8rem;
        margin-bottom: 40px;
    }

    .fs-login-wrapper {
        display: block;
        padding: 0 20px;
    }
    .fs-loginArea {
        width: 100%;
        padding: 30px 15px;
        margin-bottom: 20px;
    }
    .fs-c-registeredUsers__merit {
        padding: 50px 0 30px;
    }
    .fs-c-registeredUsers__merit ul li img {
        height: 34px;
    }

    .fs-c-linkedServiceLogin__title {
        font-size: 1.4rem;
        margin-bottom: 15px;
    }
}