@charset "UTF-8";

.fs-l-main {
    width: 90%;
    margin: 0 auto;
    padding: 10px 0 80px;
}

.fs-c-subSection__title {
    margin-bottom: 30px;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
}

.fs-c-fsLogin {
    margin-bottom: 60px;
}

.fs-c-inputTable {
    width: 100%;
    margin-bottom: 20px;
    table-layout: auto;
}

.fs-c-inputTable tr th {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    padding: 0;
    font-weight: normal;
    text-align: left;
}

.fs-c-inputTable tr th .fs-c-requiredMark::before {
    position: relative;
    top: -0.2em;
    color: #cc0000;
    font-size: 10px;
    font-size: 1rem;
    vertical-align: top;
    content: '※';
}

.fs-c-inputTable tr td {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
}

.fs-c-inputTable tr td .fs-c-inputGroup {
    border: none;
    border-radius: 0;
}

.fs-c-inputTable tr td .fs-c-inputGroup > button {
    padding: 0;
    border-left: none;
    border-radius: 0;
}

.fs-c-inputTable tr td #fs_input_mailAddress,
.fs-c-inputTable tr td #fs_input_password {
    width: 100%;
    padding: 15px 10px;
    border: 1px solid #e5e5e5;
}

.fs-c-buttonContainer {
    width: 70%;
    margin: 0 auto;
    text-align: center;
}

.fs-c-buttonContainer a,
.fs-c-buttonContainer button {
    display: block;
    width: 100%;
    padding: 13px 0;
    color: #fff;
    background: #181818;
    border: 1px solid #181818;
}

.fs-c-inputInformation__link {
    margin-top: 10px;
    text-align: center;
}

.fs-c-inputInformation__link a {
    font-size: 12px;
    font-size: 1.2rem;
    text-decoration: underline;
}

.fs-c-otherServiceLogin {
    margin: 0 0 60px;
}

.fs-c-anotherLogin__message {
    margin-bottom: 30px;
}

.fs-c-newUsers__message {
    margin-bottom: 30px;
    text-align: center;
}

@media (min-width: 769px) {
    .fs-l-main {
        width: 100%;
        max-width: 560px;
        padding: 30px 20px 150px;
    }
    .fs-c-subSection__title {
        margin-bottom: 40px;
        font-size: 18px;
        font-size: 1.8rem;
    }
    .fs-c-fsLogin {
        margin-bottom: 90px;
    }
    .fs-c-inputTable {
        margin-bottom: 20px;
    }
    .fs-c-inputTable tr th {
        margin-bottom: 10px;
    }
    .fs-c-inputTable tr td {
        margin-bottom: 25px;
    }
    .fs-c-inputTable tr td #fs_input_mailAddress,
    .fs-c-inputTable tr td #fs_input_password {
        padding: 12px 10px;
    }
    .fs-c-buttonContainer {
        width: 250px;
    }
    .fs-c-buttonContainer a,
    .fs-c-buttonContainer button {
        padding: 18px 0;
    }
    .fs-c-buttonContainer a:hover,
    .fs-c-buttonContainer button:hover {
        color: #181818;
        background: transparent;
    }
    .fs-c-inputInformation__link {
        margin-top: 15px;
    }
    .fs-c-otherServiceLogin {
        margin: 0 0 90px;
    }
    .fs-c-newUsers__message {
        margin-bottom: 40px;
    }
}
