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

/*========================================*/
/*=============== equipment ==================*/
/*=========================================*/

#equipment {}
#equipment #wrapper {
  background-color: #fff;
  color: #333;
  
}
#equipment #pageTit {

}
#equipment #contentWrap {
  padding: 20px 0;
  /*border-bottom: #ccc solid 1px;*/
}
#equipment #contentWrap .h2Box {
	
}
#equipment .h2Box h2 {
	font-size: 18px;
}

#equipment #titWrap {
  padding: 0;
}
#equipment #btmBtnWrap {
  padding: 0;
}
#equipment #titWrap #titBox {
  width: 30%;
  max-width: 220px;
}
#equipment #titWrap #titBox h2 {
  width: 100%;
  margin: 0 auto;
}
#equipment .h2Wrap {
  border-bottom: #000 solid 1px;
  align-items: center;
}
#equipment .h2Wrap p {
	background-color: #000;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.2em;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 2em;
	padding: 0 3em 0 1em;
	position: relative;
}
#equipment .h2Wrap p::after {
	content: "";
	position: absolute;
	width: 2em;
	height: 100%;
	top: 0;
	right: 0;
	border-left: transparent solid 1em;
	border-right: #fff solid 1em;
	border-top: #fff solid 1em;
	border-bottom: transparent solid 1em;
}
#equipment .h2Wrap h2 {
  font-size: 21px;
}

#equipment .btnWrap {
  padding: 30px 0;
  margin: 0 auto;
	gap :2px 2px;
	justify-content: flex-start;
}
#equipment .btnWrap li {
	width: calc(100% / 7 - 2px);
}

#equipment .btnWrap a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
background-color: #fff;
border: #005a60 solid 1px;
	color: #005a60;
	font-size: 0.9vw;
	font-size: clamp(10px, 0.9vw, 14px);
	line-height: 1;
	height: 3em;

}
#equipment .btnWrap a > img {
  width: 100%;
}


#equipment .btnWrap a:hover,
#equipment.kitchen .btnWrap li:nth-of-type(1) a,
#equipment.bathroom .btnWrap li:nth-of-type(2) a,
#equipment.powderroom .btnWrap li:nth-of-type(3) a,
#equipment.security .btnWrap li:nth-of-type(4) a,
#equipment.structure .btnWrap li:nth-of-type(5) a,
#equipment.eco .btnWrap li:nth-of-type(6) a,
#equipment.comfort .btnWrap li:nth-of-type(7) a
{
 background-color: #005a60;
	border: #005a60 solid 1px;
	color: #fff;
}



#equipment #contentWrap dl {}
#equipment #contentWrap dt {
  text-align: center;
  font-size: 15px;
  line-height: 1.2;
  height: 3.2em;
  padding-top: 0.3em;
  display: flex;
  justify-content: center;
  align-items: center;
	flex-wrap: wrap;
  color: #000;
}
#equipment #contentWrap dt span {
	font-size: 70%;

}
#equipment #contentWrap dd,
#equipment.security .itemBox p {
  font-size: 13px;
	text-align: justify;
  line-height: 1.4;
}

.itemBox .imgBox {
  position: relative;
}
.iconEco::before {
  content: '';
  position: absolute;
  text-align: right;
  right: -10%;
  top: -15%;
  width: 25%;
  max-width: 50px;
  height: 50%;
  background-image: url("../images/icon-eco.png");
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: 2;
}

/*.itemBox .imgBox.imgCap::after,
.itemBox .imgBox.capImg::after
{
  content: 'image';
  position: absolute;
  font-size: 10px;
  text-align: right;
  right: 0.5em;
  bottom: 0em;
  color: #fff;
  text-shadow: 0px 0px 1px rgba(0,0,0,0.5),1px 1px 0px rgba(0,0,0,0.5),-1px 1px 0px rgba(0,0,0,0.5),-1px -1px 0px rgba(0,0,0,0.5),1px -1px 0px rgba(0,0,0,0.5);
}*/
/*.itemBox .imgBox.sanko::after {
  content: '参考写真';
}
.itemBox .imgBox.capdata::after {
	content: attr(data-caption);
}*/

/*.itemBox .imgBox.capBk::after {
  color: #000;
  text-shadow: 0px 0px 0px rgba(255,255,255,0.5),1px 1px 0px rgba(255,255,255,0.5),-1px 1px 0px rgba(255,255,255,0.5),-1px -1px 0px rgba(255,255,255,0.5),1px -1px 0px rgba(255,255,255,0.5);
}*/
.itemBox .imgBox.seko::after {
  content: '※当社施工例';
}
.itemBox .imgBox.capLeft::after {
  right: inherit;
  left: 0.6em;
}
#equipment #h2Cat {
  width: 100%;
  background-color: #003979;
  display: flex;
justify-content: center;
align-items: center;
  padding: 25px 40px;
}
#equipment #h2Cat img {
  width: 100%;
}

#equipment .caption {
	font-size: 10px;
	text-align: left;
	line-height: 1.2;
	padding-top: 0.3em;
}

@media screen and (max-width : 959px ){
  #equipment #contentWrap {
    padding: 20px 0 0px;
  }
	#equipment .h2Box {
		width: 90%;
		margin: 0 auto;
	padding: 5% 0;
	}
	#equipment .h2Box h2 {
		font-size: clamp(13px, 2vw, 16px);
		letter-spacing: 0;
		text-align: justify;
}

	#equipment .btnWrap {
    padding: 0;
  }
  #equipment #titWrap #btnWrap a {
    width: 24%;
    /*margin:1.8% 1%;*/
    padding: 1% 0%;
  }
  #equipment #h2Cat {
    width: 100%;
    margin: 0 auto;
    padding: 10% 0;
    border: none;
    text-align: center;
  }
  #equipment #h2Cat img {
    max-width: 300px;
  }
   #equipment .h2Wrap p {
   /* width: 100%;*/
    font-size: clamp(18px, 2.5vw, 20px);
