@charset "utf-8";
/*----------------------------------------------------------------------------------------------
	smartlife
----------------------------------------------------------------------------------------------*/
.l-residence {
  margin-bottom: 60px;
}
.bodoni {
  font-family: "Bodoni-Book", sans-serif;
}
.page_title_set_position {
  position: relative;
}
.p-residence_ttl_txt {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 40px;
  letter-spacing: 0.15em;
  position: absolute;
  top: 15%;
  left: 48%;
  color: #fff;
}
/* sec01 */
.l-sec01 {
  text-align: center;
  margin: -4vw auto 0;
}
.img_caption_withe {
  font-size: 9px;
  color: #fff;
  position: absolute;
  right: 10px;
  bottom: 5px;
}
.iot_outline {
  max-width: 1300px;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  .iot_outline {
    margin: 30px auto 0;
  }
}
/* sec02 */
.p-smartlife_ttl_lv2 {
  background: #02658e;
  color: #fff;
  font-size: 30px;
  letter-spacing: 0.15em;
  padding: 0.5em 1em;
  text-align: center;
  margin-top: 90px;
}
.iot_m_ttl01 {
  text-align: center;
  margin-top: 60px;
}
.iot_m_lead {
  text-align: center;
  font-size: 17px;
  line-height: 1.8;
  letter-spacing: 0.15em;
  margin-top: 1em;
}
.smart_ttl01,
.smart_ttl02 {
  background: #02658e;
  color: #fff;
  line-height: 1.2;
  padding: 0.28em 1em;
  margin-top: 30px;
}
.smart_ttl01 {
  width: 65.5%;
  margin-left: auto;
  margin-right: auto;
}
.iot_list {
  display: flex;
  justify-content: center;
  gap: 4.2%;
  margin-top: 20px;
}
.iot_list li {
  width: 30.6%;
  position: relative;
}
.iot_list li.iot_s06::after {
  content: "";
  background: #9fa0a0;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -7%;
}
.iot_list_txt {
  text-align: justify;
  margin-top: 8px;
}
.iot_notes {
  font-size: 10px;
  margin-top: 20px;
}
.iot_zu {
  max-width: 960px;
  margin: 60px auto 0;
}
.dearis {
  margin-top: 30px;
}
.dearis_list {
  display: flex;
  justify-content: center;
  gap: 1.5%;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .l-residence {
    margin-bottom: 60px;
  }
  .p-residence_ttl_txt {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 18px;
    letter-spacing: 0.15em;
    position: absolute;
    top: 15%;
    left: 42%;
  }
  /* sec01 */
  .l-sec01 {
    text-align: center;
    margin: -2vw auto 0;
  }
  .img_caption_withe {
    font-size: 9px;
    color: #fff;
    position: absolute;
    right: 10px;
    bottom: 5px;
  }
  /* sec02 */
  .p-smartlife_ttl_lv2 {
    font-size: 20px;
    letter-spacing: 0.15em;
    padding: 0.5em 1em;
    text-align: center;
    margin-top: 30px;
  }
  .iot_m_ttl01 {
    text-align: center;
    margin-top: 30px;
  }
  .iot_m_ttl01 img {
    /* height: 5.3vw; */
    height: 8.3vw;
  }
  .iot_m_lead {
    font-size: 14px;
  }
  .smart_ttl01,
  .smart_ttl02 {
    margin-top: 30px;
  }
  .smart_ttl01 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .iot_list {
    display: flex;
    justify-content: center;
    gap: 30px 4.2%;
    margin-top: 15px;
    flex-wrap: wrap;
  }
  .iot_list li {
    width: 47.9%;
    position: relative;
  }
  .iot_list li.iot_s06 {
    margin: 0 20%;
  }
  .iot_list li.iot_s06::after {
    display: none;
  }
  .iot_list_txt {
    font-size: 13px;
  }
  .iot_notes {
    font-size: 10px;
    margin-top: 20px;
  }
  .iot_zu {
    margin: 30px auto 0;
  }
  .dearis {
    margin-top: 20px;
  }
  .dearis_list {
    display: flex;
    justify-content: center;
    gap: 10px 2%;
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .dearis_list li {
    width: 49%;
  }
}
