@charset "utf-8";
/* CSS Document */

.headBand2020 .imgArea-backImg__nxtec-product{
    background-image: url("../img/product/back-img__breadcrumbs_nxtec-product.jpg");
}

.productTop .box-flex{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1.75em calc(3.25% - 6px);
  margin-bottom: 1.75em;
}

.productTop .box-flex .item{
	width: 260px;
    border: #ddd solid 1px;
  /*margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 1em;*/
}
@media not all and (min-resolution:.001dpcm) {
@supports (not (translate: none)) {
.productTop .box-flex .item{
	margin-right: 2.5%;
	margin-bottom: 1.75em;
}
.productTop .box-flex .item:nth-child(3n),
.productTop .box-flex .item:last-child{
	margin-right: 0;
}

@media screen and (max-width:768px) {
.productTop .box-flex .item:nth-child(2n){
margin-right: 0;
}
.productTop .box-flex .item:nth-child(3n){
	margin-right: 2.5%;
}
}

@media screen and (max-width:480px){
.productTop .box-flex {
	gap: 1.5em 0;
}
.productTop .box-flex .item{
    width: 100%;
	margin-right: 0;
}
.productTop .box-flex .item:nth-child(3n),
.productTop .box-flex .item:last-child{
	margin-right: 0;
}
.productTop .box-flex .item .parts-pic{
    height: auto;
}
}

}
}
/*-------- */
.productTop #main .box-flex ul{
	list-style-type: disc;
	margin-left:18px;
	padding: 0;
}
.productTop #main .box-flex ul li:last-child{
	padding-bottom: 0;
}
.productTop #main .box-flex ul li:after{
	display: none;
}
.productTop .box-flex .item:hover{
	border-color: #407EC2;
	transition: all 0.3s ease;
}

/* 20260407追加 */
#main .no-hover:hover {
  border: #ddd solid 1px;   /* または元の色 */
  transition: none;
}

.productTop #main .box-flex .item-allLinkBox{
	display: block;
	min-height: 100%;
	border: none;
	color: #333;
}
.productTop #main .box-flex .item-allLinkBox:hover .parts-ttl,
.productTop #main .box-flex .item-allLinkBox:hover img{
	opacity: .7;
	transition: all 0.3s ease;
}

/* 20260407追加 */
.productTop #main .box-flex .no-hover:hover .parts-ttl,
.productTop #main .box-flex .no-hover:hover img{
	opacity: 1.0;
	transition: none;
}