/*    text-align: center;
     padding: 1em;*/
  }
  #equipment .h2Wrap h2 {
    font-size: clamp(20px, 2.7vw, 22px);
    width: 100%;
    text-align: center;
  }

  #equipment h3.forSp {
    padding: 40px 0 0;
    max-width: 500px;
    margin-bottom: -20px;
  }
  #equipment .btnWrap a {
/*    width: 24%;
    margin:4px 0;*/
  }

}

@media screen and (max-width: 599px) {
	#pageWrap {
		padding: 10px 0 0;
	}
  #equipment #wrapper {
    padding-bottom: 20px;

  }
  #equipment #contentWrap {
    padding: 20px 0;
  }
  #equipment #titWrap {
    padding: 20px 0;
  }
   #equipment #h2Cat {
    /*padding-top: 0px;*/
  }
  #equipment .btnWrap {
    padding: 0;
  }
	#equipment .btnWrap li {
		width: calc(100% / 3 - 2px);
   /* padding: 10px 0;*/
  }
  #equipment .h2Wrap {
		width: 110%;
		margin-left: -5%;
	}
  #equipment .h2Wrap p {
    width: auto;
		font-size: 4.8vw;
    font-size: clamp(17px, 4.8vw, 19px);
    padding: 0.7em 2.5em 0.7em 2em;
    text-align: center;
		letter-spacing: 0.1em
  }
  #equipment .h2Wrap h2 {
		font-size: 4.3vw;
    font-size: clamp(15px, 4.3vw, 17px);
    letter-spacing: 0.2em;
    padding-bottom: 0.5em;
    
  }
  #equipment #titWrap #btnWrap {
  max-width: 400px;
  padding: 0px 0 0;
}
  #equipment #btmBtnWrap .btnWrap {
    max-width: 350px;
  }

  #equipment #titWrap #titBox {
    width: 80%;
    align-items: flex-start;
  }
  #equipment #titWrap #titBox h2 {
    width: 60%;
    padding: 0;
  }
  #equipment #titWrap #titBox h3 {
    width: 30%;

  }
  #equipment #titWrap #btnWrap a,
  #equipment #btmBtnWrap a{
    width: 49%;
    margin:1% 0%;
    padding: 2% 0%;
  }
  #equipment #contentWrap dt {
    height: 3.8em;
    text-align: center;
		font-size: 15px;
    /*font-size: clamp(14px, 4vw, 16px);*/
    line-height: 1.3;
  }
  #equipment #contentWrap dd {
    font-size: 13px;
		/*font-size: clamp(13px, 3.7vw, 14px);*/
    line-height: 1.4;
		text-align: justify;
  }
  

}

/*========================================*/
/*=============== equipment/water ==================*/
/*=========================================*/

#equipment.water {}
#equipment.water .flex01 {
  padding: 50px 0 20px 0;
  /*flex-direction: row-reverse;*/
  align-items: stretch;
}
#equipment.water .imgMain {
	height: 100%;
}
#equipment.water .imgMain img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#equipment.water .flex01 .leftBox {
width: 39%;
max-width: 460px;
  position: relative;
	
}
#equipment.water .flex01 .leftBox img {
}
#equipment.water .flex01 .leftBox p {
  position: absolute;
  right: 0.6em;
  bottom: 0.3em;
  font-size: 11px;
  color: #fff;
}
#equipment.water .flex01 .rightBox
{
  width: 57%;
	justify-content: flex-start;
	gap: 1em 6.1%;
}
#equipment.water .flex01 .rightBox .itemBox {
	width: 29.2%;
	max-width: 200px;

}
#equipment.water .flex02 {
  padding: 50px 0 10px;
  align-items: flex-start;
}
#equipment.water .flex02 h2 {
  padding: 30px 0;
  width: 100%;
}
#equipment.water .flex02 .leftBox {
  width: 40%;
}
#equipment.water .flex02 .rightBox {
  width: 55%;
}
#equipment.water .flex02 .itemBox {
  width: 28%;
  padding-bottom: 20px;

}


@media screen and (max-width : 959px ){
  #equipment.water .flex01 .leftBox,
  #equipment.water .flex02 .leftBox{
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    
  }
  #equipment.water .flex01 .rightBox,
  #equipment.water .flex02 .rightBox
  {
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
    justify-content: space-between;
  }
  #equipment.water .flex01 .rightBox h2 {
    max-width: 500px;
    margin: 0 auto;
    padding: 50px 0 20px;

  }
  #equipment.water .flex02 #h2Cat {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding: 0;
    padding-top: 60px;
    padding-bottom: 30px;
  }

  #equipment.water .flex01 .rightBox .itemBox {
    width: 45%;
    padding-top: 5%;
		max-width: inherit;
  }
  #equipment.water .flex02 {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px 0;
  }
  #equipment.water .flex02 .leftBox{
    padding-bottom: 50px;
  }
  #equipment.water .flex02 .itemBox {
    width: 45%;
    padding-bottom: 30px;
		

  }
 
}

@media screen and (max-width: 599px) {
	#equipment.water .flex01 {
		padding: 20px 0 20px 0;
	}
  #equipment.water .flex01 .rightBox {
    padding-top: 30px;
  }
 #equipment.water .flex01 .rightBox .itemBox,
  #equipment.water .flex02 .itemBox {
    width: 80%;
   max-width: 300px;
   margin: 0 auto;
  }
  #equipment.water .flex01 .rightBox .itemBox .imgBox,
  #equipment.water .flex02 .itemBox .imgBox {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  #equipment.water .imgMain {
    width: 110%;
    margin-left: -5%
  }

}

