@charset "UTF-8";
/* CSS Document */
/*----------------------------------------
agreement
---------------------------------------- */
.agree_area{
    margin-top: 50px;
}
/*----------------------------------------
error404
---------------------------------------- */
body#error404 .main_txt_outer{
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    vertical-align: middle;
}
body#error404 .main_txt_outer{
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    vertical-align: middle;
}
body#error404 .main_txt{
    position: relative;
    font-size: 2rem;
    font-weight: 700;
    padding-top: 30px;
}
body#error404 .main_txt::before{
    content: '';
    background: url(../images/bg_shooting_star.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    width: 40px;
    height: 30px;
    top: 0;
    left: calc(50% - 20px);
}
body#error404 .announcement_area{
    max-width: 700px;
    margin: 0 auto;
}