@charset "UTF-8";

.p-imgset01 {
	column-gap: calc(6 * var(--base-unit));
}
.p-imgset01__small {
    grid-template-columns: 28% 64%;
}
.p-imgset01__logo {
	max-width: min(120px, 80%);
	margin: calc(3 * var(--base-unit)) auto 0;
}
.p-imgset01__logo img {
	display: block;
	width: 100%;
	height: auto;
}

@media screen and (max-width: 767px) {
	.p-imgset01__small {
		grid-template-columns: 1fr;
	}
}