/*========================================*/
/*=============== equipment/Kitchen ==================*/
/*=========================================*/
#equipment.kitchen #h2Cat.forSp,
#equipment.powderroom #h2Cat.forSp {
  display: none;
}
#equipment.kitchen #h2Cat.forPc,
#equipment.powderroom #h2Cat.forPc{
  width: 65%;
  background-color: #003979;
  display: flex;
justify-content: center;
align-items: center;
  text-align: center;
  margin-bottom: 30px;
}
#equipment.kitchen #h2Cat img,
#equipment.powderroom #h2Cat img{
  width: 75%;
}

@media screen and (max-width : 959px ){
  #equipment.kitchen #h2Cat.forPc,
  #equipment.powderroom #h2Cat.forPc{
    display: none;
  }
  #equipment.kitchen #h2Cat.forSp,
  #equipment.powderroom #h2Cat.forSp{
    display: block;
    /*width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding: 0;
    padding-top: 0px;
    border: none;
    background-color: #003979;*/
  }
  #equipment.kitchen #h2Cat img,
  #equipment.powderroom #h2Cat img{
    width: 100%;
  }
	
}
@media screen and (max-width : 599px ){
}


/*========================================*/
/*=============== equipment/bathroom ==================*/
/*=========================================*/
#equipment.bathroom .flex01 .leftBox .itemWrap {
}
#equipment.bathroom .flex01 .leftBox .itemBox {
	width: 48%;
	max-width: 220px;
	margin-top: 30px;

}
#equipment.bathroom .imgMain {
height: auto;
}
#equipment.bathroom #select {
		background-color: #bae2f8;
	border-radius: 15px;
	padding: 20px 25px 10px;
	width: 100%;
}
#equipment.bathroom #select .flex {

}
#equipment.bathroom #select .flex .itemBox {
	width: 35%;
}
#equipment.bathroom #select .flex .itemBox .imgBox::after {
	bottom: -1.8em;
}
#equipment.bathroom #select .flex .itemBox p {
	text-align: left;
}
#equipment.bathroom #select .flex .txtBox {
	width: 30%;
}
#equipment.bathroom #select .flex .txtBox h3 {
	font-size:2vw;
	font-size: clamp(20px, 2vw, 32px);
}
#equipment.bathroom #select .flex .txtBox h4 {
	background-color: #c79f62;
	font-size: 1.6vw;
	line-height: 1;
	letter-spacing: 0;
	color: #fff;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 5em;
	height: 1.8em;
	margin: 0 auto;
}
#equipment.bathroom #select p {
	font-size: 16px;
	padding: 0.3em 0 0;
}
#equipment.bathroom #select p.caption {
	font-size: 10px;
	text-align: center;
	padding: 0;
}

#equipment.bathroom #kanta {
	background-color: #003442;
	padding: 30px;
	color: #fff;
	margin-top: 50px;
}
#kanta .titBox {
	width: 32%;
}
#kanta .titBox p {
	padding-top: 1em;
	font-size: 16px;
	text-align: justify;
}
#kanta .imgBox {
	width: 24%;
}
#kanta .spec {
	width: 40%;
}
#kanta .spec {}
#kanta .spec .item {
	width: 46%;
}
#kanta .spec .item dt {
	background-color: #cab19a;
	color: #fff !important;
	height: 2em !important;
	margin-bottom: 10px;
}
#kanta .spec .item dd {

}
#kanta .spec .item dd img {
	margin: 10px 0;
}
#kanta .spec .caption {
	padding-top: 1em;
}
#kanta .spec .line {
	width: 1px;
	background-color: #fff;
}

@media screen and (max-width : 959px ){
	#equipment.bathroom .flex01 .leftBox .itemWrap {
		width: 90%;
		max-width: 600px;
		margin: 0 auto;
	}
	#equipment.bathroom .flex01 .leftBox .itemWrap .itemBox {
		width: 45%;
		padding-top: 5%;
		max-width: inherit;
	}

	#equipment.bathroom #select .flex .itemBox .imgBox::after {
		bottom: -1.8em;
	}
	#equipment.bathroom #select .flex .itemBox p {
		text-align: left;
	}
	#equipment.bathroom #select .flex .txtBox {
		width: 100%;
		order: -1;
	}
			#equipment.bathroom #select .flex .itemBox {
		width: 45%;
	}
	#equipment.bathroom #select .flex .txtBox h3 {
		font-size: clamp(28px, 3.8vw, 30px);
	}
	#equipment.bathroom #select .flex .txtBox h4 {
		font-size: clamp(24px, 3.3vw, 26px);
	}
	#kanta .titBox {
		width: 100%;
	}
	#kanta .titBox > img {
		max-width: 300px;
	}
	#kanta .titBox p {
		font-size: 13px;
		padding-bottom: 1em;
	}
	#kanta .imgBox {
		width: 37%;
	}
	#kanta .spec {
		width: 60%;
	}
	#kanta .spec {}
	#kanta .spec .item {
		width: 46%;
	}
	#kanta .spec .item dd p {
		min-height: 4em;
	}

}

@media screen and (max-width : 599px ){
	#equipment.bathroom .flex01 .leftBox .itemWrap .itemBox {
		width: 80%;
		max-width: 300px;
		margin: 0 auto;
	}
	#equipment.bathroom #select .flex .txtBox h3 {
		font-size: 22px;
	}
	#equipment.bathroom #select .flex .itemBox {
		width: 100%;
	}
	#equipment.bathroom #select p {
		font-size: 18px;
		line-height: 1.3;
		padding: 0.3em 0 ;
	}
	#kanta .imgBox {
		width: 80%;
		max-width: 260px;
		margin: 0 auto;
	}
	#kanta .spec {
		width: 100%;
		padding-top: 30px;
	}
	#kanta .spec .item {
		width: 100%;
		max-width: 260px;
		margin: 0 auto;
	}
	#kanta .spec .line {
		display: none;
	}
	#kanta .spec .item dl {
		padding-bottom: 20px;
	}
	#kanta .spec .item dd p {
		min-height: auto;
	}
	#kanta .spec .item dd img {
		margin: 6px 0 0;
	}
}



