@charset "utf-8";
@import "initialize.css";
@import url("common_pc.css") screen and (min-width: 441px);
@import url("common_sp.css") screen and (max-width: 440px);

body {
	background-color: #1464fa !important;
}
/*header,
.wrapper,
footer{
	animation-name: fadein;
    animation-duration: 2s;
}
@keyframes fadein {
	from {
	    opacity: 0;
	}
	to {
	    opacity: 1;
	}
}*/


.login h1 a {
	width: 205px !important;
	height: 127px !important;
	z-index: 100 !important;
	background: url(../img/logo2.svg) no-repeat !important;
}
