@charset "utf-8";
/*
* CSS for Introduction Case 56
*
* @version			0.0.0
* @lastmodified 2021/03/30
* @link					https://www.landcomp.co.jp/
* @copyright		Copyright 2021, LAND COMPUTER Co.,Ltd.All rights reserved.
*------------------------------------------------------------------------- */
.mark-square::before {
	content: '■';
}
.mark-kome::before {
	content: '※';
}
div.profile dl.sDataList.introduction dd + dt{
	margin-top: 2.5rem;
}
ol#index {
	margin: 0 0 1rem 1rem;
}
section ol {
	margin-left: 1rem;
}
div.section p strong {
	font-weight: bold;
}
.b-line {
	box-sizing: border-box;
	padding: 1rem 1rem;
	border: 1px solid #333;
}
div.modbox div.cell:last-child {
	margin-top: 1rem;
}
div.modbox span.caption {
	display: inline;
}
@media all and (min-width: 960px){
	div.modbox {
		display : -webkit-box;     /* old Android */
  	display : -webkit-flex;    /* Safari etc. */
  	display : -ms-flexbox;     /* IE10        */
		display: flex;
		align-items: stretch;
		padding-bottom: 2rem;
 		width: 100%;
	}
	div.modbox > div.cell {
		box-sizing: border-box;
		max-width: 100%;
	}
	div.modbox > div.cell.per65 {
		-ms-flex-preferred-size: 70%;
		flex-basis: 70%;
	}
	div.modbox > div.cell.per35 {
		-ms-flex-preferred-size: 30%;
		flex-basis: 30%;
	}
	div.modbox div.cell:first-child {
		padding-right: 0.5rem;
	}
	div.modbox div.cell:last-child {
		padding-left: 0.5rem;
		margin-top: 0;
	}
	div.modbox div.cell div.figure {
		padding-bottom: 0;
		height: 100%;
	}
	div.modbox div.cell div.figure {
		display : -webkit-box;     /* old Android */
  	display : -webkit-flex;    /* Safari etc. */
  	display : -ms-flexbox;     /* IE10        */
		display: flex;
		align-items: center;
		padding: 0.5rem 1rem;
	}
	div.figure img {
		width: 100%;
		min-width: auto;
	}
}
.footnote {
	font-size: 0.6875rem;
}