@charset "utf-8";

/* ------------------------------
 事業分野トップ
------------------------------ */
.contentsTopIn li a div::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 29px;
	left: 0;
	right: 0;
	z-index: 10;
	width: 26px;
	height: 27px;
	margin: 0 auto;
	background: url(/shared/img/icon_embedded_soft.png) no-repeat 0 0 / cover;
}
.contentsTopIn li:nth-child(2) a div::before {
	width: 21px;
	height: 27px;
	background: url(/shared/img/icon_business_app.png) no-repeat 0 0 / cover;
}
.contentsTopIn li:nth-child(3) a div::before {
	width: 20px;
	height: 29px;
	background: url(/shared/img/icon_medical_soft.png) no-repeat 0 0 / cover;
}
.contentsTopIn li:nth-child(4) a div::before {
	width: 29px;
	height: 28px;
	background: url(/shared/img/icon_plm_pdm_soln.png) no-repeat 0 0 / cover;
}
.contentsTopIn li:nth-child(5) a div::before {
	width: 27px;
	height: 27px;
	background: url(/shared/img/icon_engineering_app.png) no-repeat 0 0 / cover;
}
.contentsTopIn li:last-child a div::before {
	width: 27px;
	height: 19px;
	background: url(/shared/img/icon_broadcaster_soft.png) no-repeat 0 0 / cover;
}
.contentsTopIn li a div::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 1px;
	left: 0;
	right: 0;
	width: 2px;
	height: 15px;
	margin: 0 auto;
	background-color: rgba(255,255,255,.7);
}

/* ------------------------------
 事業分野トップ（スマホ用）
------------------------------ */
@media screen and (max-width: 767px) {
	.contentsTopIn li a div::before {
		bottom: 27px;
		width: 24px;
		height: 25px;
	}
	.contentsTopIn li:nth-child(2) a div::before {
		width: 19px;
		height: 25px;
	}
	.contentsTopIn li:nth-child(3) a div::before {
		width: 18px;
		height: 26px;
	}
	.contentsTopIn li:nth-child(4) a div::before {
		width: 27px;
		height: 26px;
	}
	.contentsTopIn li:nth-child(5) a div::before {
		width: 26px;
		height: 26px;
	}
	.contentsTopIn li:last-child a div::before {
		width: 26px;
		height: 18px;
	}
	.contentsTopIn li a div::after {
		bottom: 1px;
		width: 1px;
		height: 13px;
	}
}



/* ------------------------------
 事業分野共通
------------------------------ */
.lnavi li {
	width: 220px;
	margin-right: 0;
	text-align: left;
}
.lnavi li:nth-child(2),
.lnavi li:nth-child(5) {
	width: 300px;
}
.lnavi li:nth-child(3),
.lnavi li:nth-child(6) {
	width: 250px;
}
.biz_lead {
	position: relative;
	margin-bottom: 100px;
}
.biz_lead .cms_image {
	width: 600px;
}
.biz_lead .cms_text {
	position: absolute;
	top: 65px;
	right: 0;
	z-index: -1;
	width: 670px;
	height: 314px;
	padding: 36px 25px 0 75px;
	background: url(/shared/img/dot.png) repeat 0 0 / 2px 2px;
}
.cms_text.bh {
	margin-bottom: .85em;
}

/* ------------------------------
 事業分野共通（スマホ用）
------------------------------ */
@media screen and (max-width: 767px) {
	.biz_lead {
		position: static;
		margin: 0 -5.5% 0;
	}
	.biz_lead .cms_image {
		width: 100%;
		margin-bottom: 0;
	}
	.biz_lead .cms_text {
		position: static;
		z-index: 0;
		width: 100%;
		height: auto;
		padding: 22px 20px 19px;
	}
	.lnavi li {
		width: auto !important;
	}
}



/* ------------------------------
 PLM／PDMソリューション
------------------------------ */
.lob {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}
.lob.bbn {
	border-bottom: none;
}
.lob ul::after {
	content: "";
	display: block;
	clear: both;
}
.lob li {
	float: left;
	width: 400px;
	margin-bottom: 10px;
	padding-left: 21px;
}
.lob li a {
	display: inline-block;
	margin-left: -16px;
}
.lob li a.mln {
	margin-left: 0;
}
.original table {
	width: 100%;
	border-collapse: separate;
	border-top: 1px dotted #a9acad;
}
.original table th {
	width: 400px;
	padding: 12px 15px 12px 0;
	border-left: 1px solid #fbfbfb;
	border-bottom: 1px dotted #a9acad;
	background-color: #fbfbfb;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}
.original table td {
	width: 400px;
	padding: 12px 15px 12px 0;
	border-left: 1px solid #fff;
	border-bottom: 1px dotted #a9acad;
	vertical-align: top;
}
.original table td a.cms_inner_blank {
	margin-left: 45px;
	padding-right: 0;
	background: none;
}

/* ------------------------------
 PLM／PDMソリューション（スマホ用）
------------------------------ */
@media screen and (max-width: 767px) {
	.lob.bbn {
		margin-bottom: 10px !important;
	}
	.lob li {
		float: none;
		width: 100%;
		padding-left: 16px;
	}
	.lob li a {
		margin-left: -16px;
	}
	.original {
		margin-bottom: 30px !important;
	}
	.original table th {
		width: auto;
		padding: 6px 0;
		text-align: center;
	}
	.original table th.w46p {
		width: 46%;
	}
	.original table th.w30p {
		width: 30%;
	}
	.original table th.w24p {
		width: 24%;
	}
	.original table td {
		width: auto;
		padding: 6px 0;
		text-align: center;
	}
	.original table span {
		display: block;
		font-size: 1.1rem;
		white-space: nowrap;
	}
	.original table td a.cms_inner_blank {
		margin-left: 0;
	}
}
@media screen and (max-width: 320px) {
	.original table {
		font-size: 1.3rem;
	}
	.original table span {
		font-size: 1rem;
	}
}