@charset "utf-8";

/* ------------------------------
 電子部品・モジュールトップ
------------------------------ */
/* トップイメージ */
.topimg {
	width: 100%;
	height: 600px;
	overflow: hidden;
}
.topimg li {
	width: 100%;
	height: 600px;
	background: url(/product_e/power_systems/img/pssolution.webp) no-repeat center 0 / 2000px 600px;
}
.topimg li div {
	width: 1140px;
	height: 600px;
	margin: 0 auto;
	padding-top: 200px;
	text-align: left;
}
.topimg li div h1 {
	width: 400px;
	height: 200px;
	padding: 20px 30px 0 50px;
	background-color: rgba(128,128,128,.7);
	color: #fff;
	font-size: 2.2rem;
	font-weight: bold;
}
.topimg li div span {
	display: block;
	font-size: 1.4rem;
	line-height: 1.7;
	font-weight: normal;
}

/* ラインナップ */
.lineup4r::after {
	content: "";
	display: block;
	clear: both;
}
.lineup4r li {
	float: left;
	width: 360px;
	margin: 0 11px 40px 0;
	padding-right: 12px;
	border-right: 1px dotted #b9bdc1;
	text-align: left;
}
.lineup4r li:nth-child(4),
.lineup4r li:last-child {
	width: 310px;
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}
.lineup4r li:nth-child(5) {
	height: 407px;
}
.lineup4r li:nth-child(3) {
	letter-spacing: -.02em;
}
.lineup4r li h3 {
	margin: 20px 0 10px;
	font-size: 1.8rem;
	font-weight: bold;
}
.lineup4r li a > h3::after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: -3px 0 0 5px;
	border: none;
	border-top: solid 1px #00297d;
	border-right: solid 1px #00297d;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	vertical-align: middle;
}
.lineup4r li a.f14 {
	display: block;
	position: relative;
	margin-top: 20px;
	padding-left: 15px;
}
.lineup4r li a.f14::before {
	content: "\f105";
	display: inline-block;
	position: absolute;
	top: -3px;
	left: 1px;
	font-family: "FontAwesome";
	font-size: 1.7rem;
}
.lineup4r li a.f14 + a.f14 {
	margin-top: 0;
}
.contentsTop .lineup4r + h2 {
	margin-top: 15px;
}

/* ニュース */
.news {
	border-top: 1px solid #e6e6e6;
	text-align: left;
}
.news li {
	padding: 23px 10px 21px;
	border-bottom: 1px solid #e6e6e6;
}
.news li span {
	margin-right: 2em;
	color: #838383;
}
.news li a.new::after {
	content: "NEW";
	display: inline-block;
	width: 44px;
	height: 17px;
	margin-left: 1em;
	background-color: #e5242b;
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
}
