body{
    background-image: url('../images/background.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    font-family: Noto Sans JP !important;
}

@media screen and (max-width: 991px) {
	
    .logo-div-2 {
        display: block !important;
    }

    .ldb-login{
    	width: 60% !important;
    }
}

@media screen and (max-width: 991px) {
    .ldb-login-div-center {
        width: auto !important;
        padding:0px !important;
    }

    .ldb-login-inside-padding{
    	padding: 130px 280px 130px 170px !important;
    	width:115% !important;
    }

    .first{
    	width: 20% !important;
    }

    .second{
    	width: 60% !important;
    }

    body {
        background-image: none !important;
    }

}

