@charset "UTF-8";

/* 2023.04.13add --- topics
---------------------------------------------------------- */
.infoArea01 .infoBox:first-child {
  display: flex;
}

@media screen and (max-width: 970px) {
  .infoArea01 .infoBox:first-child {
    display: block;
  }
}


/* 2023.09.29add --- ITEMLIST
---------------------------------------------------------- */
.tbl-wrap {
  width: 100%;
  overflow-x: scroll;
}


/* 2023.09.04add --- ITEMLIST
---------------------------------------------------------- */
/*.section_free ol li {
  list-style-type: decimal;
}

.section_free ul li {
  list-style-type: disc;
}

.section_free .images-3,
.section_free .images-2 {
  display: grid;
  gap: 1rem;
  width: fit-content;
  margin: 2rem auto;
}

.section_free .images-2 {
  grid-template-columns: repeat(2, 1fr);
}

.section_free .images-3 {
  grid-template-columns: repeat(3, 1fr);
}

.section_free .images-2 br,
.section_free .images-3 br {
  display: none;
  visibility: hidden;
}

.section_free .images-2 img,
.section_free .images-3 img {
  box-sizing: border-box;
  border: solid 1px #efefef;
}

@media screen and (max-width: 970px) {

  .section_free .images-2,
  .section_free .images-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}*/



/* 2024.08.28add --- Suppliers2
---------------------------------------------------------- */
.suppliers-copy {
  @media screen and (max-width: 970px) {
    width: 90%;
    margin-inline: auto;
  };
}

.supplier-wrap {
  margin-top: 40px;
  @media screen and (max-width: 970px) {
    width: 90%;
    margin-inline: auto;
  };
}

.supplier-box {
  display: flex;
  gap: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #e4e4e4;
  @media screen and (max-width: 970px) {
    flex-direction: column;
    gap: 20px;
    font-size: 14px;
  };

  .supplier-logo {
    max-width: 300px;
    width: 25%;
    padding-block-start: 8px;
    text-align: center;
    @media screen and (max-width: 970px) {
      max-width: 260px;
      width: 100%;
      margin-inline: auto;
    };
    a {
      display: block;
      img {
        height: auto;
      }
    }
  }

  .supplier-txt {
    flex: 1;
    .supplier-names {
      position: relative;
      .supplier-name {
        display: inline-block;
        margin-right: 1em;
        font-weight: bold;
      }
    }
    .supplier-contact {
      display: inline-block;
      font-weight: bold;
    }
    .supplier-btns {
      display: flex;
      align-items: flex-start;
      gap: 15px;
      @media screen and (max-width: 970px) {
        display: block;
      };
    }
  }

  .tooltip {
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: .5em;
    width: fit-content;
    font-size: 14px;
    @media screen and (max-width: 970px) {
      font-size: 12px;
    };
    .certificate-link {
      display: block;
      white-space: nowrap;
      color: #0F61FF;
      margin-left: 1em;
      font-weight: 600;
      font-size: 18px;
      @media screen and (max-width: 970px) {
        font-size: 15px;
      };
    }
    .tooltip-icon {
      width: 24px;
      aspect-ratio: 1;
    }
  }

  .btn-gradient-3d-simple {
    color: #fff !important;
    font-size: 15px;
    font-weight: 600;
    @media screen and (max-width: 970px) {
      font-size: 14px;
    };
  }
}

.certificate-area {
  margin-block-start: 1em;
  padding: 1.5em 1em;
  border-radius: 10px;
  border: solid 1px #ccc;
  text-align: center;
  @media screen and (max-width: 970px) {
    width: 90%;
    margin: 1.5em auto;
  };
  p {
    line-height: 1.5;
  }
  .btn_normal.-certificate {
    display: block;
    width: fit-content;
    margin: 1em auto 0 auto;
    padding: .75em 1.5em;
    color: #fff;
    text-align: center;
    font-size: 19px;
    font-weight: 800;
    @media screen and (max-width: 970px) {
      font-size: 15px;
    };
    i {
      margin-right: .5em;
    }
  }
}

/* 2026.05.19 add --- 
---------------------------------------------------------- */
.archiveItems .subTit,.singleItems .subTit,.taxonomy .subTit,.achiveNews .subTit,.topicSingle .subTit{
  color: #fff;
  text-shadow: 3px 3px 6px #262323;
}
.archiveItems .mainTit01 .tit,.singleItems .mainTit01 .tit,.taxonomy .mainTit01 .tit,.achiveNews .mainTit01 .tit,.topicSingle .mainTit01 .tit{
  color: #fff;
  text-shadow: 2px 2px 2px #262323;
  font-size: 18px !important;
  font-weight: 400;
}
