.equipmentList {
  border-top: 1px solid #bbbbbb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 769px) {
  .equipmentList {
    padding: 60px 0 0 0;
  }
}

@media (max-width: 768px) {
  .equipmentList {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 40px 0 0;
  }
}

@media screen and (min-width: 769px) {
  .equipmentCard {
    width: 225px;
  }
  .equipmentCard:not(:nth-child(4n+1)) {
    margin-left: 46px;
  }
  .equipmentCard:nth-child(n+5) {
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .equipmentCard {
    width: 162px;
  }
  .equipmentCard:nth-child(odd) {
    margin-left: -20px;
  }
  .equipmentCard:nth-child(even) {
    margin-right: -20px;
  }
  .equipmentCard:nth-child(n+3) {
    margin-top: 40px;
  }
}

.equipmentCard__ttl {
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: .1em;
  text-align: center;
  line-height: 1.5;
}

.equipmentCard__ttl:before {
  content: '';
  margin-top: calc((1 - 1.5) * .5em);
}

.equipmentCard__ttl:after {
  margin-bottom: calc((1 - 1.5) * .5em);
}

.equipmentCard__ttl:before, .equipmentCard__ttl:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 769px) {
  .equipmentCard__ttl {
    font-size: 14px;
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .equipmentCard__ttl {
    font-size: 12px;
    margin-top: 16px;
  }
}

@media screen and (min-width: 769px) {
  .equipment-items {
    padding: 46px 0 140px;
  }
}

@media (max-width: 768px) {
  .equipment-items {
    padding: 42px 0 100px;
  }
}
.equipmentList {
  /*border-top: 1px solid #bbbbbb;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 769px) {
  .equipmentList {
    /*padding: 60px 0 0 0;*/
  }
}

@media (max-width: 768px) {
  .equipmentList {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /*padding: 40px 0 0;*/
  }
}

