/* タイトル非表示 */

.block-page-title-block {
    display: none;
}


/* 注意アイコン */

.tfx-error-icon {
    font-size: 5.6rem;
    color: #D83A3A;
}


/* ERROR */

.tfx-error-ttl {
    font-family: "Roboto", sans-serif;
}


/* エラータイトル */

.tfx-timeout-ttl {
    margin-bottom: 2.4rem;
    font-size: 1.8rem;
}


/* エラー説明 */

.tfx-timeout-desc {
    line-height: 1.533;
}


/* ボタンマージン */

.tfx-btn-login {
    margin-top: 4rem;
}


/* ボタン横幅上書き */

.btn-error {
    width: 100%;
}

.icon-logout {
    position: static;
    vertical-align: middle;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}