@CHARSET "UTF-8";
/* フリーページ */
@media screen and (max-width: 600px) {
	.twoColumns {
		padding: 0;
		& form {
			width: 100%;
		}
	}
}