@charset "utf-8";
/*
* Link Button css
*
* @version			0.0.1
* @lastmodified 2021/08/24
* @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;
}
.update_box {
	padding: 0.75rem 0.5rem;
	border: 1px solid #dc143c;
	border-radius: 0.375rem;
	margin: 0 0.5rem 1.5rem;
}
.update_box p.caption {
	color: crimson;
	font-size: 1.125rem;
	font-weight: bold;
	margin: 0;
}
.update_box ol {
	line-height: 1.375;
	margin: 0.5rem 0 0 2.5rem;
}
@media (min-width: 640px) {
	.update_box ol {
		padding-right: 2rem;
	}
}
.update_box .link-btn {
	__text-align: right;
}
.mod_box {
	display: block;
}
@media (min-width: 640px) {
	.mod_box {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		gap: 2rem 0rem;
	}
}
.mod_box .cell:first-child {
}
div.mod_box div.cell:last-child {
	margin-top: 0.75rem;
	text-align: center !important;
}
@media (min-width: 640px) {
	.mod_box .cell:first-child {
		-webkit-flex-basis: auto;
		flex-basis: auto;
		flex: 1;
	}
	.mod_box .cell:last-child {
		-webkit-flex-basis: 272px;
		flex-basis: 272px;
		display: flex;
		align-items: center;
		text-align: right;
	}
}