/* エラー画面 */
.error-box{
    margin-bottom: 30px;
    margin-top: 50px;
    padding-top: 70px;
    border: solid 3px rgb(0,153,255);
    text-align: center;
    height: 200px;
}
.error-box div{
    font-size: 16px;
    font-weight: bold;
}
.error-box span{
    margin-top: 10px;
}