/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

.box{
	text-align: left;
	width: 400px;
	max-width: 100%;
	border: 2px solid var(--color-ramune);
	border-radius: 10px;
}

.inline_check{
	display: inline-block;
}