@charset "utf-8";

/* SP */
@media only screen and (max-width: 767px) {
	.contents__h1--wrap {
		margin-bottom: 0;
	}
	.rContentHeader {
		border-bottom: 0;
	}
}

/* PC */
@media print, screen and (min-width: 768px) {
	.contents__h1--wrap {
		margin-bottom: 0;
	}
}


/* カタログナビゲーション
----------------------------------------------------------- */
.rCatalogNav {
	position: relative;
	padding-bottom: 24px;
	border-bottom: 3px solid #404a53;
}
.rCatalogSearchInputWrap {
	width: 445px;
	text-align: left;
	position: absolute;
	left: 0;
	top: 4px;
}
.rCatalogSearchTxt {
	display: inline-block;
	font-size: 93%;
	line-height: 34px;
	vertical-align: middle;
	margin: 0 5px 0 0;
}
#rCatalogSearchInput {
	display: inline-block;
	vertical-align: middle;
	/*float: left;*/
	width: 278px;
	border: 1px solid #999999;
	/*フォント指定追加 2017-01-17*/
	font-family: "源ノ角ゴシック Light", "源ノ角ゴシック", sans-serif;
}
#rCatalogSearchInput span {
	float: left;
	display: block;
	width: 245px;
	height: 32px;
	margin: 0;
	background: #fff;
}
#rCatalogSearchInput #MF_form_phrase2 {
	width: 225px;
	padding: 6px 11px;
	border: 0;
	outline: 0;
	background: transparent !important;
	font-size: 100%; /* 13px */
	line-height: 20px;
	vertical-align: middle;
}
#rCatalogSearchInput .searchInputDammy {
	color: #999;
}
#rCatalogSearchInput input[type="image"] {
	display: block;
}
.rCatalogCateMenu {
	float: right;
	width: 300px;
}

/* SP */
@media only screen and (max-width: 767px) {
	.rCatalogNav {
		padding: 0 3.125% 3.125% 3.125%;
		background-color: #fff;
		border-bottom: 0;
	}
	.rCatalogCateMenu {
		float: none;
		width: auto;
	}
}

/* カタログカテゴリナビ
----------------------------------------------------------- */
.rCatalogCatNavWrap {
	width: 100%;
	overflow:hidden;
	background: #fff;
	margin: 0 0 20px;
}
#rCatalogCatNav {
	padding: 16px 14px;
	border-bottom: 1px solid #dae0e4;
}
/* Slider */
#rCatalogCatNav .slick-loading .slick-list {
	background: #fff url(/catalogdownload/btob/images/r_catalog_thumb_loading.gif) center center no-repeat;
}
/* Arrows */
#rCatalogCatNav .slick-prev,
#rCatalogCatNav .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 34px;
	height: 80px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	z-index: 5;
}
#rCatalogCatNav .slick-prev:hover,
#rCatalogCatNav .slick-prev:focus,
#rCatalogCatNav .slick-next:hover,
#rCatalogCatNav .slick-next:focus {
	color: transparent;
	outline: none;
}
#rCatalogCatNav .slick-prev {
	left: -14px;
	background: url(/catalogdownload/btob/images/r_btn_prev.png) no-repeat center;
}
[dir='rtl'] #rCatalogCatNav .slick-prev {
	right: -14px;
	left: auto;
	background: url(/catalogdownload/btob/images/r_btn_next.png) no-repeat center;
}
#rCatalogCatNav .slick-next {
	right: -14px;
	background: url(/catalogdownload/btob/images/r_btn_next.png) no-repeat center;
}
[dir='rtl'] #rCatalogCatNav .slick-next {
	right: auto;
	left: -14px;
	background: url(/catalogdownload/btob/images/r_btn_prev.png) no-repeat center;
}
#rCatalogCatNav .slick-disabled {
	display: none !important;
}
#rCatalogCatNav > div:after {
	content: "";
	clear: both;
	display: block;
}
#rCatalogCatNav p {
	float: none!important;
	display:table-cell;
	width: 116px!important;
	vertical-align:top;
}
#rCatalogCatNav p a {
	display: table;
	width: 116px;
	min-height:102px;
	color: #404a53;
	text-align: center;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	position: relative;
}
#rCatalogCatNav p a span {
	display: table-cell;
	vertical-align: middle;
	padding: 70px 0 0 0;
	letter-spacing: -0.05em;
}
#rCatalogCatNav p a span img {
	position: absolute;
	top: 0;
	left: 50%;
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: auto;
	height: 61px;
}
#rCatalogCatNav p.rCatalogCatNavActive a {
	color: #008989;
	font-weight: bold;
}
#rCatalogSubCatNav {
	clear: both;
}
#rCatalogSubCatNav ul {
	text-align: left;
	letter-spacing: -0.3em;
	display: none;
	padding: 16px 14px 6px 14px;
}
#rCatalogSubCatNav ul#rSpCatalogSubCatNav11{
	padding:0;
}
#rCatalogSubCatNav li {
	display: inline-block;
	letter-spacing: normal;
	margin: 0 10px 10px 0;
}
#rCatalogSubCatNav li a {
	display: block;
	border: 1px solid #169898;
	background: #fff url(/catalogdownload/btob/images/r_ico_link_04_pc.png) no-repeat 14px center;
	color: #169898;
	padding: 11px 11px 12px 31px;
	text-decoration: none;
	border-radius: 3px;
}
#rCatalogSubCatNav li.rCatalogSubCatNavActive a {
	background-color: #169898;
	background-image: url(/catalogdownload/btob/images/r_ico_link_03_pc.png);
	color: #fff;
}