.productTop .box-flex .item .parts-pic{
  height: 178px;
  display: flex;
  justify-content: center;
  align-items: center;
	overflow: hidden;
}
.productTop .box-flex .item .parts-pic img{
  display: block;
  align-items: flex-start;
  max-width: 100%;
}
.productTop #main .box-flex .item .parts-ttl{
	padding: 0 0.75em;
	margin: 1em 0;
	font-size: 17px;
	line-height: 1.3;
}
.productTop .box-flex .item .parts-txt{
	padding: 0 0.75em 0.75em 0.75em;
}
.productTop #main .box-flex .item .parts-txt > p{
	margin-bottom: 0;
}
/*-----------------*/
.productPage .box-flex{  
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2em;
  gap: 1em 5%;
}
.productPage .box-flex_3 .item{
	 width: 240px;
}
.productPage .box-flex_auto .item{
	width: auto;
}
@media not all and (min-resolution:.001dpcm) {
  @supports (not (translate: none)) {
	  .productPage .box-flex .item{
		  margin-right: 5%;
		  margin-bottom: 1em;
	  }
	  .productPage .box-flex .item:nth-child(3n),
	  .productPage .box-flex .item:last-child{
		  margin-right: 0;
	  }
	  @media screen and (max-width:480px){
		  .productPage .box-flex .item{
			  margin-right: 0;
		  }
	  }
  }
}
.productPage .box-flex .item .parts-pic{
  margin-bottom: 0.75em;
  /*height: 160px;*/
  display: flex;
  justify-content: center;
  align-items: center;
}
.productPage .box-flex .item .parts-pic img{
  display: block;
  align-items: flex-start;
  max-width: 100%;
  filter: drop-shadow(3px 3px 3px #aaa);
}
.productPage .box-flex_noneFilter .item .parts-pic{
margin-bottom: 0.5em;
}
.productPage .box-flex_noneFilter .item .parts-pic img{
filter: none;
}
.productPage .box-flex .item .parts-ttl{
  /*font-size: 18px;*/
  margin-bottom: 1em;
  text-align: center;
}

.productPage .box-flex2{  
  margin-top: 2em;  
}
.productPage .box-flex2 .item{
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 2em;
}
.productPage .box-flex2 .item .parts-pic{
  width: 340px;
}
.productPage .box-flex2 .item .parts-txt{
  width: calc(830px - 340px);
  box-sizing: border-box;
  padding-left: 2em;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.productPage .box-flex2 .item .parts-pic img{
  display: block;
  align-items: flex-start;
  max-width: 100%;
	height: auto;
}
@media screen and (max-width:640px) {
.productPage .box-flex2 .item{
	flex-direction: column;
	align-items: center;
}
.productPage .box-flex2 .item .parts-txt{
	width: 100%;
	padding-left: 0;
	margin-top: 1.5em;
	align-items: center;
}
.productPage .box-flex2 .item .parts-pic{
  width: auto;
}
}
/*-----------------*/
#main nav.contentsLink{
	border: 1px solid #bdbdbd;
	background-color: #fafafa;
	padding: 1em;
	margin-bottom: 1.75em;
}
#main nav.contentsLink ul{
	list-style-type: none;
	margin:0;
	padding: 0;
	display:block;
	text-align: center;
	font-size:18px;
}
#main nav.contentsLink ul li{
	list-style: none;
	display: inline;
	line-height:2;
	white-space: nowrap;
}
#main nav.contentsLink ul li:not(:last-child){
	margin-right:1.5em;
}
#main nav.contentsLink ul li:after{
	display: none;
}
/*-----------------*/
#main .summaryTxt{
	font-size: 114.3%;
	margin-bottom: 1.75em;
}
/*　幅768px以内にて適用される　*/
@media screen and (max-width:768px){
.productTop .box-flex .item{
width: calc((100% - 26px)/2);
}
#contents.productTop #main .box-flex .item a img{
width: 100%;
}
.productTop .box-flex .item .parts-pic{
height: auto;
}
.productTop .box-flex .item .parts-ttl{
font-size: 1.1em;
margin-bottom: 0.5em;
}
.productPage .box-flex .item .parts-pic{
margin-bottom: 1em;
height: auto;
}
.productPage .box-flex .item .parts-ttl{
font-size: 1.1em;
margin-bottom: 0.5em;
}
}
@media screen and (max-width:480px){
.productTop .box-flex {
	gap: 1.5em 0;
}
.productTop .box-flex .item{
    width: 100%;
}
.productTop .box-flex .item .parts-pic{
    height: auto;
}
#contents #main .box-flex .item .parts-pic img{
	width: 100%;
}	
}
/* --------------------- */
#main .formLink {
	margin: 2em auto;
	text-align: center;
}
#main .formLink li {
	display: inline-block;
	width: 44%;
	list-style-type: none;
	margin: 0 1em 0;
	padding: 0;
}
#main .formLink li:after {
	display: none;
}
#main .formLink li a {
	color: #fff;
	border-bottom: none;
	display: block;
	padding: 1.25em calc(1em + 35px) 1.25em 1em;
	white-space: nowrap;
}
#main .formLink .formLink_mail {
	background-color: #0051ac;
}
#main .formLink .formLink_mail a:hover {
	opacity: 0.7;
}
#main .formLink .formLink_mail a:after {
	content: "";
	display: block;
	position: absolute;
	top: -7px;
	bottom: 0;
	right: 1em;
	margin: auto;
	width: 30px;
	height: 10px;
	border-bottom: 1px solid #fff;
}
#main .formLink .formLink_mail a:before {
	content: "";
	display: block;
	position: absolute;
	top: 26px;
	right: 1em;
	margin: auto;
	width: 15px;
	height: 10px;
	border-top: 1px solid #fff;
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
}
@media screen and (max-width:768px) {
#main .formLink {
	text-align: center;
}
#main .formLink li {
	margin: 0;
	width: 100%;
}
#main .formLink li:not(first-child) {
	margin-top: 1em;
}
}

