/**
 * css/common/error.css
 *
 * @author     D.Takayama
 * @package    B-Training
 * @version    1.0.0
 */

@charset "UTF-8";

/**
 * [トレーニング機能] - ログイン
 *
 * @since new - 2020/01/22    D.Takayama
 */
 #allView {
    background: #FFFFFF;
    color: #5E5E5E;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 2.2em;
    height: 100%;
    min-height: 380px;
    width: 100%;
}
#allView > div {
    text-align: center;
    width: 100%;
}
.header {
    background: #232531;
    height: 6rem;
    padding: 2px 2rem;
    position: absolute;
    top: 0;
    width: 100%;
}
.header .logo {
    background-image: url(../../images/training/logo_sub.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    height: 6rem;
    line-height: 6rem;
    width: 21.6rem;
}
.error-no {
    color: #81B8DB;
    font-size: 10rem;
    text-shadow: 1px 1px 1px rgba(58,58,58,0.4);
    -moz-text-shadow: 1px 1px 1px rgba(58,58,58,0.5);
    -webkit-text-shadow: 1px 1px 1px rgba(58,58,58,0.5);
}
.error-no span {
    font-size: 4rem;
    margin-left: 1rem;
}
.error-body {
    padding: 0 2rem;
    width:100%;
}
.error-note {
    background: #EDEEF0;
    border: 1px solid #666F86;
    color: #666F86;
    font-size: 3rem;
    margin-top: 4rem;
    padding: 0.75rem 1.25rem;
}