/* -----------------------------------------------------------
	SP向け絞り込みUI
----------------------------------------------------------- */
.spCatalogSearch {
	display: none;
}
.spCatalogSearch {
	background-color: #5b6771;
}
.spCatalogSearchTit {
	position: relative;
	padding: 5.625% 15.3125% 5.625% 3.125%; /* 36 98 36 20/640 */
	border-top: 1px solid #fff;
	color: #fff;
	font-size: 123.1%; /* 16px */
	line-height: 1;
	cursor: pointer;
	text-align: left;
}
.spCatalogSearchTit:after {
	position: absolute;
	right: 1.125em; /* 36 / 32 */
	top: 1em; /* 32 / 32 */
	width: 1.375em; /* 44/32 */
	height: 1.0625em; /* 34/32 */
	background: url("/business/images_global/r_ico_humburger.png") no-repeat;
	background-size: 100%;
	content: "";
}
.spExpanded .spCatalogSearchTit:after {
	right: 1.25em; /* 40 / 32 */
	top: 1em; /* 32 / 32 */
	width: 1.03em; /* 33/32 */
	height: 1.03em; /* 33/32 */
	background: url("/business/images_global/r_ico_close.png") no-repeat;
	background-size: 100%;
}
.spCatalogSearchInner {
	padding: 0 3.125%; /* 0 20 / 640 */
	display: none; /* default */
}
.spCatalogSearchSect {
	padding: 4% 3.33333333333333% 3.33333333333333% 3.33333333333333%; /* 24 20 20 20 / 600 */
	margin-top: 1px;
	background-color: #fff;
}
.spCatalogSearchSect:first-child {
	margin-top: 0;
}
#rSpCatalogCatNav > div:after {
	content: "";
	clear: both;
	display: block;
}
#rSpCatalogCatNav > div p {
	width: 29.23076%;
	float: left;
	margin-left: 6.15384%;
	margin-top: 3.61538%;
	font-size: 85%;
	letter-spacing: -0.05em;
}
#rSpCatalogCatNav > div p:nth-of-type(-n+3) {
	margin-top: 0;
}
#rSpCatalogCatNav > div p:nth-of-type(3n+1) {
	clear: both;
	margin-left: 0;
}
#rSpCatalogCatNav > div a {
	display: table;
	width: 100%;
	height: 100%;
	color: #404a53;
	text-decoration: none;
	outline: none;
	position: relative;
}
#rSpCatalogCatNav > div a span {
	display: table-cell;
	vertical-align: middle;
	padding: 70px 0 0 0;
	height: 100%;
	letter-spacing: -0.05em;
}
#rSpCatalogCatNav p a span img {
	position: absolute;
	top: 0;
	left: 50%;
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: auto;
	height: 61px;
}
#rSpCatalogCatNav > div p.rSpCatalogCatNavActive a {
	color: #008989;
	font-weight: bold;
}
#rSpCatalogSubCatNav li {
	margin: 10px 0 0;
}
#rSpCatalogSubCatNav li:first-child {
	margin-top: 0;
}
#rSpCatalogSubCatNav li a {
	display: block;
	padding: 1.33em; /* 40/30 */
	border: 1px solid #009899;
	border-radius: 4px;
	color: #009899;
	font-size: 108%;
	text-decoration: none;
}
#rSpCatalogSubCatNav li.rCatalogSubCatNavActive a {
	background-color: #169898;
	color: #fff;
}
.spCatalogSearchClose {
	padding: 6.25% 0; /* 40 0 / 640 */
}
.spCatalogSearchClose p {
	display: block;
	width: 40.625%; /* 260/640 */
	padding: 1.33em 0; /* 40/30 */
	margin: 0 auto;
	border-radius: 0.25em;
	background-color: #fff;
	text-align: center;
	text-decoration: none;
	color: #333;
	font-size: 116%; /* 30px */
	font-weight: bold;
	cursor: pointer;
}
.spCatalogSearchClose p:before {
	display: inline-block;
	width: 0.8333em; /* 25/30 */
	height: 0.8333em; /* 25/30 */
	margin-right: 0.6em;
	background: url("/business/images_global/r_ico_close_02.png") no-repeat;
	background-size: 100%;
	vertical-align: middle;
	content: "";
}


/* SP */
@media only screen and (max-width: 767px) {
	.spCatalogSearch {
		display: block;
	}
}

