.l-content .topicPath {
    margin: 15px 0 10px;
    padding-left: 20px;
    font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.l-content .topicPath > li {
    display: inline-block;
	list-style: none outside none;
    margin: 0 5px 0 0;
    padding: 0
}
.l-content .topicPath > li > a {
    margin-right: 0.5em;
    text-decoration: none;
}
.l-content .topicPath > li > a:hover {
    text-decoration: underline;
    color: #025fae;
}
.l-content * {
	box-sizing: border-box;
}
.l-content .l-center {
	text-align: center;
}
.l-content .main-vs {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.l-content .main-vs iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.l-content .sect1 {
	padding: 60px 0;
	background: #ffe000;
	text-align: center;
	font-size: 20px;
	color: #111;
}
.l-content .sect1 img {
	margin-bottom: 30px;
	display: inline-block;
}
.l-content .row-item {
	display: flex;
}
.l-content .item-3 {
	width: 33.33333%;
}
.l-content .feature-blk {
	background: #000000;
	padding: 30px 30px;
	box-shadow: inset 2px 2px 10px #000;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: solid 2px #ffe000;
	border-bottom-width: 4px;
}
.l-content .feature-blk.grey-bg {
	background: #282828
}
.l-content .row-item .item-3:first-child .feature-blk {
	border-left-width: 4px;
}
.l-content .row-item .item-3:last-child .feature-blk {
	border-right-width: 4px;
}
.l-content .yellow-txt {
	color: #ffe000;
}
.l-content .feature-blk a {
	padding-left: 40px;
	position: relative;
	display: inline-block;
	text-decoration: none;
	color: #fff;
}
.l-content .feature-blk a:hover {
	opacity: 0.8;
}
.l-content .feature-blk a:before {
	content: '';
	background: url("/pr/misumi_showroom_2025/images/icon1.png") no-repeat;
	width: 24px;
	height: 32px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -16px;
}
.l-content .sect2 {
	padding: 60px 0;
	background: linear-gradient(#282828, #000);
}
.l-content .title-bg {
	background: url("/pr/misumi_showroom_2025/images/bg-title.png") no-repeat top center;
	width: 1000px;
	height: 250px;
	text-align: center;
	margin: 0 auto 50px auto;
}
.l-content .title-bg h2 {
	text-align: center;
	font-size: 40px;
	color: #fff;
	font-weight: bold;
	transform: rotate(-4deg) skewX(-8deg);
	padding: 30px 0 0 0;
}
.l-content .title-bg h2 span {
	font-size: 30px;
	color: #000;
	font-weight: bold;
	display: block;
	margin-bottom: 20px;
}
.l-content .desc-content {
	width: 1080px;
	background: #fff;
	padding: 30px;
	margin: 0 auto;
	font-size: 16px;
	color: #111;
}
.l-content .img-content {
	width: 1080px;
	text-align: center;
	margin: 30px auto;
}
.l-content .l-center .btn-orange {
	display: inline-block;
	font-size: 16px;
}
.l-content .img-item {
	width: 95%;
	margin: 0 auto;
	position: relative;
}
.l-content .img-item:after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 100%;
	background: #595959;
	position: absolute;
	bottom: -6px;
	right: -6px;
	z-index: 0;
}
.l-content .img-item img {
	max-width: 100%;
	position: relative;
	z-index: 1;
}
.l-content .qr-img {
	text-align: center;
}
.l-content .qr-img a {
	display: inline-block;
	color: #004bb1;
	margin-top: 95px;
}
.l-content .qr-img a:hover {
	color: #f16d09;
}
.l-content .qr-img a img {
	margin: 0;
}
.l-content .qr-img span {
	font-size: 18px;
	font-weight: bold;
	display: block;
	text-align: center;
	margin-top: 10px;
}
.l-content .qr-desc {
	display: flex;
	width: 1030px;
	margin: 0 auto;
}
.l-content .qr-left {
	text-align: left;
	padding-right: 30px;
	width: 870px;
}