@charset "utf-8";
/* CSS Document */

.mb_5vh {
  margin-bottom: 5vh;
}
.mb_10vh {
  margin-bottom: 10vh;
}
.mb_20vh {
  margin-bottom: 20vh;
}
.sub_title {
  margin-bottom: 10vh;
}
.sec_lead {
  line-height: 2.2em;
  text-align: center;
  font-size: var(--18px);
  margin-bottom: 5vh;
}
.equipment_02 dt {
  font-size: var(--18px);
  color: #5f5f5f;
}
.equipment_02 dt span {
  font-size: var(--30px);
}
.equipment_02 dd {
  font-size: 12px;
  color: #5f5f5f;
}
.so_point_container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 3.5em;
  row-gap: 1.0em;
  padding: 3%;
  border: solid 3px #e0660c;
  border-radius: 10px;
  margin-bottom: 10vh;
}
.so_point {
  display: grid;
  column-gap: 1.0em;
  grid-template-columns: 1fr 6fr;
}
.so_point img {
  padding-top: 0.5em;
}
.so_panel {
  display: flex;
  align-items: center;
  padding: 0 5%;
  margin-bottom: 10vh;
}
.so_panel dl {
  padding: 0 5%;
}
.so_panel dt {
  font-size: var(--20px);
  margin-bottom: 1.0em;
  color: #333333;
}
.so_panel dd {
  font-size: var(--16px);
  color: #333333;
}
.equipment_02 h3 {
  font-size: var(--23px);
  text-align: center;
  margin-bottom: 10vh;
}
.arrow {
  display: inline-block;
  width: 104px;
  height: 87px;
  background: linear-gradient(90deg, #ffffff 0%, #dc481c 100%);
  clip-path: polygon(0 22.4%, 48.1% 22.4%, 48.1% 0, 100% 50%, 48.1% 100%, 48.1% 77.6%, 0 77.6%);
}
.denki1 {
  display: flex;
  align-items: center;
  gap: 3%;
}
.equipment_02 .cap {
  font-size: 12px;
  color: #5f5f5f;
}
/*dry*/
.dry_ul {
  font-size: var(--16px);
  display: flex;
  flex-direction: column;
  row-gap: 1.5em;
  flex-basis: 18%;
}
.dry_box {
  display: flex;
  justify-content: space-between;
  padding: 0 5%;
}
/*smart_home*/
.smart_box {
  display: flex;
  column-gap: 10%;
  padding: 0 5%;
}
/*kitchin*/
.item_wrap {
  padding: 0 5%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /*grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));*/
  column-gap: 10%;
  grid-row-gap: 5vh;
}
.item_box {
  border: solid 1px #e5507a;
  border-radius: 5px;
}
.item_box .image {
  margin-bottom: 1.0em;
}
.item_box h3 {
  font-size: var(--18px);
  color: #e5507a;
  padding-bottom: 0.5em;
  border-bottom: solid 1px #e5507a;
}
.item_box .text {
  font-size: var(--16px);
  padding: 1.0em 0;
  line-height: 1.8em;
}
.item_box .text_box {
  padding: 0 1.0em;
}
.item_box2 {
  border: none;
}
.item_box2 h3 {
  font-size: var(--18px);
  color: #333333;
  padding-bottom: 0.5em;
  border-bottom: none;
}
.support_wrap {
  padding: 8%;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  column-gap: 5%;
  background-color: #f7f7f7;
}
.support_box {
  display: flex;
  flex-direction: column;
  row-gap: 3.0em;
  flex-basis: 100%;
}
.support_box h3 {
  font-size: var(--23px);
  padding-bottom: 2.0em;
  border-bottom: solid 1px #333333;
}
.support_box .text1 {
  font-size: var(--18px);
  line-height: 2.0em;
}
.support_box .text2 {
  font-size: var(--16px);
  line-height: 1.8em;
}
.item_box .image2 img {
  border-radius: 0;
}
/*ランキングマーク*/
.rank1, .rank2, .rank3 {
  position: relative;
}
.rank1::before, .rank2::before, .rank3::before {
  content: "";
  width: 8.0em;
  height: 8.0em;
  background-image: url("../images/equipment/eq_no1@2x.webp");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -25%;
  right: -25%;
}
.rank2::before {
  background-image: url("../images/equipment/eq_no2@2x.webp");
}
.rank3::before {
  background-image: url("../images/equipment/eq_no3@2x.webp");
}
/*=========レスポンシブ=====================

=======SP対応・ブレイクポイント768px=========*/
@media (max-width: 1200px) {
  .rank1::before, .rank2::before, .rank3::before {
    width: 6em;
    height: 6em;
    top: -20%;
  }
}
@media (max-width: 768px) {
  .so_point_container {
    display: block;
    padding: 0;
    border: none;
  }
  .so_point {
    grid-template-columns: 1.6fr 6fr;
    margin-bottom: 1.5em;
  }
  .equipment_02 dd {
    font-size: 10px;
  }
  .so_point img {
    padding-top: 0;
  }
  .so_panel {
    display: block;
  }
  .so_panel img {
    margin-bottom: 2.0em;
  }
  .equipment_02 h3 {
    margin-bottom: 5vh;
  }
  .denki1 {
    display: flex;
    align-items: center;
    row-gap: 2em;
    flex-direction: column;
  }
  .denki1_ph {
    width: 80%;
  }
  .equipment_02 .cap {
    margin-bottom: 1.0em;
  }
  .arrow {
    transform: rotate(90deg);
  }
  .denki1_ph2 {
    margin-bottom: 1.5em;
  }
  .dry_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 12%;
    grid-row-gap: 5%;
  }
  /*kitchen*/
  .item_wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  .item_box h3 {
    font-size: var(--16px);
  }
  .item_box .image img {
    border-radius: 5px;
  }
  .item_box .image2 img {
    border-radius: 0;
  }
  .support_wrap {
    display: block;
    text-align: center;
  }
  .support_box {
    margin-bottom: 2.5em;
    text-align: start;
  }
  .support_box .text1 {
    font-size: var(--16px);
  }
  .support_wrap img {
    width: 80%;
  }
  .rank1::before, .rank2::before, .rank3::before {
    top: -15%;
    right: -18%;
  }
}
@media (max-width: 500px) {
  .sec_lead {
    font-size: var(--16px);
  }
  .item_wrap {
    display: block;
  }
  .item_box {
    margin-bottom: 2.5em;
  }
  .support_wrap img {
    width: 100%;
  }
  .rank1::before, .rank2::before, .rank3::before {
    width: 7em;
    height: 7em;
    top: -15%;
    right: -13%;
  }
}