@charset "utf-8";
/*----------------------------------------------------------------------------------------------
	smartlife
----------------------------------------------------------------------------------------------*/
.mv-smartlife {
  background-image: url(../img/mv.jpg);
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 480px) {
  .mv-smartlife {
    background-image: url(../img/mv_sp.jpg);
  }
}
.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: #7a6b7e;
  color: #fff;
  font-size: 30px;
  letter-spacing: 0.15em;
  padding: 0.5em 1em;
  text-align: center;
  margin-top: 90px;
  line-height: 1.5;
  font-size: 2.5rem;
}
.iot_m_ttl01 {
  text-align: center;
  margin-top: 60px;
}
.iot_m_lead {
  display: block;
  line-height: 1.7;
  margin-top: 3rem;
  font-size: 1.4rem;
  text-align: center;
}
.smart_ttl01,
.smart_ttl02 {
  background: #7a6b7e;
  color: #fff;
  line-height: 1.2;
  padding: 0.28em 1em;
  margin-top: 30px;
  text-align: center;
}
.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_txt {
  text-align: justify;
  display: block;
  line-height: 1.7;
  margin-top: 3rem;
  font-size: 1.4rem;
}
.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;
    margin-top: 2rem;
  }
  .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_txt {
    font-size: 13px;
    margin-top: 2rem;
  }
  .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%;
  }
}