/*========================================*/
/*=============== equipment/powderroom ==================*/
/*=========================================*/

#equipment.powderroom {}
#equipment.powderroom .imgMain {
	height: 100%;
}
#equipment.powderroom .flex01 {
	max-width: 960px;
	margin: 0 auto;
}
#equipment.water .flex01 .leftBox {
	
}


#equipment.powderroom .flex01 .rightBox .itemBox {
width: calc(100% / 2);
max-width: 200px;
}
#equipment.powderroom .flex01 .leftBox,
#equipment.powderroom .flex02 .leftBox{
    width: 49%;
    max-width: 460px;
    /*margin: 0 auto;*/
    
  }
#equipment.powderroom .flex01 .rightBox,
#equipment.powderroom .flex02 .rightBox
  {
    width: 47%;
    max-width: 440px;
   /* margin: 0 auto;*/
    justify-content: space-between;
  }

@media screen and (max-width : 959px ){
	#equipment.powderroom .flex01 .leftBox,
  #equipment.powderroom .flex02 .leftBox{
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    
  }
  #equipment.powderroom .flex01 .rightBox,
  #equipment.powderroom .flex02 .rightBox
  {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    justify-content: space-between;
  }
	#equipment.powderroom .flex01 .rightBox .itemBox {
    width: 45%;
    padding-top: 5%;
		max-width: inherit;
  }
	
}
@media screen and (max-width : 599px ){
	#equipment.powderroom .flex01 .rightBox .itemBox,
  #equipment.powderroom .flex02 .itemBox {
    width: 80%;
   max-width: 300px;
   margin: 0 auto;
  }
  #equipment.powderroom .flex01 .rightBox .itemBox .imgBox,
  #equipment.powderroom .flex02 .itemBox .imgBox {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
}

/*========================================*/
/*=============== equipment/Security ==================*/
/*=========================================*/

#equipment.security {}

#equipment.security #sec01 {
}
#equipment.security #sec01 h3 {
	font-size: 24px;
	text-align: left;
	padding: 0.5em 0 0;
}
#equipment.security #sec01 h4 {
	font-size: 20px;
	text-align: left;
}
#equipment.security #sec01 p {
	text-align: justify;
}

#equipment.security #sec01 .flex {
align-items: flex-end;
	padding: 30px 0;
	border-bottom: #999 solid 1px;
}
#equipment.security #sec01 .flex .item01 {
	width: 29%;
}
#equipment.security #sec01 .flex .item01 > div p {
	width: 58%;
}
#equipment.security #sec01 .flex .item01 > div .imgBox {
	width: 40%;
}
#equipment.security #sec01 .flex .item01 > .imgBox {
	padding-top: 10px;
}
#equipment.security #sec01 .flex .item02 {
	width: 27%;
}
#equipment.security #sec01 .flex .item02 > div:first-child {
	margin-bottom: 30px;
}
#equipment.security #sec01 .flex .item02 .imgBox {
	width: 52%;
}
#equipment.security #sec01 .flex .item02 p {
	width: 44%;
}
#equipment.security #sec01 .flex .item03,
#equipment.security #sec01 .flex .item04{
	width: 18%;
	align-self: stretch;
}

#equipment.security #sec01 .line {
		width: 1px;
	align-self: stretch;
	background-color: #999;
}
#equipment.security #sec01 .flex2 {
	padding: 30px 0;
}

#equipment.security #sec01 .flex2 .item01 {
	width: 30%;
}
#equipment.security #sec01 .flex2 .item01 .imgBox {
	width: 53%;
	max-width: 190px;
}
#equipment.security #sec01 .flex2 .item02 {
	width: 28%;
}
#equipment.security #sec01 .flex2 .item02 .imgBox {
	width: 51%;
	max-width: 170px;
}
#equipment.security #sec01 .flex2 .item03 {
	width: 33%;
}
#equipment.security #sec01 .flex2 .item03 .imgBox {
	width: 58%;
	max-width: 230px;
}
#equipment.security #sec01 .flex2 .itemBox dl {
	flex: 1;
	margin-left: 1em; 
}
#equipment.security #sec01 .flex2 .itemBox dt {
	height: 5em;
	text-align: left;
	justify-content: flex-start;
}
#equipment.security #sec02 {
	background-color: #edeae8;
	padding: 30px 50px;
}
#equipment.security #sec02 dl {
	padding-bottom: 20px;
}
#equipment.security #sec02 dt {
	justify-content: flex-start;
}
#equipment.security #sec02 dd {
	max-width: 600px;
	text-align: justify;
	line-height: 1.4;
}
#equipment.security #sec02 .capImg::after {
	bottom: -1em;
}

@media screen and (max-width : 959px ){
	#equipment.security #sec01 h3 {
		font-size: clamp(16px, 2.2vw, 18px);
		text-align: center;
		padding-top: 1em;
	}
	#equipment.security #sec01 h4 {
		font-size: clamp(14px, 2vw, 16px);
		text-align: center;
	}
	#equipment.security #sec01 .flex {
