/* ======================================================
 * technology_pc.css
 * ------------------------------------------------------
 * - Common (Technology)
 * - Main
 * - Other
 * Media Queries
 * Print
====================================================== */
/* -----------------------------------------------------
  * Common (Technology)
------------------------------------------------------*/
/* -----tech-cmn01----- */
.tech-cmn01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}
.tech-cmn01 picture {
  margin-right: 37px;
}
.tech-cmn01 .tech-cmn01__info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.tech-cmn01 .tech-cmn01__info > p {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}
.tech-cmn01 .tech-cmn01__table {
  border: 1px solid #666;
  border-radius: 10px;
  font-size: 14px;
  letter-spacing: 0.3px;
  background: #757575;
  overflow: hidden;
}
.tech-cmn01 .tech-cmn01__table > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tech-cmn01 .tech-cmn01__table dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 130px;
  padding: 6px 5px 5px;
  font-weight: 600;
  color: #fff;
  background: #757575;
  border-bottom: 1px solid #d9d9d9;
}
.tech-cmn01 .tech-cmn01__table dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 6px 5px 5px 10px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background: #fff;
  border-bottom: 1px solid #666;
}
.tech-cmn01 .tech-cmn01__table > div:last-child dt,
.tech-cmn01 .tech-cmn01__table > div:last-child dd {
  border: none;
}

/* -----------------------------------------------------
  * Main
------------------------------------------------------*/
/* -----tech-spinning----- */
/* -----tech-ingredients----- */
.tech-ingredients {
  margin-top: 50px;
}
.tech-ingredients::after {
  content: "";
  display: block;
  clear: both;
}
.tech-ingredients .tech-ingredients__img1 {
  float: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 80px;
}
.tech-ingredients .tech-ingredients__img2 {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 240px - 80px);
}
.tech-ingredients .tech-ingredients__img2 > picture {
  margin-right: 15px;
}
.tech-ingredients .tech-ingredients__info {
  float: right;
  width: calc(100% - 240px - 80px);
}
.tech-ingredients .tech-ingredients__info > p {
  margin: 15px 15px 0 0;
  font-size: 14px;
  font-weight: 600;
}
.tech-ingredients .tech-ingredients__table {
  width: 100%;
  border-spacing: 0;
  font-size: 14px;
  background: #757575;
  border: 1px solid #666;
  border-radius: 10px;
  overflow: hidden;
}
.tech-ingredients .tech-ingredients__table thead {
  background: #757575;
  color: #fff;
}
.tech-ingredients .tech-ingredients__table thead th {
  border-right: 1px solid #d9d9d9;
  font-weight: 600;
}
.tech-ingredients .tech-ingredients__table thead th:last-child {
  border: none;
}
.tech-ingredients .tech-ingredients__table tbody th {
  background: #d1d1d1;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  font-weight: 600;
}
.tech-ingredients .tech-ingredients__table tbody th:last-child {
  border-right: none;
}
.tech-ingredients .tech-ingredients__table tbody td {
  background: #fff;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
}
.tech-ingredients .tech-ingredients__table tbody td:last-child {
  border-right: none;
}
.tech-ingredients .tech-ingredients__table tbody tr:last-child th,
.tech-ingredients .tech-ingredients__table tbody tr:last-child td {
  border-bottom: none;
}
.tech-ingredients .tech-ingredients__table th,
.tech-ingredients .tech-ingredients__table td {
  padding: 7px clamp(10px, 1.6837481698vw, 23px);
}

/* -----tech-fabric----- */
.tech-fabric {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
  padding: 0;
}
.tech-fabric li {
  width: 46%;
  margin-bottom: 20px;
}
.tech-fabric li:first-child {
  margin-right: 10px;
}
.tech-fabric li:nth-child(2) {
  width: 49%;
}
.tech-fabric li:last-child {
  margin-bottom: 0;
}
.tech-fabric li p {
  font-size: 20px;
  font-weight: 600;
  color: #eb0000;
  line-height: 1.75;
}

/* -----tech-composite----- */
.tech-composite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
.tech-composite picture:first-child {
  margin-right: 10px;
}

/* -----tech-gel----- *//*# sourceMappingURL=technology_pc.css.map */