/* fv */
body.equipment section#fv .txt {
  color: var(--bodycolor);
}
body.equipment section#fv .annotation {
  color: var(--maincolor);
}

body.equipment section#highquality > .copy {
  padding: 4rem 0;
  color: var(--bodycolor);
  background-image: url(../img/equipment/bg1.webp);
  background-position: center;
  background-size: cover;
}
body.equipment section#highquality > .copy .hcopy {
  padding-bottom: 2rem;
}
body.equipment section#highquality > .copy .bcopy {
  line-height: 2em;
}

body.equipment section#highquality .refa {
  padding: 4rem 0;
  background-image: url(../img/equipment/bg2.webp);
  background-position: center;
  background-size: cover;
}

body.equipment section#highquality .refa .defaultequipment {
  display: flex;
  align-items: flex-end;
  gap: 40px;
  margin: auto;
  max-width: 800px;
}
body.equipment section#highquality .refa .defaultequipment > img {
  width: 40%;
  height: fit-content;
}
body.equipment section#highquality .refa .defaultequipment > div {
  width: calc(60% - 40px);
}
body.equipment section#highquality .refa .defaultequipment > div .hcopy {
  line-height: 2em;
}
body.equipment section#highquality .refa .defaultequipment > div img {
  padding-top: 2rem;
  width: 100%;
}

body.equipment section#highquality .refa .bubble {
  margin: auto;
  padding: 4rem 0;
  max-width: 800px;
}
body.equipment section#highquality .refa .bubble h2.hcopy {
  display: inline;
  font-size: 2.4rem;
  text-align: justify;
  border-bottom: var(--maincolor) solid 1px;
}
body.equipment section#highquality .refa .bubble h2.hcopy + img {
  display: block;
  margin: 2rem auto;
}
body.equipment section#highquality .refa .bubble .bcopy {
  line-height: 1.8rem;
  text-align: justify;
}
body.equipment section#highquality .refa .bubble h3 {
  padding-top: 4rem;
  font-size: 2rem;
  font-weight: 400;
  text-align: justify;
}
body.equipment section#highquality .refa .bubble h3 + .bcopy {
  padding-top: 1.5rem;
}

body.equipment section#highquality .refa .bubble ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 2rem;
}
body.equipment section#highquality .refa .bubble ul li {
  list-style: none;
  width: calc(50% - 20px);
}
body.equipment section#highquality .refa .bubble ul li:first-child {
  display: flex;
  gap: 40px;
  width: 100%;
}
body.equipment section#highquality .refa .bubble ul li > div {
  width: calc(50% - 20px);
}
body.equipment section#highquality .refa .bubble ul li .title {
  display: inline-block;
  padding: .5em;
  border: var(--maincolor) solid 1px;
}
body.equipment section#highquality .refa .bubble ul li .explanation {
  padding-top: .5rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

body.equipment section#highquality .refa .bubble ul li > div.images {
  display: flex;
  gap: 10px;
}
body.equipment section#highquality .refa .bubble ul li > div.images figure {
  width: calc(50% - 5px);
}
body.equipment section#highquality .refa .bubble ul li > div.images figure img {
  width: 100%;
}
body.equipment section#highquality .refa .bubble ul li > div.images figure figcaption {
  font-size: .75rem;
}

body.equipment section#highquality .refa .bubble ol {
  display: flex;
  gap: 12px;
  padding-top: 2rem;
}
body.equipment section#highquality .refa .bubble ol li {
  list-style: none;
  width: calc(25% - 4px);
}
body.equipment section#highquality .refa .bubble ol li figure img {
  width: 100%;
}
body.equipment section#highquality .refa .bubble ol li figure figcaption {
  font-size: .75rem;
}

