@charset "utf-8";

.input-field input {
    margin-top: 0;
}

.input-field .sub-ttl:nth-of-type(n + 2) {
    margin-top: 1.5rem;
}

.sub-ttl {
    text-align: center;
    margin-bottom: 4px;
}

.sub-ttl p {
    font-weight: bold;
    font-size: 1rem;
}

.red {
    font-size: 0.8rem;
    text-align: center;
    margin-top: 8px;
}

.red.left{
    text-align: left;
}

.passkey {
    margin-bottom: 2.5rem;
    margin-top: 1.25rem;
}

.cont-list-info div {
    text-align: center;
}

.sec-sub {
    font-size: 1.5rem;
    margin: 2rem 0;
    font-weight: bold;
    text-align: center;
    color: #5F4C2D;

}

.txt-and-link.sign {
    margin-top: 1rem;
}

.txt-and-link_m {
    margin-top: 1rem;
}

.txt-and-link_m .txt {
    font-weight: normal;
}

.enter-pass {
    margin-top: 2rem;
}

.password-container {
    position: relative;
}

.toggle-password {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
}

/* Mac専用スタイル（鍵アイコンと被らないようにずらす） */
body.mac-safari .toggle-password {
    right: 36px;
}

.toggle-password img{
    vertical-align: middle;
    width: 1.5rem;
    height: 1.5rem;
}

.checklist {
    margin-bottom: 1rem;
    text-align: left;
}

.checklist li {
    text-align: left;
}

.checklist li.valid {
    display: none;
}

.line {
    height: 2px;
    width: 100%;
    background: #000;
    margin-top: 3.0rem;
}

.ttl {
    font-weight: bold;
    color: #333;
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 1rem;
}

.sp-pass{
    display: none;
}

.txt-and-link.margin-adj{
    margin-top: 0.5rem;
}

@media screen and (max-width:640px) {
    .toggle-password {
        height: 2.5rem;
    }
}

@media (max-width: 400px) {
    .sp-pass{
        display: block;
    }
}