@charset "UTF-8";
/*----------
	資材取引先との関係構築
----------*/
/*-----------
	p-contentsbox-relationship
----------*/
@media (width < 768px) {
	.p-contentsbox-relationship .c-imageset__inner {
		display: grid;
	}
	.p-contentsbox-relationship .c-imageset__content {
		order: 1;
	}
	.p-contentsbox-relationship .c-imageset__image {
		order: 2;
		margin-top: 20px;
	}
}