body.equipment section#highquality .dandream {
  padding: 4rem 0;
  background-color: #fce7d5;
}
body.equipment section#highquality .dandream > div {
  display: flex;
  gap: 40px;
  justify-content: space-around;
  align-items: center;
}
body.equipment section#highquality .dandream > div .copy .hcopy {
  position: relative;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  text-align: left;
  letter-spacing: .05em;
}
body.equipment section#highquality .dandream > div .copy .hcopy:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 140%;
  height: 1px;
  background-color: var(--maincolor);
}
body.equipment section#highquality .dandream > div .copy .hcopy span {
  position: absolute;
  right: 0;
  bottom: -2rem;
  font-size: .8rem;
}
body.equipment section#highquality .dandream > div .copy .bcopy {
  text-align: left;
}

body.equipment section#highquality .dandream > div img {
  display: block;
  width: 25%;
  border: var(--maincolor) solid 1px;
}


/* type */
body.equipment section.type {
  padding: 4rem 0;
}
body.equipment section.type h2.hcopy {
  font-family: "Cinzel", serif;
  font-weight: 400;
  font-size:3rem;
}
body.equipment section.type h2.hcopy span {
  padding-left: .5rem;
  font-size: 1.5rem;
  letter-spacing: 0;
}
body.equipment section.type .bcopy {
  font-size: 1.35rem;
  letter-spacing: .2rem;
  font-weight: 400;
}
body.equipment section.type h3 {
  margin: 4rem 0 2rem;
  font-family: "Cinzel", serif;
  font-weight: 400;
  font-size:1.6rem;
  line-height: .9rem;
  color: #0060a5;
  border-bottom: #0060a5 solid 1px;
}

body.equipment section.type ul {
  padding-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
body.equipment section.type ul li {
  position: relative;
  list-style: none;
}
body.equipment section.type ul li:first-child {
  width: calc(66.67% - 20px);
}
body.equipment section.type ul li:nth-child(2) {
  width: calc(33.33% - 40px);
}
body.equipment section.type ul li:nth-child(2) > div {
  padding-bottom: 30px;
}
body.equipment section.type ul li:last-child {
  display: flex;
  gap: 60px;
  width: 100%;
}
body.equipment section.type ul li:last-child > div {
  width: calc(33.33% - 40px);
}

body.equipment section.type ul li img {
  width: 100%;
}
body.equipment section.type ul li:first-child img.flag {
  position: absolute;
  left: -10px;
  top: -10px;
  z-index: 1;
  width: 25%;
}
body.equipment section.type ul li .name {
  padding: 1rem 0;
  font-size: 1.2rem;
  text-align: center;
}
body.equipment section.type ul li .explanation {
  font-size: .9rem;
  line-height: 1.5rem;
}

body.equipment section.type .sanitary ul li:nth-child(-n+2) {
  width: calc(50% - 30px);
}
body.equipment section.type .sanitary ul li:nth-child(n+3) {
  display: block;
  width: calc(33.33% - 40px);
}

body.equipment section#type1 {
  background-color: #e1dbcc;
}


/* security */
body.equipment section#security {

}
body.equipment section#security > .copy {
  position: relative;
  padding: 6rem 0;
  color: var(--bodycolor);
  background-image: url(../img/equipment/bg3.webp);
  background-position: center;
  background-size: cover;
}
body.equipment section#security > .copy h2 {
  padding-bottom: 2rem;
  font-family: "Cinzel", serif;
  font-weight: 400;
  font-size: 2.5rem;
}
body.equipment section#security > .copy .hcopy {
  padding-bottom: 2rem;
  font-size: 2.5rem;
  text-align: left;
}
body.equipment section#security > .copy .bcopy {
  line-height: 2em;
  text-align: left;
}
body.equipment section#security > .copy .annotation {
  left: unset;
  right: 10px;
}


body.equipment section#smartcall {
  position: relative;
  padding: 4rem 0;
  background-image: url(../img/equipment/bg4.webp);
  background-position: center top;
  background-size: cover;
}
body.equipment section#smartcall .title {
  display: flex;
  align-items: center;
  gap: 40px;
}
body.equipment section#smartcall .title img {
  width: 25%;
}
body.equipment section#smartcall .title p {
  font-size: 3rem;
}

