@charset "utf-8";

.has-logo-ttl {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.has-logo-ttl__lbl {
	
}

.has-logo-ttl__img {
	position: absolute;
	inset: auto 0 0 auto;
	display: block;
	width: 100px;
	height: 70px;
	object-fit: contain;
	object-position: center;
	background-color: #fff;
	padding: 20px 0 10px 20px;
}

