.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;
}
/*****main visual banner ***/
.l-content .left-content * {
	box-sizing: border-box;
}

/***category ****/
.l-content .category-section {
	padding: 40px 0 0;
	text-align: center;
}
.l-content .category-section h3 {
	font-weight: bold;
	font-size: 18px;
	line-height: 1.5em;
	margin: 0 0 10px 0;
}
.l-content .red-txt {
	color: #d00;
}
.l-content .category-list {
	display: inline-flex;
	margin-left: -10px;
	margin-right: -10px;
	width: 100%;
	background-image: url("/pr/misumi_highlight/images/bg-cate.png");
	background-size: cover;
	background-position: left top;
	background-repeat: no-repeat;
	padding-bottom: 5px;
}
.l-content .category-list .item {
	width: 16.6666%;
	padding: 0 10px;
	border-right: 1px solid #000;
	border-collapse: collapse;
}
.l-content .category-list .item:last-child {
	border: 0;
}
.l-content .category-list .category-blk {
	text-align: center;
}
.l-content .category-list .category-blk a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	display: flex;
    height: 50px;
	padding: 0;
    align-items: center;
    justify-content: center;
    background-position: right;
    background-image: url("/pr/misumi_highlight/images/arrow-down.png");
    background-position: right center;
    background-repeat: no-repeat;
}
.l-content .category-list .category-blk a span {
	display: block;
	text-align: center;
	width: 200px;
}

/***product list***/
.l-content .center {
	text-align: center;
}
.l-content .big-title-wrap {
	display: flex;
	padding: 30px 0 0 30px;
}
.l-content .product-list-section .big-title-prd {
	position: relative;
	padding: 0 20px;
}
.l-content .product-list-section .big-title-prd h2 {
	font-size: 24px;
	font-weight:  bold;
	color: #111;
	line-height: 30px;
}
.l-content .product-list-section .big-title-prd h2 span {
	display: inline;
	font-size: 20px;
}
.l-content .product-list-section {
	margin-top: 40px;
}
.l-content .product-list-section.spec-list {
	background: #fff;
	padding-bottom: 10px;
}
.l-content .product-list-section .sub-txt {
	margin: 10px 0;
	font-size: 16px;
}
.l-content .product-list {
	display: flex;
	width: 100%;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 20px 0 0 0;
}
.l-content .product-list .item {
	width: 20%;
	padding: 10px 10px;
}
.l-content .product-blk {
	text-align: center;
	border: solid 1px #ccc;
	padding: 15px 0 0;
	position: relative;
	background: #fff;
}
.l-content .product-blk .la-recommend {
	height: 20px;
	line-height: 20px;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	border-radius: 10px;
	background: #ffcc00;
	padding: 0 10px;
	position: absolute;
	top: 5px;
	left: 5px;
}
.l-content .product-blk .la-new {
	height: 20px;
	line-height: 20px;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	border-radius: 10px;
	background: #d00;
	padding: 0 10px;
	position: absolute;
	top: 5px;
	left: 5px;
	min-width: 60px;
}
.l-content .product-blk .la-good {
	height: 20px;
	line-height: 20px;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	border-radius: 10px;
	background: #0f218b;
	padding: 0 10px;
	position: absolute;
	top: 5px;
	left: 5px;
	min-width: 60px;
}
.l-content .product-blk .prd-logo {
	margin: 5px 0;
}
.l-content .product-blk .prd-title {
	color: #004098;
	text-decoration: none;
	display: block;
	margin: 5px 0;
	min-height: 22px;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	text-align: left;
	padding: 0 10px;
}
.l-content .product-blk .prd-title.title-2r {
	min-height: 40px;
}
.l-content .product-blk .prd-price {
	color: #d00;
	font-weight: bold;
	font-size: 16px;
	margin: 5px 0;
	display: block;
}
.l-content .product-blk .prd-code {
	font-size: 14px;
	display: block;
	color: #000;
	font-weight: bold;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	margin: 5px 0;
	min-height: 40px;
	line-height: 18px;
}
.l-content .product-blk .prd-desc {
	font-size: 14px;
	line-height: 18px;
	display: block;
	color: #000;
	font-weight: 500;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	margin: 5px 0;
	min-height: 40px;
}
.l-content .product-blk .prd-delivery {
	color: #999;
	margin-top: 5px;
	font-size: 11px;
	font-weight: bold;
}
.l-content .product-blk .prd-delivery img {
	position: relative;
	top: 2px;
}
.l-content .mrt-20 {
	margin-top: 20px;
}
.l-content .owl-carousel.prd-carousel {
	margin-top: 20px;
}
.l-content .owl-carousel .product-blk .prd-delivery img {
	width: auto;
	display: inline-block;
}
.l-content .owl-carousel .owl-item .product-blk img {
	width: auto;
	display: inline-block;
}
.l-content .owl-carousel .product-blk {
	margin: 20px 0;
}
.l-content .owl-carousel.prd-carousel {
	position: relative;
}
.l-content .owl-carousel.prd-carousel .owl-nav {
	position: absolute;
	width: 100%;
	top: 50%;
}
.l-content .owl-carousel.prd-carousel .owl-nav .owl-next {
	width: 35px;
	height: 35px;
	border-radius: 100%;
	background: #fff url("/pr/misumi_highlight/images/btn-next.png") no-repeat center center;
	text-indent: -9999px;
	box-shadow: 0 0 8px rgba(0,0,0,0.15);
	position: absolute;
	top: 0;
	right: 0;
	margin-top: -30px;
	margin-right: -17px;
}
.l-content .owl-carousel.prd-carousel .owl-nav .owl-next:hover {
	opacity: 0.7;
	outline: 0;
}
.l-content .owl-carousel.prd-carousel .owl-nav .owl-prev {
	width: 35px;
	height: 35px;
	border-radius: 100%;
	background: #fff url("/pr/misumi_highlight/images/btn-prev.png") no-repeat center center;
	text-indent: -9999px;
	box-shadow: 0 0 8px rgba(0,0,0,0.15);
	position: absolute;
	top: 0;
	left: 0;
	margin-top: -30px;
	margin-left: -17px;
}
.l-content .owl-carousel.prd-carousel .owl-nav .owl-prev:hover {
	opacity: 0.7;
	outline: 0;
}
.l-content .note-txt {
	padding: 20px;
	background: #fff1b0;
}
.l-content .note-txt strong {
	font-size: 17px;
	font-weight: bold;
	color: #111;
}

