/*---------- customize 2025.06 ----------*/

/* レイアウト */
.mypage .l-footer .c-reason {
    display: none;
}

.ec-role {
    padding: 0;
}
.ec-off2Grid {
    display: block;
    color: #666;
    line-height: 1.8;
}
.ec-off2Grid .ec-off2Grid__cell {
    width: 100%;
    margin: 0;
}
#ec-off2Grid__login {
    padding: 0 30px;
    margin: 0 0 50px;
}

/* ログインセクション */
#ec-off2Grid__login .ec-pageBox {
    text-align: center;
}
#ec-off2Grid__login .ec-pageBox .ec-pageText {
    display: inline-block;
    text-align: left;
}

/* 会員登録セクション */
#ec-off2Grid__register {
    background: #eee;
    padding: 40px 30px;
}

/* テキスト設定 */
.ec-page .ec-pageHeader h1,
.ec-page .ec-pageHeader h2 {
    color: #666;
    font-size: 2rem;
}
.ec-page .ec-pageText {
    font-size: 1.4rem;
	margin-bottom: 15px;
}
.ec-page .ec-pageText small {
    display: block;
    font-size: 1.2rem;
}

/* ログイン情報入力エリア */
.ec-login {
    text-align: center;
    padding: 0;
    margin: 10px 0 30px;
    background: none;
}
.ec-login .ec-login__input {
    margin: 0 0 15px;
}
.ec-input input {
    font-size: 1.6rem;
	margin-bottom: 15px;
    border: solid 1px #dadae1;
    border-radius: 3px;
    background-color: #fff;
}
.ec-input input:-internal-autofill-selected {
    background-color: light-dark(rgb(232, 240, 254), rgba(70, 90, 126, 0.4)) !important;
}
.ec-checkbox {
    display: none;
}
.ec-blockBtn--cancel {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #333;
    color: #fff;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    font-size: 1.4rem;
    font-weight: 400;
    width: 100%;
    height: 50px;
    margin: 0 auto 20px;
}
.ec-login__link {
    text-align: center;
    font-size: 1.4rem;
}

/* ssl */
.ssl_area  {
    font-size: 1.2rem;
}