body.equipment section#smartcall ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding: 2rem 0;
}
body.equipment section#smartcall ul li {
  list-style: none;
}
body.equipment section#smartcall ul li figure {
  text-align: center;
}
body.equipment section#smartcall ul li figure img {
  width: 100%;
}
body.equipment section#smartcall ul li:first-child {
  width: 40%;
}
body.equipment section#smartcall ul li:nth-child(2) {
  width: calc(60% - 40px);
}
body.equipment section#smartcall ul li:nth-child(3) {
  width: calc(70% - 40px);
}
body.equipment section#smartcall ul li:nth-child(4) {
  width: 30%;
}


body.equipment section#smartcall ul li:first-child figure img {
  width: 85%;
}

body.equipment section#smartcall ul li .name {
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
  line-height: 2rem;
  border-bottom: var(--maincolor) solid 1px;
}
body.equipment section#smartcall ul li:nth-child(3) .name {
  padding-top: 2rem;
}
body.equipment section#smartcall ul li:nth-child(5) {
  padding-top: 2rem;
}
body.equipment section#smartcall ul li:nth-child(5) p {
  width: 30%;
}
body.equipment section#smartcall ul li:nth-child(5) figure {
  margin-top: -13rem;
  text-align: right;
}
body.equipment section#smartcall ul li:nth-child(5) figure img {
  width: 80%;
}
body.equipment section#smartcall ul li:nth-child(5) figure figcaption {
  padding-left: 10%;
  color: var(--maincolor);
}

body.equipment section#smartcall ul li .explanation {
  margin-bottom: 2rem;
  font-size: .9rem;
  line-height: 1.5rem;
}


/* alsok */
body.equipment section#alsok {
  padding: 4rem 0;
  background-color: #d5d6db;
}
body.equipment section#alsok .system {
  display: flex;
  gap: 80px;
}
body.equipment section#alsok .system .copy {
  width: calc(40% - 80px);
  letter-spacing: 0;
}
body.equipment section#alsok .system .copy .title {
  padding-bottom: .8rem;
  text-align: center;
  line-height: 1.8rem;
  border-bottom: var(--maincolor) solid 1px;
}
body.equipment section#alsok .system .copy .title span {
  font-size: 1.1rem;
  letter-spacing: .1em;
}
body.equipment section#alsok .system .copy .explanation {
  padding: .8rem 0 2rem;
  font-size: .9rem;
}
body.equipment section#alsok .system .copy figure {
  margin: auto;
  width: 100%;
  max-width: 190px;
}
body.equipment section#alsok .system .copy figure img {
  width: 100%;
}

body.equipment section#alsok .camera {
  display: flex;
  align-items: center;
  gap: 40px;
  margin: 4rem auto 0;
  width: 100%;
  max-width: 800px;
}
body.equipment section#alsok .camera > div {
  width: 35%;
}
body.equipment section#alsok .camera > div .name {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: var(--subcolor) solid 1px;
}body.equipment section#alsok .camera > div .explanation {
  padding-top: .8rem;
  font-size: .8rem;
  line-height: 1.5rem;
}
body.equipment section#alsok .camera > div figure {
  width: 100%;
  border: transparent solid 6px;
  outline: var(--subcolor) solid 1px;
}
body.equipment section#alsok .camera > div figure img {
  width: 100%;
}
body.equipment section#alsok .camera > figure {
  width: calc(60% - 40px);
}
body.equipment section#alsok .camera > figure img {
  width: 100%;
}

body.equipment section#alsok ul {
  padding: 2rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
body.equipment section#alsok ul li {
  list-style: none;
  width: calc(33.33% - 34px);
}
body.equipment section#alsok ul li figure {
  position: relative;
}
body.equipment section#alsok ul li figure img {
  width: 100%;
}
body.equipment section#alsok ul li figure figcaption {
  left: unset;
  right: 10px;
}
body.equipment section#alsok ul li:first-child figure figcaption,
body.equipment section#alsok ul li:nth-child(4) figure figcaption,
body.equipment section#alsok ul li:nth-child(5) figure figcaption {
  color: var(--maincolor);
}
body.equipment section#alsok ul li .name {
  padding: 1rem 0;
  font-size: 1.2rem;
  text-align: center;
}
body.equipment section#alsok ul li .explanation {
  font-size: .9rem;
  line-height: 1.5rem;
}