#main ul li h3,
#main ul li h3.gray{
	margin-bottom: 0;
}
#main .table_measurement td{
	text-align: center;
}
#main .tokutyo__in_ul-li-dl{
	margin: 0.5em 0;
}
#main .tokutyo__in_ul-li-dl dt{
	float: left;
	width: 4em;
	text-align: right;
}
#main .tokutyo__in_ul-li-dl dd{
	margin: 0 0 0 4.1em;
}
#main .tekiyo-rei{
	display: flex;
	flex-wrap: wrap;
	white-space: nowrap;
}
#main .tekiyo-rei{
	border-bottom: #ddd solid 1px;
	padding-bottom: 1.5em;
}
#main .tekiyo-rei_noneboder{
	border: none;
	padding-bottom: 0.5em;
}
#main .tekiyo-rei:last-child{
	border: none;
	padding-bottom: 0;
}
#main .tekiyo-rei_head{
	padding: 0 0.5em 0 0;
	width: 7em;
	color: #184FA4;
	font-size: 16px;
	font-weight: bold;
}
#main .tekiyo-rei_body:not(:last-child){
	margin: 0 3em 0 0;
}
@media screen and (max-width:768px) {
#main .tekiyo-rei{
	flex-direction: column;
}
#main .tekiyo-rei_head {
	padding: 0 0 0.25em 0;
	width: auto;
}
#main .tekiyo-rei_body:not(:last-child) {
    margin: 0 0 2em 0;
}
}
.simulation_arrow{
    display: inline-block;
    margin: 1em 0;
}
#main .simulation_lastBody{
	display: inline-block;
	background-color: #EAF6FD;
	margin: 1em 0;
	padding: 0 0.5em;
	font-size: 18px;
}
.simple-flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

#contents .voiceBox .sectionBox{
    padding-left: 40px;
	background: url(../img/product/voice.png) no-repeat left top;
}
@media screen and (max-width: 768px){
#contents #main .voiceBox .sectionBox{
    padding-left: 40px;
}
}
#main .voiceBox h2{
	margin-bottom: 1em;
}




/* --- タイル（カード） --- */
.item-card{
width: 260px;
/* border: #ddd solid 1px;	*/
}
.item-card-half{
width: 390px;
/* border: #ddd solid 1px;	*/
}
.tile {
	display: flex;
	gap: 14px;
	background: var(--bg);
	border: var(--border);
	border-radius: var(--tile-radius);
	box-shadow: var(--tile-shadow);
	overflow: hidden;
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
	min-height: 140px;
}

.tile:focus-within,
.tile:hover {
	transform: translateY(-2px);
	box-shadow: var(--tile-shadow-hover);
	border-color: #ddd;
}

/* 左40%: 画像エリア（比率固定） */
.tile-media {
	flex: 0 0 40%;
	position: relative;
	overflow: hidden;
	background: #ddd;
	min-height: 140px;           /* 高さの下限 */
	display: flex;
	align-items: stretch;
}

/* 画像はカバーで裁ち落とし */
.tile-media img {
	width: 100%;
	height: auto;
	object-fit: cover;
	/* 高さを親に合わせるため、アスペクト比を崩しすぎない程度に調整 */
	aspect-ratio: 4 / 3;          /* ある程度の比率を維持 */
	inline-size: 100%;
	block-size: auto;
}