width: 90%;
		margin: 0 auto;
		padding-bottom: 30px;
	}
	#equipment.security #sec01 .flex .flex-container {
		padding-top: 30px;
	}
	#equipment.security #sec01 .flex .itemBox {
		width: 45%;
		
	}
	#equipment.security #sec01 .flex .item01,
	#equipment.security #sec01 .flex .item02 {
		border-bottom: #999 solid 1px;
		padding-bottom: 30px;
		
	}
	#equipment.security #sec01 .flex .line {
		margin: 15px 0;
		
	}
	#equipment.security #sec01 .flex .line02 {
		display: none;
	}
	#equipment.security #sec01 .flex2 .itemBox {
flex-wrap: wrap;
	}
	#equipment.security #sec01 .flex2 .imgBox {
		max-width: 230px;
		margin: 0 auto;
	}
	#equipment.security #sec01 .flex2 .itemBox dl {
		flex: none;
		margin-left: 0; 
		width: 100%;
	}
	#equipment.security #sec01 .flex2 .itemBox dt {
		justify-content: center;
	}

}

@media screen and (max-width: 599px) {
	#equipment.security #sec01 h3 {
		font-size: 18px;
	font-size: clamp(17px, 4.8vw, 19px);
	padding: 1em 0;
	}
	#equipment.security #sec01 .flex {
		max-width: 320px;
		
	}
	
	#equipment.security #sec01 .flex .itemBox {
		width: 100%;
		padding: 15px 0;
		border-bottom: #999 solid 1px;
		
	}
	#equipment.security #sec01 .flex .flex-container {
		padding-top: 0px;
		align-items: flex-start;
	}
	#equipment.security #sec01 .flex .line {
		margin: 0;
	}
	#equipment.security #sec01 .flex .item03 .imgBox,
	#equipment.security #sec01 .flex .item04 .imgBox {
		width: 80%;
		margin: 0 auto;
	}
	#equipment.security #sec01 .flex2 .itemBox {
		width: 90%;
		margin: 15px auto;
		padding-bottom: 15px;
		border-bottom: #999 solid 1px;
	}
	#equipment.security #sec01 .flex2 .line {
		display: none;
	}
	#equipment.security #sec01 .flex {
		border: none;
		padding-bottom: 0;
	}
	#equipment.security #sec01 .flex2 {
		padding: 0px 0;
	}
	#equipment.security #sec02 {
		padding: 20px 15px;
	}
	#equipment.security #sec02 dt {
		justify-content: center;
	}

}



/*========================================*/
/*=============== equipment/Structure ==================*/
/*=========================================*/

#equipment.structure {}


#equipment.structure #sec02 {
	padding: 3% 0;
}
#equipment.structure #sec02 .flex {
	
	justify-content: center;
	max-width: 900px;
	margin: 0 auto;
}
#equipment.structure #sec02 .flex .itemBox {
	width: calc(100% / 3);
	padding: 30px 0;
}
#equipment.structure #sec02 .flex .itemBox:nth-child(1),
#equipment.structure #sec02 .flex .itemBox:nth-child(2),
#equipment.structure #sec02 .flex .itemBox:nth-child(3)
{
	border-bottom: #999 solid 1px;
}
#equipment.structure #sec02 .flex .itemBox:nth-child(2),
#equipment.structure #sec02 .flex .itemBox:nth-child(5)
{
	border-left: #999 solid 1px;
	border-right: #999 solid 1px;
}
#equipment.structure #sec02 .flex .itemBox .imgBox,
#equipment.structure #sec02 .flex .itemBox dl{
	width: 80%;
	max-width: 200px;
	margin: 0 auto;
}

@media screen and (max-width : 959px ){

}

@media screen and (max-width: 599px) {
	#equipment.structure #sec02 .flex .itemBox {
		width: 100%;
		padding: 30px 0;
		border-bottom: #999 solid 1px;

	}
	#equipment.structure #sec02 .flex .itemBox:nth-child(2), #equipment.structure #sec02 .flex .itemBox:nth-child(5) {
		border-left: #999 solid 0px;
		border-right: #999 solid 0px;
	}
	#equipment.structure #sec02 .flex .itemBox {
		width: 90%;
		max-width: 300px;
		margin: 0 auto;
	}
	#equipment.structure #sec02 .flex .itemBox .imgBox, #equipment.structure #sec02 .flex .itemBox dl {
		width: 100%;
		max-width: inherit;
		margin: 0 auto;
	}
	#equipment.structure #sec02 .flex .itemBox .imgBox {
		width: 100%;
		max-width: 260px;
		margin: 0 auto;
	}

}



/*========================================*/
/*=============== equipment/Eco ==================*/
/*=========================================*/

#equipment.eco {}


#equipment.eco .caption {
  font-size: 10px;
}
#equipment.eco .sec01,
#equipment.eco .sec02,
#equipment.eco .sec03{
  padding: 30px 0;
  max-width: 920px;
  align-items: center;
  border-bottom: #777 solid 1px;
}
#equipment.eco .sec01 {
  margin-top: 20px;
	
}
#equipment.eco .sec01 h3 {
	font-size: 24px;
	width: 100%;
	text-align: left;
}
#equipment.eco .sec01 h4 {
	font-size: 19px;
	width: 100%;
	text-align: left;
	padding-bottom: 0.5em;
}

#equipment.eco .sec01 > div {
	width: 100%;
	margin: 0 auto;
}
#equipment.eco .sec01 > div p {
	padding-top: 1em;
	text-align: justify;
}
#equipment.eco .sec01 .leftBox {
	width: 26%;
	max-width: 236px;
}
#equipment.eco .sec01 .centerBox {
 width: 37%;
	max-width: 334px;
}
#equipment.eco .sec01 .rightBox {
 width: 28%;
	max-width: 250px;
}
#equipment.eco .sec01 .txtBox p {
	padding: 0.5em 0;
}

