@charset "UTF-8";
/* CSS Document */
/*----------------------------------------
agreement
---------------------------------------- */
.agree_area{
    margin-top: 50px;
}
/*----------------------------------------
error404
---------------------------------------- */
body#error404 .main_txt{
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 10px;
}
body#error404 .main_txt::before{
    content: '';
    background-image: url(../images/icon/icon_magenta_under.png);
    background-repeat: no-repeat;
    background-size: contain;
    transform: scale(-1, 1);
    width: 40px;
    height: 30px;
    display: inline-block;
    margin-left: 5px;
}
body#error404 .main_txt::after{
    content: '';
    background-image: url(../images/icon/icon_blue_under.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 30px;
    display: inline-block;
    margin-left: 5px;
}