@media screen and (min-width: 769px) {
  .equipmentCard {
    width: 225px;
  }
  .equipmentCard:not(:nth-child(4n+1)) {
    margin-left: 46px;
  }
  .equipmentCard:nth-child(n+5) {
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .equipmentCard {
    width: 162px;
  }
  .equipmentCard:nth-child(odd) {
    margin-left: -20px;
  }
  .equipmentCard:nth-child(even) {
    margin-right: -20px;
  }
  .equipmentCard:nth-child(n+3) {
    margin-top: 40px;
  }
}

.equipmentCard__ttl {
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: .1em;
  text-align: center;
  line-height: 1.5;
}

.equipmentCard__ttl:before {
  content: '';
  margin-top: calc((1 - 1.5) * .5em);
}

.equipmentCard__ttl:after {
  margin-bottom: calc((1 - 1.5) * .5em);
}

.equipmentCard__ttl:before, .equipmentCard__ttl:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 769px) {
  .equipmentCard__ttl {
    font-size: 14px;
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .equipmentCard__ttl {
    font-size: 12px;
    margin-top: 16px;
  }
}

@media screen and (min-width: 769px) {
  .equipment-items {
    padding: 46px 0 140px;
  }
}

@media (max-width: 768px) {
  .equipment-items {
    padding: 42px 0 100px;
  }
}


/* ------------------------------------------------------------------------
eqNav
------------------------------------------------------------------------ */
.eqNav {
  background-color: #f7f7f7;
  left: 0;
  position: sticky;
  top: 0;
  z-index: 2;
}

@media screen and (min-width: 769px) {
  .eqNav {
    margin-left: calc((100vw - 1040px) / -2);
    padding-top: 100px;
    width: 100%;
	margin-left:auto;
	margin-right:auto;
  }
}
@media (max-width: 768px) {
  .eqNav {
    margin-left: -40px;
    overflow: hidden;
    padding: 75px 0 0;
    width: 375px;
  }
}

.eqNav .contentsTab {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .eqNav .contentsTab {
    width: 1040px;
  }
}

@media (max-width: 768px) {
  .eqNav .contentsTab {
    width: 295px;
  }
  .eqNav .contentsTab__item {
    padding: 15px 8px;
  }
}

/* mainCopyBox
---------------------------------------------------- */
	.mainCopyBox {
		padding-top:100px;
	}
@media (max-width: 768px) {
	.mainCopyBox {
		padding-top:40px;
	}
}
/* ptHeading
---------------------------------------------------- */
	h3.ptHeading .hTxt{
		display: block;
		font-size:24px;
		line-height: 1.75em;
		text-align: center;
	}

@media (max-width: 768px) {
	h3.ptHeading .hTxt{
		font-size:18px;
		line-height: 1.75em;
		text-align: left;
	}
}



/* ---------------------------------------------- 
plansArea
---------------------------------------------- */
@media screen and (min-width: 769px) {
  .eqArea {
    margin-top: -100px;
  }
}

@media (max-width: 768px) {
  .eqArea {
    margin-top: -75px;
  }
}

/* ---------------------------------------------- 
equipmentCard__txt
---------------------------------------------- */
.equipmentCard__txt {
	display: block;
	text-align: left;
	font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	letter-spacing: .15em;
	line-height: 1.6;
}

@media screen and (min-width: 769px) {
  .equipmentCard__txt {
    font-size: 12px;
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .equipmentCard__txt {
    font-size: 11px;
    margin-top: 8px;
  }
}



/* ------------------------------------------------------------------------
 OriginalContents
index_02.html
------------------------------------------------------------------------ */
/*eqTitle----------------------------*/
	.eqBoxSection .eqTitle {
		display: block;
		text-align: left;
		font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		letter-spacing: .15em;
		line-height: 1.6;
	}
@media screen and (min-width: 769px) {
	.eqBoxSection .eqTitle {
		font-size: 18px;
	  }
}
@media (max-width: 768px) {
	.eqBoxSection .eqTitle {
		font-size: 14px;
	  }
}
	
/*eqTtl----------------------------*/
	.eqBoxSection .eqTtl {
		display: block;
	  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	  letter-spacing: .1em;
	  line-height: 1.5;
	}
@media screen and (min-width: 769px) {
	.eqBoxSection .eqTtl {
		font-size: 14px;
	  }
}
@media (max-width: 768px) {
	.eqBoxSection .eqTtl {
		font-size: 12px;
	  }
}

/*eqTxt----------------------------*/
	.eqBoxSection .eqTxt {
		display: block;
		text-align: left;
		font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		letter-spacing: .15em;
		line-height: 1.6;
	}

@media screen and (min-width: 769px) {
  .eqBoxSection .eqTxt {
    font-size: 12px;
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .eqBoxSection .eqTxt {
    font-size: 11px;
    margin-top: 8px;
  }
}


/*eqContbox----------------------------*/
  .eqBoxSection .eqContbox {
		padding:80px 0;
		border:0 solid #bbb;
		border-width:0 0 1px;
	}
  .eqBoxSection .eqContbox.noborder {
		border-width:0 0;
	}
@media (max-width: 768px) {
  .eqBoxSection .eqContbox {
		padding:40px 0;
	}
}


/*subCategory----------------------------*/
  .eqBoxSection .subCategory {
		text-align: center;
	}	
  .eqBoxSection .subCategoryHeadLine > span {
 		display:inline-block;
}	
  .eqBoxSection .subCategoryHeadLine > span::after {
		content:"";
		display:block;
		height:1px;
		width:50px;
		margin:0.8em auto 0;
		background:#333;
}	






/* ------------------------------------------------------------------------
index_02.html
------------------------------------------------------------------------ */
/* secEleWrap
------------------------------------------------------------------------ */
.secEleWrap{display: flex;justify-content: space-between;}
.eqContbox .txtBox{width:46%;}
.eqContbox .picBox{width:46%;display: flex;justify-content: space-between;}
.picBox p{position: relative;}
.imgcapkeep{font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";font-size: 10px;position: absolute;z-index: 1;white-space: nowrap;right: 5px;bottom:5px;text-shadow: rgba(255, 255, 255, 1) 0 0 2px, rgba(255, 255, 255, 1) 0 0 3px, rgba(255, 255, 255, 1) 0 0 6px, rgba(255, 255, 255, 1) 0 0 8px, rgba(255, 255, 255, 1) 0 0 10px;}

@media (max-width: 768px) {
.secEleWrap{display: flex;justify-content: space-between;flex-wrap: wrap;}
.eqContbox .txtBox{width:100%;}
.eqContbox .picBox{width:100%;display: flex;justify-content: space-between;}
.picBox p{position: relative;}
.imgcapkeep{font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";font-size: 10px;position: absolute;z-index: 1;white-space: nowrap;right: 5px;bottom:5px;}
.eqTitle{margin: 0 0 0 0;}
}

.secEleWrap.generalColBox {
		--default-generalColBox-margin-t:	15px;
	}
.secEleWrap .txtBox .eqTxt li {
		position: relative;
		line-height: 1.55;
		margin: 0.6em 0;
		padding-left: 1.3em;
	}
 .secEleWrap .txtBox .eqTxt li:before{
		content: "■";
		position: absolute;
		top: 0;
		left: 0;
	}												
.secEleWrap .picBox {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		max-width:500px;
		margin-left:auto;
		margin-right:auto;
	}
.secEleWrap .picBox p {
		width: 50%;
	}
	
	
/* secDoorWrap
------------------------------------------------------------------------ */
.secDoorWrap{display: flex;justify-content: space-between;}
.detailBox{width:46%;}
.secDoorWrap .tc{width:46%;position: relative;display: flex;justify-content: center;align-items: flex-start;}
.secDoorWrap .tc .imgBlcap{font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";font-size: 10px;position: absolute;z-index: 1;white-space: nowrap;right: 5px;bottom:5px;}
.eqTitle{margin: 0 0 40px 0;}

.imgcapParent{position: relative;width: 50%;}
.imgcapParent.wsp100 {position: relative;width: 100%;}

@media (max-width: 768px) {
.secDoorWrap{display: flex;justify-content: space-between;flex-wrap: wrap;}
.detailBox{width:100%;}
.secDoorWrap .tc{width:100%;position: relative;display: flex;justify-content: center;align-items: flex-start;margin: 20px 0 0 0;padding: 0 0 20px;}
.secDoorWrap .tc .imgBlcap{font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";font-size: 10px;position: absolute;z-index: 1;white-space: nowrap;right: 5px;bottom:5px;z-index: 1;}
}

.secDoorWrap.generalColBox {
		--default-generalColBox-margin-t:	15px;
	}
.secDoorWrap .detailBox {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-content: space-between;
	}
.secDoorWrap .detailBox li {
		width: 45%;
	}
.secDoorWrap .detailBox li:nth-child(n+3)  {
		margin-top:30px
	}
	.secDoorWrap .detailBox .ttlUnit {
		margin-top:10px;white-space: nowrap;
	}
	.secDoorWrap .detailBox .ttlUnit .num{
		display: inline-block;
		width: 2em;
		height: 2em;
		background: #b86814;
		text-align:center;
		color:#fff;
		line-height: 2em;
	}
	.secDoorWrap .detailBox .ttlUnit .eqTtl{
		display: inline-block;
		padding-left:0.5em;
	}
@media (max-width: 768px) {
.secDoorWrap .detailBox {
		max-width: 500px;
		margin-left:auto;
		margin-right:auto;
	}
}

/* secDoorWrap
------------------------------------------------------------------------ */
.secCaseWrap{display: flex;justify-content: space-between;}
.detectorBox{width:46%;}
.detectorBox .imgBlcap{font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";font-size: 10px;position: absolute;z-index: 1;white-space: nowrap;right: 5px;bottom:5px;}

@media (max-width: 768px) {
.secCaseWrap{display: flex;justify-content: space-between;flex-wrap: wrap}
.detectorBox{width:100%;margin: 0 0 40px;}
.detectorBox .imgBlcap{font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";font-size: 10px;position: absolute;z-index: 1;white-space: nowrap;right: 5px;bottom:5px;}
}


.secCaseWrap.generalColBox {
		/*--default-generalColBox-margin-t:	15px;*/
	}
	
/*windowBox------------------------------------*/
.secCaseWrap .windowBox {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
.secCaseWrap .windowBox .txtBox {
		width: 60%;
	}
.secCaseWrap .windowBox .picBox {
		width:100%;
	}

@media (max-width: 768px) {
.secCaseWrap .windowBox .txtBox {
		width: 50%;
	}
.secCaseWrap .windowBox .picBox {
		width:47%;
	}
}

/*detectorBox------------------------------------*/
.secCaseWrap .detectorBox .picBox {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin-top:30px;width: 100%;position: relative;text-align: center;
	}
.secCaseWrap .detectorBox .picBox .imgBlcap{position: absolute;bottom: -20px; right: 5px;	}
.secCaseWrap .detectorBox .picBox p {
		width: 50%;
	}
@media (max-width: 768px) {
.secCaseWrap .detectorBox .picBox {
		max-width:490px;
		margin-left:auto;
		margin-right:auto;
	}
}


/* ------------------------------------------------------------------------
index_03.html
------------------------------------------------------------------------ */
@media (max-width: 768px) {
	.innerP03 .eqContbox > .generalColBox {
		--default-generalColBox-margin-lr:	15px;
	}
}

/*subCategory--------------------------------------------*/
	.innerP03 .eqBoxSection .subCategory {
	  font-size: 22px;
	  line-height: 1;
	}
@media (max-width: 768px) {
	.innerP03 .eqBoxSection .subCategory {
	  font-size: 18px;
	  line-height: 1;
	}
}

/*stBox--------------------------------------------*/
	.innerP03 .stBox .picBox {
		margin-bottom:18px;
	}
	
/*imgcapkeep irre----------------------------------*/
	.innerP03 .imgcapkeep.irre01 {
		left:30%;
		right:auto;
	}
	
/*eqBorder----------------------------*/
	.innerP03 .eqBorder {
		border:0 solid #ccc;
		border-width:0 0 1px;
		margin-bottom:30px;
		padding-bottom:30px;
	}
@media (max-width: 768px) {
	.innerP03 .eqBorder {
		border-width:0 0 0;
	}
}
	
/*pattern01Wrap----------------------------*/
	.innerP03 .pattern01Wrap.generalColBox {
		--default-generalColBox-margin-t:	10px;
	}

/*autolockWrap
------------------------------------------------------------------------ */
	.innerP03 .autolockWrap {
		padding:60px;
		background: #e2e2e2;
	}
	.innerP03 .autolockWrap > div:not(:last-of-type) {
		border:0 solid #ccc;
		border-width:0 0 1px;
		margin-bottom:30px;
		padding-bottom:30px;
	}
.equimg{background: #FFF;padding: 20px;}
@media (max-width: 768px) {
	.innerP03 .autolockWrap {
		padding:30px;
	}
.equimg{background: #FFF;padding: 10px;}
}


.txt_small{font-size: 12px;}