#equipment.eco .sec02 {
  
}
#equipment.eco .sec02 > div {
	width: 100%;
  max-width: 750px;
	margin: 0 auto;
}
#equipment.eco .sec02 > div .itemBox {
	width: 30%;
	max-width: 200px;
}


#equipment.eco .sec03 {
    border: none;
}
#equipment.eco .sec03 > div {
   
}
#equipment.eco .sec03 .leftBox {
   width: 44%;
	max-width: 400px;
}
#equipment.eco .sec03 .leftBox dl {
	padding-bottom: 30px;
}
#equipment.eco .sec03 .leftBox dt {
	justify-content: flex-start !important;
	font-size: 17px !important;
}
#equipment.eco .sec03 .rightBox {
	width: 54%;
	max-width: 490px;
   
}





@media screen and (max-width : 959px ){
	#equipment.eco .sec01 h3 {
		font-size: clamp(20px, 2.7vw, 22px);
		text-align: center;padding-bottom: 1em;
	}
	#equipment.eco .sec01 h4,#equipment #contentWrap dt {
		font-size: clamp(16px, 2.2vw, 18px);
	}
	#equipment.eco .sec01 > div p {
		font-size: clamp(12px, 1.7vw, 14px);
		line-height: 1.5;
	}

}

@media screen and (max-width: 599px) {
	#equipment.eco .sec01 h3 {
		font-size: clamp(18px, 5.1vw, 20px);
	}
 #equipment.eco .sec01 {
	 margin: 0 auto;
	 
	}
	#equipment.eco .sec01 h4, #equipment #contentWrap dt {
		font-size: clamp(15px, 4.3vw, 17px);
		text-align: center;
	}
	#equipment.eco .sec01 .leftBox {
		width: 100%;
		max-width: 260px;
		margin: 0 auto;
		padding: 15px 5%;
	}
	#equipment.eco .sec01 .centerBox {
		width: 100%;
		padding: 15px 5%;
		max-width: 260px;
		margin: 0 auto;
	}
	#equipment.eco .sec01 .rightBox {
		width: 100%;
		padding: 15px 5%;
		max-width: 260px;
		margin: 0 auto;
	}
	#equipment.eco .sec02 > div .itemBox {
		width: 90%;
		max-width: 350px;
		margin: 0 auto;
		padding-bottom: 30px;
	}
	#equipment.eco .sec02 > div .itemBox .imgBox {
		max-width: 240px;
		margin: 0 auto;
	}
	#equipment.eco .sec03 .leftBox,#equipment.eco .sec03 .rightBox {
	width: 100%;
	max-width: 340px;
		margin: 0 auto;
	}
	#equipment.eco .sec01 h4, #equipment #contentWrap dt {
		justify-content: center !important;
		width: 100%;
	}
  
}


/*========================================*/
/*=============== equipment/comfort ==================*/
/*=========================================*/
#equipment.comfort  {

}
#equipment.comfort #sec01,#equipment.comfort #sec02,#equipment.comfort #sec03,#equipment.comfort #sec04  {
padding-bottom: 30px;
}
#equipment.comfort #wrapper p  {
text-align: justify;
}
#equipment.comfort #sec01 {}
#equipment.comfort #sec01 .flex {
	padding-top: 30px
}
#equipment.comfort #sec01 .flex > div {
	width: 47%;
	max-width: 560px;
}
#equipment.comfort #sec01 .flex .leftBox {}
#equipment.comfort section h3 {
	font-size: 1.6vw;
	font-size: clamp(14px, 1.9vw, 24px);
	padding-bottom: 1em;
	text-align: left;
}
#equipment.comfort #sec01 > div .leftBox .flex1 {
	
}
#equipment.comfort #sec01 > div .leftBox .flex1 h4 {
	width: 65%;
	font-size: 2.0vw;
	font-size: clamp(14px, 2.4vw, 28px);
	flex: 1;
	margin-right: 1em;
	text-align: left;
}
#equipment.comfort #sec01 > div .leftBox .flex1 h4 span {
	font-size: 65%;
	display: block;
}
#equipment.comfort #sec01 > div .leftBox .flex1 .logo {
	width: 32%;
	max-width: 180px;
}
#equipment.comfort #sec01 .flex .leftBox p {
	font-size: 14px;
	text-align: justify;
	line-height: 2;
	padding-top: 1em;
}
#equipment.comfort #sec01 > div .rightBox {}
#equipment.comfort #sec01 > div .rightBox .flex2 {
	padding: 20px 0;
}
#equipment.comfort #sec01 > div .rightBox .flex2 ul {
	text-align: left;
	width: 48%;
}
#equipment.comfort #sec01 > div .rightBox .flex2 li {
	text-indent: -1em;
	margin-left: 1em;
	font-size: 1.3vw;
	font-size: clamp(10px, 1.3vw, 16px);
	line-height: 1.3;
	padding: 0.2em 0;
}
#equipment.comfort #sec01 > div .rightBox .flex2 li::before {
	content: "◉";
	color: #409fbd;
}
#equipment.comfort #sec01 > div .rightBox .flex2 li span {
	color: #409fbd;
}
#equipment.comfort #sec01 > div .rightBox .flex2 .imgBox {
	width: 50%;
	max-width: 280px;
}
#equipment.comfort #sec01 > div .rightBox .flex2 li sup {
	margin-left: 2em;
	vertical-align: super;
}

