@charset "UTF-8";

@media only screen and (min-width:768px){
	.u-df--justifyContentRight{justify-content:flex-end}
	.logo-half--01 {
			width: 160px !important;
	}
	.logo-half--02 {
			width: 160px !important;
	}
	.logo-half--03 {
			width: 160px !important;
	}
	.logo-half--04 {
			width: 160px !important;
	}
}
@media only screen and (max-width:767px){
	.logo-half--01 {
			width: 140px !important;
	}
	.logo-half--02 {
			width: 140px !important;
	}
	.logo-half--03 {
			width: 120px !important;
	}
	.logo-half--04 {
			width: 160px !important;
	}
}
