@charset "utf-8";
/*
* css for Introduction Case 63
*
* @version			0.0.1
* @lastmodified 2023-02-08
* @link					https://www.landcomp.co.jp/
* @copyright		Copyright 2005, LAND COMPUTER Co.,Ltd.All rights reserved.
*------------------------------------------------------------------------- */
dl.sDataList.baseInfo dt:not(:nth-child(1)) {
	margin-top: 1.25rem;
}
dl.sDataList.baseInfo dd {
	line-height: 1.4;
  padding-left: 1em;
	margin-top: 0.5rem;
	margin-bottom: 0;
}
div.introduction {
	margin-top: 1rem;
}
ul.ulist.indent {
	list-style: none;
}
ul.ulist.indent li:nth-child(1) ,
ul.ulist.indent li:nth-child(2) ,
ul.ulist.indent li:nth-child(4) {
	padding-left: 8rem;
	text-indent: -8rem;
}
ul.ulist.indent li:nth-child(3) {
	padding-left: 9rem;
	text-indent: -9rem;
}
.image-caption {
	display: inline-block;
	padding: 0.5rem 1rem;
	background-color: #a9d18f;
}
div.connection {
	border: 2px solid #70AD47;
}
div.option-caption {
	line-height: 1.3;
	margin-bottom: 0.75rem;
}
.console img {
	width: 66.66%;
	margin: 0.5rem auto;
}
div.explain {
	font-size: 0.875rem;
	line-height: 1.5;
	padding: 0.75rem 0.75rem;
	border-radius: 0.75rem;
	background-color: #fff2cc;
}
div.align-center {
	display: flex;
	align-items: center;
	justify-content: center;
}
p.published {
	margin-top: 1.5rem;
}
@media all and (min-width: 768px) {
}