#equipment.comfort #sec02 {}
#equipment.comfort #sec02 .flex {
	padding: 30px 0;
}
#equipment.comfort #sec02 .flex .leftBox {
	width: 41%;
	max-width: 490px;
}
#equipment.comfort #sec02 .flex .leftBox .flex1 {
	padding-top: 20px;
}
#equipment.comfort #sec02 .flex .leftBox .itemBox {
	width: 22%;
	max-width: 106px;
}
#equipment.comfort #sec02 .flex .leftBox .itemBox p {
	font-size: 11px;
	line-height: 1.3;
	letter-spacing: -0.05em;
}
#equipment.comfort #sec02 .flex .leftBox .itemBox h5 {
	font-size: 11px;
	letter-spacing: -0.05em;
	text-align: left;
	padding: 0.2em 0;
	margin-bottom: 0.2em;
	border-bottom: #999 solid 1px;
	line-height: 1.2;
	height: 3em;
	display: flex;
justify-content: flex-start;
align-items: center;
}
#equipment.comfort #sec02 .flex .rightBox {
	width: 56%;
	max-width: 670px;
}
#equipment.comfort #sec02 .flex .rightBox h4 {
	text-align: left;
	font-size: 18px;
	padding-bottom: 0.3em;
}
#equipment.comfort #sec02 .flex .rightBox .flex2 {
	
}
#equipment.comfort #sec02 .flex .rightBox .flex2 .leftBox {
	max-width: 290px;
}
#equipment.comfort #sec02 .flex .rightBox .flex2 .rightBox {
	max-width: 340px;
}
#equipment.comfort #sec02 .flex .rightBox .kanri {
	max-width: 430px;
	margin: 0 auto;
	margin-top: 20px;
}

#equipment.comfort #sec03,
#equipment.comfort #sec04
{

}
#equipment.comfort #sec03 h3,
#equipment.comfort #sec04 h3 {
	padding-top: 1em;
}
#equipment.comfort #sec03 .flex,
#equipment.comfort #sec04 .flex{
	max-width: 940px;
	margin: 0 auto;
}
#equipment.comfort #sec03 .flex .itemBox,
#equipment.comfort #sec04 .flex .itemBox{
	width: 23%;
	max-width: 200px;
	padding-bottom: 30px;
}


#equipment.comfort #sec04 {}

#equipment.comfort #sec05 {
	max-width: 940px;
	background-color: #00585e;
	color: #fff;
	padding: 30px 0;
}
#equipment.comfort #sec05 .flex {
	width: 94%;
	max-width: 880px;
	margin: 0 auto;
}
#equipment.comfort #sec05 .flex .leftBox {
	width: 43%;
	max-width: 370px;
}
#equipment.comfort #sec05 .flex .leftBox h3 {
	font-size: 32px;
	line-height: 1.3;
	padding-bottom: 15px;
}
#equipment.comfort #sec05 .flex .leftBox h3 span {
	display: block;
	width: 100%;
	font-size: 60%;
	position: relative;
	padding-bottom: 0.5em;
}
#equipment.comfort #sec05 .flex .leftBox h3 span::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,1) 60%, rgba(255,255,255,0) 100%);
}
#equipment.comfort #sec05 .flex .leftBox .imgBox {
	position: relative;
}
#equipment.comfort #sec05 .flex .leftBox .imgBox::after {
	content: "image photo";
	font-size: 10px;
	position: absolute;
	right: 0.3em;
	bottom: 0.3em;
	color: #fff;
}
#equipment.comfort #sec05 .flex .rightBox {
	width: 55%;
}
#equipment.comfort #sec05 .flex .rightBox .flex02 {}
#equipment.comfort #sec05 .flex .rightBox .flex02 p {
	flex: 1;
	margin-right: 1em;
	font-size: 15px;
}
#equipment.comfort #sec05 .flex .rightBox .flex02 .figBox {
	max-width: 186px;
}
#equipment.comfort #sec05 .flex .rightBox ul {
	padding-top: 30px;
}
#equipment.comfort #sec05 .flex .rightBox ul li {
	background-color: #fff;
	border-radius: 10px;
	width: 32%;
	height: 8em;
	color: #a48956;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	letter-spacing: 0;
	
}
#equipment.comfort #sec05 .flex .rightBox ul .li01 .brSp {
	display: inline;
}




@media screen and (max-width : 959px ){
	#equipment.comfort #sec01 .flex .leftBox,
	#equipment.comfort #sec01 .flex .rightBox,
	#equipment.comfort #sec02 .flex .leftBox,
	#equipment.comfort #sec02 .flex .rightBox{
		width: 100%;
		padding: 15px 0;
	}
	#equipment.comfort #sec01 .flex,
	#equipment.comfort #sec02 .flex {
		max-width: 500px;
		margin: 0 auto;
	}
	#equipment.comfort #sec01 > div .leftBox .flex1 h4 {
	font-size: clamp(22px, 3.0vw, 24px);
	}
	#equipment.comfort #sec01 .flex .leftBox p,
	#equipment.comfort #sec02 .flex .leftBox p {
		font-size: clamp(12px, 1.7vw, 14px);
		line-height: 1.6;
		padding-top: 1em;
	}
	#equipment.comfort #sec01 > div .rightBox .flex2 li {
		font-size: clamp(13px, 1.9vw, 15px);
	}
	#equipment.comfort section h3 {
		font-size: clamp(16px, 2.2vw, 18px);
		padding-bottom: 0;
	}
	#equipment.comfort #sec02 .flex .rightBox .flex2 .leftBox,
	#equipment.comfort #sec02 .flex .rightBox .flex2 .rightBox{
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	#equipment #contentWrap dt {
		font-size: clamp(13px, 1.9vw, 15px);
	}
	#equipment #contentWrap dd {
		font-size: clamp(12px, 1.7vw, 14px);
		line-height: 1.5;
	}
	#equipment.comfort #sec05 {
    max-width: 100%;
		margin-bottom: 30px;
	}
	#equipment.comfort #sec05 .flex .leftBox {
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
	}
	#equipment.comfort #sec05 .flex .rightBox{
		width: 100%;
		max-width: 100%;
		padding-top: 20px;
	}
	#equipment.comfort #sec05 .flex .rightBox ul li {
		font-size: clamp(13px, 1.9vw, 15px);
	}

}