/*** related service ***/
.l-content .rp-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.l-content .rp-list .item-2 {
	width: 50%;
	padding: 10px 10px;;
}
.l-content .rp-list .item {
	width: 25%;
	padding: 10px 10px;
}
.l-content .rp-section {
	margin-top: 40px;
}
.l-content .rp-section h2 {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	background: #0f218b;
	margin: 0 0 10px 0;
	width: 100%;
	text-align: center;
	padding: 12px 0;
	text-transform: uppercase;
}

.l-content .related-banner {
	padding: 30px 0;
}
.l-content .related-banner h2 {
	font-size: 22px;
	font-weight: bold;
	padding: 10px 10px;
	background: #0f218b;
	width: 100%;
	text-align: center;
	margin: 0;
	color: #fff;
}
.l-content .related-banner .banner-blk {
	display: block;
	margin: 10px 0;
}
.l-content .f-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 20px 20px;
	background: #daf5ff;
}
.l-content .f-list .item-2 {
	width: 50%;
	padding: 0 10px;
}
.l-content .f-list .item-4 {
	width: 25%;
	padding: 0 10px
}

/*edit 2023 may 30*/
.l-content .label-recommended:before, .l-content .label-special:before, .l-content .label-new:before {
	position: absolute;
	top: -2px;
	right: -2px;
	content: '';
	width: 116px;
	height: 70px;
	background-image: url('/pr/misumi_highlight/images/label-recommended.png');
	background-position: top;
	background-repeat: no-repeat;
	background-size: contain;
}
.l-content .label-special:before {
	background-image: url('/pr/misumi_highlight/images/label-special.png');
}
.l-content .label-new:before {
	background-image: url('/pr/misumi_highlight/images/label-new.png');
}
.l-content .product-blk .prd-image {
	width: auto;
	max-height: 150px;
	display: block;
	margin: 0 auto;
}
.l-content .prd-readmore {
	margin-top: 10px;
}
.l-content .prd-readmore a {
	max-width: 100%;
	padding: 5px 2px 3px;
}
.l-content .gloves-list .product-blk .prd-desc {
	min-height: 125px;
}
.l-content .edm-list .product-blk .prd-desc {
	min-height: 95px;
}
.l-content .labor-list .product-blk .prd-desc, .l-content .pack-list .product-blk .prd-desc {
	min-height: 60px;
}
.l-content .other-list .product-blk .prd-desc {
	min-height: 95px;
}

.l-content #cleanroom .item {
	display:none;
}
.l-content #gloves .item {
	display:none;
}
.l-content #pack .item {
	display:none;
}
.l-content #edm .item {
	display:none;
}
.l-content #labor .item {
	display:none;
}
.l-content .loadMore {
    color: #266ac7;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.l-content .loadMore:hover {
    color:black;
}
.l-content .showLess {
    color: #266ac7;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    align-items: center;
    visibility: hidden;
}
.l-content .showLess:hover {
    color:black;
}
.l-content .loadMore span, .l-content .showLess span {
	margin-right: 7px;
}
.l-content .button-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}
.l-content .fixed-category {
	position: fixed;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
	z-index: 999;
	display: flex;
	flex-direction: column;
	width: 45px;
	background: #f7f7f7;
	box-shadow: 5px 1px 10px #ccc;
    border-radius: 5px;
}
.l-content .fixed-category li {
	padding: 10px 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.l-content .fixed-category li.active, .l-content .fixed-category li:hover {
	background: #eaeaea;
}
.l-content .bg-gray {
	background: #f5f5f5 !important;
}
.l-content .bg-blue {
	background: #0152c5;
}
.l-content .bg-yellow {
	background: #ffad01;
}

.l-content .service-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-top: 40px;
}
.l-content .service-list .item {
	width: 32%;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 20px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}