/* facilities */
body.equipment section#facilities {
  padding: 4rem 0;
  color: var(--bodycolor);
  background-color: #141441;
}
body.equipment section#facilities .title {
  margin-bottom: 2rem;
  font-family: "Cinzel", serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: .9rem;
  text-align: center;
  border-bottom: var(--bodycolor) solid 1px;
}
body.equipment section#facilities ul {
  display: flex;
  gap: 30px;
}
body.equipment section#facilities ul li {
  list-style: none;
  width: calc(25% - 20px)
}
body.equipment section#facilities ul li figure {
  position: relative;
}
body.equipment section#facilities ul li figure img {
  width: 100%;
}
body.equipment section#facilities ul li figure figcaption {
  left: unset;
  right: 5px;
}
body.equipment section#facilities ul li:last-child figure figcaption {
  color: var(--maincolor);
}
body.equipment section#facilities ul li .name {
  padding: 1rem 0;
  font-size: 1.2rem;
  text-align: center;
}
body.equipment section#facilities ul li .explanation {
  font-size: .9rem;
  line-height: 1.5rem;
}

body.equipment section#facilities .container > .annotation {
  position: relative;
  padding-top: 2rem;
  text-align: right;
}


/* structure */
body.equipment section#structure {

}
body.equipment section#structure > .copy {
  position: relative;
  padding: 20rem 0 2rem;
  background-image: url(../img/equipment/bg5.webp);
  background-position: center bottom;
  background-size: cover;
}
body.equipment section#structure .copy h2 {
  font-family: "Cinzel", serif;
  font-weight: 400;
  font-size: 5.3rem;
  color: #b9b48e;
  text-align: center;
}
body.equipment section#structure .copy .hcopy {
  padding-top: 1.8rem;
  color: #b9b48e;
}
body.equipment section#structure .copy .annotation {
  left: unset;
  right: 5px;
}

body.equipment section#structure .investigation {
  position: relative;
  padding: 6rem 0;
  background-image: url(../img/equipment/bg6.webp);
  background-position: center top;
  background-size: cover;
}
body.equipment section#structure .investigation .box {
  padding: 6rem;
  background-color: var(--bodycolor);
}
body.equipment section#structure .investigation .box .title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: .3em;
  text-align: center;
}
body.equipment section#structure .investigation .box ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 60px;
  row-gap: 40px;
  padding: 3rem 0 1rem;
}
body.equipment section#structure .investigation .box ul li {
  list-style: none;
  width: calc(50% - 30px);
}
body.equipment section#structure .investigation .box ul li .name {
  padding: .8rem 0;
  font-size: 1.2rem;
  text-align: center;
  color: var(--bodycolor);
  background-color: #141441;
}
body.equipment section#structure .investigation .box ul li .explanation {
  padding: .8rem 0 0;
  font-size: .9rem;
  line-height: 1.5rem;
}
body.equipment section#structure .investigation .box ul + .annotation {
  position: static;
  text-align: right;
  color: var(--maincolor);
}

body.equipment section#structure .investigation .box ol {
  display: flex;
  gap: 30px;
  margin-top: 4rem;
}
body.equipment section#structure .investigation .box ol li {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 30px;
}
body.equipment section#structure .investigation .box ol li:first-child {
  width: 60%;
}
body.equipment section#structure .investigation .box ol li:nth-child(2) {
  width: calc(40% - 30px);
}
body.equipment section#structure .investigation .box ol li:first-child > div {
  width: calc(50% - 15px);
}
body.equipment section#structure .investigation .box ol li > div .name {
  padding-bottom: .5rem;
  text-align: center;
  border-bottom: var(--maincolor) solid 1px;
}
body.equipment section#structure .investigation .box ol li > div .name span {
  font-size: .6rem;
}
body.equipment section#structure .investigation .box ol li > div .explanation {
  padding: .8rem 0 0;
  font-size: .9rem;
  line-height: 1.5rem;
}