@media screen and (max-width : 599px ){
	

	#equipment.comfort #sec01 .flex,
	#equipment.comfort #sec02 .flex {
		padding-top: 0px;
		
	}
	#equipment.comfort #sec01 > div .leftBox .flex1 {
		display: block;
		
	}
	#equipment.comfort #sec01 > div .leftBox .flex1 h4 {
		width: 100%;
		margin-right: 0;
			font-size: clamp(21px, 5.9vw, 23px);
		text-align: center;
	}
	#equipment.comfort #sec01 > div .leftBox .flex1 .logo {
	width: 100%;
	max-width: 180px;
		margin: 0 auto;
	}
	#equipment.comfort section h3 {
		font-size: 17px;
		font-size: clamp(16px, 4.6vw, 18px);
		line-height: 1.3;
		text-align: center;
		padding-bottom: 1em;
	}
	#equipment.comfort #sec01 .flex .leftBox p, #equipment.comfort #sec02 .flex .leftBox p {
	font-size: 14px;
		size: clamp(13px, 3.7vw, 15px);
		padding: 1em;

	}
	#equipment.comfort #sec02 .flex .rightBox .flex2 .leftBox,
	#equipment.comfort #sec02 .flex .rightBox .flex2 .rightBox{
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	#equipment #contentWrap dt {
		font-size: 15px;
		font-size: clamp(14px, 4vw, 16px);
	}
	#equipment #contentWrap dd {
		font-size:13px;
		font-size: clamp(12px, 3.5vw, 14px);
		line-height: 1.5;
	}
	#equipment.comfort #sec01 > div .rightBox .flex2 {

		text-align: center;
		margin: 0 auto;
	}
	#equipment.comfort #sec01 > div .rightBox .flex2 ul
	{
		width: 100%;
		margin: 0 auto;
	}
	#equipment.comfort #sec01 > div .rightBox .flex2 .imgBox {

		width: 100%;
		max-width: 300px;
		margin: 0 auto;
	}
	#equipment.comfort #sec01 > div .rightBox .flex2 ul {
	}
	#equipment.comfort #sec01 > div .rightBox .flex2 li {
		font-size:15px;
		font-size: clamp(14px, 4vw, 16px);
	}
	#equipment.comfort #sec01 > div .rightBox .flex2 li br {
		display: none;
	}
	#equipment.comfort #sec02 .flex .leftBox .flex1 {
		max-width: 340px;
		margin: 0 auto;
	}
	#equipment.comfort #sec02 .flex .leftBox .itemBox {
	width: 48%;
	max-width: 200px;
		padding-bottom: 20px;
	}
	#equipment.comfort #sec02 .flex .leftBox .itemBox h5 {
		font-size: clamp(12px, 3.5vw, 14px);
		height: 2.4em;
		font-weight: normal;
		justify-content: center;
	}
	#equipment.comfort #sec02 .flex .leftBox .itemBox p {
	font-size: 12px;
	line-height: 1.3;
	letter-spacing: 0em;
		padding-top: 0;
	}
	#equipment.comfort #sec02 .flex .rightBox h4 {
		font-size: 16px;
		font-size: clamp(15px, 4.3vw, 17px);
		text-align: center;
	}
	#equipment.comfort #sec02 .flex .rightBox .kanri {
		max-width: 260px;
	}
	#equipment.comfort #sec03 .flex, 
	#equipment.comfort #sec04 .flex {
		max-width: 360px;
	}
	#equipment.comfort #sec03 .flex .itemBox, 
	#equipment.comfort #sec04 .flex .itemBox {
	width: 90%;
	max-width: 360px;
		margin: 0 auto;
	}
	#equipment.comfort #sec03 .flex .itemBox .imgBox, 
	#equipment.comfort #sec04 .flex .itemBox .imgBox {
	width: 100%;
	max-width: 260px;
		margin: 0 auto;
	}
	





	#equipment.comfort #sec01 > div .rightBox .flex2 li br {
		/*display: none;*/
	}
	#equipment.comfort #sec01 > div .rightBox .flex2 .imgBox {
padding-top: 20px;
	}
	
	#equipment.comfort #sec05 .flex {
		width: 90%;
	}
	#equipment.comfort #sec05 .flex .leftBox h3 {
		font-size: clamp(26px, 3.5vw, 28px);
	}
	#equipment.comfort #sec05 .flex .rightBox .flex02 {
		display: block;
	}
	#equipment.comfort #sec05 .flex .rightBox .flex02 p {
font-size: 3.7vw;
		font-size: clamp(13px, 3.7vw, 15px);
		width: 100%;
		margin: 1em 0;
	}
	#equipment.comfort #sec05 .flex .rightBox .flex02 .figBox {
		width: 70%;
		max-width: 150px;
		margin: 0 auto;
	}
	#equipment.comfort #sec05 .flex .rightBox ul {
    padding-top: 10px;
}
	#equipment.comfort #sec05 .flex .rightBox ul li {
		width: 100%;
        font-size: 3.7vw;
		font-size: clamp(13px, 3.7vw, 15px);
		margin-top: 10px;
		height: 4.5em;
		padding: 0 2em;
    }
	#equipment.comfort #sec05 .flex .rightBox ul li br {
		display: none;
	}
	#equipment.comfort #sec05 .flex .rightBox ul li br.brSp {
		display: inline;
	}
	#equipment.comfort #sec05 .flex .leftBox h3 span {
		font-size: 75%;
		margin-bottom: 10px;
	}

}


 