@charset "UTF-8";

.page_block {
  margin: 100px auto 0;
}

.page_ttl {
  font-size: 30px;
  letter-spacing: 0.3em;
  text-align: center;
  margin-bottom: 100px;
}

.page_block .ttl {
  font-size: 22px;
  font-weight: 600;
  color: #686d71;
  letter-spacing: 0.2em;
  line-height: 1.8;
  text-align: center;
}

.page_block .ttl+.lead_Txt {
  margin: 20px 0 60px;
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
}

/* キッチン */

.kit_main {
  margin-bottom: 60px;
}

/*#kitchen_Wrap {
  padding-bottom: 100px;
}

.kitchen_type>li {
  padding: 8px 8px 20px;
  border: 1px solid #b8b8b8;
  box-sizing: border-box;
}

.kitchen_type>li:first-child {
  margin-bottom: 20px;
}

.kitchen_type h2 {
  display: block;
  width: 100%;
  margin-bottom: 8px;
  padding: 10px 0;
  color: #fff;
  background-color: #6d7b83;
  font-size: 20px;
  text-align: center;
  box-sizing: border-box;
}

.kitchen_type .qua_copy {
  margin: 20px auto;
  text-align: center;
}

.kitchen_type .column_2 {
  padding: 0 2%;
  box-sizing: border-box;
}*/

.qua_Box h4 {
  margin-top: 10px;
  padding: 3px 0 3px 16px;
  color: #686d71;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.4;
  box-sizing: border-box;
  position: relative;
}
.qua_Box h4::before {
  content: "";
  display: block;
  width: 5px;
  height: 100%;
  
  background: #005ca2;
  background-image: linear-gradient(to bottom, #37a7ca, #005ca2);
  position: absolute;
  top: 0;
  left: 0;
}

.qua_Box h4 span {
  font-size: 15px;
}

.qua_Box .item_txt {
  color: #686d71;
  font-size: 14px;
  line-height: 1.8;
  text-align: justify;
}

.qua_Box .item_txt .notes {
  display: block;
  font-size: 12px;
}

.qua_Box h4+.item_txt {
  margin-top: 5px;
}

.qua_copy {
  color: #333;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

.wash_machine {
  padding: 20px;
  background-color: #e6ebee;
  box-sizing: border-box;
}

.wash_machine h4 {
  margin: 0 0 10px;
}

.wash_item {
  justify-content: space-between;
  align-items: flex-start;
}

.wash_item>article {
  justify-content: space-between;
  align-items: flex-start;
  width: 52%;
}

.wash_item>article figure {
  width: 48%;
}

.wash_item>article p {
  width: 48%;
}

.wash_item .sample {
  width: 46%;
}

.wash_item .att {
  margin: 10px 0 0;
  padding: 0;
}

.wash_machine .conditions {
  display: block;
  font-size: 11px;
  line-height: 1.3;
  text-indent: -5em;
  padding-left: 5em;
  margin-top: 5px;
}

.qua_line_Box:not(:first-child) {
  margin-top: 30px;
}

.qua_line_Box h4 {
  margin-bottom: 10px;
}

.qua_line_Box .item_txt {
  padding-top: 10px;
  border-top: 1px solid #333;
}

.qua_line_Box .item_txt+figure {
  margin-top: 10px;
}

.qua_line_Box .flex {
  justify-content: space-between;
  align-items: flex-start;
}

.qua_line_Box .flex p {
  width: 33%;
}

.qua_line_Box .flex figure {
  width: 63%;
}

.kit_17 .pos {
  position: absolute;
  top: -10px;
  right: -10px;
  max-width: 70px;
  width: 10vw;
}

.ih_item .qua_copy {
  margin-bottom: 20px;
  text-align: center;
}

.ih_merit {
  flex-wrap: wrap;
  margin-top: 20px;
  color: #333;
  font-size: 14px;
  line-height: 1.8;
  text-align: justify;
}

.ih_merit>li:nth-child(-n+3) {
  width: calc((100% - 6%) / 3);
}

.ih_merit>li:nth-child(n+4) {
  width: calc((100% - 8%) / 4);
  margin-top: 2%;
}

.ih_merit dt {
  margin-bottom: 10px;
  background-color: #e6ebee;
  color: #315c6e;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

/* カラム設定 */
.flex.qua_Box {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.column_2>li {
  width: calc((100% - 3%) / 2);
}

.column_2>li:not(:nth-child(2n)) {
  margin-right: 3%;
}

.column_2>li:not(:nth-child(-n+2)) {
  margin-top: 3%;
}

.column_3>li {
  width: calc((100% - 6%) / 3);
}

.column_3>li:not(:nth-child(3n)) {
  margin-right: 3%;
}

.column_3>li:not(:nth-child(-n+3)) {
  margin-top: 3%;
}

/* 個別設定 */
.block01,
.block03 {
  margin-bottom: 60px;
}
.block02,
.block04 {
  margin-bottom: 100px;
}

/*--------------------------------------------------------
  tab/sp
--------------------------------------------------------*/
@media only screen and (max-width: 1024px) {}

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

@media only screen and (max-width: 767px) {
  .page_block {
    margin: 50px auto 0;
  }

  .page_block .ttl+.lead_Txt {
    margin: 20px 0 40px;
  }

  /* キッチン */
  #kitchen_Wrap {
    padding-bottom: 50px;
  }

  .wash_machine {
    padding: 15px;
  }

  .wash_item {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .wash_item>article {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 20px;
  }

  .wash_item>article figure {
    width: 100%;
    margin-bottom: 10px;
  }

  .wash_item>article p {
    width: 100%;
  }

  .wash_item .sample {
    width: 100%;
  }

  .qua_line_Box .flex {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .qua_line_Box .flex p {
    width: 100%;
  }

  .qua_line_Box .flex figure {
    width: 100%;
  }

  .kit_17 .pos {
    position: absolute;
    top: -10px;
    right: -10px;
    max-width: 80px;
    width: 18vw;
  }

  .ih_merit>li:nth-child(-n+3) {
    width: 100%;
  }

  .ih_merit>li:nth-child(n+4) {
    width: 100%;
  }

  .ih_merit>li:not(:first-child) {
    margin-top: 20px;
  }

  .ih_merit dt {
    font-size: 16px;
  }

  /* カラム設定 */
  .column_2 {
    flex-direction: column;
    flex-wrap: wrap;
  }

  .column_2>li {
    width: 100%;
  }

  .column_2>li:not(:nth-child(2n)) {
    margin-right: 0;
  }

  .column_2>li:not(:nth-child(-n+2)) {
    margin-top: 0;
  }

  .column_2>li:not(:first-child) {
    margin-top: 30px;
  }

  .column_3 {
    flex-direction: column;
    flex-wrap: wrap;
  }

  .column_3>li {
    width: 100%;
  }

  .column_3>li:not(:nth-child(3n)) {
    margin-right: 0;
  }

  .column_3>li:not(:nth-child(-n+3)) {
    margin-top: 0;
  }

  .column_3>li:not(:first-child) {
    margin-top: 30px;
  }

  /* 個別設定 */
  .block01,
  .block03 {
    margin-bottom: 40px;
  }

  .block02,
  .block04 {
    margin-bottom: 50px;
  }
}