body.equipment section#structure .investigation .box ol li > figure {
  position: relative;
}
body.equipment section#structure .investigation .box ol li:first-child > figure img {
  display: block;
  width: 100%;
}
body.equipment section#structure .investigation .box ol li:first-child > figure figcaption {
  left: unset;
  right: 10px;
}
body.equipment section#structure .investigation .box ol li:last-child > figure figcaption {
  position: static;
  text-align: right;
  color: var(--maincolor);
}


body.equipment section#structure .specification {
  padding: 4rem 0;
}
body.equipment section#structure .specification ul {
  display: flex;
  flex-wrap: wrap;
}
body.equipment section#structure .specification ul li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  text-align: center;
}
body.equipment section#structure .specification ul li:nth-child(-n+4),
body.equipment section#structure .specification ul li:nth-child(n+8) {
  width: 50%;
}
body.equipment section#structure .specification ul li:nth-child(n+5):nth-child(-n+7) {
  width: 33.33%;
}
body.equipment section#structure .specification ul li:nth-child(1),
body.equipment section#structure .specification ul li:nth-child(3),
body.equipment section#structure .specification ul li:nth-child(5),
body.equipment section#structure .specification ul li:nth-child(6),
body.equipment section#structure .specification ul li:nth-child(8) {
  border-right: var(--maincolor) solid 1px;
}
body.equipment section#structure .specification ul li:nth-child(-n+7) {
  border-bottom: var(--maincolor) solid 1px;
}

body.equipment section#structure .specification ul li figure {
  margin-bottom: 1rem;
}
body.equipment section#structure .specification ul li:last-child {
  justify-content: center;
}
body.equipment section#structure .specification ul li:last-child figure img {
  display: block;
  width: 100%;
}

body.equipment section#structure .specification ul li .name {
  padding: 1rem 0;
  font-size: 1rem;
}
body.equipment section#structure .specification ul li .explanation {
  font-size: .85rem;
  line-height: 1.5rem;
  text-align: justify;
}


/* smartlife */
body.equipment section#smartlife {
  padding: 4rem;
  background-color: #141441;
}
body.equipment section#smartlife .box {
  padding: 60px;
  background-color: rgba(255,255,255,.96);
  outline: #141441 solid 1px;
  outline-offset: -8px;
}
body.equipment section#smartlife .box .copy {
  
}
body.equipment section#smartlife .box .copy h2 {
  font-size:4rem;
  text-align: center;
}
body.equipment section#smartlife .box .copy figure {
  margin-top: 2rem;
}
body.equipment section#smartlife .box .copy figure img {
  width: 100%;
}

body.equipment section#smartlife .box ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  padding-top: 2rem;
}
body.equipment section#smartlife .box ol li {
  list-style: none;
  width: calc(50% - 15px);
}
body.equipment section#smartlife .box ol li img {
  width: 100%;
}
body.equipment section#smartlife .box > ol li:nth-child(-n+2) {

}
body.equipment section#smartlife .box > ol li:nth-child(-n+2) img {
  margin-left: -3%;
  width: 103%;
}

body.equipment section#smartlife .box .operation {
  margin-top: 2rem;
}
body.equipment section#smartlife .box .operation .hcopy {
  padding: .6rem 1.2rem;
  font-size: 1.2rem;
  text-align: justify;
  color: var(--bodycolor);
  background-color: #141441;
}
body.equipment section#smartlife .box .operation .bcopy {
  padding-top: 1rem;
  text-align: left;
}

body.equipment section#smartlife .box .multimedia {
  margin-top: 2rem;
}
body.equipment section#smartlife .box .multimedia h3 {
  padding: .5rem 1rem;
  font-size: 1.5rem;
  font-weight: 400;
  text-align: left;
  color: var(--bodycolor);
  background-color: var(--maincolor);
}
body.equipment section#smartlife .box .multimedia > div {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  padding: 1rem;
  color: var(--bodycolor);
  background-color: #99999a;
}
body.equipment section#smartlife .box .multimedia > div + .annotation {
  position: static;
  color: var(--maincolor);
}


