/* ↓2025/07/29 */
#contentsBlock{
    display: flex;
    gap: 32px;
}
.content-main{
    width: 680px;
}
.content-side{
    width: 264px;
}
.login-content{
    background-color: #fff;
    border: 1px solid #DDD;
    border-radius: 4px;
}
.login-content+.login-content{
    margin-top: 16px;
}
.login-content-inner{
    padding: 16px;
}
.login-content-inner+.login-content-inner{
    border-top: 1px solid #DDD;
}
.login-content-head{
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    color: #777;
}
*+.login-content-box{
    margin-top: 8px;
}
.login-content-text{
    font-size: 14px;
    line-height: 1.5em;
}
*+.login-content-text{
    margin-top: 4px;
}

.login-content-text._small{
    font-size: 12px;
}
.login-content-text>._colorHeaven{
    color: #FA8E00;
    font-weight: bold;
}
.login-content-text>._colorJob{
    color: #2088FE;
    font-weight: bold;
}
.login-heaven-button{
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: #FFFFFF;
    border: 2px solid #E4000C;
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
    padding: 4px 8px;
    color: #E4000C;
    border-radius: 5px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.14);
    gap: 4px;
    max-width: 400px;
    margin: 8px auto 0;
}
.login-heaven-button>img{
    height: 32px;
}
.login-heaven-button>._text{
    font-size: 12px;
    font-weight: bold;
}
.login-content-input{
    padding: 0.25em 16px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.5em;
    margin-top: 4px
}
.login-content-button{
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: #0097FF;
    border: 2px solid #0386dd;
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
    padding: 0.75em 8px;
    color: #FFFFFF;
    border-radius: 5px;
    max-width: 400px;
    margin: 8px auto 0;
}
.login-content-box._linklist{
    display: flex;
    flex-direction: column;
    gap: 4px;
    border-top: #DDD solid 1px;
    padding-top: 8px;
}
.login-content-textlink{
    font-size: 14px;
    line-height: 1.5em;
    color: #06F;
    text-decoration: underline;
    cursor: pointer;
}
/* ↑2025/07/29 */