@charset "UTF-8";
/* PN-LMシリーズ 専用スタイル */
@media print, screen and (min-width: 768px) {
	#aboutMain .specicon {
		gap: 2px;
	}
	#aboutMain .specicon li {
		width: 62px;
		min-width: unset;
	}
	#aboutMain .specicon li:first-child, #aboutMain .specicon li:nth-child(2) {
		margin-right: 1px;
	}
}
#mainfeatures.features.sub-section {
	padding-top: 0;
}
.peripheral .contents-about.cancel {
	margin-bottom: 0;
}
sup {
	color: #116aff;
}
.mt1em {
	margin-top: 1em;
}
/* index 特長 */
ul.list-prod-about li.product-name:not(:last-child) {
	margin-bottom: 0;
}
#page-links {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 20px;
}
#page-links a.page-link {
	display: inline-block;
	width: 100%;
	margin: 0 auto;
	padding: 0.8em 1em;
	font-size: 1.5rem;
	font-weight: 600;
	text-align: center;
	border-radius: 100px;
	line-height: 1;
	color: #fff;
}
#page-links a.page-link span {
	display: inline-block;
	width: 100%;
	font-size: 1.2rem;
	font-weight: 400;
	padding-bottom: 4px;
	line-height: 1;
}
#page-links a.page-link:focus {
	outline: thin dotted #000;
}
#page-links a.page-link:hover {
	text-decoration: none;
	opacity: 0.8;
}
#page-links a.page-link#tots {
	background-color: #0d7d54;
	background: linear-gradient(180deg, #00856f 0%, #00856f 30%, #005a42 100%);
}
#page-links a.page-link#tomt {
	background-color: #0c5f9f;
	background: linear-gradient(180deg, #036db7 0%, #036db7 30%, #00477d 100%);
}
.flex-container.column3 {
	justify-content: space-between;
	gap: 5px;
}
.flex-container.column3 .flex-item {
	overflow: hidden;
	border-radius: 10px;
}
.flex-container.column3 .flex-item, .flex-container.column3 .flex-item img {
	position: relative;
}
.flex-container.column3 .flex-item p.img_cap {
	position: absolute;
	inset: auto 0 0 0;
	background: #fffd;
	color: #000;
	font-weight: 400;
	text-align: center;
	font-size: 12px;
	padding: 2px 0 !important;
}
.flex-item .img ul.caption {
	width: 100%;
	max-width: 690px;
	text-align: left;
	margin: 1em auto 0;
}
.itemBoxWrap .flex-item .img p.img-cap {
	width: 100%;
	text-align: center;
	padding: 5px 0 0 !important;
	margin: auto;
}
.accent {
	padding-top: 1em;
	text-align: left;
}
.accent span {
	display: block;
	background: #136EAB;
	color: #fff;
	text-align: center;
	width: 11em;
	padding: 4px;
	margin-bottom: 4px;
	border-radius: 4px;
}
.accent p {
	padding: 0 !important;
}
/* spec 仕様 */
table.table-spec.spec {
	min-width: 768px;
	table-layout: fixed;
}
table.table-spec.spec th.lcd-head {
	border-right: none !important;
}
table.table-spec.spec th.lcd {
	border-left: solid 1px #e5e5e5;
}
table.table-spec.spec th:not(:last-child), table.table-spec.spec td:not(:last-child) {
	border-right: solid 1px #e5e5e5;
}
table.table-spec.spec th, table.table-spec.spec td {
	padding: 0.5em;
}
table.table-spec.spec thead th:not(:first-child), table.table-spec.spec td {
	text-align: center;
	vertical-align: middle;
}
/* 寸法図・接続端子部 */
#specWrap h3 {
	margin-top: 5rem;
	margin-left: 13px;
	font-size: 1.2rem;
	font-weight: 600;
	position: relative;
}
#specWrap h3:before {
	content: '';
	display: block;
	background: #000;
	height: 85%;
	width: 4px;
	position: absolute;
	bottom: 1.5px;
	left: -13px;
}
/* peripheral 周辺機器 */
ul.dod li {
	list-style: "・";
	margin-left: 2em;
	padding-left: 0;
}
/* download ダウンロード */
section.download .itemBoxWrap h3 {
	padding-top: 0;
	border-top: none;
}
section.download .itemBoxWrap table tr td:not(:first-of-type) {
	border-left: solid 1px #e5e5e5;
}
section.download .itemBoxWrap table.table-spec td {
	width: auto;
}
/** PC **/
@media print, screen and (min-width: 768px) {
	.flex-container.column3 .flex-item {
		width: calc(100% / 3 - 4px);
	}
	#page-links {
		flex-direction: row;
	}
	#page-links a.page-link {
		width: 50%;
		font-size: 1.8rem;
	}
	#page-links a.page-link span {
		font-size: 1.2rem;
	}
	#fn_app .fn_features {
		display: flex;
		flex-wrap: wrap;
		gap: 0 10px;
	}
	#fn_app .fn_features h4 {
		display: inline-block;
		height: fit-content;
		width: calc(50% - 18px);
		align-content: center;
	}
	/* download ダウンロード */
	section.download .itemBoxWrap h3 {
		padding-top: 0;
		border-top: none;
	}
	a.blank::after {
		font-family: "Font Awesome 5 Free";
		display: inline-block;
		content: "\f35d";
		font-weight: 900;
		font-size: 80%;
		padding-left: 5px;
	}
	.sp-only {
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	#global__function--breadcrumb {
		display: block;
		width: 100%;
		min-height: 36px;
		background: #eeeddf;
		padding: 9px 14px;
		line-height: 1.2;
	}
	#global__function--breadcrumb > li {
		letter-spacing: normal;
		display: inline;
		vertical-align: top;
		font-size: 0.86rem;
		background: url(/bs/s_common/images/ic_separator.svg) no-repeat 5px 6px;
		padding: 0 0 0 20px;
	}
	#global__function--breadcrumb > li:first-of-type {
		background: none;
		padding-left: 0;
	}
}