body.equipment section#smartlife .box .multimedia > div .logo {

}
body.equipment section#smartlife .box .multimedia > div .logo p {
  padding-bottom: .5rem;
}
body.equipment section#smartlife .box .multimedia > div .explanation {
  width: 30%;
  font-size: .65rem;
  letter-spacing: 0;
  line-height: 1.15rem;
}
body.equipment section#smartlife .box .multimedia > div figure {
  position: relative;
  width: 40%;
}
body.equipment section#smartlife .box .multimedia > div figure img {
  display: block;
  width: 100%;
}
body.equipment section#smartlife .box .multimedia > div figure figcaption {
  position: absolute;
  left: unset;
  right: 5px;
  bottom: 5px;
  font-size: .6rem;
  line-height: .6rem;
  color: var(--maincolor);
}




@media all and (min-width: 769px) and (max-width: 1000px) {


}




@media all and (max-width: 768px) {

  /* highquality */
  body.equipment section#highquality > .copy {
    padding: 2rem 0;
  }
  body.equipment section#highquality > .copy .hcopy {
    padding-bottom: 0;
  }

  /* refa */
  body.equipment section#highquality .refa {
    padding: 2rem 0 0;
  }
  body.equipment section#highquality .refa .defaultequipment {
    gap: 10px;
  }
  body.equipment section#highquality .refa .defaultequipment > img {
    width: 40%;
    height: auto;
  }
  body.equipment section#highquality .refa .defaultequipment > div {
    width: calc(60% - 10px);
  }
  body.equipment section#highquality .refa .defaultequipment > div .hcopy {
    line-height: 1.4rem;
    text-align: left;
  }

  body.equipment section#highquality .refa .bubble {
    padding: 2rem 0;
  }
  body.equipment section#highquality .refa .bubble h2.hcopy {
    font-size: 1.65rem;
  }
  body.equipment section#highquality .refa .bubble h2.hcopy + img {
    width: 100%;
  }
  body.equipment section#highquality .refa .bubble .bcopy {
    line-height: 1.4rem;
  }

  body.equipment section#highquality .refa .bubble h3 {
    padding-top: 2rem;
    font-size: 1.4rem;
    line-height: 1.6rem;
    text-align: center;
  }

  body.equipment section#highquality .refa .bubble ul {
    flex-direction: column;
    gap: 20px;
  }
  body.equipment section#highquality .refa .bubble ul li {
    flex-direction: column;
    gap: 20px !important;
    width: 100% !important;
  }
  body.equipment section#highquality .refa .bubble ul li > div {
    width: 100%;
  }

  body.equipment section#highquality .refa .bubble ul li .title {
    width: 100%;
  }
  body.equipment section#highquality .refa .bubble ul li .explanation {
    font-size: .85rem;
    line-height: 1rem;
  }

  body.equipment section#highquality .refa .bubble h3 + .bcopy {
    padding-top: 1rem;
    line-height: 1rem;
  }
  body.equipment section#highquality .refa .bubble ol {
    flex-wrap: wrap;
    padding-top: 1rem;
  }
  body.equipment section#highquality .refa .bubble ol li {
    list-style: none;
    width: calc(50% - 6px);
  }


  /* dandream */
  body.equipment section#highquality .dandream {
    padding: 1rem 0;
  }
  body.equipment section#highquality .dandream > div {
    flex-direction: column;
    gap: 20px;
  }
  body.equipment section#highquality .dandream > div .copy .hcopy {
    margin-bottom: 1rem;
    padding-bottom: .5rem;
    text-align: center;
  }
  body.equipment section#highquality .dandream > div img {
    width: 60%;
  }


  /* type */
  body.equipment section.type {
    padding: 2rem 0 0;
  }

  body.equipment section.type h2.hcopy {
    font-size: 2rem;
    text-align: center;
  }
  body.equipment section.type .bcopy {
    padding-top: 0;
    font-size: 1rem;
    line-height: 1.75rem;
  }
  body.equipment section.type h3 {
    margin: 2rem 0 1rem;
  }
  body.equipment section.type ul {
    flex-direction: column;
    gap: 20px;
  }
  body.equipment section.type ul li {
    width: 100% !important;
  }
  body.equipment section.type ul li:nth-child(n+2) {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  body.equipment section.type ul li:nth-child(n+2) > div {
    padding-bottom: unset;
    width: calc(33.33% - 6px);
    width: calc(50% - 5px);
  }
  body.equipment section.type ul li .name {
    display: flex;
    align-items: center;
    text-align: left;
    font-size: .9rem;
    line-height: 1rem;
    height: 3rem;
  }
  body.equipment section.type ul li .explanation {
    font-size: .75rem;
    line-height: 1rem;
  }

  body.equipment section.type .sanitary ul {
    flex-direction: row;
    gap: 9px;
  }
  body.equipment section.type .sanitary ul li:nth-child(n) {
    display: block;
    width: calc(50% - 10px) !important;
  }
  /* body.equipment section.type .sanitary ul li:nth-child(n+3) {
    width: calc(33.33% - 6px) !important;
  } */



  /* security */
  body.equipment section#security {

  }
  body.equipment section#security > .copy {
    position: relative;
    padding: 3rem 0 2rem;
  }
  body.equipment section#security > .copy::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(33, 61, 85, .8);
  }
  body.equipment section#security > .copy h2 {

  }
  body.equipment section#security > .copy .hcopy {
    padding-bottom: 1rem;
    font-size: 1.8rem;
    line-height: 2rem;
  }
  body.equipment section#security > .copy .bcopy {

  }


  /* smartcall */
  body.equipment section#smartcall {
    padding: 2rem 0;
  }
  body.equipment section#smartcall .title {
    flex-direction: column;
    gap: 20px;
  }
  body.equipment section#smartcall .title img {
    width: 200px;
  }
  body.equipment section#smartcall .title p {
    font-size: 1.5rem;
  }

  body.equipment section#smartcall ul {
    padding: 2rem 0 0;
    gap: 20px;
  }
  body.equipment section#smartcall ul li {
    width: 100% !important;
  }
  body.equipment section#smartcall ul li .name {
    margin-bottom: 1rem;
    width: 100% !important;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0;
  }
  body.equipment section#smartcall ul li .explanation {
    margin-bottom: 1rem;
    width: 100% !important;
    font-size: .8rem;
    letter-spacing: 0;
    line-height: 1.2rem;
  }

  body.equipment section#smartcall ul li:nth-child(3) .name {
    padding-top: unset;
  }
  body.equipment section#smartcall ul li:nth-child(4) figure img {
    width: 60%;
  }
  body.equipment section#smartcall ul li:nth-child(5) figure {
    margin-top: unset;
  }
  body.equipment section#smartcall ul li:nth-child(5) figure img {
    width: 100%;
  }
  body.equipment section#smartcall ul li:nth-child(5) figure figcaption {
    position: static;
    margin-left: unset;
  }


  /* alsok */
  body.equipment section#alsok {
    padding: 2rem 0;
  }
  body.equipment section#alsok .system {
    flex-direction: column;
    gap: 20px;
  }
  body.equipment section#alsok .system .copy {
    width: 100%;
  }
  body.equipment section#alsok .system .copy .title {
    line-height: 1.5rem;
  }
  body.equipment section#alsok .system .copy .title span {
    display: block;
  }
  body.equipment section#alsok .system .copy .explanation {
    padding: 1rem 0;
  }
  body.equipment section#alsok .system .copy figure {
    width: 30%;
  }
  body.equipment section#alsok .system > figure {
    overflow-x: scroll;
  }
  body.equipment section#alsok .system > figure img {
    width: 100%;
  }

  body.equipment section#alsok .camera {
    gap: 20px;
    margin: 2rem auto 0;
  }
  body.equipment section#alsok .camera > div .explanation {
    line-height: 1.2rem;
  }
  body.equipment section#alsok .camera > figure {
    width: calc(70% - 10px);
  }

  body.equipment section#alsok ul {
    row-gap: 20px;
    column-gap: 10px;
  }
  body.equipment section#alsok ul li {
    width: calc(50% - 5px);
  }
  body.equipment section#alsok ul li .name {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .85rem;
  }
  body.equipment section#alsok ul li .explanation {
    font-size: .7rem;
    line-height: 1rem;
  }


  /* facilities */
  body.equipment section#facilities {
    padding: 2rem 0;
  }
  body.equipment section#facilities ul {
    flex-wrap: wrap;
    gap: 16px;
  }
  body.equipment section#facilities ul li {
    width: calc(50% - 8px);
  }
  body.equipment section#facilities ul li .name {
    font-size: .95rem;
  }
  body.equipment section#facilities ul li .explanation {
    font-size: .8rem;
    line-height: 1.2rem;
  }


  /* structure */
  body.equipment section#structure > .copy {
    padding: 10rem 0 2rem;
  }
  body.equipment section#structure .copy h2 {
    font-size: 3.2rem;
    text-align: center;
  }
  body.equipment section#structure .copy .hcopy {
    text-align: center;
  }

  body.equipment section#structure .investigation {
    padding: 1rem 0;
  }
  body.equipment section#structure .investigation .box {
    padding: 1rem;
  }
  body.equipment section#structure .investigation .box .title {
    font-size: 1.2rem;
    letter-spacing: .1rem;
    text-align: center;
  }

  body.equipment section#structure .investigation .box ul {
    gap: 20px;
    padding: 1rem 0;
  }
  body.equipment section#structure .investigation .box ul li {
    width: 100%;
  }
  body.equipment section#structure .investigation .box ul li .name {
    padding: .5rem 0;
    font-size: 1rem;
  }
  body.equipment section#structure .investigation .box ul li .explanation {
    font-size: .8rem;
    line-height: 1.2rem;
  }

  body.equipment section#structure .investigation .box ol {
    margin-top: 2rem;
    flex-wrap: wrap;
    gap: 20px;
  }
  body.equipment section#structure .investigation .box ol li {
    gap: 20px;
    width: 100% !important;
  }
  body.equipment section#structure .investigation .box ol li > div .explanation {
    font-size: .8rem;
    line-height: 1.2rem;
  }


  /* specification */
  body.equipment section#structure .specification {
    padding: 2rem 0;
  }
  body.equipment section#structure .specification ul {
    gap: 20px;
  }
  body.equipment section#structure .specification ul li {
    padding: 1rem 0;
    width: 100% !important;
    border-right: unset !important;
  }
  body.equipment section#structure .specification ul li:nth-child(n+3):nth-child(-n+6) {
    width: calc(50% - 10px) !important;
  }

  body.equipment section#structure .specification ul li figure img {
    max-width: 100%;
  }
  body.equipment section#structure .specification ul li:last-child {
    padding: unset;
  }


  /* smartlife */
  body.equipment section#smartlife {
    padding: 1rem 0;
  }
  body.equipment section#smartlife .box {
    padding: 1.5rem;
  }
  body.equipment section#smartlife .box .copy h2 {
  }
  body.equipment section#smartlife .box .copy h2 img {
    width: 100%;
  }
  body.equipment section#smartlife .box ol {
    flex-direction: column;
    gap: 20px;
  }
  body.equipment section#smartlife .box ol li {
    width: 100%;
  }

  body.equipment section#smartlife .box .operation .hcopy {
    font-size: 1rem;
    text-align: center;
  }



  body.equipment section#smartlife .box .multimedia > div {
    flex-direction: column;
    gap: 20px;
  }
  body.equipment section#smartlife .box .multimedia > div .logo {
    text-align: center;
  }
  body.equipment section#smartlife .box .multimedia > div .logo p {
    font-size: .8rem;
  }
  body.equipment section#smartlife .box .multimedia > div .logo img {
    width: 85%;
  }
  body.equipment section#smartlife .box .multimedia > div .explanation,
  body.equipment section#smartlife .box .multimedia > div figure {
    width: 100%;
  }
  body.equipment section#smartlife .box .multimedia > .annotation {
    position: static;
    text-align: right;
    color: var(--maincolor);
  }



}

