@charset "utf-8";
/* CSS Document */

.Double_Certified_Products_Lead {
  background-color: #F6F6F6;
  padding: 20px 25px;
  margin-bottom: 20px;
  @media (max-width: 960px) {
    padding: 10px;
  }
}

/* ダブル認定製品コンテナ */
.Double_Certified_Products {
  background-color: #F6F6F6;
  padding: 20px 25px;
  margin-bottom: 20px;
  @media (max-width: 960px) {
    padding: 10px;
    body.g-rsp-page & .m-layout-table td.img {
      text-align: left;
    }
    .layout-contents & .text {
      width: auto;
      margin: 20px 0 0 !important;
    }
  }
  .Double_Certified_Products_Name {
    font-size: 20px;
    line-height: 1.9;
    font-weight: 700;
    margin-bottom: 20px;
    @media (max-width: 960px) {
      font-size: 18px;
      line-height: 1.4;
    }
  }
  .Double_Certified_Products_Function {
    font-size: 18px;
    line-height: 1.833333333;
    color: #333333;
    border-bottom: solid 1px #ccc;
    padding-bottom: 10px;
    font-weight: 400;
    @media (max-width: 960px) {
      font-size: 16px;
      line-height: 2;
    }
  }
  .Double_Certified_Products_Effect {
    font-size: 16.4px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 6px;
    &.green {
      color: #13a676;
    }
    &.orange {
      color: #EB9D16;
    }
  }

  .Double_Certified_Products_Note {
    font-size: 13.6px;
    color: #888888;
    display: block;
    margin-top: 8px;
  }
}

.Double_Certified_Products_Icons {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  margin-bottom: 28.6px;
}

.Double_Certified_Products_Icons_Row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  &.sp-column-pc-row {
    @media (max-width: 960px) {
      display: flex;
      flex-direction: column;
    }
  }
}

.Double_Certified_Products_Icons_Item {
  min-height: 28px;
  &.break {
    display: none;
    @media (max-width: 960px) {
      display: block;
      width: 100%;
      height: 0;
    }
  }
  img {
    width: auto;
    height: 28px;
  }
}

.Double_Certified_Products_Icons_Label {
  font-size: 14px;
  line-height: 1.6;
  border-radius: 2px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  padding-inline: 6px;
  font-weight: 500;
  box-sizing: border-box;
  &.dark-gray {
    background-color: #171C8F;
    color: #fff;
  }
  &.light-gray {
    color: #171C8F;
    border: 1px solid #171C8F;
  }
}

.Double_Certified_Products_Icons_Feature {
  font-size: 13px;
  line-height: 18px;
  border-radius: 2px;
  min-height: 31px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  color: #FFFFFF;
  &.green {
    background-color: #13A676;
  }
  &.orange {
    background-color: #EB9D16;
  }
}

.Double_Certified_Products_Outline {
  display: grid;
  grid-template-columns: 10em minmax(0, 1fr);
  position: relative;
  line-height: 1.2;
  column-gap: 6px;
  dt {
    position: relative;
    padding-right: 1em;
    span {
      position: absolute;
      right: 0;
    }
  }
  dd {

  }
}
.Double_Certified_Products_Feature {
  font-weight: bold;
  margin-bottom: 6px;
}
