@charset "UTF-8";
/*
*
* 詳細画面デザイン
*
*/
/* カテゴリ */
.c-title--middle.category {
	margin-top: 25px;
    margin-bottom: 5px;
}
.categoryLink {
	color: black;
    font-size: 13px;
    line-height: 1.9;
}
.categoryLink:hover {
    text-decoration: underline;
}

/* BIM一覧項目 */
th.item__name {
	width: 50%;
}

th.first_spec,
th.second_spec {
	width: 20%;
}

th.item__dl {
	width: 10%;
}

.titleArea {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.itemList {
	color: black;
	text-decoration: underline;
	font-size: 16px;
	font-weight: normal;
}

@media screen and (max-width:500px) {
	.titleArea {
		flex-direction: column;
		align-items: normal;
	}
	.itemListWrap {
		flex-direction: column;
	}
	.itemList {
		text-align: right;
	}
}

/* キッツカスタマイズ */
/* サムネイルリスト非表示 */
.thumbnail-container {
  visibility: hidden;
}
.slider-container .swiper-button-next,
.slider-container .swiper-button-prev {
  display: none;
}

/* カテゴリ非表示 */
.categoryWrap {
  display: none;
}

/* 詳細スペック非表示 */
.c-tag,
.c-accordion--maxheight {
  display: none;
}

/* 製品シリーズ非表示*/
.c-title--middle,
.c-link,
.itemListWrap {
  display: none;
}

/* 製品シリーズ画像注釈非表示*/
.c-text--note {
  display: none;
}

/* 品番図調整 */
.p-slider-wrapper .thumbnail-container,
.p-slider-wrapper .slider-container {
  max-height: 40vh;
}

.slider-container .swiper-slide img {
  width: 100%;
  height: 100%;
  max-height: 40vh;
  object-fit: contain;
}

/* シリーズ用画像非表示 */
img.series {
  display: none;
}