/* 右60%: テキストエリア */
.tile-body {
	flex: 1 1 60%;
	padding: 14px 2px;
	display: flex;
	flex-direction: column;
	min-width: 0; /* text-overflow対策 */
}

.tile-doc {
  position: relative;
  text-decoration: none;
}

/* 前に ■ を表示 */
.tile-doc::before {
	content: "";
	display: inline-block;
	top: .2em;
	left: -1.2em;
	width: 6px;
	height: 6px;
	background-color: #0053ad; /* 青 */
	margin-right: 2px;
	vertical-align: middle;
}




.tile-meta {
	font-size: 12px;
	color: var(--muted);
	display: flex;
	gap: 10px;
	align-items: center;
	margin-bottom: 6px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tile-title {
	margin: 0 0;
	/*font-size: clamp(12px, 2.2vw, 13px);*/
	margin-bottom: 2px;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.0;
	color: #111;
	/* 2行省略 */
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.tile-desc {
	margin: 0;
	color: var(--muted);
	font-size: 12px;
	line-height: 1.0;
	/* 3行省略 */
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.tile-small-desc {
	margin: 0;
	color: var(--muted);
	font-size: 9px;
	line-height: 1.6;
	/* 3行省略 */
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.tile-footer {
	margin-top: auto;
	display: flex;
	align-items: center;
	gap: 12px;
	padding-top: 10px;
}

.info-line {
  /*max-width: 500px;*/
}

.info-line dl {
  /*margin-bottom: 0;*/
}

.info-line > div {
  padding: 0;
}

.info-line dt {
  line-height: 1.7;
  font-weight: bold;
  color: #555;
}

.info-line dt .under-line {
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.info-line dd {
  margin: 0;
  text-indent: 1rem; 
}

.space-between {
 display: flex;
 justify-content: space-between;
}

.images {
  display: flex;
  gap: 16px;
  align-items: flex-end; /* 画像を下ぞろえ */
}


.image-box {
  position: relative;
  width: 50%;
}


.image-box {
  display: flex;
  align-items: flex-end;
}


.image-box img {
  margin-top: 66px;
  width: 100%;
  height: auto;
  display: block;
}

/* 画像の上に表示する説明文 */
.caption-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  padding-left: calc(20px + 1em); /* ★ 左20px＋「・」1文字分 */
  box-sizing: border-box;
/*  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 14px;
  text-align: left;*/
}


/* 先頭の「・」 */
.caption-top::before {
  content: "・";
  position: absolute;
  left: 20px;          /* ★ 左から20px */
  top: 10px;           /* padding-top と合わせる */
}


/* 画像の下に表示する説明文 */
.caption-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  /*padding-left: 207px;*/
  box-sizing: border-box;
  text-align: left;
  font-size: 18px;

/*  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 14px;
  text-align: left;*/
}

.caption-left {
  padding-left: 188px;
}

.caption-right {
  padding-left: 170px;
}

/* フロー図 */
.flow-wrapper {
  background: #b9d9f2;
  padding: 20px;
  border: 3px solid #000;
  width: fit-content;
}

.flow-wrapper .arrow-row {
  display: flex;
  gap: 8px;
}

.flow-wrapper .arrow-item {
  position: relative;
  width: 70px; /* 画像サイズに合わせて */
}

.flow-wrapper .arrow-item img {
  width: 100%;
  display: block;
}

.flow-wrapper .arrow-item .label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  /*color: #fff;*/
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  pointer-events: none; /* 文字でクリックを邪魔しない */
}

.flow-wrapper .arrow-item .label .black{
  color: #000;
}

.flow-wrapper .arrow-item .label .white{
  color: #fff;
}

.flow-wrapper .arrow-link img {
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.flow-wrapper .arrow-link:hover img {
  transform: scale(1.2);
  opacity: 0.6;
}