/* カタログパネル（通常パネル（画像後読み）を継承）
----------------------------------------------------------- */
.rCatalogPanel .rCatalogCatTtl p {
	display: table;
	width: 100%;
	padding: 0 0 19px;
}
.rCatalogPanel .rCatalogCatTtl p span {
	display: table-cell;
	height: 42px;
	vertical-align: middle;
	font-weight: bold;
	line-height: 1.38;
	overflow-wrap: break-word;
	word-wrap: break-word;
	word-break: break-all;
}
.rCatalogPanel .rCatalogCatTtl p span.rCatalogCatTtlIcon {
	width: 54px;
	vertical-align: top;
}
.rCatalogPanel .rCatalogCatTtl p span.rCatalogCatTtlIcon img {
	width: 42px;
}
.rCatalogPanel .rPanelTit {
	font-size: 93%; /* 12px */
	line-height: 1.5;
	overflow-wrap: break-word;
	word-wrap: break-word;
	word-break: break-all;
}
.rCatalogPanel .rPanelTit span {
	font-size: 91.6%; /* 11px */
	font-weight: normal;
	line-height: 1.63;
}
.rPanelLazyLoad .rCatalogPanel .rPanelThumb a,
.rPanelLazyLoad .rCatalogPanel .rPanelThumb .rPanelThumbLoader {
	padding-top: 202px;
	background: url("/catalogdownload/btob/images/r_catalog_thumb_loading.gif") no-repeat center center;
}
.rPanelLazyLoad .rCatalogPanel .rPanelThumb a img,
.rPanelLazyLoad .rCatalogPanel .rPanelThumb .rPanelThumbLoader img {
	left: 50%;
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: auto;
	height: 202px;
	box-sizing: border-box;
	border: 1px solid #c9c9c9;
}
.rCatalogPanel .rPanelNotes {
	font-size: 85%; /* 11px */
	color: #999;
	margin: 5px 0 0;
}
.rCatalogPanel a.rBtnPdf {
	display: block;
	padding: 0.61em 0.86em; /* 24/28 */
	background-color: #cbd2d7;
	border-radius: 0.25em;
	text-align: center;
	text-decoration: none;
	color: #333;
	font-size: 108%; /* 14px */
	font-weight: bold;
	line-height: 23px;
}
.rCatalogPanel a.rBtnPdf:hover {
	opacity: 0.8;
}
.rCatalogPanel a.rBtnPdf:before {
	display: inline-block;
	margin-right: 0.6em;
	content: "";
}
.rCatalogPanel a.rBtnPdf:before {
	width: 1.42em; /* 20/14 */
	height: 1.64em; /* 23/14 */
	background: url(/catalogdownload/btob/images/r_ico_pdf_pc.png) no-repeat;
	background-size: 100%;
	vertical-align: bottom;
	margin-top: -0.2em;
}

/* SP */
@media only screen and (max-width: 767px) {
	.rCatalogPanel .rCatalogCatTtl {
		height: auto !important;
	}
	.rPanel .rPanelTit {
		display: block;
		padding: 1.11111111111111% 0; /* 6/540 */
		margin-left: 30.7407407407407%; /* 166/540 */
	}
	.rPanel {
		padding: 3.33333333333333% 3.33333333333333% 37.666667% 3.33333333333333%;
	}
	.rPanel .rPanelThumb {
		float: none;
		width: 53.73134%;
		margin-right: auto;
		margin-left: auto;
	}
	.rPanelLazyLoad .rPanel .rPanelThumb a,
	.rPanelLazyLoad .rPanel .rPanelThumb a img,
	.rPanelLazyLoad .rPanel .rPanelThumb .rPanelThumbLoader,
	.rPanelLazyLoad .rPanel .rPanelThumb .rPanelThumbLoader img {
		display: block;
	}
	.rPanelLazyLoad .rCatalogPanel .rPanelThumb a,
	.rPanelLazyLoad .rCatalogPanel .rPanelThumb .rPanelThumbLoader {
		padding-top: 138.888%;
	}
	.rPanelLazyLoad .rPanel .rPanelThumb a img,
	.rPanelLazyLoad .rPanel .rPanelThumb .rPanelThumbLoader img {
		height: 100%;
	}
	.rCatalogPanel .rPanelTit {
		width: 53.73134%;
		margin-right: auto;
		margin-left: auto;
	}
	.rCatalogPanel a.rBtnPdf {
		padding: 0.891em 1.78em;
	}
	.rCatalogPanel a.rBtnPdf:before {
		background-image: url(/catalogdownload/btob/images/r_ico_pdf_sp.png);
	}
}

/* カタログフッターナビ
----------------------------------------------------------- */
#rCatalogFtNav {
	background: #5b6771;
}
#rCatalogFtNav ul {
	width: 950px;
	margin: 0 auto;
	text-align: center;
	letter-spacing: -0.3em;
}
#rCatalogFtNav ul li {
	display: inline-block;
	letter-spacing: -0.05em;
	margin: 0 15px;
	padding: 15px 0;
	font-size: 108%;
}
#rCatalogFtNav ul li a {
	color: #ebeef0;
	text-decoration: none;
}

/* SP */
@media only screen and (max-width: 767px) {
	#rCatalogFtNav {
		display: none;
	}
}