.fs-c-inputInformation__field {
    margin-bottom: 30px;
}
.fs-c-inputInformation__message {
    margin-bottom: 30px;
}
.fs-c-inputTable {
    width: 100%;
}
#fs_form tr {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    margin-bottom: 30px;
}
.fs-c-inputTable__dataCell {
    position: relative;
    width: 100%;
}
.fs-c-inputField input {
    height: 48px;
    padding: 5px 10px;
    border: 1px solid #9A9A9A;
    border-radius: 6px;
    background-color: #fff;
}
.fs-c-inputField textarea {
    height: 100px;
    padding: 5px 10px;
    border: 1px solid #9A9A9A;
    border-radius: 6px;
    background-color: #fff;
}
.fs-c-dropdown__menu {
    height: 48px;
    padding: 5px 40px 5px 10px;
    border: 1px solid #9A9A9A;
    border-radius: 6px;
    background-color: #fff;
}
.fs-c-dropdown::after {
    content: "";
    right: 10px;
    width: 10px;
    background-image: url(https://delfonics.itembox.design/item/delfonics/images/common/arrow-bottom.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    font-size: inherit;
    padding: 0;
    background-color: inherit;
    border-left: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.fs-c-inputTable__headerCell, .fs-c-inputTable__dataCell {
    padding: 0;
}
.fs-c-inputTable__headerCell {
    font-weight: 400;
    margin-bottom: 8px;
}

.fs-c-requiredMark {
    width: auto;
    height: 14px;
}
.fs-c-requiredMark::before {
    content: "※必須";
    font-size: 1.2rem;
    color: #FF3700;
}

/* 会員登録完了 */
.fs-c-registerSuccessMessage p {
    margin-bottom: 20px;
}

/* 会員情報詳細 */
.fs-body-my-account-settings #fs_form tr,
.fs-body-my-account-delete #fs_form tr {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    margin-bottom: 30px;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 30px;
}

/* 会員証番号部分 調整 */
.fs-body-register #fs_form tr:first-child, 
.fs-body-customerDetails #fs_form tr:first-child {
    display: none;
    flex-flow: row;
}
.fs-body-register #fs_form tr:first-child .fs-c-inputTable__headerCell::after, 
.fs-body-customerDetails #fs_form tr:first-child .fs-c-inputTable__headerCell::after {
    content: "：";
}
.fs-body-register #fs_form tr:first-child .fs-c-inputTable__dataCell, 
.fs-body-customerDetails #fs_form tr:first-child .fs-c-inputTable__dataCell {
    width: auto;
}


.fs-c-linkedAccountInfo__name {
    font-size: 1.6rem;
    margin-bottom: 5px;
}
.fs-c-linkedAccountInfo__email {
    font-size: 1.6rem;
    margin-bottom: 30px;
}

.fs-c-inputGroup:has(#fs_input_password) {
    border: 1px solid #9A9A9A;
    border-radius: 6px;
}
.fs-c-button--particular.fs-c-button--displayPassword::before,
.fs-c-button--particular.fs-c-button--hidePassword::before {
    font-family: "fs-icon" !important;
    font-size: 1.6rem;
    color: #383838;
}
.fs-c-button--particular.fs-c-button--displayPassword::before {
    content: "\e917";
}
.fs-c-button--particular.fs-c-button--hidePassword::before {
    content: "\e918";
}
.fs-c-button--particular.fs-c-button--displayPassword, .fs-c-button--particular.fs-c-button--hidePassword {
    border-left: none !important;
}

/* お客様情報入力 */
.fs-c-agreementConfirmation:first-child {
    padding: 30px;
    background-color: #F4F5F5;
}
#fs_registrationCheckedMessage {
    margin-bottom: 10px;
}
#fs_registrationUncheckedMessage {
    margin-bottom: 10px;
}
.fs-p-listWithCheckmark li {
    list-style: disc;
    margin-left: 1.4em;
}
.fs-p-listWithCheckmark {
    margin: 6px 0;
}

/* メールマガジン登録 */
.fs-mailmagazine_stopLink {
    display: block;
    width: fit-content;
    color: #FF3700;
    text-decoration: underline;
    margin: 10px auto 0;
}

/* パスワード認証 */
#fs_ProductAuth .fs-contents-wrapper {
    padding-top: 80px;
}