@charset "utf-8";

/*--------------------------------------------
■［CatalogDetail］
--------------------------------------------*/

div.catalogDetail div#lead ul.localNavi {
	display: none;
}
div.catalogDetail div.detail {
	display: flex;
	margin-bottom: 2em;
}
div.catalogDetail div.detail div.image {
	width: 28%;
}
div.catalogDetail div.detail div.image img {
	width: 100%;
	height: auto;
	max-width: inherit;
}
div.catalogDetail div.detail div.image p.new {
	color: var(--color-white);
	background-color: var(--color-red1);
	position: absolute;
	left: 0;
	top: 0;
	padding: 0.3em 0.6em;
	line-height: 1.3;
	font-size: 0.86em;
	font-weight: 500;
	opacity: 0.8;
}
div.catalogDetail div.detail div.image div.function {
	margin-top: 1em;
}
div.catalogDetail div.detail div.image div.function p.btn.catalogview_middle_text {
	text-indent: 0;
	background-image: none;
	width: auto;
	height: auto;
	font-size: 1em;
	color: var(--color-white);
	background-color: var(--color-orange1);
	display: block;
	border-radius: 0.2em;
	text-align: center;
	font-weight: 500;
	padding: 0.5em;
	line-height: 1.3;
}
div.catalogDetail div.detail div.image div.function p.btn.catalogview_middle_text:before {
	font-family: 'Material Symbols Outlined';
	font-weight: normal;
	font-style: normal;
	line-height: 1;
	font-size: 1.4em;
	content: "\ea19";
	margin-right: 0.3em;
	display: inline-block;
	vertical-align: middle;
	margin-top: -0.2em;
}
div.catalogDetail div.detail div.image div.function p.btn.catalogview_middle_text:after {
	content: "見る";
}
div.catalogDetail div.detail div.image div.function p button {
	background-color: var(--color-white);
	color: var(--color-orange1);
	border: 1px solid var(--color-orange1);
	display: block;
	border-radius: 0.2em;
	text-align: center;
	font-weight: 500;
	padding: 0.5em;
	line-height: 1.3;
	width: 100%;
	font-size: 1em;
	cursor: pointer;
	font-weight: 500;
}
div.catalogDetail div.detail div.image div.function p + p {
	margin-top: 1em;
}
div.catalogDetail div.detail div.description {
	width: 68%;
	margin-left: auto;
}
div.catalogDetail div.detail div.description div.spec {
	margin: 0;
}
div#main div.catalogDetail div.detail div.description div.spec table {
	border: none;
}
div#main div.catalogDetail div.detail div.description div.spec table tbody th {
	background-color: var(--color-lgray1);
	border-radius: 0.2em 0 0 0.2em;
	border: none;
	color: var(--color-def);
	font-weight: 500;
	text-align: center;
	margin-bottom: 5px;
	width: 40%;
}
div#main div.catalogDetail div.detail div.description div.spec table tbody td {
	border-radius: 0 0.2em 0.2em 0;
	border: 1px solid var(--color-lgray1);
	margin-bottom: 5px;
}
.catalogIndex div.catalogIndexContents {
	border: none;
}
.catalogIndex ul.level_1 {
	width: auto;
	background-color: var(--color-lgray1);
	border-top: 1px solid var(--color-mute);
}
.catalogIndex .categoryNode {
	float: none;
	display: flex;
	border-bottom: 1px solid var(--color-mute);
	align-items: center;
	flex-wrap: wrap;
}
.catalogIndex ul.level_1 div.title {
	float: none;
	width: auto;
	border: none;
	padding: 0.5em;
	background-image: none;
}
.catalogIndex div.title a {
	font-weight: 500;
	color: var(--color-def);
	pointer-events: none;
}
.catalogIndex ul.level_1 div.function {
	border: none;
	color: var(--color-def);
	font-weight: 500;
	margin-left: auto;
	width: auto;
}
.catalogIndex .function ul.buttons {
	padding: 0;
	display: flex;
	font-size: 1em;
	gap: 10px;
	flex-wrap: wrap;
}
.catalogIndex .function ul.buttons .btn {
	text-indent: 0;
	vertical-align: middle;
	background-image: none;
	width: auto;
	height: auto;
	font-size: 0.66em;
	padding: 0;
	margin: 0;
}
.catalogIndex .function ul.buttons .btn:before {
	font-family: 'Material Symbols Outlined';
	font-weight: normal;
	font-style: normal;
	line-height: 1;
	font-size: 1.4em;
	margin-top: -0.2em;
	display: inline-block;
	vertical-align: middle;
	color: var(--color-orange1);
}
.catalogIndex .function ul.buttons .btn.addMyBinder:before {
	content: "\e145";
}
.catalogIndex .function ul.buttons .btn.addMyBinder.clicked:before {
	content: "\e5ca";
}
.catalogIndex .function ul.buttons .btn.downloadCatalog:before {
	content: "\f090";
}
.catalogIndex .function ul.buttons .btn.catalog:before {
	content: "\ea19";
}

/* 1. slideToggleTarget自体のはみ出し防止 */
.catalogIndexContents .slideToggleTarget {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* 2. level_2のul/liオーバーフロー防止 */
.catalogIndexContents ul.level_2 {
  width: 100%;
  box-sizing: border-box;
  padding: 0;
}
.catalogIndexContents ul.level_2 > li.catalogNode {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* 3. categoryNodeの幅も念のため親に合わせる */
.catalogIndexContents .categoryNode {
  width: 100%;
  box-sizing: border-box;
}

/*--------------------------------------------
■［レスポンシブ］
--------------------------------------------*/

@media screen and (max-width: 768px) {
	/*--------------------------------------------
	■［CatalogDetail］
	--------------------------------------------*/
	div.catalogDetail div.detail {
		flex-direction: column;
	}
	div.catalogDetail div.detail div.description,
	div.catalogDetail div.detail div.image {
		width: 100%;
	}
	div.catalogDetail div.detail div.image img {
		width: 200px;
		margin: 0 auto;
	}
	div#main div.catalogDetail div.detail div.description div.spec table tbody th {
		width: 30%;
	}
}