@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{
    display: inline-block;
    font-size: 2.5rem;
    font-weight: 700;
}
/*飾り*/
body#error404 .main_txt_outer span{
    display: inline-block;
    background-color: #61A5FF;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    margin-bottom: 3px;
}
body#error404 .main_txt_outer span.c_o{
    background-color: #FF9C00;
}
body#error404 .main_txt_outer span.c_r{
    background-color: #FF525B;
}
body#error404 .main_txt_outer span.c_g{
    background-color: #7AC943;
}