@charset "UTF-8";
@font-face {
    font-family: 'bebas';
    font-style: normal;
    font-weight: normal;
    src:
    url("/javax.faces.resource/font/bebas.woff2.xhtml") format('woff2'),
    url("/javax.faces.resource/font/bebas.woff.xhtml") format('woff'),
    url("/javax.faces.resource/font/bebas.ttf.xhtml") format('truetype');
}
.container {
    margin: 0 20px;
}
.row {
    width: 90%;
    max-width: 1200px;
    min-width: 727px;
    margin: 0 auto;
}
.columns {
    margin-right: 4%;
    float: left;
    min-height: 1px;
    position: relative;
}
.row .g4.columns {
    width: 30.666666666666664%;
}
p.btn1 a {
    display: block;
    padding: 15px 30px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2em;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    background: #4da635 url("/javax.faces.resource/image/arrow1.png.xhtml") right 20px center no-repeat;
    border-radius: 30px;
    box-sizing: border-box;
}
p.btn1 a:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}
/* ログイン画面 */
.login_bg {
    padding-top: 100px;
    background: url("/javax.faces.resource/image/bg_dot.png.xhtml") 0 0 repeat;
    height: 100vh;
    overflow: hidden;
}
.login_bg h2 {
    font-family: 'bebas';
    font-weight: normal;
    color: #444;
    font-size: 20px;
    line-height: 1.2em;
    letter-spacing: 8px;
    text-align: center;
    margin-bottom: 30px;
}
.login {
    padding: 50px;
    background: #fff;
    border-radius: 8px;
}
input.login_id, input.login_pw {
    width: 100%;
    padding: 10px;
    background: #f0f0f0;
    border: 1px solid #ccc;
}
@media only screen and (max-width: 767px) {
    .container {
        min-width: 0;
        margin-left: 0;
        margin-right: 0;
    }
    .row {
        width: 90%;
        min-width: 0;
        margin-left: 0;
        margin-right: 0;
        margin: 0 auto;
    }
    .column, .columns {
        width: auto !important;
        float: none;
        margin-left: 0;
        margin-right: 0;
    }
    .login_bg {
        padding-top: 80px;
    }
    .login_bg h2 {
        font-size: 13px;
        letter-spacing: 4px;
    }
}
