input::-ms-reveal {
    display: none;
}

/*
Header MyPage
 */
header.MyPageHeader {
	display: block;
    background: white;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #EBEBEB; }

.TitleCenterSali8x9x {
    margin: 34px 0 28px 0;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.TitleLeftSali8x9x {
    margin: 25px 0 28px 0;
    font-size: 18px;
    font-weight: bold;
}

.TitleNoteSali8x {
    margin-bottom: 40px;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
}
.TitleNoteSali9x {
    margin-bottom: 40px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
}
.TitleNote16Sali8x9x {
    margin-bottom: 30px;
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
}

/*
83Form
 */
.FormSali83{
}
.FormSali83 label{
    font-size: 16px;
    font-weight: bold;
}
.FormSali83 label span{
    font-weight: 500;
    color: #aaa;
}
.FormSali83 .memberNoLabel:before{
    display: inline-block;
    width: 17px;
    height: 16px;
    margin-right: 5px;
    content: '';
    background-image: url("../img/sali1x_icon_loginnum.png");
    background-size: contain;
    background-repeat: no-repeat;
}
.FormSali83 .pinLabel:before{
    display: inline-block;
    width: 17px;
    height: 16px;
    margin-right: 5px;
    content: '';
    background-image: url("../img/sali1x_icon_loginpwd.png");
    background-size: contain;
    background-repeat: no-repeat;
}
.FormSali83 input[type="text"],.FormSali83 input[type="password"]{
    width: 100%;
    font-size: 20px;
    font-weight: normal;
    padding: 5px 0;
    border: solid #D1D1D1;
    border-width: 0 0 1px 0;
}
.FormSali83 input::placeholder{
    font-weight: normal;
}
.FormSali83 .borderDD input{
    border: none;
}
/*
86Form
 */
.FormSali86{
}
.FormSali86 label{
    font-size: 16px;
    font-weight: bold;
}
.FormSali86 label span{
    font-weight: 500;
    color: #aaa;
}
.FormSali86 input[type="text"],.FormSali86 input[type="password"]{
    width: 100%;
    font-size: 20px;
    font-weight: normal;
    padding: 5px 0;
    border: none;
}
.FormSali86 .pinLabel:before{
    display: inline-block;
    width: 17px;
    height: 16px;
    margin-right: 5px;
    content: '';
    background-image: url("../img/sali1x_icon_loginpwd.png");
    background-size: contain;
    background-repeat: no-repeat;
}
/*
チェックリスト
 */
.CheckList{
}
.CheckList li{
    position: relative;
    padding-left: 1em;
}
.CheckList li.checked{
    color: #25aa00;
}
.CheckList li:before{
    width: 1em;
    display: inline-block;
    text-align: center;
    position: absolute;
    content: '\00b7';
    left: 0;
}
.CheckList li.checked:before{
    content: '\02714';
}
/* チェックリスト（TBL411） */
.CheckList411{
    display: flex;
    font-size: 12px;
    font-weight: 500;
    gap: 12px;
}
.CheckList411 p.__item{
    position: relative;
    display: inline-flex;
    align-items: center;
    padding-inline:8px;
    background-color: #ddd;
    border-radius: 10px;
}
.CheckList411 p.__item.__checked{
    color: #999;
}
.CheckList411 p.__item.__checked:before{
    content: '';
    position: absolute;
    left: calc(50% - 12px);  /* サイズに合わせて調整 */
    top: calc(50% - 12px);   /* サイズに合わせて調整 */
    width: 24px;
    height: 24px;
    background-image: url("../img/checkmark_green.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/*
エラー表示
 */
.borderDD{
    border: solid #D1D1D1;
    border-width: 0 0 1px 0;
}
.FormSali86 .Errors p,.FormSali83 .Errors p{
    display: none;
    margin: 5px 0;
    padding: 2px 10px;
    border-radius: 5px;
    line-height: 1.5em;
    background-color: rgba(243, 66, 66, 0.8);
    font-size: 13px;
    color: white;
    font-weight: 600;
}

/*
EYES
 */
.withEye{
    display: flex;
}
.withEye input{
    flex-shrink: 1;
}
.EyeSpan{
    display: flex;
    flex-shrink: 0;
    flex-grow: 0;
    width: 34px;
    align-items: center;
    justify-content: center;
    background-image: url("../img/icon_pwd_eye.png");
    background-repeat: no-repeat;
    background-size: 17px 9px;
    background-position: center;
}
.EyeSpan.revealed{
    background-image: url("../img/icon_pwd_eye_slash.png");
}

/*
SALI9x用エラー
 */
.ErrorMsgSali9x{
    margin-bottom: 20px;
    line-height: 1.5;
    text-align: right;
    font-size: 12px;
    font-weight: 500;
}

/*
Contact
 */
.ContactSali9x {
    border: solid #ccc;
    border-width: 1px 0;
}

.ContactSali9x .__inner {
    position: relative;
    top: -11px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.ContactSali9x span {
    line-height: 20px;
    background-color: white;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: bold;
}

.ContactSali9x div:nth-child(2) {
    text-align: center;
    color: red;
    font-weight: bold;
    font-size: 26px;
}

.ContactSali9x div:nth-child(3) {
    text-align: center;
    font-size: 12px;
}