@charset "utf-8";
/*
* css for introduction case 64
*
* @version			0.0.0
* @lastmodified 2024-06-17
* @link					https://www.landcomp.co.jp/
* @copyright		Copyright 2005, LAND COMPUTER Co.,Ltd.All rights reserved.
*------------------------------------------------------------------------- */

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media all and (min-width :640px) {
	.top_mod {
		overflow: hidden;
	}
	.top_mod .cell {
		width: 50%;
	}
	.top_mod .cell:first-child {
		float: left;
	}
	.top_mod .cell:last-child {
		float: right;
		padding-left: 0.5rem;
	}
	.clearb {
		clear: both;
	}
}
