@charset "UTF-8";

header {
  background-color: rgba(255, 255, 255, 1);
}

h3,
h4,
p {
  font-feature-settings: "palt"1;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

figure {
  position: relative;
}

.lower_ttl {
  position: relative;
  width: 100%;
  background: url(../img/equipment/main_img.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 30%;
}

.lower_ttl h2 {
  position: absolute;
  font-size: 30px;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
}

.tab_btn {
  justify-content: space-between;
  margin-bottom: 100px;
}

.tab_btn li {
  width: 19%;
  /* max-width: 400px; */
  /* margin-right: 4%; */
}

.tab_btn li:last-child {
  margin-right: 0;
}

.tab_btn li a {
  display: block;
  background: #fff;
  color: #727171;
  border: 1px solid #727171;
  text-align: center;
  padding: 18px 0;
  transition: 0.3s;
}

.tab_btn li a:hover {
  background: #727171;
  color: #fff;
}

.tab_btn li a.here {
  background: #727171;
  color: #fff;
}

/* .tab_btn li a.here:hover {
background: #fff;
color: #727171;
} */

.quality_Area {
  width: 90%;
  max-width: 1200px;
  margin: 100px auto;
}

.quality_Area h3 {
  position: relative;
  font-size: 24px;
  color: #81939c;
  text-align: center;
  margin: 0 0 20px;
}

.kitchen_Area .sub_ttl {
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 50px;
}

.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;
}

.column2-1,
.column4-1 {
  flex-wrap: wrap;
  justify-content: space-between;
}

.column2-1 li {
  width: 48%;
  margin-bottom: 50px;
}

.column4-1 li {
  width: 23%;
  margin-bottom: 50px;
}

.column2-1 li h4,
.ih .ih_flex ul li h4,
.ih .anzen h4,
.column4-1 li h4 {
  position: relative;
  font-size: 18px;
  color: #81939c;
  margin: 10px 0 5px;
}

.column2-1 li .txt,
.ih .ih_flex ul li .txt,
.ih .ih .anzen .txt,
.column4-1 li .txt {
  font-size: 14px;
  line-height: 1.8;
  text-align: justify;
}

.column2-1 li .txt small,
.column4-1 li .txt small {
  font-size: 12px;
}

.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;
  font-size: 18px;
  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;
  margin-top: 20px;
}

.ih_anzen li {
  width: calc(25% - 10px);
  padding: 10px;
  margin: 0 10px 10px 0;
  background-color: #dfeffa;
  border-radius: 10px;
  box-sizing: border-box;
}

.ih_anzen li h5 {
  padding: 0 0 10px;
  color: #106fa4;
  font-size: 14px;
}

.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;
}

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

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

/*===================
sp
===================*/
@media only screen and (max-width: 599px) {

  .lower_ttl h2 {
    top: 60%;
    font-size: 20px;
  }

  .lower_ttl {
    padding-top: 60%;
  }

  .tab_btn {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }

  .tab_btn li {
    width: 48%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .quality_Area {
    margin: 50px auto;
  }

  .quality_Area h3 {
    font-size: 20px;
    margin: 0 0 10px;
  }

  .kitchen_Area .sub_ttl {
    margin-bottom: 20px;
  }

  .quality_Area h4 {
    font-size: 16px;
  }

  .column4-1 li {
    width: 48%;
  }

  .column2-1 li h4,
  .ih .ih_flex ul li h4,
  .ih .anzen h4,
  .column4-1 li h4 {
    font-size: 16px;
  }

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

  .k_detail_Area .ttl_Area .ttl {
    font-size: 16px;
    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: 48%;
    margin: 0 0 15px;
  }

  .anshin {
    flex-direction: column;
  }

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

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