@charset "UTF-8";

.kitchen_Area .logo_Area {
  margin: 30px auto;
  text-align: right;
}

.kitchen_Area .logo_Area figure {
  width: 100%;
  margin-left: auto;
}

.kitchen_Area .logo_Area .pj_logo {
  max-width: 162px;
}

.k_detail_Area {
  border-top: #333 1px solid;
  padding: 50px 0;
}

.k_detail_Area .logo_Area {
  margin: 0;
  margin-left: auto;
}

.k_detail_Area .logo_Area .pana_logo {
  max-width: 193px;
}

.k_detail_Area .logo_Area .hitachi_logo {
  max-width: 150px;
}

.k_detail_Area .logo_Area .rinnai_logo {
  max-width: 113px;
  margin-left: 20px;
}

.ih .ttl_Area {
  align-items: center;
}

.k_detail_Area .ttl_Area .ttl {
  position: relative;
  color: #081933;
  font-size: 22px;
  line-height: 1.5;
  padding-left: 15px;
  margin-bottom: 20px;
}

.k_detail_Area .ttl_Area .ttl::before {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  background: #81939c;
  position: absolute;
  left: 0;
  top: 0;
}

.dishwasher div.flex {
  justify-content: space-between;
}

.dishwasher div.flex .img {
  width: 23%;
}

.dishwasher div.flex .txt {
  width: 32%;
  font-size: 14px;
  line-height: 1.8;
  text-align: justify;
}

.dishwasher div.flex .data {
  width: 42%;
}

.dishwasher div.flex .data .note {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.2;
}

.ih .ih_flex {
  justify-content: space-between;
  margin-bottom: 20px;
}

.ih .ih_flex li {
  width: 48%;
}

.ih .ih_flex01 {
  justify-content: space-between;
  margin-bottom: 20px;
}

.ih .ih_flex01 li {
  width: 48%;
}


.anzen {
  margin: 50px 0 0;
}

.ih_anzen {
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
  margin-top: 20px;
}

.ih_anzen>li {
  width: calc((100% - 20px) / 2);
  padding: 10px;
  background-color: #e3f1f0;
  box-sizing: border-box;
}

.ih_anzen li h5 {
  padding: 0 0 10px;
  color: #61777f;
  font-size: 16px;
  font-weight: 600;
}

.ih_anzen li .txt {
  font-size: 14px;
  line-height: 1.4;
}

.anshin>div {
  width: 48%;
  margin-right: 4%;
}

.anshin small {
  line-height: 1.6;
}

.anshin figure {
  position: relative;
  width: 48%;
}

.ih_anzen {
  justify-content: space-between;
}

/* .ih_anzen li {
  width: 48%;
  margin: 0 0 15px;
} */

.notes {
  padding: 0px 0 100px 1em;
  color: #000;
}

/*===================
iPad横以下
===================*/
@media only screen and (max-width:1180px) {}

/*===================
iPad縦以下
===================*/
@media only screen and (max-width:820px) {}

/*===================
sp
===================*/
@media only screen and (max-width: 599px) {
  .k_detail_Area .ttl_Area .ttl {
    font-size: 18px;
    margin-bottom: 0;
  }

  .dishwasher .logo_Area {
    width: 40%;
  }

  .dishwasher .img_flex {
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .dishwasher div.flex .img,
  .dishwasher div.flex .txt {
    width: 48%;
  }

  .dishwasher div.flex .data {
    width: 100%;
    margin-top: 10px;
  }

  .ih .ttl_Area {
    flex-direction: column;
  }

  .k_detail_Area .logo_Area {
    margin: 10px auto 0;
  }

  .ih .ih_flex {
    flex-direction: column;
    margin: 20px auto;
  }

  .ih .ih_flex>li {
    width: 100%;
  }

  .ih_flex01 {
    justify-content: space-between;
  }

  /* .ih .ih_flex ul{ width: 100%;}
.ih .ih_flex ul li:not(:first-child),
.ih .ih_flex ul:nth-child(2){ margin-top: 50px;}
.ih .ih_flex ul:nth-child(1) li:nth-child(4) figcaption{
  bottom: -15px;
  right: 0;
}
.ih .ih_flex ul:nth-child(2) li:nth-child(1) figcaption,
.ih .ih_flex ul:nth-child(2) li:nth-child(4) figcaption {
  bottom: -15px;
  right: 0;
} */
  .ih_anzen {
    justify-content: space-between;
  }

  .ih_anzen li {
    width: 100%;
  }

  .anshin {
    flex-direction: column;
  }

  .anshin>div {
    width: 100%;
    margin: 0 0 20px;
  }

  .anshin figure {
    position: relative;
    width: 100%;
  }
}