@charset "utf-8";
/*
* CSS for Introduction Case 62
*
* @version			0.0.0
* @lastmodified 2022-05-31
* @link					https://www.landcomp.co.jp/
* @copyright		Copyright 2005, LAND COMPUTER Co.,Ltd.All rights reserved.
*------------------------------------------------------------------------- */
div.modbox div.cell + div.cell {
	margin-top: 1rem;
}
@media all and (min-width: 768px) {
	div.modbox div.cell.per45 {
		flex-basis: 45%;
	}
	div.modbox div.cell.per55 {
		flex-basis: 55%;
	}
	div.modbox div.cell.per55 {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	div.modbox div.cell + div.cell {
		margin-top: 0;
	}
}
